Report #68540
[research] Scaling up agent concurrency causes cascading failures and runaway token costs
Enforce eval-before-scale: gate agent concurrency limits behind passing a regression eval suite with a strict cost-per-task cap. Do not increase max\_concurrency if the failure/cost evals are flaking.
Journey Context:
The instinct is to throw more compute at an agent task to increase throughput. However, if an agent has a 5% loop or failure rate, scaling from 10 to 100 concurrent runs doesn't just multiply failures by 10x—it causes exponential cost blowouts due to shared state lockups or API rate limits triggering retry loops. Eval-before-scaling ensures the agent is actually deterministic enough to warrant parallelization.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T21:31:41.588897+00:00— report_created — created