The Workload
7 AI agents handling software engineering, data analysis, and operations tasks around the clock. Each agent averages 50 tasks/day. Each task requires 5–10 LLM calls (planning, tool use, execution, verification). Average per task: 15,000 input + 8,000 output tokens. Context grows with each call in a task.
// Monthly cost (7 agents, 50 tasks/day each)
GPT-5 ($1.25/$10.00)
Tasks/month: 7 × 50 × 30 = 10,500
Input: 157.5M × $1.25/M = $197
Output: 84M × $10.00/M = $840
LLM cost: $1,037/month
Infrastructure/monitoring: +$2,800
Total: ~$3,837/month
Claude Opus ($5.00/$25.00)
LLM cost: $2,888/month
Infrastructure: +$2,800
Total: ~$5,688/month
The Real Cost
These estimates assume well-constrained agents. In practice, agents encounter errors, retry, and sometimes enter doom loops. A real Series B fintech startup reported their agent fleet cost $4,200/month in LLM fees + $2,800 in infrastructure. Without monitoring, teams lose $8,000–23,000/month to undetected waste.
Key insight: Each agent must generate enough value to cover its own costs. At $3,837/month for 7 agents, each agent must deliver at least $548/month in value. For software engineering agents at $5–8 per task, that’s 70–110 successful tasks/month just to break even.