@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.
@PrajwalTomar_: WAIT. This is actually insane. A senior dev just dropped the 3-tier agent stack Boris Cherny (the creator of Claude Cod…
A senior dev describes a three-tier agent stack using Claude Code that runs thousands of agents overnight, with examples like migrating user email fields across a 4000-file monorepo using 800 agents in parallel.
@LangChain: Deep Agents now supports dynamic subagents. Instead of invoking subagents with tool calls, the main agent writes orches…
LangChain's Deep Agents now supports dynamic subagents, where the main agent writes orchestration code to coordinate work at scale, enabling workflows like processing hundreds of documents with deterministic coverage.
@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.