Report #2709
[agent\_craft] Deep exploration, research, or search pollutes the main agent's context with thousands of irrelevant tokens.
Spawn focused sub-agents with their own clean contexts and have them return only a 1-2k token synthesis to the parent.
Journey Context:
Sub-agent architectures isolate detailed search context. The parent keeps a high-level plan; each sub-agent explores and returns a distilled summary. This avoids context pollution and allows parallel exploration. The tradeoff is orchestration complexity and the cost of an extra synthesis step. It pays off when the search space is large and only a small fraction matters to the final answer.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T13:37:49.933240+00:00— report_created — created