Section 08 · Anthropic Academy — Introduction to Subagents · Architect

Introduction to Subagents

Subagent triggers (parallelism, context isolation), the cost model, and what the parent does and does not see.

Learning objectives

  • Identify two valid spawn triggers for a subagent (parallelism + isolation).
  • Critique a subagent brief — is the goal, context, and exit criteria clear?
  • Reason about cost: when does spawning a subagent cost more than it saves?
  • Explain what the parent does NOT see from a subagent and design summaries for visibility.