Anthropic Researchers Use 16 Parallel Claude Agents to Build Rust-Based C Compiler
By
modeless
Sesame, salt, and substance. A flagship bake.
Summary
Anthropic researcher Nicholas Carlini describes an experiment using "agent teams" - multiple Claude AI instances working in parallel on a shared codebase without human intervention. The team tasked 16 agents with writing a Rust-based C compiler from scratch capable of compiling the Linux kernel. The project required nearly 2,000 Claude Code sessions and $20,000 in API costs, resulting in a 100,000+ line codebase. This approach demonstrates how parallel AI agents can dramatically expand the scope of what's achievable with LLM agents for complex software development tasks.
Key quotes
· 5 pulledI've been experimenting with a new approach to supervising language models that we're calling 'agent teams.'
With agent teams, multiple Claude instances work in parallel on a shared codebase without active human intervention.
This approach dramatically expands the scope of what's achievable with LLM agents.
To stress test it, I tasked 16 agents with writing a Rust-based C compiler, from scratch, capable of compiling the Linux kernel.
Over nearly 2,000 Claude Code sessions and $20,000 in API costs, the agent team produced a 100,000+ line codebase.
You might also wanna read
Claude Code Launches Multi-Agent AI Code Review System for Bug Detection
Anthropic's Claude Code now offers a multi-agent AI code review system that analyzes pull requests to catch bugs, security issues, and logic

Anthropic's Claude Sonnet 4.5: AI Model Capable of 30-Hour Autonomous Coding
This article discusses Anthropic's new Claude Sonnet 4.5 AI model, which can code autonomously for 30 hours straight, and explores the broad
1Code: Parallel Claude Code Agent Runner for Mac and Web
1Code is an application that enables running multiple Claude Code AI agents in parallel, available for both Mac (local execution with or wit
Anthropic Launches Claude Cowork AI Agent Feature in Research Preview
Anthropic has launched a new AI feature called "Claude Cowork" in research preview, expanding Claude's AI agent capabilities beyond coding t
Navox Agents: AI Engineering Team Tool for Claude Code with 8 Collaborative Agents
Navox Agents is a specialized AI engineering team tool that integrates with Claude Code, featuring 8 collaborative agents that work sequenti
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
