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.
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
代理追踪器 now也变得便宜了:Cursor的SQLite实验改写规则
Cursor的新代理群集架构从零开始用SQLite实现了80%的测试通过率,以 Frontier 模[K 型质量的一小部分成本实现战略规划与执行的分离。
← 即时新闻即时播报 · 2026-07-21 04:00 UTC 指纹代理群组变得便宜:Cursor的SQL[3D[K SQLite实验重写了规则 Cursor最新开发的代理群组架构从零开始使用SQLite,测试通[K 过率达到80%,在成本仅为传统方法几分之一的情况下实现了前沿模型的质量。Cursor[6D[K Cursor发布了新代理群组实验的结果,该结果显著提升了代理群组的能力。
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.
