Microsoft's Agensh Scales Self-Organized Multi-Agent Coding to 1,024 Agents, Boosting Pass Rate 62%
donglixp · x · 2026-09-24
Microsoft Research introduces Agensh, a self-organized multi-agent harness with no central orchestrator that scales concurrent cooperation from 1 to 1,024 agents building large software systems from scratch.
The key idea is self-organization over central scheduling: workers asynchronously gather context, claim sub-tasks, share findings, verify, and merge progress through lightweight infrastructure—a shared workspace, a message interface, and shared context.
Key results:
- Building pandoc from scratch in 6h with no internet: test pass rate rises from 33.89% (1 agent) to 55.06% (1,024 agents), a +62% relative gain
- On the five hardest ProgramBench tasks (FFmpeg, gromacs, PHP-src, etc.), scaling 1→128 agents lifts mean pass rate from 19.31% to 28.78%
- As the organization grows, cooperation emergently evolves from peer coordination to multi-worker integration, standardized workflows, and specialized roles
The project page includes a full replay of the 1,024-agent collaboration.
Related event: Microsoft's Agensh Scales to 1,024 Self-Organized Agents(3 posts)→
More from coding & agent
- Reading an invoice and moving money should not share one permission: agent auth principles — TechNadu · 2026-09-24
- Dev jokes about adding 'digest context when agitated' to every agents.md — nptacek · 2026-09-24
- Harness searches hundreds of distributed agent sessions in 17ms with Cmd-O — dee_hw · 2026-09-24
- Agent ignored the GitHub plugin for computer use — fixed by adding a rule to AGENTS.md — jdjohnson · 2026-09-24
- Hamel Husain's AI Evals FAQ: model benchmarks and product evals answer different questions — HamelHusain · 2026-09-24
- Open-source MCP server gives agents page-change tracking with SHA-256 capture certificates — Einperegrin · 2026-09-24