Open main menu
Article
Quizzes
Tools
EN
Article
Quizzes
Tools
All quizzes
/
Sub-Agents & Parallel Execution
/
A coordina...
A coordinator agent needs to research three unrelated topics simultaneously. Which approach best leverages sub-agents?
Dispatch three sub-agents in parallel, each receiving the full task description and returning independent results
Run one sub-agent sequentially three times, passing the previous result as input each time
Have the coordinator search all three topics itself, then delegate summarisation to a single sub-agent
Share a single context window across all three research threads to reduce token cost
Submit answers