Papers
Topics
Authors
Recent
Search
2000 character limit reached

Predictive Maps of Multi-Agent Reasoning: A Successor-Representation Spectrum for LLM Communication Topologies

Published 12 May 2026 in cs.MA, cs.AI, cs.LG, cs.SI, and math.SP | (2605.11453v1)

Abstract: Practitioners deploying multi-agent LLM systems must currently choose between communication topologies such as chain, star, mesh, and richer variants without any pre-inference diagnostic for which topology will amplify drift, converge to consensus, or remain robust under perturbation. Existing evaluation answers these questions only post hoc and only for the task measured. We introduce a structural diagnostic for multi-agent LLM communication graphs based on the successor representation M=(IγP)<sup>1M = (I - γP)<sup>{-1} of the row-stochastic communication operator, and we connect three of its spectral quantities, the spectral radius ρ(M)ρ(M), the spectral gap Δ(M)Δ(M), and the condition number κ(M)κ(M), to three distinct failure modes. We derive closed-form spectra for the chain, star, and mesh under row-stochastic normalization, and validate the predictions on a 12-step structured state-tracking task with Qwen2.5-7B-Instruct over 100 independent trials. The condition number is a perfect rank-order predictor of empirical perturbation robustness (rs=1.0r_s = 1.0); the spectral gap partially predicts consensus dynamics (rs=0.5r_s = 0.5); and the spectral radius is perfectly \emph{inverted} with respect to cumulative error (rs=1.0r_s = -1.0). We trace this inversion to a regime in which linear spectra are blind to non-contracting bias drift, and we propose an affine-noise extension of the predictive map that recovers the empirical ordering. We read this as a first step toward representational, drift-aware structural diagnostics for multi-agent LLM systems, sitting alongside classical spectral and consensus theory.

Summary

  • The paper introduces successor-representation diagnostics for communication graphs and finds that condition number perfectly rank-orders perturbation sensitivity, while spectral gap only partly predicts consensus.
  • The experiments show that chains produce roughly twice the cumulative error of star and mesh systems because aggregation reduces stochastic agent drift, despite the chain appearing spectrally more stable.
  • The paper recommends computing condition number first, spectral gap second, and a drift-aware spectral radius instead of the standard radius when selecting robust multi-agent LLM architectures.

Motivation and problem statement

Practitioners composing multi-agent LLM systems must select a communication topology—chain, star, mesh, or richer variants—without any principled, pre-inference method for anticipating which topology will amplify drift, converge to consensus, or remain robust under perturbation. Existing evaluation instruments such as AgentBench, HELM, and BIG-Bench are outcome-oriented and post hoc: they answer questions about failure modes only after the pipeline has run, and only for the task measured (2605.11453). The paper addresses this gap by asking whether the communication graph alone, analyzed before any token is generated, can predict how the system will reason.

The authors' framing borrows from the successor representation (SR) literature in reinforcement learning and computational neuroscience. Dayan introduced the SR as a compact summary of discounted future state occupancy (2605.11453), and subsequent work established that hippocampal circuits appear to encode SR-like predictive maps (2605.11453). The paper transports this object to multi-agent LLM systems: the row-stochastic adjacency of the communication graph plays the role of the environment's transition operator.

The successor-representation diagnostic

A multi-agent system is modeled as a directed graph G=(V,E)G = (V, E) whose weighted adjacency is row-normalized into a stochastic operator PP. The SR with discount γ=0.9\gamma = 0.9 is

M=(IγP)1=k=0γkPk,M = (I - \gamma P)^{-1} = \sum_{k=0}^{\infty} \gamma^k P^k,

which compresses all multi-step influence pathways into a single linear operator. Three scalar summaries of its spectrum are paired with three falsifiable empirical metrics:

  • Spectral radius ρ(M)\rho(M) predicts error-amplification tendency; the empirical counterpart is cumulative error growth EcegE_{\mathrm{ceg}}, the summed per-step deviation from ground truth.
  • Spectral gap Δ(M)\Delta(M) predicts consensus dynamics; the counterpart is consensus decay rate RcdrR_{\mathrm{cdr}}, the mean log-rate at which pairwise disagreement contracts.
  • Condition number κ(M)\kappa(M) predicts perturbation robustness; the counterpart is perturbation sensitivity FpsF_{\mathrm{ps}}, final-state divergence under a controlled input perturbation (PP0 applied to Value).

