Fetching from the wire…
Public story · 2026-06-30 · high
Turning on the flag lets one orchestrator spawn teammates that share the file system, not your chat history.
Why now: The feature is still gated behind an experimental flag, which is exactly the moment a gotcha this easy to miss costs someone the most.
Enabling CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS in settings.json lets a Claude Code session spawn teammates that work in parallel instead of one after another, per the docs. One orchestrator hands out pieces of a job and several agents run at once. The catch: each teammate starts with none of the context from the chat that spawned it.
No shared memory. Each teammate reads CLAUDE.md and whatever MCP tools are configured, and nothing else, according to the docs. It doesn't know what you and the orchestrator already worked out. Any file path, constraint, or decision you already settled has to go straight into the spawn prompt.
Teammates coordinate with each other through the file system, not shared chat. That's a different way of working than one long conversation, where everything said earlier stays in view. Writing a spawn prompt that carries the full context a teammate needs is its own skill, separate from describing what to build.
Tokens scale per teammate, so it's not something to leave running by default. The docs reserve it for research, review, and building new modules, jobs with a clear brief and a clear finish line.
Each link below shares sources, entities, or timing with this story.
Claude benchmarked against Codex / Shared entities / Same source / Shared topic / Earlier coverage
Linked by a graph relationship (Claude benchmarked against Codex); both cover Enable, MCP; cite the same source (per the docs).
Claude uses MCP / Shared entities / Same source domain / Shared topic / What happened next / Tension
Linked by a graph relationship (Claude uses MCP); both cover CLAUDE, MCP; reported by the same outlet (code.claude.com).
Anthropic released Claude / Shared entities / Same source domain / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Anthropic released Claude); both cover CLAUDE, MCP; reported by the same outlet (code.claude.com).
Claude uses MCP / Shared entities / Same source / Shared topic / Earlier coverage
Linked by a graph relationship (Claude uses MCP); both cover Claude, MCP; cite the same source (per the docs).
Claude uses MCP / Shared entities / Same source domain / Shared topic / What happened next / Tension
Linked by a graph relationship (Claude uses MCP); both cover CLAUDE, MCP; reported by the same outlet (code.claude.com).
Simon Willison uses Claude / Shared entities / Shared topic / What happened next
Linked by a graph relationship (Simon Willison uses Claude); both cover Claude, MCP; overlapping topics (agent, claude, code, context, file).
Claude uses MCP / Shared entities / Same source domain / Shared topic / What happened next
Linked by a graph relationship (Claude uses MCP); both cover CLAUDE, MCP; reported by the same outlet (code.claude.com).
Claude benchmarked against Devin / Shared entities / Same source domain / Shared topic / What happened next
Linked by a graph relationship (Claude benchmarked against Devin); both cover Claude, MCP; reported by the same outlet (code.claude.com).