For most of the last decade, "automate this for me" client engagements followed a predictable shape. The freelancer reached for Zapier, Make, n8n, or — for the technical clients — a custom Python script with Selenium or Playwright. The work was real but slow, the maintenance burden was high, and the moment a target website changed its layout, the whole pipeline broke.
Two product launches reset that equation inside of three months. Anthropic released Computer Use as a public beta on October 22, 2024, giving Claude the ability to look at a screen, move a cursor, click buttons, and type text in any application (Anthropic, Introducing computer use). OpenAI followed with Operator on January 23, 2025, a research preview that lets ChatGPT autonomously perform web-based tasks for the user (OpenAI, Introducing Operator).
Sixteen months in, both products have moved well past the demo phase. The freelance consulting market around them is a real, billable category.
What the products actually do
Both Computer Use and Operator do the same conceptual thing: take a natural-language instruction, render a virtual browser, and execute the task by reading the screen and operating the mouse and keyboard. The differences are operational.
Anthropic Computer Use is API-first. A developer writes code that hands Claude a task and a screenshot stream; Claude returns cursor positions, clicks, and keystrokes. The framework is open and runs on developer infrastructure. By mid-2026 it has moved from "public beta" to "production-ready for agentic workflows," with the Claude Opus 4.7 release providing dramatically improved precision on pixel-level pointing ().