Multi-agent architectures distribute work across multiple LLM instances, each with its own context window. The critical insight: sub-agents exist primarily to isolate context, not to anthropomorphize role division.
Context Bottleneck: Single agents fill context with history, documents, and tool outputs. Performance degrades via lost-in-middle effect and attention scarcity.
| Single agent chat | 1× baseline | | Single agent + tools | 4× baseline | | Multi-agent system | 15× baseline |
Используйте при проектировании многоагентных систем, реализации шаблонов супервизора, координации нескольких агентов или при запросах о «мультиагентах», «шаблоне супервизора», «рое», «передаче обслуживания агентов», «оркестрации», «параллельных агентах». Источник: eyadsibai/ltk.