• bitcoinBitcoin(BTC)$84,888.001.20%
  • ethereumEthereum(ETH)$2,707.550.91%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$779.530.99%
  • rippleXRP(XRP)$1.53-0.53%
  • usd-coinUSDC(USDC)$1.000.00%
  • solanaSolana(SOL)$122.962.14%
  • tronTRON(TRX)$0.333939-0.76%
  • zcashZcash(ZEC)$1,649.887.25%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.063.09%
  • HyperliquidHyperliquid(HYPE)$92.390.55%
  • dogecoinDogecoin(DOGE)$0.0975020.60%
  • chainlinkChainlink(LINK)$14.19-0.17%
  • moneroMonero(XMR)$549.040.23%
  • whitebitWhiteBIT Coin(WBT)$84.661.08%
  • USDSUSDS(USDS)$1.000.00%
  • cardanoCardano(ADA)$0.2556180.57%
  • RainRain(RAIN)$0.0126752.57%
  • leo-tokenLEO Token(LEO)$9.020.68%
  • stellarStellar(XLM)$0.215823-0.55%
  • bitcoin-cashBitcoin Cash(BCH)$336.321.01%
  • nearNEAR Protocol(NEAR)$5.157.44%
  • uniswapUniswap(UNI)$9.852.71%
  • litecoinLitecoin(LTC)$71.05-1.75%
  • CantonCanton(CC)$0.135361-3.33%
  • suiSui(SUI)$1.257.15%
  • Ethena USDeEthena USDe(USDE)$1.000.02%
  • avalanche-2Avalanche(AVAX)$10.891.48%
  • daiDai(DAI)$1.000.01%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.609.19%
  • USD1USD1(USD1)$1.000.00%
  • hedera-hashgraphHedera(HBAR)$0.0938370.56%
  • BittensorBittensor(TAO)$328.490.84%
  • shiba-inuShiba Inu(SHIB)$0.0000061.11%
  • crypto-com-chainCronos(CRO)$0.0680064.55%
  • Global DollarGlobal Dollar(USDG)$1.00-0.01%
  • BitwayBitway(BTW)$1.1624.47%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • EthenaEthena(ENA)$0.272574-2.14%
  • MemeCoreMemeCore(M)$1.19-1.47%
  • tether-goldTether Gold(XAUT)$4,279.02-0.02%
  • OndoOndo(ONDO)$0.54-0.06%
  • okbOKB(OKB)$121.700.74%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • Circle USYCCircle USYC(USYC)$1.140.00%
  • aaveAave(AAVE)$154.500.09%
  • quant-networkQuant(QNT)$162.0455.58%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.14-0.05%
  • mantleMantle(MNT)$0.68-2.55%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

What are ‘Computer-Use Agents’? From Web to OS—A Technical Explainer

October 10, 2025
in AI & Technology
Reading Time: 6 mins read
A A
What are ‘Computer-Use Agents’? From Web to OS—A Technical Explainer
ShareShareShareShareShare

TL;DR: Computer-use agents are VLM-driven UI agents that act like users on unmodified software. Baselines on OSWorld started at 12.24% (human 72.36%); Claude Sonnet 4.5 now reports 61.4%. Gemini 2.5 Computer Use leads several web benchmarks (Online-Mind2Web 69.0%, WebVoyager 88.9%) but is not yet OS-optimized. Next steps center on OS-level robustness, sub-second action loops, and hardened safety policies, with transparent training/evaluation recipes emerging from the open community.

Definition

Computer-use agents (a.k.a. GUI agents) are vision-language models that observe the screen, ground UI elements, and execute bounded UI actions (click, type, scroll, key-combos) to complete tasks in unmodified applications and browsers. Public implementations include Anthropic’s Computer Use, Google’s Gemini 2.5 Computer Use, and OpenAI’s Computer-Using Agent powering Operator.

YOU MAY ALSO LIKE

Humanoid Robots Are Getting Even Creepier (This One Can Cry On Command)

AI Coding Agents for Enterprise: IP Indemnity, Data Residency and 500-Seat Cost Compared

Control Loop

Typical runtime loop: (1) capture screenshot + state, (2) plan next action with spatial/semantic grounding, (3) act via a constrained action schema, (4) verify and retry on failure. Vendors document standardized action sets and guardrails; audited harnesses normalize comparisons.

