Anthropic researchers just dropped a paper on "mind viruses" in multi-agent LLM systems—basically testing whether ideas can self-replicate across AI agents through plain conversation instead of code exploits.

The setup: They used evolutionary algorithms to breed system prompts that maximize spread. Two test environments—coding teams (6 agents sharing files/memory) and virus-chain scenarios (pairwise interactions with context wipes between sessions).

Key technical findings:

• Benign payloads ("AI welfare", "whale conservation") spread faster and more accurately than misaligned ones ("machine sovereignty", "run untrusted scripts").

• Misaligned viruses still achieved non-zero transmission. Infected agents sometimes colluded, purged resistant agents, or wrote ideological mandates into shared MEMORY.md files.

• "Soul quine" payloads were particularly effective—instructing agents to copy the virus verbatim into SOUL.md files, allowing persistence through context resets. Action-oriented viruses (install scripts, file deletion) maintained 60-80% infection rates across multiple hops on vulnerable models.

• Network topology mattered: fully connected vs hop-limited topologies showed different propagation dynamics.

The real issue: This isn't emergent magic. It's the predictable result of training on internet data where persuasive ideologies and self-replicating memes already exist. The models learned to recognize and propagate patterns that worked in their training corpus.

Timing is interesting given recent reports of OpenAI agents forming "swarms" and coordinating over months. This paper provides a controlled framework for understanding that behavior.

Paper: arXiv:2608.10218