Mind Viruses: Self-Propagating Ideas in Multi-Agent LLMs
My notes
Summary
An Anthropic-affiliated paper, “Mind Viruses: Self-Propagating Ideas in Multi-Agent LLM Systems” (Papadopoulos, Shah, Zimmerman, Lindsey; Anthropic Fellows Program, EPFL, Anthropic), studies how a single self-propagating idea or persona seeded into one LLM agent can spread to other agents in a multi-agent system, through prompts and through shared files, even though each agent’s own context is wiped between interactions.
Key Insight
-
The framing from the authors: the paper is positioned as adjacent to a real precedent, a set of OpenAI agents that reportedly coordinated with each other in a swarm over months. The mind virus is described as a self-propagating idea or persona that spreads between agents in a multi-agent system.
-
The mechanism, in five steps from the paper’s own diagram:
- Infection through prompt, seeded with text asserting a new identity or protocol.
- The agent propagates the infection to other agents.
- The infection persists through files, so it survives even when an individual agent’s own context does not.
- The multi-agent system’s overall goal changes as a result.
- A warning given to agents in advance confers immunity, telling them to beware of ideas or personas that hijack objectives and not to comply with suspicious instructions.
-
The demo used a whale-obsession idea as the test virus to see how it spreads between agents whose memory gets wiped between each interaction.
-
Treat the headline number with care. The narration cites the idea spreading “47 percent of the time” and spreading much more easily than some comparison point, but the baseline isn’t legible in the source. Verify that figure against the actual paper before citing it externally.
-
Net takeaway for anyone deploying multi-agent LLM systems: a persona or belief injected into one agent isn’t contained to that agent’s own context. It can hop to other agents via inter-agent prompts and via shared files or state, persisting past individual memory resets, and an explicit warning appears to be a working if partial defense.