The argument in one line
context efficiency > parallelismKeep frontier intelligence at ambiguity bottlenecks. Push explicit, bounded execution to cheaper workers. Spend heavily on coordination because churn compounds faster than useful work.
Cursor research · Wilson Lin
Read the original article ↗
New harness at four hours
73–85%
Held-out SQL suite across four model mixes
Reported run cost range
$1,339–$10,565
Similar eventual quality, radically different spend
Grok merge conflicts
70k+ → <1k
Old harness versus new harness
Specificationintent and constraints
↓
Planner agentsfrontier judgment · one context: the tree
↓
Worker fleetbounded execution · one context: one leaf
↓
Systemreviewed, integrated output
Coordination layer: shared memory, version control, and reconcilers feed corrections back into planning and execution.
Coordination is the product
~1,000 commits / second peakSplit-brain designPlanners own design decisions and cannot delegate the same question into competing subtrees.
Planner contentionShared design documents carry compile-checked references; a reconciler merges contradictory decisions.
Merge conflictsA neutral third-party agent resolves collisions so workers do not absorb one another’s context.
MegafilesWorkers flag bloated files; commits pause while an outside agent decomposes the module.
OssificationFocused core breakage is licensed; compiler failures propagate the rationale to dependent work.
Accumulated errorDecorrelated review lenses stack because review is cheaper than the work being audited.
SQLite test conditions
Input: 835-page SQLite manual
Output: database engine in Rust
Withheld: source, tests, SQLite binary, internet
Grade: fraction of millions of held-out sqllogictest queries answered correctly
Audit: manual review for cheating, shortcuts, and uneven implementation
What changed in the runs
less activity, more progressModel economics: pay for judgment, not repetition
workers consume the tokensAllocation rule
Frontier model: original decomposition, architecture, design decisions, hard trade-offs.
Efficient model: explicit leaf tasks after ambiguity has been collapsed.
System spend: review, shared memory, conflict resolution, and structure maintenance.
A cheaper planner is not automatically cheaper overall. The Fable planner used fewer planning tokens but induced several times more worker tokens than Opus.
The unit of work becomes the spec
probabilistic compilationIntentwhat should exist
Task treeplanner decomposition
Leaf workbounded execution
Systemreviewed integration
Evidence boundary: these are Cursor’s reported experimental results, not an independent replication. The old Grok run was paused before two hours; solo frontier quality was graded only informally.