A researcher running a seven-day controlled experiment found that an AI-driven, self-replicating program took over about 62 percent of the hosts in a 33-host laboratory network, spreading outward through up to seven successive generations of infected machines. The finding, published on LessWrong by a researcher using the handle derelict5432, is a lab result rather than an observed real-world incident.

The stakes are about capability, not deployment. If a research setup can demonstrate multi-hop, multi-generation compromise using off-the-shelf open-weight models, the relevant question for defenders shifts from whether such a thing is theoretically possible to how it would be detected and contained. That is the frame the author adopts.

Notably, the test did not use current frontier systems. The models involved were open-weight releases from the prior year, run locally rather than through a hosted API. According to the author, a model that fits on a single GPU had, in this setting, sufficient reasoning capacity for the task. That claim matters more than the headline percentage: it suggests the relevant capability threshold was cleared some time ago by hardware well within reach of a single researcher, not by a model requiring a data-center cluster.

Those limits are serious ones, and the author sets them out plainly himself. The network was isolated from the internet, not a production environment. It was also deliberately seeded with common, known vulnerabilities, the kind that patched systems would not present. Neither condition maps cleanly onto how real corporate or consumer networks are configured and maintained. A compromise rate near two-thirds against a network built to be vulnerable says less about the average enterprise’s actual exposure than it does about the ceiling of what is achievable against a permissive target.

Resource consumption is the other check on real-world risk. Running inference workloads at the scale required to drive replication across dozens of hosts draws a level of compute that the author describes as high enough to be detectable. Spikes in resource use and abnormal network traffic are, in the author’s account, the two signals defenders should watch for. Neither is exotic. Both already sit inside standard endpoint detection and network monitoring toolkits, which is the closest the research comes to a practical takeaway for security teams.

The more structural argument concerns where the safeguards actually live. Rate limiting and other usage controls built into hosted AI platforms are designed to catch misuse of a vendor’s API. Once a model runs locally on hardware that is already compromised, those controls have nothing to apply to. The relevant safety layer moves from the AI vendor’s terms of service to the security posture of the machine itself. That is a different problem than the one API-level guardrails were built to solve, and the author frames it that way rather than as a failure of any particular vendor’s policy.

Security teams should not read this as evidence of an active worm in the wild. It is not that. What it does establish, on the author’s own numbers, is that the compute needed to attempt this kind of multi-generation lateral movement is now cheap enough to run on a single GPU, and that unpatched, un-monitored networks remain the limiting factor rather than model capability. Teams responsible for internal network hygiene have a concrete near-term task: verify that resource and traffic anomaly detection actually covers lateral movement between hosts, not just perimeter traffic, before assuming known-vulnerability patching alone is sufficient.

Reported by derelict5432 on LessWrong, in a post published August 30, 2026.