Principal-led architecture for critical systems

Architecture decision

Use multiple agents only when the coordination cost buys something real

A multi-agent diagram can make a simple workflow look advanced. It can also make responsibility, state, evaluation, and recovery materially harder.

Source-linked researchArchitecture guidance with claims and limits visible
Reading time
4 minutes
Reviewed
2026-08-01
Decision relevance
Decide whether role separation or decentralization creates enough value to justify the added coordination and control surface.

Executive summary

Multi-agent AI is not the default maturity step after a single agent. It is a separate architecture with more messages, state, identities, prompts, tools, and failure paths. Use it when specialization, parallelism, independent challenge, information boundaries, or dynamic allocation produces measurable value. Do not use it when roles are decorative, every participant shares the same context and model, the task has one coherent owner, or the system lacks a reliable way to evaluate the team. The best baseline is usually a deterministic workflow or one strong agent with explicit tools and review.

Decision relevance: Decide whether role separation or decentralization creates enough value to justify the added coordination and control surface.

Do not use multiple agents for decorative roles

Naming one prompt 'researcher' and another 'critic' does not establish independent expertise. If both use the same model, evidence, tools, and assumptions, the second call may only paraphrase the first.

Do not distribute a task that needs one coherent context

Some work depends on maintaining one integrated mental model. Splitting it can create lossy summaries, conflicting assumptions, and reassembly cost greater than the parallel benefit.

Do not use agent voting as authority

A majority of software components does not create accountability. Correlated agents may agree confidently on the same error. Human authority and policy should remain external to machine consensus.

Do not add agents before building an evaluation baseline

Without representative cases and a strong single-agent baseline, teams cannot tell whether extra roles improve quality or merely increase artifacts, cost, and latency. Research documents recurring coordination failures and cases where teams underperform their strongest participant. [S1] [S2]

Do not use multi-agent architecture to hide an unclear process

If the organization cannot state the task, owner, inputs, output, authority, and completion criteria, adding agents distributes the ambiguity. Clarify the human and business process first.

Do not use a swarm for accountable execution

Swarm techniques fit decentralized search, allocation, and adaptation. They are a poor direct authority model for payments, legal commitments, access grants, or other actions that require an attributable decision path.

Prefer deterministic workflow when

Use explicit code or a rules engine when the sequence, validation, and outcomes can be defined reliably. Determinism improves testing, auditability, and recovery.

  • Rules are stable and explainable
  • Inputs and outputs are structured
  • Consequences are high and exceptions are bounded
  • The workflow needs predictable latency and cost
  • A model adds little beyond language transformation

Prefer one agent when

One agent is often sufficient when adaptive planning is needed but the task has one owner, one coherent context, and one tool/authority envelope. Add deterministic evaluators and human review before adding a team.

A defensible multi-agent decision

Document the expected benefit, topology, role distinction, communication contract, authority model, coordination budget, failure containment, and benchmark. Approve the architecture only if it improves a decision-relevant outcome over the simpler baseline.

Research boundary

The cited research is task- and implementation-dependent. This guide is a decision aid rather than a universal prohibition. Test the actual workflow and retain the option to simplify after evidence is available.

Sources

Sources support the linked statements and terminology. They do not certify a system, establish buyer intent, or convert this research into a formal assurance.

  1. Why Do Multi-Agent LLM Systems Fail?arXiv · Accessed 2026-08-01

    Research paper

  2. When Agent Teams Underperform Their Strongest MemberarXiv · Accessed 2026-08-01

    Research paper

  3. A Survey on LLM-based Multi-Agent SystemsarXiv · Accessed 2026-08-01

    Research survey

  4. SwarmBench: A Benchmark for Multi-Agent CoordinationarXiv · Accessed 2026-08-01

    Research paper

Private local search

Find a service, capability, evidence record, resource, or insight

Press / to open search when focus is not in a form field.

Search runs locally against the public site index.