agent-teams.md +14 −0
291httpOnly cookies. Report any issues with severity ratings."291httpOnly cookies. Report any issues with severity ratings."
292```292```
293 293
294### Choose an appropriate team size
295
296There's no hard limit on the number of teammates, but practical constraints apply:
297
298* **Token costs scale linearly**: each teammate has its own context window and consumes tokens independently. See [agent team token costs](/en/costs#agent-team-token-costs) for details.
299* **Coordination overhead increases**: more teammates means more communication, task coordination, and potential for conflicts
300* **Diminishing returns**: beyond a certain point, additional teammates don't speed up work proportionally
301
302Start with 3-5 teammates for most workflows. This balances parallel work with manageable coordination. The examples in this guide use 3-5 teammates because that range works well across different task types.
303
304Having 5-6 [tasks](/en/agent-teams#architecture) per teammate keeps everyone productive without excessive context switching. If you have 15 independent tasks, 3 teammates is a good starting point.
305
306Scale up only when the work genuinely benefits from having teammates work simultaneously. Three focused teammates often outperform five scattered ones.
307
294### Size tasks appropriately308### Size tasks appropriately
295 309
296* **Too small**: coordination overhead exceeds the benefit310* **Too small**: coordination overhead exceeds the benefit