AI
How do I run multiple research subagents in parallel?
Ask for parallel subagents in one user turn. Each runs in a fresh context, returns one summary to the parent's live context, and (in normal use) exits; transcripts persist on disk for grep, but the live parent never receives the trail. Use it for noisy independent lookups, not for work you plan to iterate on.