latentbrief
← Back to concepts

Computer Use

The capability of AI agents to control a computer interface directly - moving a cursor, clicking buttons, typing, and navigating applications just as a human operator would.

Added May 21, 2026 · 2 min read

Computer use dramatically expands the scope of tasks that AI agents can automate - moving from structured API integrations to operating any software. This changes what knowledge workers can delegate to AI systems, but also raises new questions about oversight, reversibility, and the scope of autonomous action.

Computer use represents a significant expansion in what AI agents can do. Rather than interacting with the world through a structured API or a fixed set of allowed actions, a computer-use agent interacts with software the same way a human does - by looking at a screen and controlling a mouse and keyboard. This allows it to operate any application, not just those that have been specifically integrated.

The approach typically involves giving the model access to screenshots of the screen and the ability to issue mouse and keyboard commands. The model sees what a human operator would see and decides what to click, type, or navigate. This makes it general: an agent that can use a computer can, in principle, use any software.

The generality is both the power and the risk. A computer-use agent can book flights, fill out forms, scrape data, write and execute code, manage files, and operate enterprise software - all using the same underlying capability. It can also make mistakes that are harder to reverse than API errors: deleting files, sending emails, making purchases, or clicking through confirmation dialogs.

Several labs have released computer-use capabilities: Anthropic with Claude, OpenAI with Operator, and Google with Project Mariner. Each takes slightly different approaches to sandboxing and safety - limiting which applications can be accessed, requiring human confirmation for irreversible actions, and logging what the agent does.

The practical deployment challenge is reliability. Current models make mistakes on longer computer-use tasks - misreading UI elements, failing to recover from unexpected states, or getting stuck in loops. Reliability on real-world tasks is an active area of research.

Analogy

The difference between a specialist who can only work with tools designed for their exact role, and a generalist who can use any tool in the workshop. Computer use gives AI the ability to work with any software rather than only integrations that developers have explicitly built.

Real-world example

Anthropics Claude with computer use can be given a task like research the three cheapest flights from London to Tokyo next month and put them in a spreadsheet - and will navigate a browser, use flight search sites, extract the data, open a spreadsheet application, and populate it, without any custom integration between these tools.

Why it matters

Computer use dramatically expands the scope of tasks that AI agents can automate - moving from structured API integrations to operating any software. This changes what knowledge workers can delegate to AI systems, but also raises new questions about oversight, reversibility, and the scope of autonomous action.

In the news

No recent coverage - search for Computer Use.

Related concepts