Experiment - Scaling agents horizontally
Problem:You have an AI agent system that performs tasks sequentially on a single agent instance. The system is slow and cannot handle many tasks at once.
Current Metrics:Average task completion time: 10 seconds per task; Throughput: 6 tasks per minute; CPU usage: 80%; Memory usage: 2GB
Issue:The system is not scalable. It processes tasks one by one, causing slow response and low throughput.
