Recall & Review
beginner
What does 'scaling agents horizontally' mean in AI systems?
It means adding more independent agents to work together, rather than making one agent more powerful. This helps handle more tasks or users at the same time.
Click to reveal answer
beginner
Why is horizontal scaling useful for agentic AI?
Because it allows the system to handle more work by using many agents in parallel, improving speed and reliability without overloading a single agent.
Click to reveal answer
intermediate
Name one challenge when scaling agents horizontally.
Coordinating communication between many agents can be difficult, as they need to share information and avoid conflicts.
Click to reveal answer
intermediate
How does horizontal scaling compare to vertical scaling?
Horizontal scaling adds more agents to share the work, while vertical scaling makes one agent stronger by adding resources like CPU or memory.
Click to reveal answer
beginner
Give a real-life example of horizontal scaling.
Like having many cashiers open at a store instead of one cashier working faster. More cashiers help serve more customers at once.
Click to reveal answer
What is the main goal of scaling agents horizontally?
✗ Incorrect
Horizontal scaling means adding more agents to share the workload and handle more tasks at the same time.
Which is a common challenge when scaling agents horizontally?
✗ Incorrect
When many agents work together, they must communicate well to avoid conflicts and share information.
Horizontal scaling is like:
✗ Incorrect
Adding more workers to share the work is similar to horizontal scaling by adding more agents.
Which is NOT a benefit of horizontal scaling?
✗ Incorrect
Coordination becomes more complex with more agents, so it is not simpler.
Vertical scaling means:
✗ Incorrect
Vertical scaling improves one agent's power by adding resources like CPU or memory.
Explain in your own words what scaling agents horizontally means and why it is useful.
Think about how adding more helpers can make a job easier.
You got /4 concepts.
Describe one challenge you might face when scaling agents horizontally and how it affects the system.
More helpers need to talk to each other well.
You got /4 concepts.