Closed-form spectra are derived for all three topologies. The chain's nilpotent adjacency yields PP1 and PP2 with PP3; the ergodic star and mesh both saturate PP4, with gaps of PP5 and PP6 and condition numbers of PP7 and PP8 respectively.

Experimental design

The empirical study uses a 12-step structured state-tracking task over a three-field JSON state (floating-point Value, binary Parity, bounded integer Level) governed by an order-dependent three-rule protocol coupling arithmetic precision, conditional branching, and bounded updates. The three-field state is chosen to saturate working-memory capacity limits documented in cognitive psychology. Agent contexts reset between steps so that errors propagate only through the explicit communication channel. All agents are Qwen2.5-7B-Instruct calls (temperature 0.8, top-PP9 0.5), with 100 independent trials per (topology, condition) pair on a single A100; a full run completes within six wall-clock hours. The star uses four leaves with judge aggregation; the mesh adds a peer-critique round followed by majority vote.

Topology effects are assessed by Kruskal–Wallis γ=0.9\gamma = 0.90 tests, and theory–experiment agreement by Spearman γ=0.9\gamma = 0.91 over three ordered means. The authors are explicit that a Spearman coefficient over three ranks carries essentially no statistical power and report it only as rank-consistency evidence—a candid concession that shapes how strongly the headline correlations should be read.

Results

All three metrics show strongly significant topology effects (γ=0.9\gamma = 0.92). The key findings:

Metric Chain Mesh Star γ=0.9\gamma = 0.93 vs. prediction
Cumulative error γ=0.9\gamma = 0.94 2094 ± 843 1241 ± 950 1184 ± 952 −1.00
Consensus decay γ=0.9\gamma = 0.95 0.27 −1.66 −3.44 +0.50
Perturbation sensitivity γ=0.9\gamma = 0.96 238 ± 191 247 ± 199 444 ± 307 +1.00

The stability paradox. The spectral radius naively predicts that the chain (γ=0.9\gamma = 0.97) should be most stable; empirically it exhibits roughly twice the cumulative error of the aggregated topologies, an exact inversion (γ=0.9\gamma = 0.98). The authors argue this is not a numerical artifact but a regime distinction: γ=0.9\gamma = 0.99 governs geometric growth of deterministic perturbations to a homogeneous linear flow, whereas the observed error is dominated by accumulation of stochastic per-agent deviations, which the homogeneous spectrum cannot see. Each agent's small non-zero bias is handed forward without averaging in the chain, while star and mesh aggregation acts as implicit variance reduction.

An affine-noise model recovers the ordering. Modeling each agent as producing M=(IγP)1=k=0γkPk,M = (I - \gamma P)^{-1} = \sum_{k=0}^{\infty} \gamma^k P^k,0 with iid noise of variance M=(IγP)1=k=0γkPk,M = (I - \gamma P)^{-1} = \sum_{k=0}^{\infty} \gamma^k P^k,1, and assuming M=(IγP)1=k=0γkPk,M = (I - \gamma P)^{-1} = \sum_{k=0}^{\infty} \gamma^k P^k,2 is Lipschitz with constant near unity, the derivation gives M=(IγP)1=k=0γkPk,M = (I - \gamma P)^{-1} = \sum_{k=0}^{\infty} \gamma^k P^k,3, where M=(IγP)1=k=0γkPk,M = (I - \gamma P)^{-1} = \sum_{k=0}^{\infty} \gamma^k P^k,4 is the per-step aggregation count. This predicts a chain-to-aggregated ratio of M=(IγP)1=k=0γkPk,M = (I - \gamma P)^{-1} = \sum_{k=0}^{\infty} \gamma^k P^k,5; the observed ratios are 1.77 (chain/star) and 1.69 (chain/mesh), within sampling variance. A drift-corrected gain M=(IγP)1=k=0γkPk,M = (I - \gamma P)^{-1} = \sum_{k=0}^{\infty} \gamma^k P^k,6 rank-orders the topologies correctly on cumulative error. The implication is that pipelines whose dominant error source is per-agent stochasticity—which the authors expect describes most LLM pipelines—are governed by drift stability rather than spectral stability, motivating diagnostics beyond classical spectra.

