All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Experimental Research on Long-Running Autonomous Coding Agents

By

samwillis

4mo ago· 6 min readenInsight

Summary

The article discusses experimental research into running autonomous coding agents for extended periods (weeks at a time) to tackle complex software projects that typically take human teams months. The research involves running hundreds of concurrent agents on a single project, coordinating their work, and observing them generate over a million lines of code and trillions of tokens. The article explores the limitations of single agents for complex projects and examines the natural progression to parallel agent systems.

Key quotes

· 5 pulled
We've been experimenting with running coding agents autonomously for weeks at a time.
Our goal is to understand how far we can push the frontier of agentic coding for projects that typically take human teams months to complete.
This post describes what we've learned from running hundreds of concurrent agents on a single project, coordinating their work, and watching them write over a million lines of code and trillions of tokens.
Today's agents work well for focused tasks, but are slow for complex projects.
The natural next step is to run multiple agents in parallel.
Snippet from the RSS feed
We've been experimenting with running coding agents autonomously for weeks at a time.

You might also wanna read