Back to the episode map

Research Note

Subagent Parallelism and Coordination Cost Record

Google documents subagents as a way to parallelize bounded work and protect the parent context. Subagents can use an inherited workspace, an isolated Git worktree, or sha

Aug 4, 20261 min readBy Dalton Anderson

Subagent Parallelism and Coordination Cost Record

Google documents subagents as a way to parallelize bounded work and protect the parent context. Subagents can use an inherited workspace, an isolated Git worktree, or shared storage under current documentation. They begin with separate context and inherit safety configurations.

The feature deep dive describes asynchronous subagent work and native worktree support. Projects documentation distinguishes direct local work from new-worktree mode.

Every delegation also creates instructions, context transfer, permissions, shared-state, monitoring, message, merge, verification, and recovery work. Google does not claim that a larger agent count is inherently faster or cheaper.

Dalton's custom rules about director counts, specialist counts, runtime spawning, small inline tasks, automatic completion, and branch isolation are useful operating hypotheses. They are not official defaults or universal optimal values.

Sources

Follow the evidence.

  1. Antigravity changelogantigravity.google
  2. Antigravity 2.0 product pageantigravity.google
  3. Spotify episode recordpodcasters.spotify.com
  4. Antigravity MCP documentationantigravity.google
  5. Antigravity subagents documentationantigravity.google
  6. csrc.nist.gov: finalcsrc.nist.gov
  7. Antigravity permissions documentationantigravity.google
  8. Antigravity 2.0 overviewantigravity.google
  9. Antigravity 2.0 feature deep diveantigravity.google
  10. Antigravity hooks documentationantigravity.google
  11. Google people-first content guidancedevelopers.google.com
  12. Antigravity projects documentationantigravity.google
  13. Google Developers Blog: transitioning Gemini CLI to Antigravity CLIdevelopers.googleblog.com
Subagent Parallelism and Coordination Cost Record