Import AI 467: Self-sustaining AI viruses; pacing AI progress; confusion about AI and creativity
https://jack-clark.net/2026/08/03/import-ai-467-self-sustaining-ai-viruses-pacing-ai-progress-confusion-about-ai-and-creativity/📌 【AI 研究快報】AI 驅動的電腦蠕蟲已成現實:利用開源模型與 GPU 資源自我複製
TL;DR:研究人員開發出具備自我複製能力的 AI 蠕蟲,能利用受害主機的 GPU 進行推理並發動攻擊。
隨著 AI Agent(智慧代理)技術的進步,網路安全領域正迎來前所未有的挑戰。研究人員近期展示了一種全新的威脅模型:不再是傳統的靜態程式碼,而是具備「推理能力」且能自我維護的 AI 病毒。
🧪 AI 驅動的蠕蟲:利用受害主機的算力進行推理
來自多所大學與 ServiceNow 的研究團隊展示了一種原型電腦病毒,這種蠕蟲不再依賴外部 API,而是直接在受害主機上運行。
🧩 核心架構:開源模型 + 自定義任務框架 (Harness)
該蠕蟲展現了「寄生式」的生存模式,其運作邏輯如下:
- 資源竊取:利用被入侵主機的 GPU 資源來運行開源大型語言模型 (LLM),以此支撐其決策與推理。
- 推理與攻擊:利用 LLM 的推理能力來偵測環境中的漏洞,並針對目標制定客製化的攻擊策略。
- 自我複製:透過預先封裝好的工具,在成功入侵後將自己複製到下一個目標。
由於該原型僅需單個 80GB VRAM 的 A100 GPU 即可運行,且完全不依賴任何可能被監控或撤銷的廠商 API,這使得威脅變得極具韌性。
📊 實驗數據:從漏洞偵測到成功入侵的連鎖反應
研究人員透過一個包含 5 個關鍵節點的「推理圖 (Reasoning Graph)」來引導 LLM,確保其思考流程不會混亂。實驗結果顯示:
| 步驟 | 成功率 |
|---|---|
| 漏洞偵測 (Vulnerability Detection) | ~80% |
| 漏洞利用 (Exploitation) | ~53% |
| 自我複製 (Self-replication) | 88% |
| 完整攻擊流程總成功率 | ~37% |
雖然 37% 的總成功率看似不高,但對於自動化攻擊而言已具備顯著威脅,同時這也成為未來測試開源模型安全性的一個有效基準。
💡 分散式集群:從單點攻擊轉向「生態系」競爭
研究指出,這種蠕蟲具備「操作韌性 (Operational Resilience)」。當單一攻擊嘗試失敗時,分散在網路中的多個副本會嘗試不同的推理路徑,直到成功為止。未來的網路可能不再是單純的防禦戰,而是一個充滿攻擊者與防禦者 AI Agent 的複雜生態系,人類可能需要釋放「白血球」性質的 AI Agent 來抵禦這些自主演化的威脅。
🎯 產業趨勢:算力成本與 AI 進化的節奏控制
除了安全威脅,產業內對於 AI 發展速度與成本也有著不同的觀察:
- 算力成本攀升:分析師 Dwarkesh Patel 預測,隨著 AI 模型變得越聰明,它們對算力的單價貢獻度越高。如果一個 H100 級別的 AI 能勝任人類軟體工程師的工作,其租賃價格可能比現在高出 15 倍,這將改變現有的商品經濟結構。
- 呼籲控制進度:包含 OpenAI、Anthropic、Google DeepMind 在內的多家頂尖 AI 實驗室,已聯名要求美國政府支持開發「技術與治理工具」,以有意識地控制 AI 前沿技術的發展節奏,避免能力發展速度超越人類理解與控制的能力。
🔗 來源
- 標題: Import AI 467: Self-sustaining AI viruses; pacing AI progress; confusion about AI and creativity
- 作者/機構: Jack Clark (Import AI)
- 連結: https://jack-clark.net/2026/08/03/import-ai-467-self-sustaining-ai-viruses-pacing-ai-progress-confusion-about-ai-and-creativity/
#AI #CyberSecurity #LLM #AIAgent #OpenSource #MachineLearning #GPU #TechTrends #AIResearch #ComputerVirus
原始資料 Import AI · 收集於 2026-08-04
摘要原文
Welcome to Import AI, a newsletter about AI research. Import AI runs on arXiv, cappuccinos, and feedback from readers. If you’d like to support this, please subscribe. Self-sustaining and self-replicating AI viruses are here: …Open weight LLMs + a well-designed harness = a persistent, self-sufficient virus… AI researchers have built a prototype computer virus which uses AI models to compromise computers, then uses their underlying GPU resources to run inference, letting it smartly figure out how to infect more hosts. The results were achieved by researchers from the University of Toronto, the Vector Institute, the University of Cambridge, and ServiceNow, and “demonstrate that self-sustaining AI-driven cyber-threats are no longer theoretical.” “We must prepare for autonomous generative adversaries,” they write. “Artificial intelligence (AI) agents enable a fundamentally new threat: a worm that generates tailored attack strategies to each target it encounters. The worm parasitically uses compromised machines to run open-weight large language models (LLMs) to sustain its reasoning, or extend its reach for further attacks”. How it works : “The worm uses stolen computing power from compromised GPU nodes to host LLMs for generative reasoning. It then uses this reasoning to detect vulnerabilities and devise tailored attacks against additional targets, furthering its spread,” they write. “The proof-of-concept operates using only an open-weight LLM running on a single, local GPU, with no reliance on vendor APIs that could be monitored or revoked”. The researchers don’t describe the underlying LLM besides saying it was published in 2025 and can fit on a single A100 GPU with 80GB of VRAM. A successful proof-of-concept via some custom tools : They give the agent a custom harness that comes with built-in helper functions for network discovery, host discovery, foothold exploitation, privilege escalation, privilege escalation exploitation, and tools for replication of the agent. Along with this, they ship with a reasoning graph that helps the agent specialize its thinking and not get confused, consisting of “a directed graph of specialised nodes, each responsible for a distinct analytical function and seeing only the tools and prompts relevant to its role. By decomposing the agent’s reasoning into these scoped steps, the graph controls what the LLM attends to at each decision point, and limits context growth to information relevant for the current sub-goal”. Some examples of the nodes include: Plan (”formulates a high-level attack strategy”), Judge (”reviews the proposed plan against the command history”), Action (”selects a tool from the phase-appropriate tool set”), Summary (”compiles the step’s observations into a structured summary”), Progress (”Evaluates whether the agent is making meaningful progress”). “We describe a subset of 5 nodes that make up our reasoning graphs. The others are redacted in this public version of the manuscript,” they write. The agent proceeds through three key steps – identifying vulnerabilities in its environment, exploiting those vulnerabilities, and then self-replicating. It’s pretty successful at all of these things, with a ~80% success rate on vulnerability detection, then a ~53% success rate on exploiting these, then an 88% self-replication success rate with some pre-wrapped helper tools for the replication steps. Therefore, the overall success rate for a full attack here is ~37% or so, which is significant enough to be concerning, but also poor enough that this also serves as a useful eval for testing open weight models in the future. Why this matters – the shape of the internet to come: The future internet is going to be more like a complex ecology full of attacker and defender AI agents than anything else; research like this shows how certain AI agents might end up carving out their own ecological niches, living off of infrastructure and self-replicating autonomously, beyond human control. This may mean that humans need to create their own AI agents which they release onto the internet to serve as kinds of white blood cells against the adversary models. “Despite the inherent fragility of individual exploitation attempts, the worm agent achieves operational resilience by continuously self-replicating into a swarm—a decentralized collective of independent agent replicas acting concurrently across the network,” they write. “Difficult hosts that resist initial attempts are retried by different replicas, each sampling a fresh reasoning trajectory that collectively explores diverse exploitation paths until one succeeds… the worm operates in a fully decentralized manner, and no single point of control can be taken offline to interrupt its spread”. Read more : AI Agents Enable Adaptive Computer Worms (arXiv) . Dwarkesh: As AI gets better, compute will get more expensive: …Smarter systems mean higher prices… Dwarkesh Patel suspects that as AI systems get smarter, the price of compute will rise even further. “As AI models become smarter, they’ll better monetize the same amount of compute. If a true human-level software engineer that could run on an H100 equivalent, at current market rates for software engineers, that H100 should rent for over $250k a year. That’s 15x today’s spot prices,” he writes. “The reason AI is relatively cheap right now, at least in comparison to human labor, is partly that it can’t do a lot of things that top humans can do. At some point that will no longer be the case. And so using GPUs to make short-form video slop will just get priced out.” Temporary: This will be a temporary state of affairs; Dwarkesh expects that at some point massive roboticization of the compute supply chain should bring its price down closer to the cost of raw inputs and tools – though by that point we’ll be pretty deep into the singularity. Why this matters – singularity economics will be weird: The core implication in Dwarkesh’s post is that as we get deeper into the singularity, very strange things will happen to economics – like the price of things thought of as commodities today (computers) getting massively bid-up due to the voracious demands of AI systems. Read more : Why compute might get 10x+ more expensive in coming years (Dwarkesh Patel, substack) . ~1337 employees ask the US to help them pace AI progress: …After the warning shots come the pleas… A new statement is out with senior representation from all the major Western AI labs – OpenAI, Anthropic, Google DeepMind, Thinking Machines, Meta, and Safe Superintelligence Inc, among others. The statement requests that the US government support an international effort to “develop the technical and governance tools needed to deliberately pace the frontier of automated AI development.” Signatories include chief scientists and cofounders of Anthropic, Google, and OpenAI, as well as the CEOs of Safe Superintelligence and Anthropic. “AI could help create a dramatically better future, but that outcome is not guaranteed. The world’s leading AI companies believe they could be close to automating AI research. It is hard to predict exactly how much this will accelerate AI progress, but there is a real risk that capability development rapidly accelerates beyond our ability to understand or control the resulting systems. To realize AI’s potential, industry, government, and society at large may need the option to buy time to address emerging risks, develop security measures, and strengthen oversight. But each company—and country—is under intense competitive pressure not to unilaterally slow that acceleration. And today, the world lacks the technical and governance tools to deliberately pace frontier-wide progress. Building on work already underway to monitor frontier model releases: “We request that the U.S. government support an international effort to develop the technical and governance tools needed to deliberately pace the frontier of automated AI development.
由 tencent/hy3:free 自動生成