Claude Code Agent Teams Ship — 16 Agents Build a C Compiler Without Human Intervention
Anthropic has shipped Claude Code Agent Teams as an experimental feature, and to demonstrate the capability, published an engineering post showing 16 parallel Claude agents building a Rust-based C compiler entirely without human code contributions. The compiler — produced across nearly 2,000 agent sessions — is a 100,000-line codebase capable of building Linux 6.9 on x86, ARM, and RISC-V, passing 99% of the GCC torture test suite, and successfully compiling QEMU, FFmpeg, SQLite, PostgreSQL, and Redis.
By the numbers
- ~$20,000 in API calls over approximately two weeks of wall-clock time
- 16 agents working across independent compiler modules (parser, type-checker, code-gen, linker, etc.) in isolated git worktrees
- 99% GCC torture test pass rate — a high bar for a compiler produced without a single human-written line
Agent Teams are disabled by default and enabled via the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS environment variable in settings.json. The experimental flag is available to all Claude Code Max subscribers.
Cost awareness: Long-running team sessions can accumulate significant API spend quickly. Anthropic recommends setting explicit budget limits and using Claude Code's cost-reporting flag to monitor spend per session before enabling teams on large tasks.