Fork the Session Instead of Re-Spawning a Sub-Agent That Starts From Zero

Kills the re-discovery tax on multi-step jobs that share a codebase, so exploration is paid for once instead of re-billed per phase; wins only when the inherited context is genuinely reused Advanced 4 min read

On a multi-step agent job that works over one shared codebase, spawning a fresh sub-agent per step makes each one re-find, re-search, and re-read everything from scratch at full input price. When a phase builds on the last, fork the session so it inherits that context and skips the redundant re-exploration.

๐Ÿ”’ Pro tip ยท Advanced

Unlock this tip โ€” and 105 more

This is one of 106 advanced, fact-checked tactics reserved for Pro. Get the full 128-tip library, a searchable archive, and a new tip every morning. Free for 7 days, then $9/mo.

Prefer to browse? The 22 Beginner tips are free forever.