Consensus is only partially predicted. The spectral gap correctly places the chain last but inverts star and mesh: the star's many-to-one judge aggregation accelerates consensus beyond what the raw graph gap suggests. Explicit aggregation operators impose bottlenecks invisible to the raw spectrum, so the authors recommend treating M=(IγP)1=k=0γkPk,M = (I - \gamma P)^{-1} = \sum_{k=0}^{\infty} \gamma^k P^k,7 as a lower bound on consensus speed for topologies containing judges or votes.

The condition number is the cleanest diagnostic. The ordering M=(IγP)1=k=0γkPk,M = (I - \gamma P)^{-1} = \sum_{k=0}^{\infty} \gamma^k P^k,8 matches empirical perturbation sensitivity exactly (M=(IγP)1=k=0γkPk,M = (I - \gamma P)^{-1} = \sum_{k=0}^{\infty} \gamma^k P^k,9), making ρ(M)\rho(M)0 the recommended first step in a practical pre-inference triage: compute ρ(M)\rho(M)1 first, ρ(M)\rho(M)2 second (with the bottleneck caveat), and ρ(M)\rho(M)3 rather than bare ρ(M)\rho(M)4 for drift. The full computation requires only the row-stochastic adjacency and in-degree profile and runs in milliseconds.

Extensions in the appendix

Three extensions sharpen the framework. Under correlated noise—suspect when agents share a base model, since identical ensembles converge to shared priors rather than truth—the chain-to-aggregated ratio generalizes from ρ(M)\rho(M)5 to ρ(M)\rho(M)6; the empirical ratio of 1.77 implies inter-agent correlation ρ(M)\rho(M)7. A reliability-weighted dynamic operator in the style of graph attention networks keeps each ρ(M)\rho(M)8 row-stochastic so the diagnostics apply pointwise, and admits a variance-reduction reading in which optimal weighting suppresses idiosyncratic variance but leaves the systemic correlation floor untouched. Finally, a malicious-leaf analysis shows that ρ(M)\rho(M)9 and EcegE_{\mathrm{ceg}}0 are structurally insensitive to weight-inflation attacks while EcegE_{\mathrm{ceg}}1 responds: the worst-case bound reaches approximately 98.5 versus the benign 28.6, scaling as EcegE_{\mathrm{ceg}}2, so larger stars are disproportionately vulnerable; capping individual agent influence restores the benign bound structurally.

Limitations and open questions

The paper states its scope plainly. The evidence covers three topologies, one model family (Qwen2.5-7B-Instruct), one task family, and 100 trials per condition; the Spearman statistics over three ranks have essentially no statistical power. Empirical metrics reduce full reasoning trajectories to scalars, discarding trajectory-level information. The affine-noise model assumes iid noise and a Lipschitz-near-unity transition rule—both may fail under strong nonlinearity or shared systematic biases. The claim that the qualitative ordering is model-agnostic is flagged explicitly as a prediction of the framework rather than an empirical finding, and sweeps over model scale, closed-weight systems, richer topologies, and direct variation of EcegE_{\mathrm{ceg}}3, EcegE_{\mathrm{ceg}}4, and EcegE_{\mathrm{ceg}}5 remain open. The EcegE_{\mathrm{ceg}}6 prediction has been tested only at the single point implied by the chain/star/mesh triple.

Conclusion

This paper converts topology selection from a post-hoc empirical question into a closed-form linear-algebraic one. Within its controlled case study, the condition number of the successor representation perfectly rank-orders perturbation robustness, the spectral gap partially tracks consensus subject to aggregation-bottleneck caveats, and the spectral radius is exactly inverted with respect to cumulative error—an inversion explained quantitatively by an affine-noise model and corrected by the drift-aware gain EcegE_{\mathrm{ceg}}7. Whether these orderings generalize across models, tasks, and richer topologies is the central question the paper leaves open.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.