Fetching from the wire…
Top 5 · 2026-05-06 · source-backed
Reflex published a benchmark that every team evaluating browser-use agents needs to read before committing. They compared vision-based computer-use agents (the kind that "see" a screen and click through UIs) against structured API calls for identical tasks.
The gap: 47 steps and 495,000 tokens vs. 8 API calls and 12,000 tokens. That's 45x the cost. Not 2x. Not 5x. Forty-five times.
This is an architectural gap, not a model gap. An agent that must interpret pixels, identify UI elements, decide where to click, verify the result, then repeat will always pay for the seeing. Better vision models will reduce the per-step cost, but the step count is structural. A browser-use agent navigating a form with 10 fields makes 10+ visual observations. An API call sends one JSON payload.
At 465 points on Hacker News, this resonated because it puts hard numbers on something practitioners have been feeling. Browser-use agents are cool demos. They look impressive in videos. But when you're paying per token in production, that 45x multiplier kills your unit economics fast.
I've been skeptical of the "universal computer use agent" narrative for a while. The pitch is always "it can use any software, just like a human!" But humans are terrible at repetitive UI tasks. That's why we built APIs in the first place. Wrapping an AI around a human-designed UI adds cost without adding capability when an API exists.
Here's my framework for choosing: if there's a structured API, use it. Always. If there isn't one, check if you can build one (a thin wrapper, a CLI tool, a database query). Only reach for computer-use agents when you genuinely have no other path to the data or action. Legacy systems with no API. Internal tools with no export function. Applications where screen scraping is the only option.
Computer use is a last resort, not a first choice. These numbers prove it.
Each link below shares sources, entities, or timing with this story.
Computer uses Grok / Shared entities / Shared topic / What happened next / Tension
Linked by a graph relationship (Computer uses Grok); both cover CLI, Hacker News; overlapping topics (agent, model).
Perplexity released Computer / Shared entity: Computer / Shared topic / Earlier coverage
Linked by a graph relationship (Perplexity released Computer); both cover Computer; overlapping topics (computer, model).
Perplexity released Computer / Shared topic
Linked by a graph relationship (Perplexity released Computer); overlapping topics (computer, model).
Shared entities / Shared topic / What happened next
Both cover JSON, Only; overlapping topics (agent, been, call, model, token); picks up the JSON thread on 2026-07-10.
Both cover APIs, CLI, UIs; overlapping topics (agent, apis); picks up the APIs thread on 2026-05-20.
Computer uses Grok / Shared entity: APIs / Shared topic / What happened next
Linked by a graph relationship (Computer uses Grok); both cover APIs; overlapping topics (agent, apis, call, cost).
Perplexity released Computer / Shared entity: CLI / What happened next
Linked by a graph relationship (Perplexity released Computer); both cover CLI; picks up the CLI thread on 2026-07-29.
Shared entities / Shared topic / What happened next
Both cover APIs, Computer; overlapping topics (agent, apis, model, number); picks up the APIs thread on 2026-07-31.