The Fifteen-Year-Old Boy, the Worm, and Free AI
Toronto + Cambridge proved an adaptive AI worm works. The ingredients are all public. The question is what the receiving side can see when one arrives.
On June 2, researchers from the University of Toronto, the Vector Institute, and the University of Cambridge published a paper demonstrating an AI-driven computer worm. Not a theoretical risk assessment. A working worm, deployed on a network of 33 machines, that spread from one host to 27 in 48 hours — adapting its attack strategy to each target it encountered, in real time.
The worm runs on a single GPU. It uses an open-weight language model — free, downloadable, no API key, no vendor approval. It reasons about each target, generates exploits, and replicates itself using the compute it steals from the machines it compromises. The attacker’s marginal cost per new infection is zero.
The authors note, correctly, that “centralized safety controls, such as service refusals or rate limiting, are structurally irrelevant.” The worm never touches a commercial AI platform. There is no API to revoke, no account to suspend, no terms of service to enforce.
The arithmetic nobody wants to say out loud
The paper is a blueprint. Not because the authors were careless — they deliberately withheld operational details, disclosed to the Canadian government, and placed the ethical discussion before the introduction. But the ingredients they describe are all publicly available. The model is free. The vulnerabilities are common misconfigurations, not zero-days. The agentic framework is a reasoning loop with a shell interface — the kind of thing a motivated teenager, with the paper in one hand and an AI coding assistant in the other, could assemble in a weekend.
This is not speculation about the teenager. It’s arithmetic. The binding constraint, as the authors themselves state, is “harness design, not raw model capability.” An AI coding agent is a harness designer. The gap between reading the paper and building the worm is now measured in hours of prompting, not years of expertise.
What the receiving side can see
The question is no longer whether someone can build an adaptive autonomous adversary. The question is what the receiving side can see when one arrives.
Traditional defenses — firewalls, rate limiters, WAFs — were built for a world where threats had signatures. A worm that generates its attack logic at runtime, from a model that has never been seen before, on compute that belongs to someone else, does not have a signature. It has a behavior. And behavior is observable only where it unfolds: at the surface of the property it targets.
The paper’s own results confirm this. The worm took five days to reach half the network. Five days of observable behavioral patterns — reconnaissance sequences, credential probing, systematic port scanning, lateral movement with SSH key injection. Not milliseconds. Days. That window exists because the worm reasons, and reasoning takes time.
The defense that matches this threat is not faster blocking. It is behavioral observation with enough temporal depth to see what the worm is doing before it finishes doing it. From the receiving side. Independent of whoever deployed the agent — or, in this case, of whatever deployed itself.
The only question left
The fifteen-year-old boy doesn’t need to exist for the problem to be real. The paper proves the worm works. The economics prove it will be built. The only question left is whether the receiving side has a record of what arrived — or whether the first evidence will be the damage.
Paper: Guan et al., “AI Agents Enable Adaptive Computer Worms,” arXiv:2606.03811 (June 2026). University of Toronto, Vector Institute, University of Cambridge, ServiceNow.
BotConduct — behavioral exposure intelligence, from the receiving side.