What it means
Most AI acts through APIs: clean, structured, permissioned. Computer use takes the general path instead — the model looks at a screenshot, decides where to click and what to type, and acts through the graphical interface.
The appeal is universality. It works with software that has no API, no integration and no vendor cooperation, which describes an enormous amount of the software real organizations actually run. Nothing else reaches legacy internal systems.
The reliability is not yet there for unattended use. Interfaces vary endlessly, screens change, dialogs appear, and an agent that misidentifies a button does something other than what was intended. It is also slow, since every step is a screenshot and a decision.
The security implications are the sharpest of any AI capability: an agent operating your computer inherits your access to everything on it.
Why it matters
This is potentially the broadest-reach agent capability, because it needs no integration work at all. It is also the one where a prompt injection on a viewed web page translates most directly into damage, since the agent can act on anything the logged-in user can.
In practice
Run it in a sandbox or dedicated VM with its own credentials, not on a machine holding your real sessions. Keep a human approving consequential steps, and treat every page it views as untrusted input.
Where this shows up
Tools and models in our catalog.
Claude Computer UseAnthropic's API capability for controlling desktop computers. Claude can view screenshots, move the mouse, click, and type to complete complex workflows.
Gemini Computer UseGoogle DeepMind's agentic capability for Gemini 3 Pro and Flash — screenshot-and-click GUI interaction for automating software with no API (preview)
Microsoft Copilot VisionMicrosoft Copilot's screen-reading capability that can see and understand what you're looking at on screen and help complete tasks in real time.