Flatten your delegation: Claude Code subagents are one level deep, so set explicit turn ceilings
Digital Applied·medium signal
Claude Code subagents cannot spawn their own subagents — the hierarchy is exactly one level — so any design assuming recursive decomposition instead produces over-delegation loops. Build a single coordination layer and treat the SDK's ~25-turn-per-subagent default as a hard iteration cap rather than a soft guideline.