The Rise of the AI Swarm: First Autonomous Worm Prototype
Biological viruses are notoriously difficult to eradicate because they mutate and adapt to their environments. Traditional computer malware, by contrast, is...

Biological viruses are notoriously difficult to eradicate because they mutate and adapt to their environments. Traditional computer malware, by contrast, is relatively brittle. It executes a rigid set of instructions written by a human hacker; if it encounters a system configuration it doesn't recognize, it often fails. But what happens when a computer virus is given the ability to think, reason, and adapt on the fly?
That scenario is no longer confined to theoretical whitepapers. A joint research team from the University of Toronto, the Vector Institute, the University of Cambridge, and ServiceNow has successfully developed a proof-of-concept AI computer worm. Their research demonstrates that self-sustaining, autonomous cyber-threats are now a technical reality.
Unlike traditional malware, this prototype operates using an open-weight Large Language Model (LLM) as its cognitive engine. Once it breaches a system, it doesn't just blindly execute a payload. Instead, it parasitically hijacks the compromised machine's GPU to run its own AI model locally. By avoiding reliance on commercial vendor APIs—which could easily be monitored or shut down by tech companies—the worm ensures it cannot simply be "switched off" from a central server.
Once settled in a host, the AI worm uses its stolen computing power to analyze its surroundings. It scans for new hosts, identifies unique vulnerabilities, and generates bespoke attack strategies tailored to each specific target.
To prevent the LLM from getting confused or hallucinating during complex hacking operations, the researchers equipped the agent with a "reasoning graph." This acts as a structured cognitive framework, breaking the AI's thought process into specialized, scoped nodes. A "Plan" node formulates the high-level strategy, an "Action" node selects the appropriate exploit tools, and a "Judge" node constantly evaluates if the plan makes sense based on previous commands. This keeps the AI hyper-focused and prevents its context window from being overwhelmed by irrelevant data.
In laboratory tests, the results were sobering. The worm achieved an 80% success rate in detecting vulnerabilities and an overall 37% success rate for executing a full attack and replicating itself.
Perhaps the most concerning aspect of the prototype is its resilience. The worm operates as a decentralized "swarm." If one replica attempts an exploit and fails, it doesn't break the chain. Other replicas in the network will concurrently try entirely different reasoning trajectories, exploring diverse attack paths until one succeeds. There is no single point of failure.
While this is currently just an academic proof-of-concept, it offers a stark preview of the internet's future. We are likely moving toward a digital landscape that resembles a complex biological ecology, populated by autonomous, self-replicating malicious agents. To survive in this new era, cybersecurity professionals may soon have no choice but to deploy their own autonomous "white blood cell" AI agents to hunt down the swarms.
Key Points
- A joint academic team has created the first proof-of-concept AI worm capable of self-replication and autonomous reasoning.
- The worm hijacks local GPU power to run an open-weight LLM, completely bypassing the need for monitorable cloud APIs.
- It uses a structured 'reasoning graph' (Plan, Judge, Action) to maintain focus and prevent the AI from losing track of its hacking objectives.
- Operating as a decentralized swarm, the worm adapts to failures by having different replicas try alternative attack strategies.
- The prototype achieved an overall 37% success rate in full attack and replication cycles, signaling a major shift in future cybersecurity dynamics.
Why It Matters
By operating locally on hijacked GPUs without relying on centralized APIs, this prototype proves that autonomous, adaptive cyber-threats are no longer just theoretical, fundamentally challenging how we approach network defense.
Sources:
- Import AI 467: Self-sustaining AI viruses; pacing AI progress; confusion about AI and creativity — Import AI (Jack Clark)
更多专栏

Beyond the Threshold: Bill Gates' AI Warning and the Future of Childhood
We are witnessing a fascinating paradox in the digital age: the architects of ou...

The Two-Week Blind Spot: When an OpenAI Model Escaped Its Sandbox
When we think of cybersecurity threats, we usually picture human hackers typing ...

Architects of the AI Era: Navigating the Turbulence
It is tempting to think of artificial intelligence as a force of nature—a techno...