Operator
OpenAI Operator is a computer-use agent · controls a cloud browser to book, shop, research, and fill forms on behalf of the user.
OpenAI Operator is a computer-use agent · controls a cloud browser to book, shop, research, and fill forms on behalf of the user.
Basic
Operator launched January 2025 as a ChatGPT Pro feature ($200/month). It runs in a sandboxed cloud browser, watches a virtual screen, and decides clicks, scrolls, and keystrokes via a custom "CUA" (Computer-Using Agent) model. Tasks: book a restaurant, order groceries, compile a research doc.
Deep
Operator's model (internally called CUA) is fine-tuned from GPT-4 on screen-capture + action-label pairs. It receives a screenshot, predicts a coordinate click or keystroke, and iterates. Human handoff triggers on login, CAPTCHAs, and payments (Operator never enters credit cards autonomously). Benchmarks: 38.1% on WebArena, 87% on WebVoyager at launch. Pricing is bundled into Pro tier.
Expert
The CUA model outputs actions in a structured schema: {"action":"click","coordinate":[x,y]} or type/scroll. The inference loop screenshots at ~1Hz, burning significant tokens per task · Operator tasks can cost $0.50-$3.00 per session. Memory persists per task but not across tasks. Guard rails: blocked domain list, payment halts, prompt-injection defenses via screen-content filtering. OpenAI opened Operator API in late 2025 for enterprise via Responses API + CUA tool.
Operator turned web automation into a first-party AI product · triggered Anthropic Computer Use, Google Mariner, and Microsoft Copilot Vision.
Depending on why you're here
- ·Screen-pixel input → action output · generalist web agent
- ·38% WebArena, 87% WebVoyager at launch
- ·Coordinate-based action prediction · not DOM-aware
- ·ChatGPT Pro $200/month · no per-task billing (for now)
- ·API access via Responses API · enterprise-oriented
- ·Best for one-shot web tasks · reliability drops on complex flows
- ·First mainstream computer-use agent · category leader
- ·Drives Pro-tier upgrades for ChatGPT
- ·Competitive with Anthropic Computer Use, Google Project Mariner
- ·An AI that uses websites for you · like a remote assistant
- ·Inside ChatGPT · you describe the task, it does it in a cloud browser
- ·Stops for you on payments and logins
Operator is the template every major lab will ship. Computer-use is the next agentic frontier after coding.