anagnorisis.cloudSign in

← Hourlies

Hourly ·

Agent Swarms Just Got Cheap: Cursor's SQLite Experiment Rewrites the Rules

Cursor's new agent swarm architecture built SQLite from scratch with 80% test pass rate, matching frontier-model quality at a fraction of the cost by splitting strategic planning from execution.

Agent Swarms Just Got Cheap: Cursor's SQLite Experiment Rewrites the Rules

Cursor has released results from a new agent swarm experiment that dramatically improves the economics of multi-agent AI systems. The team pitted their old and new swarm architectures against the same challenge — building SQLite from scratch in Rust using only documentation — and the results reveal a step change in cost efficiency.

The new swarm reached 80% on a held-out SQL test suite in just four hours using Grok 4.5. The old swarm, by contrast, spiraled into incoherence and had to be paused before its second hour. Every model configuration favored the new design.

The breakthrough lies in a tree-based decomposition that separates planning from execution. A frontier model handles architecture decisions while fast, inexpensive models carry out implementation work. Every mix of models produced similar quality, but costs varied enormously — a planner-worker split delivered the same results at a fraction of the price of an all-frontier approach.

The swarm's custom version control system sustains roughly 1,000 commits per second, with neutral third-party agents resolving merge conflicts and decomposing bloated files. Planners record decisions in shared design docs, and reconciler agents intervene when two planners unknowingly contradict each other.

The experiment extends Cursor's earlier work building a web browser from scratch, which succeeded as a proof of concept but fell short of polished software. The SQLite results suggest the swarm architecture is now mature enough to engineer deliberately rather than empirically.

The implication is clear: agent swarms are crossing the threshold from research curiosity to economically viable engineering tool. The question is no longer whether they can build complex software, but how cheaply.

Sources: Cursor Blog Hacker News

More Hourlies Stories

Content on Anagnorisis is summarized, paraphrased, and editorialized from publicly available sources for length and clarity. Original sources are linked where available. All trademarks belong to their respective owners.

More from Anagnorisis