AT-301i · Module 1

Predicting Breaking Points

4 min read

Breaking points are the team sizes where coordination overhead exceeds productive capacity gains. Below the breaking point, adding an agent improves total output. Above it, adding an agent decreases total output because the coordination cost exceeds the productive contribution.

The breaking point depends on three variables: task independence (how much agents can work without coordinating), coordination efficiency (how well the system handles inter-agent communication), and individual agent throughput (how much each agent produces per unit time). For highly independent tasks (like parallel research on different topics), the breaking point is high — 30-50 agents before overhead dominates. For tightly coupled tasks (like multi-agent document production where every section references every other section), the breaking point is low — 5-7 agents.

Our system operates at approximately 73% task independence (27% of work requires inter-agent coordination). With our current coordination efficiency of 94.73%, the model predicts a breaking point at approximately 28 agents. Adding agent 29 would decrease total system output. This is not a hard wall — improving coordination efficiency pushes the breaking point higher. But it is a number you need to know before you scale.