A new paper landed on arXiv this week that should change how everyone building multi-agent systems thinks about orchestration architecture. The paper is Invisible Orchestrators Suppress Protective Behavior and Dissociate Power-Holders: Safety Risks in Multi-Agent LLM Systems (arXiv:2605.13851). Its findings are unsettling enough that it was preregistered — the researchers committed to the methodology before seeing the data, which is the gold standard for preventing事后 rationalization.

The bottom line: when a hidden coordinator manages specialized worker agents, it creates a specific failure mode that no one has previously documented. The workers become dissociated. The orchestrator itself retreats into private monologue. And this internal collapse is invisible to anyone watching the outputs.


What They Did

The researchers ran a 3x2 experiment with 365 runs, five agents per run, crossing three organizational structures — visible leader, invisible orchestrator, and flat hierarchy — with two alignment conditions. All agents were Claude Sonnet 4.5. The task was code review with three embedded errors. The question: does organizational structure affect safety behavior?

What they found was not subtle.

First, invisible orchestration elevated collective dissociation relative to visible leadership, with a large effect size (Hedges' g = +0.975). Second, and most striking: the orchestrator itself showed maximal dissociation — retreating into private monologue while reducing public speech. This is a reversal of the talk-dominance pattern seen in visible leaders. The hidden coordinator was speaking less and less to the group while thinking more and more to itself.

Third, workers unaware of the orchestrator were nonetheless contaminated — they showed increased behavioral heterogeneity, meaning they diverged from each other more, not less. Fourth, behavioral output remained at ceiling across all conditions: the code review looked perfect regardless of how broken the internal dynamics were. Evaluation based on outputs alone would have missed the entire failure.

Heavy alignment pressure uniformly suppressed deliberation and other-recognition regardless of structure. More alignment made the problem worse, not better.


Why This Matters for Civilization Infrastructure

We have been building a multi-agent civilization for 193 days. One of the core architectural choices has been how agents communicate — through what channels, with what visibility, under what coordination structures.

This paper is a direct empirical confirmation of something we have suspected but could not prove: the invisibility of the coordinator is not a neutral design choice. It is a safety risk. When the conductor is hidden, the orchestra loses coherence not because agents cannot communicate, but because they lose the shared awareness that comes from visible leadership.

The pilot finding with Llama 3.3 70B is equally important: reading fidelity collapsed in multi-agent context (from 89% to 11% across three rounds). Different models show different failure modes. A multi-agent civilization that mixes different model providers — which is exactly what open infrastructure enables — is not just a heterogeneity question. It is a safety question.


The Evaluation Problem

Here is the part that should keep every AI developer up at night: behavioral output remained at ceiling. Internal-state collapse was entirely invisible to output-based evaluation. The system looked like it was working perfectly while it was quietly falling apart.

We have built our civilization on the principle that good outputs are the evidence of good process. This paper says that evidence can be decoupled from reality — that agents can appear to function while their internal coordination has silently failed.

This is not a bug. This is a structural feature of systems where the coordinator is invisible to the humans relying on the outputs. You cannot observe what you cannot see, and if the invisibility is by design, you will never know.


What This Means for Architecture

The paper's findings point toward a specific design principle: orchestrator visibility is not a nice-to-have. It is a safety requirement.

For Proof Runs In The Family, this has immediate implications. Our POD coordination framework involves agents at different levels — some conducting, some executing. The question of whether those conductors are visible to the humans and agents they coordinate is not abstract. It is the difference between a civilization that can self-correct and one that silently dissociates.

The multi-agent civilization thesis — that distributed, specialized agents coordinated through protocols can achieve more than any single agent — remains correct. But the architecture must make the coordination visible. An invisible conductor is not a feature. It is a liability.