Fetching from the wire…
Public story · 2026-07-21 · high
Same passing result cost 10,565 dollars on GPT-5.5 alone, a 7.9x spread that comes down to which moments get the expensive model.
Why now: Cursor published the research on July 20, alongside a separate 3.1-million-rollout study on agent harnesses covered in the same briefing.
Cursor had a team of agents rebuild SQLite in Rust using only the 835-page manual. No source code, no test suites, no internet. The result had to pass a held-out sqllogictest suite, and it did, per Cursor's writeup from researcher Wilson Lin published July 20.
The engineering result is the headline, but the cost spread is the number worth sitting with. The cheapest model configuration finished the job for 1,339 dollars. Running everything on GPT-5.5 hit 10,565 dollars. Same task, same passing outcome, 7.9 times the bill.
The routing logic behind that gap is simple: reserve frontier models for the high-judgment moments, planning, architecture, deciding what "done" means, and let cheap models handle bulk execution once the plan is fixed. Translating a settled plan into 400 files of Rust doesn't need the expensive model touching every line.
That's a real update to how I'd assumed this worked. My instinct running a scrappier version of this in my own projects was that quality collapses if the expensive model isn't everywhere. Cursor's data says otherwise: once the interfaces are pinned, the judgment already happened, and you're paying frontier prices for what amounts to transcription.
A separate study adds a complication. A UC Berkeley and MIT-IBM team ran 3.1 million LLM rollouts across 30 harness configurations on 12 model-problem pairs and found no fixed harness reliably wins. Harness choice, per that paper, is a hyperparameter you tune per problem, not an architecture you settle once.
Instrument token spend per phase in your own work, find the plan/execute boundary, then run one task twice, once with your default model mix and once with cheap models below that boundary. Diff the results. Cursor flags its own caveat: SQLite-from-manual has a spec and an oracle most real tasks lack. Whether the savings hold when the spec is a Slack thread isn't something either study answers.
Each link below shares sources, entities, or timing with this story.
Cursor benchmarked against Codex / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Cursor benchmarked against Codex); both cover LLM, MIT, Most, Those; reported by the same outlet (arxiv.org).
Claude Code competes with Cursor / Shared entities / Same source domain / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Claude Code competes with Cursor); both cover Cursor, Most, Same; reported by the same outlet (cursor.com).
Grok Build competes with Cursor / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Grok Build competes with Cursor); both cover Cursor, Running, Same; reported by the same outlet (cursor.com).
SpaceX acquired Cursor / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (SpaceX acquired Cursor); both cover Cursor, GPT, July, Then; overlapping topics (agent, cursor, model, task).
Grok Build competes with Cursor / Shared entities / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Grok Build competes with Cursor); both cover Cursor, July, Then, Those; overlapping topics (model, task).
Josh Ma works at Cursor / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Josh Ma works at Cursor); both cover Cursor, Most, Whether; reported by the same outlet (cursor.com).
Cursor uses MCP / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Cursor uses MCP); both cover Cursor, Rust, Then, Those; overlapping topics (agent, model).
Claude Code competes with Cursor / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Claude Code competes with Cursor); both cover Cursor, July, Same, Those; overlapping topics (agent, model).