Question 1easy
What is a multi-agent system?
Question 2easy
What should be your DEFAULT before adopting a multi-agent system?
Question 3medium
In the supervisor/worker topology, how do workers coordinate?
Question 4medium
When is a sequential pipeline preferable to a dynamic supervisor?
Question 5medium
How does a handoff/routing pattern differ from supervisor/worker?
Question 6hard
When is a multi-agent design genuinely justified? (Select all that apply)
Question 7hard
What is a key risk of chaining agents that feed each other?
Question 8hard
What is a common failure mode of free-form group-chat/network topologies?
Question 9medium
Which statement about the multi-agent framework landscape is most accurate?
Question 10medium
A support inbox routes each message to billing, technical, or sales expertise. Which topology fits?
Question 11medium
How do the multi-agent patterns relate to LangGraph (Topic 4)?
Question 12medium
Name the star-shaped topology (two words) where one agent routes subtasks to specialists and integrates their results.
Question 13hard
In one word, what should be your default number of agents until a task proves it needs more — one or many?