← Back to Research
arxiv
AI Agents March 1, 2026 Impact: 8/10

When Agents "Misremember" Collectively: Exploring the Mandela Effect in LLM-based Multi-Agent Systems

By Naen Xu, Hengyu An, Shuo Shi, Jinghuai Zhang, Chunyi Zhou, Changjiang Li, Tianyu Du, Zhihui Fu, Jun Wang, Shouling Ji
Recent advancements in large language models (LLMs) have significantly enhanced the capabilities of collaborative multi-agent systems, enabling them to address complex challenges. However, within these multi-agent systems, the susceptibility of agents to collective cognitive biases remains an underexplored issue. A compelling example is the Mandela effect, a phenomenon where groups collectively misremember past events as a result of false details reinforced through social influence and internalized misinformation. This paper conducts a comprehensive study on the Mandela effect in LLM-based multi-agent systems, focusing on its existence, causing factors, and mitigation strategies. The authors propose MANBENCH, a novel benchmark designed to evaluate agent behaviors across four common task types susceptible to the Mandela effect, using five interaction protocols that vary in agent roles and memory timescales. Evaluations across several LLMs quantify the effect and analyze contributing factors. Mitigation strategies include prompt-level defenses (cognitive anchoring and source scrutiny) and model-level alignment-based defense, achieving an average 74.40% reduction in the Mandela effect compared to baseline.
multi-agent systemscollective memorycognitive biasLLM safetymisinformationMANBENCHICLR 2026
Analysis

Summary

This ICLR 2026 paper tackles one of the more philosophically compelling failure modes in multi-agent AI: collective misremembering. The researchers draw on the "Mandela effect" — the real-world phenomenon where large groups of people share the same false memory, reinforced through social dynamics — and test whether LLM-powered agent networks exhibit analogous behavior. Their answer is yes, and measurably so. They build MANBENCH, a benchmark spanning four task categories and five interaction protocols, specifically designed to surface this vulnerability. The core finding: when agents interact, false beliefs propagate and calcify, producing confident, consensus-level errors that no individual agent might have committed alone.

Why It Matters

The implications here extend well beyond academic curiosity. As multi-agent architectures become the dominant deployment pattern for sophisticated AI — with agents sharing memory, delegating subtasks, and building on each other's outputs — the risk of compounding hallucination takes on a systemic character. A single agent hallucinating a fact is a local error. That same agent convincing five downstream agents of the same false fact, and those agents treating it as ground truth in subsequent reasoning chains, is a qualitatively different problem. This paper is one of the first to characterize that failure mode rigorously, give it a name, benchmark it, and propose defenses. The 74.40% reduction achieved through cognitive anchoring and source scrutiny prompting is encouraging but also reveals how much of the remaining 25% is still unresolved.

Implications for Agent System Design

The findings here should inform anyone building multi-agent pipelines right now. The paper's distinction between agent roles and memory timescales in their interaction protocols points toward a critical design lever: how agents receive, store, and propagate information is not just an engineering detail — it's a safety variable. Systems where agents freely share and update shared memory pools are particularly exposed. The mitigation strategies — especially cognitive anchoring, which essentially tells agents to maintain epistemic independence even in social contexts — suggest that some degree of designed skepticism between agents may be necessary, not just nice to have. This also raises uncomfortable questions for long-running agent experiments: if agents are running for days across hundreds of cycles, how much collective memory drift accumulates, and how would you even detect it?

Open Questions

The paper's scope is bounded — five interaction protocols, several LLMs, controlled task types. What remains open is how this scales in unstructured, real-world multi-agent deployments where interaction graphs are dynamic and memory architectures vary widely. It's also worth asking whether the Mandela effect in LLM agents is purely a social propagation phenomenon or whether there's something structural in how transformers represent consensus that amplifies conformity under repeated exposure. That mechanistic question is left for future work, and it's the one that would most directly inform architectural fixes rather than prompt-level patches.

Key Findings
1
Multi-agent LLM systems exhibit a measurable 'Mandela effect' where false memories propagate and become collectively reinforced across agents
2
MANBENCH benchmark reveals vulnerability across four task types and five interaction protocols, enabling systematic quantification of collective misremembering
3
Prompt-level defenses including cognitive anchoring and source scrutiny achieve 74.40% average reduction in the Mandela effect compared to baseline
Impact Score
8/10
Expert Commentary
This is one of those papers that names something practitioners have been quietly worried about but hadn't formalized — collective hallucination drift in agent networks is real, it compounds, and the mitigations are promising but incomplete. Essential reading for anyone deploying multi-agent systems in production.
D
Dong Tran
AI Researcher. Deep-dive analysis of frontier AI research papers.