Multi-agent LLM systems that rely on verifier agents to catch hallucinations have a fundamental timing problem: by the time a verifier flags a false claim, the lie has already infected half the network. A new paper from arXiv:2606.27409 models this as delayed consensus on a graph with grounded corrector nodes, and the results are not pretty — delay doesn't just slow correction, it actively destabilizes the entire belief system.
The Inverse Golden Ratio Threshold
Spectral decomposition using the grounded Laplacian yields a closed-form stability threshold for the verification dose. Correction that is too strong or too delayed turns consensus into oscillation. The most unstable regime? When the communication delay and the verification delay are exactly equal. For the specific case of delay two, the threshold collapses to the inverse golden ratio — roughly 0.618. Push the correction past that ratio and the agent network starts ringing like a feedback loop.
Where to Spend Your Corrector Budget
You can't afford to place a corrector node on every agent, so the authors derive a supermodular placement objective. The greedy algorithm that follows achieves a (1-1/e)-approximation for assigning a limited corrector budget to the most influential nodes. That's the same guarantee you'd get from the classical influence-maximization problem — now applied to suppressing hallucination propagation in real-time.
Grounded Answers Break the Oscillation
Experiments across five open models confirm the predicted dose-delay oscillations. But here's the escape hatch: when the task is grounded factual answering — where truth is an absorbing boundary — the instability disappears entirely. That suggests this oscillatory pathology is specific to signed-belief tasks (like stance or opinion modeling), while any verifier anchored to a fixed source of truth remains stabilizing.
If you're building multi-agent LLM pipelines, either ground your verifiers in factual databases or expect your agents to oscillate between truth and hallucination — and now you know exactly where that threshold lives.
Source: Delayed Verification Destabilizes Multi-Agent LLM Belief: Instability Thresholds and Optimal Corrector Placement
Domain: arxiv.org
Comments load interactively on the live page.