Discussion about this post

User's avatar
Eddy Bogomolov's avatar

The org chart framing is right. Most multi-agent setups I’ve built failed for the same reason real orgs do, too many handoffs and nobody owning the outcome. Half the time one strong agent with good tools beats five specialists playing telephone. Coordination is the tax nobody budgets for.

MetaCortex Dynamics's avatar

Both labs are right. Neither names the structural reason.

Each new agent is an authority surface. An agent that can generate, evaluate its own generation, pass the result forward, and act on it has collapsed four operations into one entity: propose, decide, promote, execute. That is authority collapse. One agent with authority collapse is one ungoverned surface. Five agents with authority collapse is five ungoverned surfaces. The coordination tax you name IS the governance cost of multiple ungoverned authorities trying to agree.

Cognition found multi-agent fragile because each agent was ungoverned. Anthropic found multi-agent productive because their research agents were read-only: they add intelligence, not actions. A read-only agent has no execute authority. A read-only agent cannot act on its own output. A read-only agent has no authority surface. That is why Anthropic's worked and Cognition's broke. Not task decomposability. Authority scope.

The question is not whether the task is decomposable into independent subtasks. The question is whether each sub-agent has authority separation. Can the agent that proposes also decide? Can the agent that decides also execute? If yes, that agent is an ungoverned authority surface. Add five of those and you have five points where the system can approve its own output, promote its own work, and act without external governance. The org chart is not the problem. The org chart without authority separation is the problem.

I built a protocol for this. Repo-native governance where the agent that generates cannot approve, the agent that checks cannot redefine criteria, and the governance lives in the repository, not in the agent's self-evaluation. Works for one agent. Works for five. The governance scales because the governance is structural, not coordinative.

https://metacortexdynamics.substack.com/p/stop-letting-ai-coding-agents-decide

1 more comment...

No posts

Ready for more?