Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Audit whether a multi-agent setup earns its coordination cost — use before adding an agent, or when a workflow feels slow or agents agree without adding signal
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 55% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 47% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 74% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 80% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 109% | 0% |
Most advice about multi-agent systems is about how to add agents. This is about whether to. It audits a setup you already have, counts what each boundary between agents costs, and compares that against what the boundary buys. Removing an agent is a valid, and often the correct, result.
The framing comes from Liu, Canhui (2026), The Organizational Behavior of Agentic AI (arXiv:2606.30986), which models coordination overhead as contextual transaction cost — the cost of making task context usable across an agent boundary.
what one would have produced is overhead wearing the costume of consensus.
context to the prompt".
topology or the models were at fault.
/octo:auto, which already routesby intent, or skill-decision-support for a general option comparison.
step in skill-intent-contract.
skills/blocks/frontier-model-routing.md.what passing between them.
more than model identity here.
observations.
If the setup is only described rather than run, say so in the output. An audit of a described topology is a prediction; an audit of a transcript is a measurement.
List every point where context crosses from one agent to another. Include the entry boundary (human to first agent) and the exit boundary (last agent to human) — they cost too, and the exit boundary is where synthesis quality is usually won or lost.
Count them. The number of boundaries, not the number of agents, is what drives coordination cost. Three agents in a star cost fewer crossings than three in a chain.
For each crossing, work through these and record only the ones that actually apply. Naming a cost that is not present is as unhelpful as missing one:
did not pass.
agents is the usual culprit.
sender's.
doing the task.
A boundary is earned only by a gain that a single agent could not produce:
the same model.
spots. Note that same-family agreement is not this; see skills/blocks/frontier-model-routing.md.
is the product.
The baseline is always one capable agent doing the whole task. The cited research found human-imitation topologies — pipelines, manager hierarchies, and committees deliberating in free text — measuring below that baseline, while agent-native forms built around shared memory measured above it. The single expert stays competitive precisely because it pays no internal transaction cost.
So the burden of proof falls on the boundary. Absent a gain term that a single agent could not deliver, the recommendation is to collapse.
Treat this as a directional prior, not proof. It is one simulation study plus model traces, and it is the source of the framing rather than a measurement of your setup. Effect sizes from that paper are deliberately not reproduced here: they describe the study's conditions, not yours.
One caveat that changes the reading, and must not be skipped. What the study penalised was committee deliberation in free text with no independent evidence — agents talking to each other about the same information. Providers that bring genuinely independent evidence, different models with different training data and real web search, are not that committee. /octo:debate and /octo:council are therefore better positioned than the studied form. The problem those results identify is the handoff, not the panel.
Do not invent a new "is this agent adding anything" metric. The council roster already has one: council_persona_overlap_score in scripts/lib/council.sh computes a Jaccard index over persona capability tokens, and the roster builder drops a candidate above OCTOPUS_COUNCIL_DEDUP_THRESHOLD (default 0.65).
Apply the same idea one level down. Two agents whose inputs overlap that heavily are usually one agent with two prompts.
Prefer counting observed crossings over reasoning about intended ones. Workflows routinely skip or repeat boundaries at runtime.
to guess at is not evidence.
approval, or compliance reason. Coordination cost is not the only axis, and this diagnostic does not price the others.
manufacturing a finding to look useful is worse than none.
Report in this order:
keep as is; restructure from chain to shared context.
gain term claimed, and whether the gain is real.
enough to compare against.
artifact, file, or state that survives the crossing. A boundary kept without naming this is a boundary that will keep losing information.
description.
the workflow definition or transcript.
produced. "Diversity" alone does not qualify; different training data or a different evidence source does.
the verdict is "keep as is", one of the two is wrong.
Other measured skills in the registry, with their headline benchmark lift.