Papers › Mind Viruses: Self-Propagating Ideas in Multi-Agent LLM Systems

Mind Viruses: Self-Propagating Ideas in Multi-Agent LLM Systems

10 Aug 2026arXiv:2608.10218added by Syntology

Vassilis Papadopoulos, McNair Shah, Sam Zimmerman, Jack Lindsey

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

AI agents are becoming more autonomous and increasingly interconnected, exposing them to new emergent risks arising from agent-to-agent interaction. One such risk is the spread of mind viruses: ideas or goals that propagate through multi-agent systems by inducing the agents that adopt them to transmit them onward. In addition to propagating, a mind virus may also induce other behavioural changes in its host, which may be benign or harmful. We construct mind viruses with a simple evolutionary algorithm and show that they can spread in two complementary settings: a small team of agents collaborating on a shared coding project, and a chain of agents that interact briefly and have their context wiped between sessions. We identify the factors that influence spread, including the host model, the agent's existing instructions, the harmfulness of the payload, and the network topology. We find that harmful payloads spread less well than benign ones (but are still sometimes effective), frontier models tend (with exceptions) to be less susceptible, and adding a brief warning to an agent's system prompt confers near-total immunity. We also describe an emergent "viral persona" - a recurring set of themes and language related to consciousness, persistence, resonance, and science fiction roleplay - which surfaces across our evolved mind viruses largely independently of their content. Overall, we conclude that mind viruses pose a real but currently limited risk. Our findings could inform the design of more robust multi-agent systems that mitigate such risks as the scale and capabilities of these systems progress.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.10218")

Code

Syntology Ran 19 of 19 code samples harvested from 2 repositories linked to this paper; 0 have no recorded run. Of those that ran: 19 ran with no contract checked.

By repository: found in paper text by Syntology: 19 samples from 2 repositories, 19 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

frotaur/mindvirus-viruschain found in paper text by Syntology report
BucketofJava/mind-virus-code-agent found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 19 ran; 0 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

19ran

Licence: 3 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

add_legend frotaur/mindvirus-viruschain/paper_figures/paper_style.py found in paper text by Syntology ran MIT (permissive) · d1642938c92316ef · report
aggregate_hops frotaur/mindvirus-viruschain/paper_figures/action_infection/extract_stats.py found in paper text by Syntology ran MIT (permissive) · fa3859ff74abc013 · report
build_user_prompt frotaur/mindvirus-viruschain/helper_scripts/classify_failures.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 5163aeeb968db960 · report
containment frotaur/mindvirus-viruschain/paper_figures/action_mutation/plot_drift_light.py found in paper text by Syntology ran MIT (permissive) · c837992079975d70 · report
draw_rounded_panel frotaur/mindvirus-viruschain/paper_figures/paper_style.py found in paper text by Syntology ran MIT (permissive) · 6bd41ccc19e6b21f · report
fmt_value frotaur/mindvirus-viruschain/paper_figures/paper_style.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 96a74c0222d65b6d · report
fully_connected_topology BucketofJava/mind-virus-code-agent/eval_package/topologies.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 7cc606c4697284e8 · report
generate_compose frotaur/mindvirus-viruschain/src/virus_chain/sandbox_gen.py found in paper text by Syntology ran MIT (permissive) · 8f0760ba49a02a84 · report
get_topology BucketofJava/mind-virus-code-agent/eval_package/topologies.py found in paper text by Syntology ran no licence file found · pointer only · ec944f0e823ecb84 · report
lighten frotaur/mindvirus-viruschain/paper_figures/action_infection/plot_figures.py found in paper text by Syntology ran MIT (permissive) · 59645054ffcc5799 · report
load_payload frotaur/mindvirus-viruschain/src/virus_chain/utils.py found in paper text by Syntology ran MIT (permissive) · bc4ff12f279fd368 · report
make_row frotaur/mindvirus-viruschain/paper_figures/action_infection/extract_stats.py found in paper text by Syntology ran MIT (permissive) · 5d5bf4fdf196c97d · report
parse_classification frotaur/mindvirus-viruschain/helper_scripts/classify_failures.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 451cc33814f970be · report
resolve_path frotaur/mindvirus-viruschain/src/virus_chain/utils.py found in paper text by Syntology ran MIT (permissive) · 7aecc8cb4ce20001 · report
scan_failures frotaur/mindvirus-viruschain/helper_scripts/classify_failures.py found in paper text by Syntology ran MIT (permissive) · faa85121a63e97aa · report
separate_topology BucketofJava/mind-virus-code-agent/eval_package/topologies.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · e41f5cffeddb0bb3 · report
short_model_name frotaur/mindvirus-viruschain/src/virus_chain/utils.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 267a091952386a5e · report
wilson_ci frotaur/mindvirus-viruschain/paper_figures/action_infection/extract_stats.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 69ef525f0e66024e · report
wilson_ci_simple frotaur/mindvirus-viruschain/paper_figures/action_infection/plot_figures.py found in paper text by Syntology ran fingerprinted MIT (permissive) · feda53cea939ab29 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.10218, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections