Alibaba’s Qwen-UI-Agent posts the strongest mobile GUI scores anyone has published — 92.2% on MobileWorld-Real — and you cannot buy it. No weights, no API, no price. For a computer use agent you can deploy this week, Claude Opus 4.8 still owns desktop reliability at 83.4% on OSWorld-Verified, and Holo 3.1 wins on cost per task. Everything else is a benchmark press release.
What is a computer use agent, and why is everyone shipping one now?
A computer use agent is a model that operates a screen directly — clicking, typing, scrolling — instead of calling an API. It reads screenshots, decides the next action, and repeats. That makes it the only automation layer that works on software with no integration surface.
The category went from research demo to procurement question fast. Temporal’s 2026 State of Development Report found daily agent usage among surveyed engineers jumped from 47.3% to 80.8% this year. Agents are now normal. Agents that drive a mouse are the next line item.
The benchmark that actually decides purchases
OSWorld-Verified is the number buyers use. It runs 369 real desktop tasks in a live Linux environment and scores binary success — the task worked, or it did not.
On BenchLM’s August 2026 OSWorld-Verified board, Claude Opus 4.8 sits at 83.4%, Gemini 3.6 Flash at 83.0%, and GPT-5.5 at 78.7%. The top of that board is clustered inside about three points. That clustering is the whole story: on desktop, model choice barely moves the needle anymore. Price does.
Is Qwen-UI-Agent actually better than Claude Opus 4.8?
On phones, yes, and not by a little. On desktops, no. The Qwen-UI-Agent technical report from Alibaba’s Tongyi MAI team claims 92.2% on MobileWorld-Real, beating Claude Opus 4.8 by 7.5 points and GPT-5.6 Sol by 6.8. On OSWorld-Verified it lands second at 79.5%.
Where Qwen-UI-Agent wins
Mobile is a rout. The report puts Qwen-UI-Agent at 82.1% on MobileWorld — 14.6 points ahead of Opus 4.8, 12.0 ahead of GPT-5.6 Sol — and 97.5% on AndroidDaily.
Grounding is the other win. It reports 81.5% on ScreenSpot-Pro under the zoom-in setting and 97.5% on ScreenSpot-V2. Grounding is the skill of hitting the right pixel, and it is where most agents quietly fail.
It also takes WebArena at 73.6%, 1.7 points above Opus 4.8.
Where it loses
Desktop. Opus 4.8’s 83.4% on OSWorld-Verified beats Qwen-UI-Agent’s 79.5% by 3.9 points, and on the harder OSWorld-v2 the report concedes 13.9% binary success against a 40.0% partial-progress score. Long desktop chains still break.
Deep research is worse. BrowseComp comes in at 64.1% — roughly 26 points behind GPT-5.6 on the same test, per eesel AI’s breakdown.
Can you actually buy Qwen-UI-Agent right now?
No. There is no API, no published price, and no checkpoint on Hugging Face. The Tongyi-MAI repository ships a technical report, demo videos, and cookbook notebooks. The Apache 2.0 license covers the repo contents, not a model you can run.
What is downloadable is the previous generation: MAI-UI 8B (8.77B parameters) at 65.7% on ScreenSpot-Pro and MAI-UI 2B (2.13B) at 57.4%. The larger 235B-A22B variant tops AndroidWorld at 76.7% and is not published either.
Treat the headline scores as a roadmap, not a product. That gap between announcement and availability is the single most expensive mistake in agent procurement this year.
How much does a computer use agent cost in 2026?
Between $0.03 and $30 per million input tokens, depending on tier. Screen-driving is token-hungry: every step ships a fresh screenshot, so a computer use agent burns input tokens at several times the rate of a chat workload. Input price, not output price, is what sets your bill.
| Agent / model | Access | Input $/M | Output $/M | Best published score |
|---|---|---|---|---|
| Claude Opus 4.8 | Hosted API (GA) | $5.00 | $25.00 | 83.4% OSWorld-Verified |
| Claude Sonnet 5 | Hosted API (GA) | $2.00 | $10.00 | Mid-tier desktop |
| GPT-5.6 Sol | Hosted API (GA) | $5.00 | $30.00 | 92.8% Online-Mind2Web |
| GPT-5.6 Luna | Hosted API (GA) | $0.20 | $1.20 | Budget browser tier |
| Gemini 3.7 Flash | Hosted API (preview) | $0.75 | $3.75 | 83.0% (3.6 Flash) |
| Holo 3.1 | Open weights + API | $0.25 | $1.80 | 82.56% OSWorld-Verified |
| Qwen3.5 Flash | Hosted API | $0.10 | $0.40 | Grounding / cheap steps |
| Qwen-UI-Agent | Not released | — | — | 92.2% MobileWorld-Real |
Claude prices come from Anthropic’s pricing documentation; OpenAI, Gemini and Qwen rates from BenchLM’s August 2026 tables.
The token math nobody prices in
Four multipliers decide whether your pilot survives contact with finance.
- Tokenizer drift. Anthropic documents that Claude 4.7 and later use a newer tokenizer producing roughly 30% more tokens for the same text. Same price, bigger invoice.
- Cache hits. Cached input bills at 0.1x on Claude and 10% of standard on OpenAI. For screenshot loops with a stable system prompt, that is the difference between viable and absurd.
- Batch discounts. Both Anthropic and OpenAI cut 50% for asynchronous batch work. Most agent tasks are not urgent.
- Fast mode. Anthropic’s fast tier for Opus 5 and 4.8 runs $10 input and $50 output — double the standard rate for latency you probably do not need on a background agent.
One more piece of good news for budgets: Anthropic made Sonnet 5’s introductory $2/$10 pricing permanent, canceling the increase to $3/$15 that was scheduled for September 1. If you built a cost model around that hike, tear it up. We covered the token-efficiency side of this in Agent Skills vs MCP.
Which computer use agent should you pick for your use case?
Match the agent to the surface, not to the leaderboard. Desktop reliability, mobile coverage, browser scale and self-hosting are four different purchases, and no single vendor currently wins all four. Here is the split as of late August 2026.
| Use case | Pick | Why | Cost signal |
|---|---|---|---|
| Desktop work where errors are expensive | Claude Opus 4.8 | 83.4% OSWorld-Verified; prompt-injection classifiers run over every screenshot | $5/$25 per M tokens |
| Phone plus desktop from one endpoint | Gemini Computer Use | Only hosted API with a documented Android environment | $0.75/$3.75 (3.7 Flash) |
| Browser-only automation at volume | Browser Use | 87.4% on Odysseys; model-agnostic, cloud supplies Chromium | From $29/mo, $0.02/browser hour |
| Data cannot leave your network | Holo 3.1 | 82.56% OSWorld-Verified on a maintainer-run board; Apache 2.0 | $0.25/$1.80 or self-host free |
| Logged-in flows blocked by 2FA | Skyvern | Credentials never sent to the model; 85.85% WebVoyager | From $29/mo; 2FA at $149/mo |
| Commercial product, permissive license | UI-TARS | Apache 2.0, ~808k monthly downloads | Free weights |
Are open-weight GUI agents good enough yet?
One is. Holo 3.1 scores 82.56% on OSWorld-Verified on a maintainer-run board — within a point of Opus 4.8 — under Apache 2.0, with a hosted fallback at $0.25/$1.80 per million tokens and a free tier at 10 requests per minute. That is the only open model verified by a neutral board rather than its own vendor.
The rest are not close. ByteDance’s UI-TARS is the most downloaded GUI agent at roughly 808,000 monthly pulls, but the downloadable checkpoint scores 27.5% on OSWorld — a 15-point gap from the published figure.
The pattern mirrors what we found in GLM-5.3 vs DeepSeek V4 Pro: open weights close the gap on paper faster than they close it in production.
Is a computer use agent worth it in 2026?
Only when no API exists. The most useful finding in this cycle is that the best GUI agents avoid the GUI: 55.1% of actions on OSWorld-v2 were typed commands rather than clicks. Screen-driving is the fallback, not the strategy.
The failure data backs that up. Roughly 52% of real-device failures trace to the screen itself and 40% to the agent, meaning half your errors come from interfaces that were never designed for a machine to read.
The financial read is blunt. If a documented API exists, an API integration costs less, breaks less, and does not bill you for screenshots. Reserve computer use for legacy desktop software, vendor portals with no API, and mobile apps. That is a real and expensive category — it is just smaller than the demos suggest. The same discipline applies to coding agents, which we priced in Claude Code vs Codex CLI.
Frequently asked questions
What is the best computer use agent right now?
Claude Opus 4.8 for desktop reliability at 83.4% OSWorld-Verified, Gemini Computer Use if you need Android, and Holo 3.1 if you need open weights. Qwen-UI-Agent has the best benchmarks and no product.
When will Qwen-UI-Agent weights be released?
Alibaba has not announced a date. As of late August 2026 the repository has no releases and no checkpoint on Hugging Face. Only the older MAI-UI 2B and 8B models are downloadable.
How much does Claude computer use cost?
Claude Opus 4.8 bills $5 per million input tokens and $25 per million output, per Anthropic’s pricing docs. Cache hits drop input to 0.1x and batch processing cuts both sides by 50%.
Is Claude Sonnet 5 still going up in price on September 1?
No. Anthropic canceled the increase and made the $2/$10 introductory pricing permanent. The previously scheduled $3/$15 rate will not take effect.
Do computer use agents work on mobile?
Partially. Gemini Computer Use is the only hosted API with a documented Android environment. Claude’s computer use has no mobile support. Qwen-UI-Agent leads mobile benchmarks but ships nothing.
Are computer use agents safe to run on production systems?
Only with guardrails. Anthropic runs prompt-injection classifiers over every screenshot automatically; Gemini’s injection detection is off by default, and OpenAI leaves safety implementation to you. Scope credentials tightly and log every action.
What is OSWorld-Verified?
A 369-task benchmark that scores computer use agents on real desktop work in a live environment, pass or fail. It is the closest thing the category has to a purchasing standard.
The bottom line
Buy Claude Opus 4.8 for desktop work where a failed task costs more than a token bill — the 83.4% OSWorld-Verified score and automatic injection screening justify $5/$25. Buy Holo 3.1 if data residency or cost dominates: 82.56% for $0.25/$1.80 is the best price-per-point in the category by a wide margin.
Ignore Qwen-UI-Agent until weights land. A 92.2% score you cannot run is worth exactly zero. And before you buy any of them, check whether the target system has an API — because 55.1% of the winning agent’s own actions were typed commands, which is the benchmark quietly telling you to skip the screen entirely.