← Back to all entries
2026-02-06 ✅ Best Practices

Agent Teams: 16 Claudes Build a Compiler & Architecture Deep Dive

Agent Teams: 16 Claudes Build a Compiler & Architecture Deep Dive — visual for 2026-02-06

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

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.

Claude Code agent teams multi-agent engineering retrospective

Agent Teams vs Sub-Agents — Understanding the Architecture Difference

Alongside the C-compiler showcase, Anthropic has published an architecture primer on a distinction that matters for production use: sub-agents and agent teams are not the same thing, and choosing the wrong one will hurt performance and cost.

The key difference

When to use each

Claude Code architecture multi-agent best practices retrospective