# Agent swarms and the new model economics

> Source: <https://www.lightningjar.com/reading-list/agent-swarm-model-economics>
> Published: 2026-07-21 12:00:00+00:00

## Summary:

Wilson Lin documents Cursor's rebuilt agent swarm architecture, where planner agents on frontier models decompose a goal into subtasks and worker agents on cheaper models execute them. The stress test was rebuilding SQLite from its documentation: the new swarm hit an 80% test pass rate in four hours while the old system spiraled within two, drowning in tens of thousands of merge conflicts at a thousand commits per second. Two findings stand out. Hybrid configurations reached similar quality at wildly different costs, and the whole exercise relocates the bottleneck: when execution is this cheap, the unit of work becomes the spec, and the scarce resource is the right description of intent.

## Excerpt:

"Wilson Lin of Cursor on agent swarms that pair frontier planner models with cheap workers: the unit of work becomes the spec, and the scarce input is a clear description of intent."

#AI#Agents#LLMs#Economics

[Read Full Source](https://cursor.com/blog/agent-swarm-model-economics)
