Skip to main content

COMPEL Glossary / computer-use-browser-use-agent

Computer use / browser-use agent

An AI agent that operates through a browser or computer user interface against third-party systems rather than via APIs — taking screenshots, clicking, typing, and scrolling.

What this means in practice

Anthropic Computer Use (October 2024) and OpenAI Operator (January 2025) are canonical examples; governance concerns include credential handling, blast-radius, cross-site consent, and provider-side audit trail.

Synonyms

browser-use agent , computer-use agent , GUI-operating agent

See also

  • Sandboxing — Technical isolation that limits an agent's actions to a bounded environment — file-system jail, network-namespace restriction, container, VM, or ephemeral cloud workspace — so that a misbehaving agent cannot reach systems of record, production data, or external networks.
  • Authority chain — The traceable lineage from an organization's decision-rights authority — through any delegating humans — to the agent executing the action.
  • Tool use / function calling — A prompt pattern authorizing the model to request named functions with structured arguments — searching the web, reading a database, calling a calculator, triggering an API — rather than generating all answers from its weights.