Computer Use
Definition
Computer use is the ability for an AI system to inspect a screen and perform actions such as clicking, typing, scrolling, and navigating software. It is a foundation for agents that operate existing applications.
LLMs can read, summarize, and plan, but many real workflows still happen inside graphical software: browsers, admin panels, spreadsheets, and legacy internal tools. Computer use is the ability for an AI system to understand what is on a screen and perform actions such as clicking, typing, scrolling, and navigating applications.
Why it matters
Traditional tool use depends on APIs or functions that developers expose in advance. Computer use expands the reachable surface area because the agent can operate software through the same interface a person would use. That makes it relevant for enterprise workflows where important systems do not have clean APIs, or where building a dedicated integration would take too long.
How to read AI news about it
When a company announces computer-use capability, look beyond the demo. Important questions include whether the model can inspect the screen, choose actions, recover from mistakes, ask for confirmation before risky steps, and leave an audit trail. A model that can click through a prepared website is different from one that can handle changing layouts, login flows, and partial failures in a production workflow.
Common uses
Typical use cases include filling web forms, updating admin dashboards, collecting information from websites, checking UI behavior, and automating repetitive browser tasks. Coding agents can also use browser control to run and inspect web applications during development.
Watch-outs
Computer use introduces operational risk: accidental clicks, overbroad permissions, hidden state changes, and brittle behavior when an interface changes. For serious deployments, the key design questions are permission boundaries, human approval, logging, and rollback. The capability is best understood as a bridge between language models and existing software, not as a guarantee of reliable automation by itself.