@bcherny: Just landed nested subagent support in Claude Code Starting to experiment more with agents kicking off agents as a way …
Summary
Boris Cherny announced nested subagent support in Claude Code, allowing agents to spawn subagents for better context management, capped at depth 5 and rolling out in today's release.
View Cached Full Text
Cached at: 06/09/26, 02:52 PM
Just landed nested subagent support in Claude Code
Starting to experiment more with agents kicking off agents as a way to better manage context. Capped at depth=5 to start, going out in today’s release.
Lmk what you think!
Similar Articles
@svpino: I'm now *subagent-pilled* with Claude Code. This is the biggest update I've made in the way I work over the last 2 week…
Shares a workflow tip for Claude Code: use subagents to keep context windows separate, mix different models, and assign specific tools to each subagent.
@0xCodez: https://x.com/0xCodez/status/2058513716509913581
A comprehensive walkthrough on building multi-agent teams with Claude Managed Agents, covering role design, model mixing, and parallel execution to scale from one to 20 agents.
@zachlloydtweets: Working on a new way to orchestrate agents. - Agent makes a delegation plan with subagent tasks - Run subagents locally…
A new method for orchestrating agents is being worked on, featuring delegation plans and subagents that can run locally or in Dockerized cloud environments, with message passing between them.
@knoYee_: https://x.com/knoYee_/status/2065020276023120302
Claude Code v2.1.172 adds sub-agent nesting capability, supporting up to 5 layers of nesting. It allows lower-level agents to automatically generate sub-agents to handle complex sub-tasks, and introduces usage scenarios, configuration methods, and common pitfalls.
came across a self hosted multi agent setup that uses claude code as a runner and the coordination layer is genuinely interesting
A new open-source project introduces a self-hosted, voice-first multi-agent orchestration system for macOS that utilizes Claude Code as an execution runner. The setup features a novel parent-child structure with a watchdog layer to prevent endless review cycles among agents.