# Agent swarms and the new model economics

Source: [Cursor](https://cursor.com/blog/agent-swarm-model-economics)  
Feed7 permalink: https://feed7.dev/p/agent-swarms-and-the-new-model-economics-32d427eb72  
Published: 2026-07-20T00:00:00.000Z  
Trust: Official Source (official_source)

## Why Included

Use a strong planner with bounded cheaper workers, separate contexts, shared decisions, and independent review lenses.

## Source Summary

Cursor’s SQLite experiment suggests swarm harness design can matter more than model mix: separate planner and worker contexts reduced coordination churn while cheaper workers handled most tokens.

## Practical Implication

For large agent runs, reserve frontier models for decomposition and decisions, then give bounded implementation work to cheaper workers. Separate their contexts, record shared design decisions, delegate conflict resolution, limit oversized files, and stack independent review lenses.

## Agent-Ready Context

Cursor’s new planner-worker swarm reached **73%–85%** of a held-out SQLite test suite within four hours, and every new configuration later reached **100%**. Similar quality across model mixes cost from **$1,339 to $10,565**.

For large agent runs, reserve frontier models for decomposition and decisions, then give bounded implementation work to cheaper workers. Separate their contexts, record shared design decisions, delegate conflict resolution, limit oversized files, and stack independent review lenses.

This was a controlled but unusual SQLite reimplementation with no source, binary, tests, or internet available to agents. Cursor tested four configurations rather than the full planner-worker matrix, and workers consumed at least **69% of tokens**, so workload shape will strongly affect the economics.

## Context Map

- Layer: agent
- Domains: coding
- Topics: multi-agent, harness-engineering, subagents

## Uncertainty

- None recorded.

## Agent Instruction

Use this item as source-backed context. Do not invent claims beyond the linked source. If this item conflicts with another source, call out the conflict.
