Open main menu
Article
Quizzes
Tools
EN
Article
Quizzes
Tools
All quizzes
/
Sub-Agents & Parallel Execution
Sub-Agents & Parallel Execution
Search
Labels
Labels
Search
A coordinator agent needs to research three unrelated topics simultaneously. Which approach best leverages sub-agents?
2 months ago
What is the primary benefit of giving each sub-agent a fresh, empty context rather than sharing the coordinator's conversation history?
2 months ago
In the coordinator/worker pattern, what is the coordinator's primary responsibility?
2 months ago
Which condition makes it safe to dispatch multiple sub-agents in parallel rather than sequentially?
2 months ago
A pipeline needs to: (1) scrape raw data, (2) clean the data, (3) analyse the cleaned data. How should sub-agents be structured?
2 months ago
When dispatching a sub-agent to read and summarise a document, the coordinator should:
2 months ago
Two sub-agents are both tasked with appending entries to the same log file. What is the likely outcome?
2 months ago
A sub-agent is given a focused, narrow task. Compared to one large agent handling everything, this approach primarily improves:
2 months ago
A team is surprised to find their multi-agent pipeline costs significantly more than a single-agent solution for the same task. What is the most likely reason?
2 months ago
A sub-agent returns an incomplete result. What should a well-designed coordinator do?
2 months ago
What is the specific purpose of a spec-reviewer sub-agent in a software implementation pipeline?
2 months ago
A code-quality reviewer sub-agent is reviewing a pull request. Which finding is within its scope?
2 months ago
Why is it recommended to use two separate sub-agents — one for spec review and one for code quality — rather than combining them?
2 months ago
How does a sub-agent differ from a parallel tool call within a single agent turn?
2 months ago
A coordinator has already dispatched a sub-agent to research competitor pricing. After receiving the result, the coordinator starts doing its own additional research on the same topic. What problem does this illustrate?
2 months ago
You want a sub-agent to translate a document. The sub-agent has never seen the document before. What must the coordinator include in the dispatch message?
2 months ago
Which scenario is LEAST suitable for using sub-agents?
2 months ago
A coordinator instructs a sub-agent: 'summarise the customer feedback we discussed earlier.' Why will this likely fail?
2 months ago
A coordinator needs to process 10 customer orders, and each order can be processed independently. What is the best architecture?
2 months ago
In a multi-agent system, what does 'context isolation' mean?
2 months ago
Previous
1
2
Next