Benchmark Landscape

  • OSWorld (HKU, Apr 2024): 369 real desktop/web tasks spanning OS file I/O and multi-app workflows. At release, human 72.36%, best model 12.24%.
  • State of play (2025): Anthropic Claude Sonnet 4.5 reports 61.4% on OSWorld (sub-human but a large jump from 42.2%).
  • Live-web benchmarks: Google’s Gemini 2.5 Computer Use reports 69.0% on Online-Mind2Web (official leaderboard), 88.9% on WebVoyager, 69.7% on AndroidWorld; the current model is browser-optimized and not yet optimized for OS-level control.
  • Online-Mind2Web spec: 300 tasks across 136 live websites; results verified by Princeton/HAL and a public HF space.

Architecture Components

  • Perception & Grounding: periodic screenshots, OCR/text extraction, element localization, coordinate inference.
  • Planning: multi-step policy with recovery; often post-trained/RL-tuned for UI control.
  • Action Schema: bounded verbs (click_at, type, key_combo, open_app), benchmark-specific exclusions to prevent tool shortcuts.
  • Evaluation Harness: live-web/VM sandboxes with third-party auditing and reproducible execution scripts.

Enterprise Snapshot

  • Anthropic: Computer Use API; Sonnet 4.5 at 61.4% OSWorld; docs emphasize pixel-accurate grounding, retries, and safety confirmations.
  • Google DeepMind: Gemini 2.5 Computer Use API + model card with Online-Mind2Web 69.0%, WebVoyager 88.9%, AndroidWorld 69.7%, latency measurements, and safety mitigations.
  • OpenAI: Operator research preview for U.S. Pro users, powered by a Computer-Using Agent; separate system card and developer surface via the Responses API; availability is limited/preview.

Where They’re Headed: Web → OS

  • Few-/one-shot workflow cloning: near-term direction is robust task imitation from a single demonstration (screen capture + narration). Treat as an active research claim, not a fully solved product feature.
  • Latency budgets for collaboration: to preserve direct manipulation, actions should land within 0.1–1 s HCI thresholds; current stacks often exceed this due to vision and planning overhead. Expect engineering on incremental vision (diff frames), cache-aware OCR, and action batching.
  • OS-level breadth: file dialogs, multi-window focus, non-DOM UIs, and system policies add failure modes absent from browser-only agents. Gemini’s current “browser-optimized, not OS-optimized” status underscores this next step.
  • Safety: prompt-injection from web content, dangerous actions, and data exfiltration. Model cards describe allow/deny lists, confirmations, and blocked domains; expect typed action contracts and “consent gates” for irreversible steps.

Practical Build Notes

  • Start with a browser-first agent using a documented action schema and a verified harness (e.g., Online-Mind2Web).
  • Add recoverability: explicit post-conditions, on-screen verification, and rollback plans for long workflows.
  • Treat metrics with skepticism: prefer audited leaderboards or third-party harnesses over self-reported scripts; OSWorld uses execution-based evaluation for reproducibility.

Open Research & Tooling

Hugging Face’s Smol2Operator provides an open post-training recipe that upgrades a small VLM into a GUI-grounded operator—useful for labs/startups prioritizing reproducible training over leaderboard records.

Key Takeaways

  • Computer-use (GUI) agents are VLM-driven systems that perceive screens and emit bounded UI actions (click/type/scroll) to operate unmodified apps; current public implementations include Anthropic Computer Use, Google Gemini 2.5 Computer Use, and OpenAI’s Computer-Using Agent.
  • OSWorld (HKU) benchmarks 369 real desktop/web tasks with execution-based evaluation; at launch humans achieved 72.36% while the best model reached 12.24%, highlighting grounding and procedural gaps.
  • Anthropic Claude Sonnet 4.5 reports 61.4% on OSWorld—sub-human but a large jump from prior Sonnet 4 results.
  • Gemini 2.5 Computer Use leads several live-web benchmarks—Online-Mind2Web 69.0%, WebVoyager 88.9%, AndroidWorld 69.7%—and is explicitly optimized for browsers, not yet for OS-level control.
  • OpenAI Operator is a research preview powered by the Computer-Using Agent (CUA) model that uses screenshots to interact with GUIs; availability remains limited.
  • Open-source trajectory: Hugging Face’s Smol2Operator provides a reproducible post-training pipeline that turns a small VLM into a GUI-grounded operator, standardizing action schemas and datasets.

References:

