Computer Use Is 45x More Expensive Than Structured APIs
Original: Computer Use is 45x more expensive than structured APIs View original →
The Setup
Reflex ran the same admin panel task against two agent architectures: Path A used Claude Sonnet driving the UI via browser-use 0.12 (screenshots and clicks), Path B used Claude Sonnet calling the same HTTP handlers directly. One variable: the interface.
Vision Agent Failure
The task: find customer 'Smith,' accept all pending reviews, mark the order delivered. The API agent completed it in 8 calls. The vision agent accepted one of four pending reviews and stopped — it had no signal that content existed below the visible fold. This is a structural limitation, not a model reasoning failure.
14-Step Walkthrough Required
To make the comparison fair, the vision agent was given a 14-step explicit walkthrough naming every sidebar item, tab, and form field. With that, it succeeded — in 14 minutes, consuming roughly 500,000 input tokens. That is approximately 45x the cost of the API agent run.
The Real Cost
Each numbered instruction represents engineering work that doesn't appear in token counts. Vision agent deployments require either this level of prompt specificity or the acceptance that the agent will silently miss work. Structured APIs give agents the same data the UI renders, plus full result sets and pagination metadata — without pixel-level instruction.
Related Articles
A Reddit discussion on r/artificial argues that the agent ecosystem is rapidly turning once-human capabilities like email, phone numbers, browsers, memory, payments, and SaaS access into composable APIs.
HN did not spend long on the version number itself. People jumped straight to the practical test: if Zed is calling 1.0, is the fast Rust editor finally good enough to be where humans, Claude Code, and Codex all meet?
HN liked the hack, but the real excitement was infrastructure. Cua’s background macOS driver keeps the cursor, focus, and Space in place while an agent works inside another app.
Comments (0)
No comments yet. Be the first to comment!