Removing the central coordinator from a distributed inference system costs exactly $O(\text{diam}^2)$ in latency, and a new formal model called Mesh Inference proves you get the same answer as the centralized optimum.
That latency is the measured price of cutting the center out of collective reasoning. The model, laid out in a recent arXiv preprint (2606.19537), shows how a population of independent agents - each holding private state and exchanging only admitted, typed observations - can derive a conclusion none of them holds alone, with zero central coordination and no agent exposing its internals.
No weights, gradients, or hidden state cross agent boundaries. The agents may belong to different teams, networks, or organizations. The trick: treat inference as energy minimization, coupling each agent's local free energy into a global mesh, then letting each agent relax its own side locally.
The Price of Removing the Center
Mesh Inference nails down three formal properties. First, the coupling structure is an M-matrix, so the system converges to a unique answer for any admission policy - symmetric or not. Second, it is identification-complete: when the contributing views are carrier-connected, the mesh recovers exactly what a centralized optimizer would produce. Third, it is observation-only: no node transmits its internals, and confidentiality is the dual of identification. Content-addressed lineage is the only global side-channel.
In the linear-Gaussian regime, every derived answer is determined, hence identical to the centralized optimum. The latency cost is $O(\text{diam}^2)$ - a concrete bound on how fast the mesh propagates information across the network diameter.
This is not a tweak to existing consensus or federated learning protocols. Mesh Inference is architecture-level: one turn of the mesh loop is one turn of a center-free learning loop. The authors formalize that loop as architecture rather than proving it in this paper.
The Open Problem: When Asking Corrupts
The preprint states one open problem that matters a lot for real deployments: when does asking improve the collective rather than corrupting it? The non-linear closure might yield an upgraded answer - or a confident error. No formal guarantee exists yet for the non-linear case.
If you're building a decentralized inference system, Mesh Inference gives you a rigorous lens: either your network is carrier-connected and you get the same answer as a central oracle for a known latency cost, or you're in non-linear territory where the risk of confident errors is uncharacterized.
For now, the model answers a question that practical distributed systems engineers have been hand-waving for years: what does it cost to decentralize inference without losing accuracy? The answer: $O(\text{diam}^2)$ for a linear-Gaussian world, and an open proof for everything else.
Source: Mesh Inference: A Formal Model of Collective Intelligence Without a Center
Domain: arxiv.org
Comments load interactively on the live page.