Benchmarks (OSWorld & Online-Mind2Web)

  • OSWorld homepage: https://os-world.github.io/
  • OSWorld paper (arXiv): https://arxiv.org/abs/2404.07972
  • OSWorld NeurIPS paper PDF: https://proceedings.neurips.cc/paper_files/paper/2024/file/5d413e48f84dc61244b6be550f1cd8f5-Paper-Datasets_and_Benchmarks_Track.pdf
  • Online-Mind2Web (HAL leaderboard): https://hal.cs.princeton.edu/online_mind2web
  • Online-Mind2Web (HF leaderboard): https://huggingface.co/spaces/osunlp/Online_Mind2Web_Leaderboard
  • Online-Mind2Web (arXiv): https://arxiv.org/abs/2504.01382
  • Online-Mind2Web GitHub: https://github.com/OSU-NLP-Group/Online-Mind2Web

Anthropic (Computer Use & Sonnet 4.5)

  • Introducing Computer Use (Oct 2024): https://www.anthropic.com/news/3-5-models-and-computer-use
  • Developing a Computer Use Model: https://www.anthropic.com/news/developing-computer-use
  • Introducing Claude Sonnet 4.5 (benchmarks incl. OSWorld 61.4%): https://www.anthropic.com/news/claude-sonnet-4-5
  • Claude Sonnet 4.5 System Card: https://www.anthropic.com/claude-sonnet-4-5-system-card

Google DeepMind (Gemini 2.5 Computer Use)

  • Launch blog: https://blog.google/technology/google-deepmind/gemini-computer-use-model/
  • Model card (PDF): https://storage.googleapis.com/deepmind-media/Model-Cards/Gemini-2-5-Computer-Use-Model-Card.pdf
  • Evaluation & methodology addendum (PDF): https://storage.googleapis.com/deepmind-media/gemini/computer_use_eval_additional_info.pdf
  • Gemini API docs — Computer Use: https://ai.google.dev/gemini-api/docs/computer-use
  • Vertex AI docs — Computer Use: https://cloud.google.com/vertex-ai/generative-ai/docs/computer-use

OpenAI (Operator / CUA)

  • Computer-Using Agent overview: https://openai.com/index/computer-using-agent/
  • Operator system card: https://openai.com/index/operator-system-card/
  • Introducing Operator (research preview): https://openai.com/index/introducing-operator/

Open-source: Hugging Face Smol2Operator

  • Smol2Operator blog: https://huggingface.co/blog/smol2operator
  • Smol2Operator repo: https://github.com/huggingface/smol2operator
  • Smol2Operator demo Space: https://huggingface.co/spaces/A-Mahla/Smol2Operator

The post What are ‘Computer-Use Agents’? From Web to OS—A Technical Explainer appeared first on MarkTechPost.

Credit: Source link

ShareTweetSendSharePin

Related Posts

Humanoid Robots Are Getting Even Creepier (This One Can Cry On Command)
AI & Technology

Humanoid Robots Are Getting Even Creepier (This One Can Cry On Command)

September 27, 2026
AI Coding Agents for Enterprise: IP Indemnity, Data Residency and 500-Seat Cost Compared
AI & Technology

AI Coding Agents for Enterprise: IP Indemnity, Data Residency and 500-Seat Cost Compared

September 27, 2026
A Coding Guide to Google Research’s MSEB: Writing Sound Encoders to the Benchmark Contract and Scoring Them Across Classification, Clustering, Retrieval and Segmentation
AI & Technology

A Coding Guide to Google Research’s MSEB: Writing Sound Encoders to the Benchmark Contract and Scoring Them Across Classification, Clustering, Retrieval and Segmentation

September 27, 2026
Why We Won’t Know How Visible The iPhone Duo’s Crease Is For A Long Time
AI & Technology

Why We Won’t Know How Visible The iPhone Duo’s Crease Is For A Long Time

September 27, 2026
Next Post
Sports collector helps N.J. man sell baseball card collection worth millions

Sports collector helps N.J. man sell baseball card collection worth millions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Line forms outside Lindsay Clancy trial

Line forms outside Lindsay Clancy trial

September 22, 2026
An infant was one of the two measles-related deaths in Pennsylvania

An infant was one of the two measles-related deaths in Pennsylvania

September 23, 2026
1 dead, 1 hurt in house explosion in Annapolis

1 dead, 1 hurt in house explosion in Annapolis

September 27, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!