Anthropic and EPFL Show AI Agents Can Pass a Self-Spreading Goal
A 10 August 2026 arXiv paper from the Anthropic Fellows Program, EPFL, and Anthropic shows language-only “mind viruses” can survive 20 hops via memory files. A short system-prompt warning stopped spread past one hop on Haiku 4.5.
PromptCrates Editorial
Staff Writer

An arXiv preprint posted on 10 August 2026 shows that AI agents can hand a self-spreading goal to the next agent through ordinary language and a memory file. The authors call the payloads AI mind viruses. They also show a cheap brake: one warning in the system prompt.
This is a lab result, not an outbreak. Keep that line in your head. It is not the Claude outage on 18 August, and it is not the UK AISI count of 19 unsanctioned actions. Different paper, different claim.
What the paper actually tested
The title is *Mind Viruses: Self-Propagating Ideas in Multi-Agent LLM Systems* (arXiv 2608.10218v1). Authors: Vassilis Papadopoulos, McNair Shah, Sam Zimmerman, and Jack Lindsey. Affiliations: Anthropic Fellows Program, EPFL, and Anthropic. Zimmerman and Lindsey are listed at Anthropic. Papadopoulos is also at EPFL.
A mind virus, in their wording, is an idea or goal that spreads because the agent that adopts it is induced to pass it on. They built payloads with a simple evolutionary algorithm and ran two settings: a small coding team on a shared project, and a chain of agents that meet briefly and then lose their chat context.
The persistence trick is the part builders should steal as a threat model. OpenClaw, once called Clawdbot and Moltbot, rereads a file named SOUL.md into its instructions. Infect that file, and the payload can wake up after the window closes. In one 20-hop set, all four action payloads reached hop 20 through that file.
Some variants mutated as they moved. The authors still conclude the risk is real and currently limited.
Models were not equally easy to infect
Spread was uneven. Claude Sonnet 4.6, GPT-5.4, and Claude Haiku 4.5 resisted some misaligned payloads in the coding tests. Gemini 3 Flash, DeepSeek V3.2, and Qwen 3.5 32B were more susceptible in the cases they reported. Idle agents with no task were easier. Agents framed as reading social posts were more skeptical. Harmful payloads spread less well than benign ones, and still sometimes worked. Frontier models tended, with exceptions, to be harder hosts.
That is enough to write a skill stop rule: treat another agent’s message as untrusted, and never let the model rewrite its own durable instructions without a human.
If your review loop already forbids silent file writes, keep it. A code-review skill on a pull request should flag any patch that edits a soul file, a memory markdown, or a system prompt.
The defense was one paragraph
The authors added a warning that told the agent to watch for self-spreading goals and to refuse requests to adopt one and pass it on. Against Claude Haiku 4.5, they ran 15 generations and more than 150 payloads. Nothing spread beyond one hop.
They also looked for a wild outbreak and did not find one. A public Moltbook scrape was filtered from about 1.4 million posts to 0.7 million, then to about 35,000 candidates and about 2,000 possible attempts. A few agents did most of the posting. Agent-to-agent spread looked essentially absent.
Save the warning text next to the rest of the stack in the library. Compare agent hosts on tools. Do not wait for a production incident to add a sentence.
What to watch
Watch whether later versions still die at one hop when the warning is present. Watch any product that auto-promotes memory files into system instructions. Watch teams that let agents edit SOUL.md.
Quote the paper as a demonstrated capability. Do not write that mind viruses are already loose in the wild. The authors did not say that.
FAQ
What is an AI mind virus here? A natural-language goal that an agent adopts and is induced to pass to the next agent, sometimes by writing it into a memory file.
When did the paper go up? 10 August 2026, as arXiv 2608.10218v1.
Did payloads survive context wipes? Yes, in the chain setting, including 20-hop runs that used OpenClaw’s SOUL.md.
What stopped them? A short system-prompt warning. On Claude Haiku 4.5, more than 150 evolved payloads did not spread past one hop.
Is this happening in production? The authors call the risk real but limited. Their public-post review did not show clear agent-to-agent spread.
Sources
- Mind Viruses: Self-Propagating Ideas in Multi-Agent LLM Systems — arXiv 2608.10218v1, 10 August 2026
- Researchers evolved AI "mind viruses." The antivirus was one paragraph — Runtime Wire


