task tool. Each gets a fresh context
window, does its job, and returns only its findings — which is the point: a
wide search doesn’t fill the main conversation with file dumps.
Two kinds
Parallelism
Multipletask calls issued in one response run concurrently. Asking a
question that spans several subsystems usually produces several explorers at
once, then a single synthesis.
Cost
Sub-agent usage rolls up into your session totals, and spend rows are tagged so the dashboard can separate main-loop cost from fan-out cost. Explore agents are always routed to economy models, whatever the parent is using. Three parallel explorers on a frontier model would cost more than the answer is worth.Limits
- Depth cap of 2 — a sub-agent’s sub-agent cannot spawn further.
- Spawning is permission-gated, since a sub-agent runs unattended.
- Sub-agents run in
bypassmode internally; the gate was the spawn itself, andexploreagents have no write tools regardless.

