Experiments in Scaling Autonomous Coding Agents at Cursor
By
srameshc
Pulled from the oven just right. Trustworthy, fact-dense, deeply satisfying.
Summary
Wilson Lin at Cursor conducted experiments with large-scale autonomous coding agents, running hundreds of concurrent agents on a single project that collectively wrote over a million lines of code and processed trillions of tokens. The system used a hierarchical approach with planners and sub-planners to create tasks, workers to execute them, and judge agents to evaluate completion. The post shares insights on scaling autonomous coding systems and coordinating large fleets of AI agents for software development.
Key quotes
· 5 pulledScaling long-running autonomous coding
running hundreds of concurrent agents on a single project
watching them write over a million lines of code and trillions of tokens
running planners and sub-planners to create tasks, then having workers execute on those tasks
Each cycle ended with a judge agent deciding if the project was complete
You might also wanna read
How I Used Coding Agents to Automate My AI Research Work in Copilot Applied Science
An AI researcher shares their experience using coding agents to automate intellectual work, specifically building agents that automate parts
KingCoding: Desktop App for Parallel AI Coding Assistant Management
KingCoding is a desktop application that allows developers to run multiple AI coding assistants (Claude Code, Codex, and Cursor) in parallel
Crew44: Open-source local-first tool that coordinates multiple AI coding agents into one team
Crew44 is a local-first, open-source command center that coordinates multiple AI coding agents (like Claude Code, Codex, Gemini, Cursor) int
Building a Software Factory with Claude Code: From AI-Assisted Coding to Agentic Development
This article provides a comprehensive guide on building a software factory using Claude Code and other AI coding tools. It covers the evolut
Agen: Autonomous AI Coding Agents for Complete Software Development Tasks
Agen is a platform offering fully autonomous AI coding agents that can take software development tasks from initial prompt to finished code.
Pixcode: An open-source, self-hosted web UI for managing multiple AI coding agents
Pixcode is a free, open-source, self-hosted control room that lets developers manage multiple AI coding agents (Claude Code, Cursor CLI, Cod
