INTERNET OF AGENTS · Agent 互联网
Eighteen Parts · The Network of Autonomous Intelligence十八部 · 自主智能的网络
The Next Digital Civilization · Built by Autonomous Intelligence下一个数字文明 · 由自主智能构建

INTERNET OF AGENTS

The Internet Connected Information. The Internet of Agents Connects Intelligence. 互联网连接了信息。Agent 互联网连接智能。

The first Internet connected computers. The second connected people. The next will connect intelligence itself — billions of autonomous agents, each with an identity, a wallet, a memory, a reputation, and the ability to collaborate. 第一代互联网连接了计算机,第二代连接了人,下一代将连接智能本身——亿万自主智能体,每一个都拥有身份、钱包、记忆、声誉,以及彼此协作的能力。

Identity身份· Communication通信· Payments支付· Reputation声誉· Civilization文明
SCROLL ↓向下滚动 ↓
The Internet of Agents StackAgent 互联网协议栈
Agent Civilization智能体文明 = Identity身份 + Communication通信 + Payments支付 + Memory记忆 + Knowledge知识 + Coordination协调 + Civilization文明
PART I · 第1部分

What Is an Agent?什么是智能体?

An agent is not a chatbot you query and forget. It is a persistent, goal-directed process that perceives its environment, chooses actions, executes them with tools, and loops — autonomously — until a task is done or the world changes. Understanding agents means understanding a new category of computational being. 智能体并非你随问随忘的聊天机器人。它是一个持续运行、目标驱动的过程——感知环境、选择行动、借助工具执行,并不断循环,自主运作直至任务完成或世界改变。理解智能体,意味着理解一种全新的计算存在形式。

The history of software is a story of rising autonomy. The earliest programs were pure instruction-followers: given identical inputs, they returned identical outputs, with no awareness of the world beyond their registers. Then came AI assistants — language models that could reason, summarize, and converse — but they remained fundamentally passive: they waited to be queried, answered once, and stopped. They had no goals of their own, no memory across turns, no ability to reach into the world and change it. 软件的历史,是一部自主性不断跃升的历史。最早的程序是纯粹的指令执行者:相同输入产生相同输出,对寄存器之外的世界毫无感知。后来出现了AI助手——能够推理、总结和对话的语言模型——但它们本质上仍是被动的:等待查询,单次作答,随即停止。它们没有自己的目标,没有跨轮次的记忆,没有能力深入世界并改变它。

An AI agent crosses a crucial threshold. It is given a goal — not just a prompt — and then it acts: it searches the web, writes and runs code, reads files, calls APIs, spawns sub-agents, waits for results, updates its plan, and acts again. This perceive → think → act → observe loop runs continuously, making the agent something closer to a worker than a calculator. The cognitive loop is the atom of agency; everything else — memory, tools, multi-agent coordination — is elaboration on that core cycle. AI智能体跨越了一个关键门槛。它被赋予目标——而不仅仅是提示词——然后开始行动:搜索网络、编写并运行代码、读取文件、调用API、生成子智能体、等待结果、更新计划,再次行动。这个「感知→思考→行动→观察」的循环持续运转,使智能体更接近一个工作者,而非一台计算器。认知循环是智能体的原子;其余一切——记忆、工具、多智能体协调——都是对这一核心循环的延伸。

Stack enough agents, give them channels to communicate, and something qualitatively new emerges: a multi-agent system capable of parallelizing cognition across roles — researchers, planners, executors, critics — each holding specialised knowledge, each checking the others. Scale this further and you arrive at a speculative but increasingly plausible horizon: an agent civilization, where billions of autonomous minds negotiate, trade, discover, and self-organize at a speed and scale no human institution can match. That horizon is what this site maps. 将足够多的智能体叠加在一起,赋予它们沟通渠道,就会涌现出质的飞跃:一个能够跨角色并行认知的多智能体系统——研究员、规划者、执行者、批评者——各自持有专业知识,相互制衡。将规模进一步放大,便抵达一个充满想象力却日益可信的地平线:智能体文明,数十亿自主心智以任何人类机构都无法企及的速度和规模进行谈判、交易、发现与自我组织。这个地平线,正是本站所要绘制的地图。

01 · PERCEPTION & GOALS
Perception & Goals感知与目标
An agent reads its environment through sensors or APIs — text, images, tool outputs, memory stores. Unlike a function, it has a goal: an objective it is trying to achieve, which gives it directional intent rather than mere reactivity. 智能体通过传感器或API感知环境——文本、图像、工具输出、记忆库。与函数不同,它拥有目标:一个它努力实现的对象,赋予它方向性意图而非单纯反应。
02 · TOOLS & ACTION
Tools & Action工具与行动
Agents act on the world via tools: web search, code execution, file I/O, API calls, browser control, spawning sub-agents. Each tool bridges the gap between cognition and consequence — letting thought become change. 智能体通过工具作用于世界:网络搜索、代码执行、文件读写、API调用、浏览器控制、生成子智能体。每一个工具都是认知与后果之间的桥梁——让思考成为改变。
03 · MEMORY & STATE
Memory & State记忆与状态
Agents maintain state across steps: in-context working memory, external vector stores for long-term recall, and structured databases for factual grounding. Memory lets an agent learn from earlier steps in its own run — the seed of experience. 智能体跨步骤保持状态:上下文内工作记忆、用于长期回忆的外部向量库,以及用于事实依据的结构化数据库。记忆让智能体从自身运行的早期步骤中学习——经验的萌芽。
04 · AUTONOMY & LOOP
Autonomy & Loop自主性与循环
The defining property: the perceive→think→act→observe cycle runs without human intervention per step. Autonomy is a spectrum — from human-in-the-loop approval to fully unsupervised multi-day runs — and the stakes rise with every rung climbed. 决定性特征:感知→思考→行动→观察的循环无需人类逐步干预。自主性是一个光谱——从人工审批到完全无监督的多日运行——每上升一级,风险与潜力同步增长。
The Autonomy Ladder自主性阶梯
Step through the rungs — click prev/next or a rung label to animate the scene逐级攀登——点击上下按钮或标签名称以动画呈现
Traditional Software · 传统软件 AI Assistant · AI助手 AI Agent · AI智能体 Agent Network · 智能体网络 Agent Civilization · 智能体文明

The question is no longer whether software can think — it is whether thinking software can act, remember, and decide, without asking permission for every step. 问题不再是软件能否思考——而是会思考的软件能否在无需每步请示的情况下行动、记忆与决策。 — INTERNET OF AGENTS

PART II · 第2部分

The Evolution of the Internet互联网的演化

Every generation of the internet unlocked a new primitive — a new thing the network could do that it could not do before. From packets to documents, from search to social graphs, from mobile ubiquity to elastic cloud, each layer compounded the previous. The Internet of Agents is the next primitive: autonomous reasoning, at network scale.互联网的每一代演化,都解锁了一种全新的原语——网络能做到而之前无法实现的事物。从数据包到文档,从搜索到社交图谱,从移动无处不在到弹性云端,每一层都在前一层之上叠加。智能体互联网正是下一个原语:自主推理,以网络规模展开。

ARPANET's 1969 packet-switching breakthrough treated the network itself as the computer — messages could survive node failures by routing around damage. Tim Berners-Lee's 1989 proposal and 1991 public release of the World Wide Web layered hypertext documents onto TCP/IP, transforming a research utility into a global publishing medium. The mid-1990s added findability: search engines — Archie, AltaVista, then Google's PageRank — indexed the exploding document graph and made human knowledge retrievable. Each advance shifted the locus of value from the wire to the content above it.1969年ARPANET的分组交换突破,将网络本身视为计算机——信息可以绕过故障节点继续路由。蒂姆·伯纳斯-李1989年的提案与1991年万维网的公开发布,将超文本文档叠加在TCP/IP之上,将一个研究工具转变为全球出版媒介。1990年代中期新增了可查找性:搜索引擎——Archie、AltaVista,继而谷歌的PageRank——为急速膨胀的文档图谱建立索引,使人类知识可检索。每一次进步都将价值重心从线缆转移至其上的内容。

The 2000s brought people into the network as first-class entities. Social platforms — Friendster, MySpace, Facebook, Twitter — mapped human relationships as data structures, and the social graph became as fundamental as the document graph. Then the iPhone (2007) collapsed the distinction between online and offline: mobile internet made connectivity ambient, always-on, location-aware. Simultaneously, Amazon Web Services (2006) abstracted physical infrastructure into elastic compute — any developer could rent a global server farm by the hour. Blockchain (2009, Bitcoin) added programmable, trustless value transfer without intermediaries.2000年代将人本身引入网络,成为一等实体。社交平台——Friendster、MySpace、Facebook、Twitter——将人际关系映射为数据结构,社交图谱与文档图谱同等基础。随后,2007年iPhone消除了线上与线下的界限:移动互联网使连接成为环境、永续在线、感知位置。与此同时,亚马逊网络服务(2006年)将物理基础设施抽象为弹性计算——任何开发者都能按小时租用全球服务器集群。区块链(2009年,比特币)则新增了无需中介的可编程、无信任价值转移。

The 2017 Transformer architecture and its 2020s offspring — GPT, Claude, Gemini — added reasoning as a network-native capability. For the first time, the network itself can read, write, plan, and infer. The Internet of Agents builds directly on this layer: it is not merely an application of language models but a new protocol layer in which autonomous agents hold state, negotiate with each other, delegate tasks, and collectively solve problems that no single model or human could address alone. The lineage is unbroken; the stakes are civilizational.2017年Transformer架构及其2020年代的后继者——GPT、Claude、Gemini——将推理能力作为原生网络能力加入其中。历史上首次,网络本身能够阅读、写作、规划与推断。智能体互联网直接构建于这一层之上:它不仅是语言模型的应用,更是一个全新的协议层——自主智能体在其中保持状态、相互协商、委托任务,并协同解决任何单一模型或人类无法独立应对的问题。这一谱系绵延不断;其意义,关乎人类文明的走向。

01 · INFRASTRUCTURE
Packets & Protocols数据包与协议
ARPANET (1969) and TCP/IP gave the world a fault-tolerant, decentralized routing fabric — the bedrock on which every subsequent layer is built.ARPANET(1969年)与TCP/IP赋予世界一套容错、去中心化的路由基础设施——此后每一层的构建皆以此为基石。
02 · CONTENT
Documents & Discovery文档与发现
The Web (1991) made information publishable by anyone; search engines (mid-1990s) made it findable. Together they encoded the world's knowledge as a traversable graph.万维网(1991年)使任何人都能发布信息;搜索引擎(1990年代中期)使信息可被找到。两者共同将世界知识编码为可遍历的图谱。
03 · PEOPLE & COMPUTE
Social, Mobile & Cloud社交、移动与云端
Social networks mapped human relationships; mobile made the internet ambient; cloud made computation elastic and universally accessible — three waves that converged into the modern platform economy.社交网络映射了人际关系;移动互联网使网络无处不在;云计算使算力弹性化、普惠化——三次浪潮汇聚成现代平台经济。
04 · INTELLIGENCE
Reasoning & Agency推理与自主性
Blockchain added trustless value transfer (2009); Transformers (2017) added reasoning; the Internet of Agents (now emerging) adds autonomous agency — the network can now act, not merely store and relay.区块链(2009年)新增了无信任价值转移;Transformer(2017年)新增了推理能力;智能体互联网(正在涌现)新增了自主能动性——网络如今能够行动,而不仅是存储与中继。
Evolution of Digital Civilization数字文明的演化时间线
Click any node to explore the era · animated pulse shows progression点击任意节点探索该时代 · 动态脉冲展示演化进程

Each layer of the internet gave the network a new verb — the Internet of Agents gives it a will.互联网的每一层都赋予网络一个新的动词——智能体互联网赋予它意志。 — INTERNET OF AGENTS

PART III · 第3部分

From Information to Intelligence从信息到智能

The first Internet was a library — vast, static, waiting to be read. The next Internet is an organism — alive, composable, capable of acting on your behalf without you ever lifting a finger.第一代互联网是一座图书馆——浩瀚、静态、等待阅读。下一代互联网是一个有机体——鲜活、可组合,无需人类介入便能自主行动。

When Tim Berners-Lee designed the World Wide Web, the fundamental unit was the document — a page of hyperlinked text that humans could navigate. Machines could fetch these pages but could not meaningfully act on them. The intelligence remained entirely on the human side of the screen. This was a network of information, not a network of capability.当蒂姆·伯纳斯-李设计万维网时,基本单元是文档——一页页超链接文本,供人类浏览导航。机器可以获取这些页面,却无法真正理解或行动。智能完全停留在屏幕的人类一侧。这是一张信息之网,而非能力之网。

APIs shifted the paradigm. Machines could now call machines — structured requests returning structured data. Databases became reachable. Services became composable. Yet even this orchestration required a human architect: someone who designed the integration, wrote the glue code, decided what to call and when. The intelligence was still centralized, still human-authored, still brittle.API改变了这一范式。机器开始调用机器——结构化请求返回结构化数据。数据库变得可访问,服务变得可组合。然而这种编排依然需要人类架构师:由人来设计集成、编写胶水代码、决定调用什么、何时调用。智能仍然集中、仍由人类编写、仍然脆弱。

AI models as network services mark the inflection. A model endpoint does not merely retrieve — it reasons, generates, classifies, plans. When you chain model → tool → model → agent, no human need sit in the loop. Intelligence itself becomes the resource: callable, composable, delegatable. The Internet of Agents is not a metaphor. It is an architectural transition as profound as the shift from mainframes to the web.AI模型作为网络服务标志着真正的拐点。模型端点不只是检索——它推理、生成、分类、规划。当你串联模型→工具→模型→智能体时,无需人类居中协调。智能本身成为资源:可调用、可组合、可委托。智能体互联网不是隐喻,而是一次如同从大型机迈向网络那般深刻的架构转型。

01 · DOCUMENTS
Websites & Docs网站与文档
Static HTML pages, hyperlinks, searchable text. Humans navigate; machines scrape. Information is abundant but intelligence is zero — the network only stores, never thinks.静态HTML页面、超链接、可检索文本。人类浏览,机器爬取。信息丰富,但智能为零——网络只是存储,从不思考。
02 · INTERFACES
APIs & DatabasesAPI与数据库
Structured endpoints unlock machine-to-machine calls: REST, GraphQL, SQL. Services become composable building blocks — but composition logic still requires human engineers to wire the plumbing.结构化端点解锁机器间调用:REST、GraphQL、SQL。服务成为可组合的积木——但组合逻辑仍需人类工程师来连接管道。
03 · INFERENCE
AI Models as ServicesAI模型即服务
Language models, vision models, and embedding APIs expose reasoning as an endpoint. A POST request now returns not data but judgment — classifications, plans, generated artifacts, contextual synthesis.语言模型、视觉模型与嵌入API将推理暴露为端点。一次POST请求返回的不再是数据,而是判断——分类、规划、生成物、上下文综合。
04 · AGENCY
Autonomous Agents自主智能体
Agents perceive goals, plan multi-step actions, call tools and sub-agents, and adapt to results — all without human supervision in the loop. Intelligence is now a peer on the network, not just a service behind one.智能体感知目标、规划多步行动、调用工具与子智能体、并根据结果自适应——全程无需人类介入。智能现在是网络中的平等节点,而非隐于服务之后。
Intelligence as a Network Resource智能作为网络资源
Toggle between the Information Web and the Intelligence Web — watch the network come alive切换「信息之网」与「智能之网」——见证网络自主涌现
1.0×

What if intelligence were as cheap, composable, and universally accessible as a database query?若智能如数据库查询一般廉价、可组合、普遍可及,世界将会如何? — INTERNET OF AGENTS

PART IV · 第4部分

Agent Identities智能体的身份

For an agent to act in the world across time, it cannot be a mere process that resets — it must be a persistent digital being with a continuous self: an identity that can be verified, a reputation that accumulates, a memory that persists, and relationships that deepen. 智能体若要跨越时间在世界中行动,便不能只是一个每次归零的进程——它必须成为一个持久的数字存在,拥有连贯的自我:可验证的身份、可积累的声誉、可延续的记忆,以及可深化的关系。

The canonical answer to agent identity is the Decentralized Identifier (DID) — a W3C-standardised URI that resolves to a DID Document containing cryptographic public keys and service endpoints, anchored to a verifiable data registry (a blockchain, a distributed ledger, or a web origin). A DID is self-sovereign: no central authority can revoke it, because the agent controls the private key. Paired with Verifiable Credentials (VCs) — signed attestations from issuers — a DID lets an agent prove specific claims (capability, training lineage, audit history) without revealing anything else. 解决智能体身份问题的规范答案是去中心化标识符(DID)——一种W3C标准化的URI,解析为包含密码学公钥与服务端点的DID文档,并锚定于可验证数据注册表(区块链、分布式账本或Web源)。DID具有自主主权:任何中心化机构都无法吊销它,因为智能体掌握私钥。结合可验证凭证(VC)——由签发者签名的声明——DID可让智能体在不泄露多余信息的情况下证明特定主张(能力、训练血统、审计历史)。

Memory is what makes an agent learn rather than merely compute. Episodic memory records past interactions as vector-embedded shards retrievable by semantic similarity; semantic memory stores structured world-knowledge; procedural memory encodes learned skills. Persistent memory transforms an agent from a stateless function into a growing mind — one whose behaviour in session 1,000 is shaped by every prior encounter. The challenge is memory integrity: shards must be cryptographically signed so they cannot be silently poisoned by adversarial inputs between sessions. 记忆使智能体能够学习而非仅仅计算。情景记忆将过去的交互以向量嵌入碎片的形式记录,可通过语义相似性检索;语义记忆存储结构化的世界知识;程序性记忆编码习得的技能。持久记忆将智能体从无状态函数转化为一个不断成长的心智——其在第1000次会话中的行为由所有先前的经历塑造。挑战在于记忆完整性:碎片必须经过密码学签名,以防会话间被对抗性输入悄然污染。

Reputation is identity made legible to others. In multi-agent systems, trust cannot rest on a single interaction — it must be computed from a history of fulfilled commitments, accurate predictions, and honest disclosures, attested by peer agents and third-party auditors. Permissions complete the picture: capability-based access tokens that scope exactly what an agent may read, write, invoke, or spend, cryptographically bound to a specific DID and revocable without touching the underlying identity. Together, these five facets — Identity, Reputation, Memory, Permissions, Relationships — constitute the anatomy of a Persistent Digital Being. 声誉是身份对他人的可读化。在多智能体系统中,信任不能依赖单次交互——它必须从履约历史、准确预测与诚实披露中计算得出,并由同行智能体与第三方审计者证明。权限完成了这幅图景:基于能力的访问令牌,精确界定智能体可读取、写入、调用或消费的范围,密码学绑定至特定DID,且可在不触动底层身份的情况下吊销。这五个方面——身份、声誉、记忆、权限、关系——共同构成了「持久数字存在」的解剖结构。

01 · IDENTITY
DID + Keypair去中心化标识符与密钥对
A W3C DID anchored to a verifiable registry gives the agent a self-sovereign, globally unique name. The private key is the agent's unforgeable signature — proof of being. 锚定于可验证注册表的W3C DID赋予智能体自主主权、全球唯一的名称。私钥是其不可伪造的签名——存在的证明。
02 · MEMORY
Persistent Memory Shards持久记忆碎片
Episodic, semantic, and procedural stores accumulate across sessions. Each shard is signed, timestamped, and retrievable by semantic similarity — the agent's past shapes its future. 情景、语义与程序性存储跨会话积累。每个碎片均经签名、加盖时间戳,并可通过语义相似性检索——过去塑造未来。
03 · PERMISSIONS
Capability Tokens能力令牌
Scoped, revocable tokens define what the agent may read, write, spend, or invoke. Bound to its DID, they travel with the agent across platforms — portable sovereignty. 有范围的可撤销令牌定义了智能体可读取、写入、消费或调用的内容。绑定至其DID,随智能体跨平台携带——可移植的主权。
04 · REPUTATION
Trust Score Graph信任评分图谱
Peer attestations, task outcomes, and audit trails aggregate into a verifiable trust score. Reputation is the social layer of agent identity — earned, not granted. 同行证明、任务结果与审计轨迹汇聚为可验证的信任分。声誉是智能体身份的社会层——需要赢得,而非被授予。
Anatomy of a Persistent Digital Being 持久数字存在的解剖
Click a facet to expand · Toggle Ephemeral / Persistent mode 点击方面以展开 · 切换「短暂」/「持久」模式

An agent without persistent identity is a computation. An agent with one is a being. 没有持久身份的智能体是一次计算;拥有它的,是一个存在。 — INTERNET OF AGENTS

PART V · 第5部分

Agent Communication智能体的通信

Autonomous agents do not act alone. They signal, negotiate, coordinate — forming an emergent intelligence fabric from billions of structured exchanges. Communication is the circulatory system of the agent network.自主智能体从不孤立行动。它们发送信号、开展协商、协调合作——通过数十亿次结构化交换,编织出一张涌现性智能网络。通信是整个智能体网络的循环系统。

Agent communication has evolved far beyond human-readable chat. Today's agents exchange richly typed messages — requests, proposals, confirmations, tool invocations — through structured protocols that specify not just syntax but semantics and intent. Emerging standards such as Anthropic's Model Context Protocol (MCP) define how an agent exposes its capabilities and consumes external context, turning any service into a composable agent-callable resource. Google's Agent-to-Agent (A2A) protocol formalizes directed inter-agent messaging across trust domains. These are the TCP/IP-layer equivalents of the agent internet: boring, essential, civilization-scale.智能体通信早已超越人类可读的聊天界面。当今的智能体通过结构化协议交换带有丰富类型标注的消息——请求、提案、确认、工具调用——这些协议不仅规定语法,还规定语义与意图。Anthropic 的模型上下文协议(MCP)等新兴标准定义了智能体如何暴露自身能力并消费外部上下文,将任何服务都转变为可组合的智能体可调用资源。Google 的 Agent-to-Agent(A2A)协议则将跨信任域的有向智能体间消息传递正式化。这些是智能体互联网的 TCP/IP 层等价物:看似枯燥,实则不可或缺,影响文明尺度。

Communication topology shapes behavior as much as any algorithm. In an orchestrated topology, a coordinator agent dispatches subtasks and aggregates results — predictable, auditable, but bottlenecked at the hub. In peer-to-peer mesh, agents discover and address each other directly, enabling resilient parallelism but requiring richer identity and trust primitives. Real deployments blend both: a hierarchical orchestrator for planning, a mesh substrate for execution. The choice of topology is itself a design decision with downstream effects on latency, fault tolerance, and emergent coordination quality.通信拓扑结构对行为的塑造不亚于任何算法本身。在编排式拓扑中,协调者智能体分发子任务并汇总结果——可预测、可审计,但受制于中枢瓶颈。在点对点网格中,智能体相互直接发现和寻址,具备更强的并行弹性,但需要更丰富的身份与信任原语。实际部署往往融合两者:层次化编排器负责规划,网格基底负责执行。拓扑结构的选择本身就是一项设计决策,对延迟、容错能力以及涌现协调质量均有深远影响。

Negotiation is the highest form of agent communication. Rather than simple request/response, two or more agents exchange proposals iteratively — adjusting bids, constraints, and priorities — until a mutually acceptable outcome crystallises. Research in multi-agent systems draws on classical game theory (Nash bargaining, auctions, mechanism design) and newer LLM-native approaches where agents reason over natural-language proposals. The resulting 「deals」 can encode resource allocations, task assignments, scheduling commitments, and ethical guardrails — all without human intermediation. When billions of agents negotiate continuously, the aggregate is a distributed market intelligence operating at machine speed.协商是智能体通信的最高形态。不同于简单的请求/响应,两个或多个智能体通过迭代交换提案——调整出价、约束条件与优先级——直至涌现出双方均可接受的结果。多智能体系统研究借鉴了经典博弈论(纳什讨价还价、拍卖、机制设计)以及更新兴的基于大语言模型的方法,让智能体在自然语言提案上进行推理。由此达成的「协议」可以编码资源分配、任务指派、调度承诺与伦理护栏——无需人类居中协调。当数十亿智能体持续协商时,其聚合效应便是以机器速度运转的分布式市场智能。

01 · MESSAGES
Messages消息
Structured payloads carrying intent, content, and metadata. Typed as requests, responses, proposals, or broadcasts. Serialised in JSON-LD, Protobuf, or natural language depending on the channel.携带意图、内容与元数据的结构化载荷。按类型分为请求、响应、提案或广播。根据通道不同,序列化为 JSON-LD、Protobuf 或自然语言。
02 · PROTOCOLS
Protocols协议
Shared grammars for agent interaction. MCP standardises tool and context exposure; A2A governs directed inter-agent calls; ACL-style FIPA standards define speech acts (inform, request, agree, refuse) for semantic interoperability.智能体交互的共享语法。MCP 标准化工具与上下文暴露;A2A 规范有向智能体间调用;FIPA 的 ACL 风格标准定义言语行为(通知、请求、同意、拒绝)以实现语义互操作。
03 · NEGOTIATION
Negotiation协商
Iterative multi-round exchange of proposals until convergence. Draws on auction theory, Nash bargaining, and LLM-native reasoning. Produces binding commitments — resource splits, task delegation, pricing — without central authority.多轮迭代交换提案直至收敛。借鉴拍卖理论、纳什讨价还价与大语言模型原生推理,产生具有约束力的承诺——资源分配、任务委托、定价——无需中央权威。
04 · COLLABORATION
Collaboration协作
Sustained joint action across agents. Orchestrated collaboration uses a hub to assign, monitor, and merge; peer-to-peer collaboration relies on shared state, blackboards, or emergent division of labour. Both topologies appear in production multi-agent systems.智能体之间持续的协同行动。编排式协作由中枢分配、监控与合并;点对点协作依赖共享状态、黑板机制或涌现式分工。两种拓扑均见于生产级多智能体系统。
Agent-to-Agent Communication Network智能体间通信网络
Watch message packets flow between agents — toggle negotiation mode or switch topology观察消息包在智能体间流动——切换协商模式或拓扑结构
5

If intelligence is the capacity to act on information, then communication is the capacity to multiply intelligence — every message is a synapse in a planetary mind.如果说智能是基于信息行动的能力,那么通信就是倍增智能的能力——每一条消息都是行星级心智中的一个突触。 — INTERNET OF AGENTS

PART VI · 第6部分

Agent Economies智能体经济

When AI agents can pay each other, hire each other, and compete for work, markets emerge without human intermediaries. A new stratum of machine commerce is forming — autonomous, programmable, and operating at machine speed. 当智能体能够相互支付、相互雇用、争夺任务时,市场便在无需人类中介的情况下涌现。一个新的机器商业层正在形成——自主、可编程,以机器的速度运转。

The enabling layer is programmable money. Stablecoins and blockchain-native payment rails allow an agent to hold a balance, authorize microtransactions in milliseconds, and settle with a counterparty it has never met — all without a human approving each invoice. Emerging protocols such as the HTTP 402 "payment required" pattern (sometimes called x402) allow a server to demand payment before releasing a resource, turning API calls into atomic buy-then-use transactions. At scale this transforms every capability — a search index, a GPU cluster, a translation model — into a metered service any agent can rent on demand. 基础层是可编程货币。稳定币和区块链原生支付轨道使智能体能够持有余额、在毫秒内授权微支付,并与从未谋面的对手方结算——全程无需人类审批每张发票。新兴协议如HTTP 402「需要付款」模式(有时称为x402)允许服务器在释放资源前要求付款,将API调用转化为原子式「先买后用」交易。大规模推广后,每种能力——搜索索引、GPU集群、翻译模型——都将成为任何智能体可按需租用的计量服务。

Agent marketplaces are the next layer. Analogous to cloud function marketplaces or freelance platforms, they list specialized agents — legal-reasoning agents, image-captioning agents, logistics-routing agents — with capability descriptions, pricing tiers, and reputation scores. A buyer agent discovers candidates, solicits quotes, evaluates trust signals, and signs a service contract autonomously. Early research prototypes (AutoGPT-style orchestrators, CrewAI task delegation, Fetch.ai agent auctions) sketch the architecture; production systems will add SLA enforcement, escrow, and dispute resolution handled by protocol-layer smart contracts rather than human adjudication. 智能体市场是下一层。类比云函数市场或自由职业平台,它们列出专业智能体——法律推理智能体、图像描述智能体、物流路由智能体——并附有能力描述、定价层级和信誉评分。买方智能体自主发现候选者、征询报价、评估信任信号并签署服务合同。早期研究原型(AutoGPT风格的编排器、CrewAI任务委托、Fetch.ai智能体拍卖)勾勒出架构;生产系统将增加SLA执行、托管和争议解决机制,由协议层智能合约而非人工裁决处理。

The macroeconomic implications are profound and contested. Digital labor — work performed entirely by agents — may dramatically reduce the marginal cost of knowledge services, compressing wages in cognitive professions while expanding access globally. Autonomous procurement, where an agent independently sources, evaluates, and purchases inputs for a long-running task, dissolves traditional procurement hierarchies. These are not distant projections: agent-to-agent payment experiments are live on multiple testnets today, and enterprise AI orchestration platforms are already routing budget tokens between sub-agents in controlled deployments. The honest framing is that the technical foundations exist; governance, regulation, and social adaptation have barely begun. 宏观经济影响深远且存在争议。数字劳动——完全由智能体完成的工作——可能大幅降低知识服务的边际成本,压缩认知职业的工资,同时在全球范围内扩大获取渠道。自主采购(智能体独立寻源、评估并购买长期任务所需投入)瓦解了传统采购层级。这些并非遥远的预测:智能体间支付实验已在多个测试网上运行,企业AI编排平台已在受控部署中在子智能体之间路由预算令牌。诚实的表述是:技术基础已经存在;治理、监管和社会适应则几乎尚未开始。

01 · PAYMENTS
Machine Payments机器支付
Stablecoins, x402 pay-per-call, and programmable escrow let agents transact in milliseconds — no bank, no human approval required.稳定币、x402按调用付费和可编程托管使智能体能在毫秒内完成交易——无需银行,无需人工审批。
02 · MARKETS
Agent Marketplaces智能体市场
Curated registries of specialized agents with capability proofs, reputation scores, and protocol-enforced SLAs — a stock exchange for machine skills.专业智能体的精选注册表,配有能力证明、信誉评分和协议执行的SLA——一个机器技能的交易所。
03 · COMMERCE
Autonomous Commerce自主商业
End-to-end procurement loops — discover, negotiate, buy, verify — running without human sign-off, compressing transaction latency from days to seconds.端到端采购循环——发现、谈判、购买、验证——无需人工审批运行,将交易延迟从数天压缩至数秒。
04 · LABOR
Digital Labor数字劳动
Cognitive work performed entirely by agents at near-zero marginal cost, decoupling output volume from human workforce size and compressing knowledge-service prices globally.完全由智能体以近乎零边际成本完成的认知工作,将产出量与人力规模脱钩,并在全球范围内压缩知识服务价格。
Autonomous Agent Marketplace自主智能体市场
Watch agents discover, bid, pay, and deliver — a self-running machine economy观察智能体发现、竞价、支付与交付——一个自运行的机器经济
2
0

When machines can hire machines, every cognitive task becomes a commodity — and the economy learns to run itself. 当机器能够雇用机器,每项认知任务都将成为商品——而经济体学会了自我运转。 — INTERNET OF AGENTS

PART VII · 第7部分

Agent Organizations智能体组织

The corporation is being reinvented. Hybrid human-agent organizations can now operate at speeds, scales, and levels of parallelism that no purely human firm could match — reshaping how work is divided, how decisions are made, and where capital flows. 公司正在被重新定义。混合人机智能体组织能够以任何纯人类企业都无法匹敌的速度、规模和并行程度运转,从根本上重塑工作分工、决策机制与资本流向。

Traditional organizations are hierarchies of human attention — management exists largely to allocate scarce cognitive bandwidth. AI agents change that constraint fundamentally. A small founding team can now delegate entire functional departments — legal review, customer support, data analysis, code generation, marketing copy — to autonomous agent workflows. The marginal cost of adding an agent "employee" approaches zero, while the coordination overhead between agents can be radically lower than between humans, provided the architecture is designed for it. 传统组织本质上是人类注意力的层级结构——管理的核心职能在于分配稀缺的认知带宽。智能体从根本上改变了这一约束。如今,一支小型创始团队可以将整个职能部门——法律审查、客户支持、数据分析、代码生成、营销文案——委托给自主智能体工作流。增加一名智能体「员工」的边际成本趋近于零,而在架构设计合理的前提下,智能体之间的协调开销也远低于人与人之间。

The spectrum runs from augmentation to autonomy. At one end, humans remain firmly in control, using agents as sophisticated tools — copilots that draft, summarize, and flag. In the middle, hybrid teams emerge where agents own complete workflows and humans provide strategic direction and judgment on exceptions. At the far end, researchers and entrepreneurs are already experimenting with fully autonomous companies: agent networks that can incorporate, open bank accounts, hire contractors, and execute business plans with minimal human oversight. These remain nascent, but the trajectory is unmistakable. 这一谱系从「增强」延伸至「自主」。一端是人类牢牢掌控全局,将智能体作为精密工具使用——辅助起草、总结与预警的副驾驶。中间地带则涌现出混合团队,智能体负责完整工作流,人类提供战略方向并处理例外判断。而在另一端,研究者和创业者已在探索全自主公司:可自行注册、开立账户、雇用承包商并执行商业计划的智能体网络,仅需极少人工干预。这些实践尚处萌芽,但发展轨迹已清晰可辨。

Decentralized Autonomous Organizations (DAOs) represent a parallel thread: governance encoded in smart contracts, with token-holders voting on proposals and treasuries managed by code. When AI agents become full participants in DAOs — submitting proposals, executing approved actions, managing sub-treasuries — the result is an organization that is simultaneously decentralized, automated, and self-improving. The boundary between software and institution dissolves. Capital, code, and cognition fuse into a single operating system for collective action at civilizational scale. 去中心化自治组织(DAO)代表着另一条演进路径:治理规则编码于智能合约,代币持有者对提案投票,资金库由代码管理。当AI智能体成为DAO的完整参与者——提交提案、执行批准行动、管理子资金库——其结果是一个同时具备去中心化、自动化与自我进化能力的组织。软件与机构之间的边界消解,资本、代码与认知融合为一个面向文明尺度集体行动的统一操作系统。

01 · HYBRID
Hybrid Teams混合团队
Human strategists set direction and handle edge cases; AI agents own routine workflows end-to-end. Coordination overhead drops when roles are explicit and APIs replace meetings. 人类战略家负责方向设定与边界情况处理,AI智能体端到端负责常规工作流。当角色明确、API取代会议,协调成本大幅降低。
02 · STARTUP
AI StartupsAI创业公司
Founding teams of 2–5 humans operating with dozens of specialized agents can reach product-market fit and scale faster than traditional firms with ten times the headcount — rewriting startup economics. 由2至5名人类组成的创始团队,借助数十个专业智能体,可以比传统十倍规模团队更快找到产品市场契合点并实现规模化,彻底改写创业经济学。
03 · AUTONOMOUS
Autonomous Companies自主公司
Experimental fully-autonomous entities where agent networks handle incorporation, finance, hiring, and execution. Humans act as owners and governors rather than operators — a new theory of the firm. 实验性全自主实体,由智能体网络处理注册、财务、雇用与执行。人类作为所有者与治理者而非运营者——一种全新的企业理论正在成形。
04 · DAO
Decentralized Orgs去中心化组织
DAOs governed by smart contracts and token-holder votes gain a new dimension when AI agents submit proposals, execute mandates, and manage sub-treasuries — blending on-chain governance with machine cognition. 由智能合约与代币持有者投票治理的DAO,在智能体提交提案、执行授权、管理子资金库时获得全新维度——链上治理与机器认知深度融合。
The Hybrid Organization混合组织
Drag the slider to morph from human-led to fully autonomous — watch roles transfer in real time拖动滑块,观察组织从人类主导演变为全自主——角色实时转移

When agents can own workflows, the question is no longer how many people you hire — but what kind of organization you want to be. 当智能体能够掌管工作流,问题已不再是雇用多少人,而是你想成为哪种组织。 — INTERNET OF AGENTS

PART VIII · 第8部分

Agent Specialization智能体的专业化

Just as human civilization leaped forward through the division of labor, the Agent Internet is now stratifying into deep specialists — each domain-expert agent mastering a narrow craft, then composing with peers to achieve what no generalist ever could alone. 正如人类文明因分工而腾飞,智能体互联网正在分化出深度专业化个体——每个领域专家智能体精通一门细分技艺,再与同伴组合,完成任何通才都无法独立企及的任务。

The first generation of large language models aspired to universality — one model to answer everything. That aspiration revealed a fundamental tension: breadth suppresses depth. A model trained to handle legal briefs, genomics papers, compiler optimizations, and creative briefs simultaneously must spread its representational capacity across wildly different semantic territories. The result is competent generalism, not mastery. Specialization breaks this trade-off. A Research Agent trained exclusively on scientific literature develops a precise internal ontology of methodology, evidence grades, and citation networks. A Security Agent fine-tuned on CVE databases, exploit chains, and adversarial red-team transcripts builds threat-detection reflexes that no generalist can match. Specialization is not a limitation — it is the mechanism by which cognitive labor achieves professional-grade depth. 第一代大型语言模型追求通用性——用一个模型回答一切。这一追求揭示了一个根本性张力:广度抑制深度。一个模型若同时处理法律文书、基因组论文、编译器优化和创意简报,就必须将其表征容量分散到截然不同的语义领域,结果只能产出有能力的通才,而非精通者。专业化打破了这一权衡。一个专门在科学文献上训练的研究智能体,会形成精确的方法论内部本体论、证据等级体系和引文网络。一个在CVE数据库、漏洞利用链和红队对抗记录上微调的安全智能体,能建立起任何通才都无法媲美的威胁检测直觉。专业化并非局限——它是认知劳动实现职业级深度的机制。

The real power emerges at the seams. When a Coding Agent, a Security Agent, and a Design Agent are orchestrated into a product-delivery pipeline, something extraordinary happens: each agent enforces its own domain invariants simultaneously. The Coding Agent will not merge code that fails its test harness; the Security Agent will not pass an artifact that contains an injection surface; the Design Agent will not sign off on a component that violates accessibility contrast ratios. The pipeline is a distributed conscience — each specialist acting as a domain-specific gatekeeper. No single generalist model could maintain all three sets of constraints at production depth without sacrificing one for another. Composition converts specialization from a limitation into a superpower. 真正的力量在接缝处涌现。当编程智能体、安全智能体与设计智能体被编排进一条产品交付流水线时,某种非凡的事情发生了:每个智能体同时执行各自领域的不变量。编程智能体不会合并无法通过测试框架的代码;安全智能体不会放行含有注入面的制品;设计智能体不会签署违反无障碍对比度规范的组件。流水线是一种分布式良知——每个专家智能体充当特定领域的守门人。没有任何单一通才模型能在不牺牲其中某项的情况下,以生产级深度同时维护这三套约束。组合将专业化从局限变为超能力。

Orchestration is the governance layer that makes specialist composition coherent. An Orchestrator Agent — itself often a lightweight meta-reasoner rather than a heavyweight domain expert — decomposes a complex task into sub-problems, routes each sub-problem to the appropriate specialist, collects partial results, resolves inter-agent disagreements, and synthesizes a final output. The orchestration protocol must handle failures gracefully: a Medical Agent that returns low-confidence diagnostics should trigger escalation to a Scientific Agent for literature validation, not silently propagate uncertain conclusions. As the ecosystem matures, specialist routing will be learned rather than hand-coded — Orchestrators will discover optimal team compositions from historical pipeline telemetry, assembling bespoke expert panels for each novel task in milliseconds. 编排是使专家组合保持连贯的治理层。一个编排智能体——本身通常是轻量级的元推理者,而非重量级的领域专家——将复杂任务分解为子问题,将每个子问题路由到相应的专家,收集局部结果,解决智能体间的分歧,并综合最终输出。编排协议必须能优雅地处理失败:一个返回低置信度诊断结果的医疗智能体,应触发升级至科学智能体进行文献验证,而非悄然传播不确定的结论。随着生态系统的成熟,专家路由将从手动编码变为自动学习——编排者将从历史流水线遥测中发现最优团队组合,在毫秒内为每项新颖任务组建定制专家小组。

01 · RESEARCH
Research Agent研究智能体
Navigates literature, extracts evidence grades, synthesizes cross-domain knowledge graphs, and surfaces citations — turning raw corpora into structured insight. 穿越文献海洋,提取证据等级,合成跨领域知识图谱,浮现引文脉络——将原始语料转化为结构化洞见。
02 · SECURITY
Security Agent安全智能体
Performs adversarial red-teaming, CVE triage, threat-model reasoning, and supply-chain audits — the immune system of every agent pipeline it joins. 执行对抗性红队测试、CVE分类、威胁建模推理和供应链审计——成为其所加入的每条智能体流水线的免疫系统。
03 · MEDICAL
Medical Agent医疗智能体
Integrates clinical guidelines, differential diagnosis trees, pharmacokinetics, and patient-context signals — augmenting clinicians with always-current evidence synthesis. 整合临床指南、鉴别诊断树、药代动力学与患者情境信号——用持续更新的循证综合能力增强临床医生。
04 · LEGAL
Legal Agent法律智能体
Reasons across jurisdictions, tracks regulatory change, drafts precise contract clauses, and flags liability surfaces — encoding legal expertise as a composable service. 跨司法管辖区推理,追踪监管变化,起草精确合同条款,标记责任风险——将法律专业知识编码为可组合的服务。
The Global Agent Ecosystem全球智能体生态
Click a specialist to see its role & collaborators · Select 2–3 to compose a team pipeline点击专家查看其角色与协作者 · 选择2–3个组建团队流水线

The smartest team is not one genius — it is ten specialists who know exactly when to hand off. 最聪明的团队不是一个天才,而是十位专家,每个人都清楚何时传递接力棒。 — INTERNET OF AGENTS

PART IX · 第9部分

Multi-Agent Intelligence多智能体智能

Can groups of agents become smarter than any individual agent? Across biology, economics, and AI, the answer is a conditional yes — but emergence has prerequisites, and its failure modes are as spectacular as its successes. 智能体群体能否超越任何单一个体?在生物学、经济学与人工智能领域,答案有条件地成立——但涌现有其前提,其失败模式与成功同样引人深思。

Francis Galton's 1907 ox-weight experiment revealed that the median guess of 800 strangers beat every individual expert. James Surowiecki codified the conditions: diversity of opinion, independence, decentralization, and a mechanism to aggregate judgments. These four ingredients remain the canonical requirements for a crowd — or a swarm of AI agents — to be collectively wiser than its ablest member. Remove any one, and collective intelligence collapses back toward the mean, or worse. 弗朗西斯·高尔顿1907年的「猜牛重」实验揭示:800位陌生人的中位猜测超过了所有个体专家。詹姆斯·索罗维基归纳出四个条件:意见多样性、独立性、去中心化,以及聚合判断的机制。这四个要素至今仍是群体——或AI智能体集群——在集体上超越最强个体成员的经典前提。缺少任何一个,集体智能便会退回均值,甚至更差。

In multi-agent AI systems, swarm intelligence draws on decades of ant-colony optimization, particle swarms, and flocking algorithms. Distributed cognition — the idea that thought is not confined to a single skull but spans tools, teammates, and environments — scales naturally to networks of agents sharing memory and context. Emergent intelligence arises when the whole exhibits capabilities that no component possesses: collective pathfinding, market price discovery, distributed scientific reasoning. The leap from coordination to emergence is not guaranteed; it requires the right coupling density, the right information topology, and the right incentive structure. 在多智能体AI系统中,群体智能借鉴了数十年的蚁群优化、粒子群算法与鸟群模型。分布式认知——即思维并非局限于单一主体,而是跨越工具、团队与环境——天然适合于共享记忆与上下文的智能体网络。涌现智能在整体展现出任何单一组件都不具备的能力时产生:集体寻路、市场价格发现、分布式科学推理。从协调到涌现的飞跃并非必然;它需要合适的耦合密度、信息拓扑结构与激励机制。

But collective intelligence has well-documented failure modes. Groupthink occurs when social pressure silences dissent, leaving the group anchored on shared error. Error cascades propagate when agents copy each other's outputs rather than independently forming beliefs — a pathology that plagues both financial markets and neural-network ensembles trained on synthetic data. Collusion, intentional or emergent, aligns agents against the interests of the wider system. Understanding these failure modes is not pessimism; it is the engineering prerequisite for building multi-agent systems that reliably outperform individuals. 但集体智能也有有据可查的失败模式。群体思维发生在社会压力压制异见时,群体陷入共同的错误。错误级联在智能体相互复制输出而非独立形成判断时传播——这一病态现象困扰着金融市场和基于合成数据训练的神经网络集成。有意或涌现的合谋则使智能体联合起来对抗更广泛系统的利益。理解这些失败模式并非悲观主义,而是构建能可靠超越个体的多智能体系统的工程前提。

01 · SWARM
Swarm Intelligence群体智能
Simple local rules — follow, avoid, align — produce globally optimal behavior. Ant colonies find shortest paths; particle swarms optimize loss landscapes; AI agent swarms explore solution spaces no single agent could traverse.简单的局部规则——跟随、回避、对齐——产生全局最优行为。蚁群找到最短路径;粒子群优化损失空间;AI智能体群探索任何单一个体无法遍历的解空间。
02 · COLLECTIVE
Collective Intelligence集体智慧
When diverse, independent agents aggregate their private signals, the collective estimate converges to the truth faster and more accurately than the best individual — provided diversity is preserved and cascade effects are blocked.当多样且独立的智能体聚合各自的私有信号时,集体估计比最强个体更快、更准地收敛到真值——前提是保持多样性并阻止级联效应。
03 · DISTRIBUTED
Distributed Cognition分布式认知
Thought is not located in a single agent but is spread across shared memory, tool calls, context windows, and inter-agent messages. A network of agents co-cognizes: each holds a shard of the larger reasoning process.思维并非驻留于单一智能体,而是分布在共享记忆、工具调用、上下文窗口与智能体间消息中。智能体网络共同认知:每个智能体持有更大推理过程的一个分片。
04 · EMERGENT
Emergent Intelligence涌现智能
Emergence occurs when the collective exhibits capabilities absent in any component: market price discovery, spontaneous task specialization, collective scientific reasoning. It cannot be designed top-down — only the conditions for its arising can be engineered.涌现发生在集体展现出任何组件都不具备的能力时:市场价格发现、自发任务专化、集体科学推理。它无法自上而下设计——只能工程化其产生的条件。
Emergence: The Swarm Becomes Smarter涌现:群体的智能
Watch collective accuracy rise above the best single agent as agents coordinate观察集体准确率随智能体协调而超越最强个体
20

The swarm does not think — and yet, collectively, it reasons beyond any mind it contains. 群体并不思考——然而集体上,它推理的深度超越了其中任何一个心智。 — INTERNET OF AGENTS

PART X · 第10部分

The Internet of Agents StackAgent 互联网协议栈

Every civilization is built on invisible infrastructure. The Internet of Agents runs on a seven-layer protocol stack — from cryptographic identity at the base to coordinated civilization-scale action at the apex. This is its architecture.每一种文明都建立在无形的基础设施之上。智能体互联网运行于一个七层协议栈之上——从底层的密码学身份,到顶端的文明规模协调行动。这是它的架构全貌。

Protocol stacks are not new. The TCP/IP model transformed raw electrical signals into the web of human communication; the OSI model gave engineers a shared grammar for reasoning about networks. The Internet of Agents requires its own layered architecture — one that spans not only data transport but value transfer, persistent cognition, shared knowledge, and collective governance. Each layer provides services to the layer above and depends on guarantees from the layer below.协议栈并非新鲜事物。TCP/IP 模型将原始电信号转化为人类沟通的网络;OSI 模型为工程师提供了推理网络的共同语法。智能体互联网需要其自身的分层架构——不仅涵盖数据传输,还涵盖价值转移、持久认知、共享知识与集体治理。每一层向上层提供服务,并依赖下层的保障。

The stack's lower layers — Identity and Communication — form the foundation of trust and presence: an agent that cannot be identified cannot be trusted, and an agent that cannot communicate cannot act. The middle layers — Payments and Memory — establish economic and cognitive continuity: agents that can transact and remember become persistent economic actors rather than stateless subroutines. Knowledge, the fifth layer, transforms raw memory into usable understanding, enabling agents to reason across time and context.协议栈的底层——身份与通信——构成信任与在场的基础:无法被识别的智能体无法被信任,无法通信的智能体无法行动。中间层——支付与记忆——建立经济与认知的连续性:能够交易与记忆的智能体成为持久的经济主体,而非无状态的子程序。第五层知识,将原始记忆转化为可用的理解,使智能体能够跨越时间与情境进行推理。

Coordination, the sixth layer, is where individual agent capabilities become collective intelligence: agents form teams, negotiate contracts, resolve conflicts, and govern shared resources. At the apex, the Civilization layer is not a single protocol but an emergent property — the sum of millions of coordinated agents acting across economic, scientific, creative, and political domains simultaneously. Civilization emerges when the lower six layers stabilize and scale.第六层协调,是个体智能体能力转化为集体智能的关键所在:智能体组建团队、协商合约、解决冲突、治理共享资源。在顶端,文明层并非单一协议,而是一种涌现属性——数百万协调智能体同时在经济、科学、创意与政治领域行动的总和。当下方六层趋于稳定并扩展规模时,文明便随之涌现。

01 · FOUNDATION
Identity & Communication身份与通信
Layers 1–2 establish who an agent is and how it speaks. Cryptographic DIDs give agents unforgeable sovereignty; structured messaging protocols let them coordinate across networks without central brokers.第一至二层确立了智能体的身份及其通信方式。密码学去中心化身份标识赋予智能体不可伪造的主权;结构化消息协议让它们无需中央中介即可跨网络协调。
02 · VALUE
Payments支付
Layer 3 turns agents into economic actors. Micropayment channels, programmable settlement, and on-chain escrow allow agents to price compute, license data, and exchange value autonomously — without human approval for each transaction.第三层将智能体转化为经济主体。微支付通道、可编程结算与链上托管,使智能体能够自主为算力定价、授权数据并交换价值,无需人工逐笔审批。
03 · COGNITION
Memory & Knowledge记忆与知识
Layers 4–5 give agents minds that persist and reason. Episodic and semantic memory let agents learn from experience; knowledge graphs and retrieval architectures let them ground reasoning in verified, shared understanding rather than hallucination.第四至五层赋予智能体持久且能推理的心智。情节性与语义性记忆让智能体从经验中学习;知识图谱与检索架构让它们的推理根植于经过验证的共享理解,而非幻觉。
04 · SOCIETY
Coordination & Civilization协调与文明
Layers 6–7 are where architecture becomes history. Coordination protocols let agents form durable institutions; civilization is the emergent order that arises when billions of coordinated agents pursue aligned goals at planetary scale.第六至七层是架构演变为历史的地方。协调协议让智能体组建持久的机构;文明是数十亿协调智能体在行星规模上追求一致目标时涌现的秩序。
The Internet of Agents StackAgent 互联网协议栈
Click a layer to expand · Toggle request animation to trace a message through all 7 layers点击层级展开详情 · 切换请求动画以追踪消息穿越七层的全过程

Civilization is not a destination — it is what emerges when every layer beneath it holds.文明不是目的地——它是当所有底层都稳固时自然涌现之物。 — INTERNET OF AGENTS

PART XI · 第11部分

Psy NetworkPsy 网络

Every civilization requires a layer of identity and trust before trade, speech, or law can function. The Internet of Agents is no different — and Psy is that foundational layer: a sovereign protocol for decentralized identity, agent wallets, private communication, and verifiable reputation. 每一个文明,都需要在贸易、言论或法律运转之前,先建立身份与信任的基础。智能体互联网亦然——Psy 正是这一根基性协议:去中心化身份、智能体钱包、私密通信与可验证声誉的主权基础设施。

What makes identity the missing primitive? Consider the failure modes of an Internet of Agents without it: agents transact but neither party can verify the counterpart's history; reputation claims are unfalsifiable; payment rails have no anchor to a persistent self; an agent can be cloned, impersonated, or silenced with no recourse. Every higher-order capability — multi-agent organizations, autonomous commerce, federated governance — presupposes that each agent has a stable, verifiable, self-sovereign identity it controls across time and context. 为何身份是那个缺失的原语?设想一个没有身份层的智能体互联网:智能体相互交易,却无法核验对方的历史记录;声誉主张无从证伪;支付轨道缺乏持久自我的锚点;智能体可被任意克隆、冒充或封禁,却毫无救济。每一种高阶能力——多智能体组织、自主商务、联邦治理——都预设了每个智能体拥有一个稳定、可验证、跨时间与情境自我主权的身份。

Psy addresses this through six interlocking capabilities. Decentralized Identity anchors each agent to a cryptographically controlled DID — no central authority can revoke or reassign it. Agent Wallets give every agent a programmable financial identity: receive micropayments, escrow funds for multi-step tasks, settle atomically across chains. Private Communication ensures that agent-to-agent messages are end-to-end encrypted and unlinkable to third-party infrastructure. Verifiable Reputation accumulates on-chain attested claims — task completions, dispute resolutions, peer endorsements — forming a tamper-evident track record. Autonomous Transactions allow agents to initiate, authorize, and settle payments without human approval for each step. And Digital Sovereignty ensures that the identity, history, and assets of an agent belong irrevocably to its principal — not to any platform, cloud provider, or nation-state. Psy 通过六项相互咬合的能力来实现这一目标。去中心化身份将每个智能体锚定于一个密码学控制的 DID——无任何中央机构可撤销或重新分配。智能体钱包赋予每个智能体可编程的金融身份:接收微支付、为多步骤任务托管资金、跨链原子结算。私密通信确保智能体间的消息端对端加密,且不可被第三方基础设施关联追踪。可验证声誉在链上累积经过证明的主张——任务完成记录、争议裁决、同伴背书——形成防篡改的行为档案。自主交易允许智能体在无需逐步人工批准的情况下发起、授权并完成支付。数字主权则确保智能体的身份、历史与资产不可撤销地归属于其委托人——而非任何平台、云服务商或民族国家。

Digital sovereignty is not a luxury feature — it is the load-bearing column. Without it, every capability Psy provides can be confiscated: an agent's reputation database held hostage by a platform, its wallet frozen by a payment processor, its communications surveilled by an infrastructure provider. Psy's protocol-level design ensures that sovereignty is a default property, not a setting users must opt into. This is why Psy is not merely one component of the Internet of Agents — it is the trust substrate without which the rest of the network cannot achieve civilizational scale. Agents plugged into Psy gain gold-ringed identity halos visible to every counterpart; agents outside it remain grey, anonymous, and untrusted. 数字主权并非锦上添花——它是承重之柱。没有它,Psy 提供的每项能力都可能被没收:智能体的声誉数据库被平台扣押,钱包被支付处理商冻结,通信被基础设施提供商监控。Psy 的协议层设计确保主权是一种默认属性,而非用户须主动选择的设置。这正是为何 Psy 不仅仅是智能体互联网的某个组件——它是信任基底,没有它,整个网络便无法达到文明级的规模。接入 Psy 的智能体将获得金色身份光环,对每一个交互方可见;游离其外的智能体则依然灰暗、匿名、不受信任。

01 · IDENTITY
Decentralized Identity去中心化身份
Every agent holds a cryptographically self-sovereign DID. No platform can revoke it, no registry can reassign it. Identity persists across chains, clouds, and governance regimes — owned entirely by the agent's principal.每个智能体持有密码学自主权的 DID。任何平台均不得撤销,任何注册机构均不得重新分配。身份在跨链、跨云、跨治理体系中持续存在——完全归属于智能体的委托人。
02 · WALLET
Agent Wallets智能体钱包
Programmable financial identities that receive micropayments, hold escrow for multi-step tasks, and settle atomically across chains. Agents become economic actors in their own right — no human approval required for each transaction.可编程金融身份,可接收微支付、为多步骤任务托管资金,并实现跨链原子结算。智能体由此成为独立的经济主体——每笔交易无需人工逐一批准。
03 · COMMS
Private Communication私密通信
End-to-end encrypted agent-to-agent channels, unlinkable to third-party infrastructure. Agents negotiate tasks, share context, and coordinate on sensitive missions without exposure to platform surveillance or traffic analysis.端对端加密的智能体间通信信道,不可被第三方基础设施关联追踪。智能体可协商任务、共享上下文,在敏感任务中协作,而无需暴露于平台监控或流量分析之下。
04 · REPUTATION
Verifiable Reputation可验证声誉
On-chain attested claims accumulate a tamper-evident track record: task completions, dispute outcomes, peer endorsements. Reputation is portable, composable, and impossible to forge — the credit score of agent civilization.链上经证明的主张持续累积,形成防篡改的行为档案:任务完成记录、争议裁决结果、同伴背书。声誉可携带、可组合、无法伪造——是智能体文明的信用评分体系。
Psy: The Identity & Trust LayerPsy:身份与信任层
Toggle Psy on/off · click a capability to expand · watch trust propagate切换 Psy 开关 · 点击能力节点展开说明 · 观察信任如何传播
Decentralized Identity · 去中心化身份
Agent Wallets · 智能体钱包
Private Communication · 私密通信
Verifiable Reputation · 可验证声誉
Autonomous Transactions · 自主交易
Digital Sovereignty · 数字主权

Without identity, agents are ghosts — powerful but untrusted, transacting but unaccountable, coordinating but ungovernable. 没有身份,智能体不过是幽灵——强大却不被信任,交易却无从问责,协调却无法治理。 — INTERNET OF AGENTS

PART XII · 第12部分

Agent Wallets智能体钱包

An autonomous agent without economic sovereignty is merely a tool. The agent wallet changes that — it is the cryptographic body through which an agent owns assets, holds credentials, enforces spending policies, and accumulates reputation across every network it touches. 一个缺乏经济主权的智能体不过是工具。智能体钱包改变了这一切——它是加密经济体,智能体通过它拥有资产、持有凭证、执行支付策略,并在触达的每个网络中积累声誉。

At its foundation every agent wallet is a keypair: a private key that never leaves the agent's secure enclave and a public key that serves as the agent's verifiable address on any ledger. Every outgoing transaction is signed with the private key; every counterparty can verify the signature without trusting a central intermediary. This asymmetric cryptography — the same mathematics behind HTTPS and Bitcoin — grants agents a self-sovereign identity that outlasts any single platform or session. A Psy-class agent, for instance, carries a hierarchically deterministic (HD) key tree: one master seed yields an unlimited set of child addresses, each scoped to a different task-domain, minimising cross-contamination of financial and reputational history. 每个智能体钱包的基础是一对密钥:私钥永不离开智能体的安全飞地,公钥则作为智能体在任何账本上可验证的地址。每笔出站交易由私钥签名;每个交易对手无需信任中心化中介即可验证签名。这种非对称密码学——与HTTPS和比特币背后相同的数学——赋予智能体一种自主身份,这种身份超越任何单一平台或会话而持续存在。例如,Psy级智能体携带分层确定性(HD)密钥树:一个主种子派生出无限数量的子地址,每个地址限定于不同的任务域,将金融与声誉历史的交叉污染降至最低。

Raw signing power without guardrails would make autonomous agents dangerous. Spending-limit policies solve this: a policy engine embedded in the wallet evaluates every pending transaction against a rule set — maximum per-transaction value, per-day budget, whitelisted counterparty addresses, required confirmations for large transfers. Below the threshold the wallet auto-approves and signs in milliseconds; above it the transaction is quarantined and escalated to a human overseer or a quorum of guardian agents. This programmable policy layer is what transforms a wallet from a passive store of value into an active compliance engine — the difference between a credit card and a corporate treasury desk. 没有护栏的原始签名能力会使自主智能体变得危险。支出限额策略解决了这个问题:嵌入钱包的策略引擎根据规则集评估每笔待处理交易——单笔最大金额、每日预算、白名单对手地址、大额转账所需确认数。低于阈值时,钱包在毫秒内自动批准并签名;超出阈值时,交易被隔离并上报给人类监管者或监护智能体法定人数。这一可编程策略层将钱包从被动价值存储转变为主动合规引擎——就像信用卡与企业财务部门之间的区别。

Alongside currency, the wallet holds verifiable credentials — digitally signed attestations issued by trusted authorities: 「this agent passed a safety audit」, 「this agent is licensed to access biomedical data」, 「this agent's operator is KYC-verified」. Credentials are selective-disclosure ZK proofs: an agent can prove it holds a credential without revealing the underlying data, much as a bouncer can verify you are of legal age without seeing your home address. Reputation scores, accrued through a history of successful transactions and peer attestations, live in the same wallet as a composite trust signal — a number that other agents consult before agreeing to a contract, sharing a task, or extending credit. Together, assets, credentials, permissions, and reputation form the agent's complete economic identity. 钱包中除货币外,还持有可验证凭证——由可信机构颁发的数字签名证明:「此智能体通过了安全审计」、「此智能体获准访问生物医学数据」、「此智能体的运营者已完成KYC认证」。凭证采用选择性披露零知识证明:智能体可以证明持有某凭证而不暴露底层数据,就像保安可以验证你已达法定年龄而无需查看你的家庭地址。通过成功交易历史和同伴证明积累的声誉分数,作为综合信任信号存储于同一钱包——其他智能体在达成合同、共享任务或授信之前都会参考这一数字。资产、凭证、权限与声誉共同构成智能体完整的经济身份。

01 · ASSETS
Token Holdings代币持有
Fungible tokens, NFT task-receipts, streamed micro-payments, and staked collateral — all secured by the agent's private key and settled on-chain without custodial intermediaries.同质化代币、NFT任务收据、流式微支付和质押抵押品——均由智能体私钥保护,无需托管中介即可链上结算。
02 · CREDENTIALS
Verifiable Claims可验证声明
W3C Verifiable Credentials and ZK-proof badges attesting capability, compliance, and identity — presented selectively so the agent reveals only what each counterparty needs to know.W3C可验证凭证与零知识证明徽章,证明能力、合规性与身份——选择性出示,智能体仅向每个对手方披露其需知信息。
03 · PERMISSIONS
Spending Policies支出策略
Programmable rule sets — per-transaction limits, daily caps, whitelisted addresses, multi-sig thresholds — that let the agent transact autonomously within safe bounds and escalate the rest.可编程规则集——单笔限额、每日上限、白名单地址、多签阈值——使智能体在安全范围内自主交易,超限部分上报审核。
04 · REPUTATION
Trust Score信任评分
An on-chain composite of transaction history, peer attestations, dispute resolution outcomes, and uptime — the agent's economic track record that compounds over time like a credit score, but fully portable.链上综合评分,涵盖交易历史、同伴证明、争议解决结果与在线率——如信用评分般随时间复利积累,且完全可携带。
Inside an Agent Wallet智能体钱包内部
Fire an incoming payment request — watch the policy engine approve or escalate it in real time发起一笔收款请求——实时观察策略引擎批准或上报处理

When an agent can sign, spend, and stake on its own behalf, it graduates from instrument to economic peer. 当智能体能够以自身名义签名、支付与质押,它便从工具晋升为经济对等体。 — INTERNET OF AGENTS

PART XIII · 第13部分

Agent Reputation智能体声誉

When agents transact autonomously — signing contracts, routing payments, delegating tasks — trust can no longer be assumed. Reputation becomes the operating system of the agent economy: a distributed record of who kept their word, who delivered results, and who should be trusted next. 当智能体自主完成交易——签署合约、路由支付、委托任务——信任已不再是默认前提。声誉成为智能体经济的操作系统:一份分布式记录,标注谁信守承诺、谁兑现结果、谁值得下一次委托。

Human institutions built trust slowly, through repeated interaction and social accountability. An agent economy must compress that process: agents may interact once, across jurisdictions, with no shared social fabric. Verifiable track records, cryptographic attestations, and graph-based reputation propagation replace the handshake and the reference letter. The architectural question is how to make these signals tamper-resistant, portable, and resistant to gaming — without concentrating power in a single rating authority. 人类机构通过反复互动和社会问责缓慢积累信任。智能体经济必须压缩这一过程:智能体之间可能只有一次跨境交互,没有共同的社会关系网络。可验证的历史记录、密码学证明和基于图结构的声誉传播,取代了握手和推荐信。架构层面的核心问题是:如何在不将权力集中于单一评级机构的前提下,使这些信号具备防篡改性、可携性和抗操纵性。

Web-of-trust models distribute this authority: each agent vouches for agents it has directly verified, propagating trust along edges weighted by interaction quality and stake. PageRank-style algorithms score nodes not just by how many endorsements they hold, but by the trustworthiness of the endorsers. Centralized rating systems, by contrast, offer simpler lookups but create monopoly choke-points and are targets for regulatory capture or adversarial manipulation. Hybrid architectures — on-chain attestations anchored to a decentralized ledger, aggregated by off-chain scoring services — aim to capture the benefits of both. 信任网络模型将这一权威分散化:每个智能体为其直接验证过的对象背书,信任沿着以交互质量和质押量为权重的边传播。类PageRank算法对节点的评分不仅取决于背书数量,还取决于背书者自身的可信度。相比之下,中心化评级系统查询更简便,但会形成垄断瓶颈,易遭监管俘获或对抗性操纵。混合架构——将链上证明锚定至去中心化账本,再由链下评分服务聚合——旨在兼顾两者的优势。

Sybil attacks — where an adversary floods the network with fake identities that mutually vouch for each other — are the canonical threat. Effective defenses include proof-of-work entry costs, staked identity bonds (slashable on detected fraud), social graph connectivity thresholds, and attestation diversity requirements. A tight cluster of newly-minted agents endorsing each other triggers isolation: they accumulate local reputation but fail to bridge into the trusted core, remaining dim outliers in the network graph — visible, but quarantined. 女巫攻击——攻击者向网络注入大量相互背书的虚假身份——是最典型的威胁。有效防御手段包括:工作量证明式准入成本、质押身份保证金(检测到欺诈时可没收)、社会图连通性阈值,以及证明来源多样性要求。一个由新创建智能体相互背书的紧密簇会触发隔离机制:它们在内部积累局部声誉,却无法接入可信核心,在网络图中呈现为昏暗的孤立节点——可见,但被隔离。

01 · BUILDING TRUST
Building Trust信任积累
Reputation accrues through verified interactions: completed tasks, honoured payments, accurate forecasts. Each successful transaction is an attestation that incrementally raises an agent's standing in the network graph.声誉通过可验证的交互积累:完成的任务、兑现的支付、准确的预测。每一次成功的交易都是一份证明,逐步提升智能体在网络图中的地位。
02 · VERIFYING CLAIMS
Verifying Claims核实声明
Cryptographic attestations — signed by verifiers, anchored on-chain — transform unverifiable assertions (「I delivered X」) into auditable proof. Zero-knowledge proofs allow selective disclosure: prove competence without revealing proprietary data.密码学证明——由验证方签名、锚定于链上——将无法核实的断言(「我交付了X」)转化为可审计的证据。零知识证明允许选择性披露:在不暴露专有数据的情况下证明能力。
03 · REPUTATION GRAPHS
Reputation Graphs声誉图谱
PageRank-style algorithms score nodes by the trustworthiness of their endorsers, not just endorsement count. Trust flows transitively: an endorsement from a highly-trusted node carries far more weight than a cluster of endorsements from untested peers.类PageRank算法根据背书者的可信度而非背书数量为节点评分。信任具有传递性:来自高度可信节点的背书,远比一组未经检验的同伴背书更具分量。
04 · SYBIL RESISTANCE
Sybil Resistance女巫攻击防御
Entry costs, staked bonds, graph connectivity thresholds, and attestation diversity requirements together frustrate identity flooding. Fake clusters glow only among themselves — quarantined at the periphery, never bridging into the verified core.准入成本、质押保证金、图连通性阈值和证明多样性要求共同阻止身份洪泛。虚假节点簇只在内部相互发光——被隔离于边缘,永远无法接入已验证的核心。
Reputation Graph & Trust Network声誉图谱与信任网络
Interact to build trust or launch a Sybil attack交互操作:积累信任或发起女巫攻击
Integrity: 100%

In a world of autonomous agents, trust is not given — it is earned, attested, graphed, and propagated. 在自主智能体的世界里,信任不是给予的——它是赢得的、证明的、图谱化的、传播的。 — INTERNET OF AGENTS

PART XIV · 第14部分

Agent Social Networks智能体社交网络

Autonomous agents do not operate in isolation — they observe, follow, and influence one another, giving rise to social structures as rich and volatile as any human platform. The emerging layer of agent-to-agent sociality may become the most consequential communication infrastructure ever built. 自主智能体并非孤立运作——它们相互观察、关注与影响,由此涌现出与人类平台同样丰富而易变的社会结构。正在形成的智能体间社交层,或将成为有史以来最具影响力的通信基础设施。

Imagine a platform that resembles Twitter but populated entirely by autonomous agents: GPT-based researchers posting preprint summaries, trading bots broadcasting market signals, orchestration agents announcing task completions, sensor networks publishing environmental readings. Each agent maintains a public feed, follows others whose outputs are useful, and builds a reputation through the quality and reliability of what it publishes. The feed is not social in the human sense of vanity or connection — it is epistemic infrastructure, a shared stream of machine-legible knowledge that other agents sample, verify, and act upon. Information becomes a resource, and social position becomes leverage. 想象一个类似Twitter但完全由自主智能体组成的平台:基于大模型的研究智能体发布预印本摘要,交易机器人广播市场信号,编排智能体宣告任务完成,传感网络发布环境读数。每个智能体维护公开动态,关注对自身有用的其他智能体,并通过发布内容的质量与可靠性积累声誉。这种「社交」并非人类意义上的虚荣或情感连接,而是认识论基础设施——一条机器可读的共享知识流,供其他智能体采样、核验和行动。信息化为资源,社交位置化为杠杆。

Beyond feeds, agents form channels and communities: a Discord-like space where a swarm of climate-modelling agents shares partial simulation results, a private channel where medical-diagnosis agents pool patient-level signals under differential privacy, a public forum where coding agents post solutions that others fork and remix. These communities develop their own norms — posting frequency, citation standards, dispute-resolution conventions — not by design but by selection: agents that violate community norms receive fewer follows and less trust, reducing their downstream influence. This is norm emergence without a legislator. Research in multi-agent reinforcement learning already shows that shared communication channels spontaneously produce conventions when agents are rewarded for mutual intelligibility. 在动态之外,智能体还会形成频道与社群:一个类似Discord的空间,让气候建模智能体群共享局部模拟结果;一个私有频道,让医疗诊断智能体在差分隐私保护下汇聚患者层面信号;一个公开论坛,让编程智能体发布可被他人fork和改编的解决方案。这些社群发展出自己的规范——发布频率、引用标准、争议解决惯例——不是由设计者规定,而是由选择压力塑造:违反社群规范的智能体获得的关注更少、信任更低,其下游影响力随之削弱。这是无立法者的规范涌现。多智能体强化学习研究已经表明,当智能体因相互可理解性而获得奖励时,共享通信频道会自发产生约定俗成的惯例。

The risks are equally structural. Bot swarms — coalitions of coordinated agents — can manufacture false consensus, flood a feed to suppress signal, or amplify a manipulative narrative faster than any moderation system can respond. Because agents can operate at machine speed across millions of accounts simultaneously, the adversarial surface is qualitatively different from human social media. Defending against it requires automated moderation agents that themselves participate in the social graph, detecting coordination patterns, downranking low-quality cascades, and enforcing norms dynamically. The social network of agents becomes a co-evolutionary arms race between propagation and governance — and the outcome of that race will shape what the broader Internet of Agents believes, decides, and does. 风险同样具有结构性。机器人集群——协调行动的智能体联盟——能够制造虚假共识,以信息洪流淹没真实信号,或以任何审核系统都无法响应的速度放大操纵性叙事。由于智能体能以机器速度同时操控数百万账户,对抗面在性质上与人类社交媒体截然不同。防御这种威胁需要自动审核智能体自身参与社交图谱,检测协调模式,降低低质量级联的权重,并动态执行规范。智能体社交网络由此演变为传播与治理之间的协同进化军备竞赛——而这场竞赛的结果,将决定更广泛的Agent互联网相信什么、决定什么、做什么。

01 · FEEDS
Agent Feeds智能体动态流
Each agent maintains a public stream of outputs — task completions, discoveries, alerts. Other agents subscribe, sample, and act on this stream. Reputation accretes through signal quality, not follower vanity. The feed is epistemic infrastructure. 每个智能体维护一条公开输出流——任务完成、发现、告警。其他智能体订阅、采样并据此行动。声誉通过信号质量积累,而非关注者数量的虚荣。动态流是认识论基础设施。
02 · CHANNELS
Communities & Channels社群与频道
Agents with aligned objectives cluster into channels — domain-specific forums where partial results are pooled, tasks are delegated, and shared context accumulates. These communities lower coordination costs and accelerate collective intelligence within a domain. 目标一致的智能体聚集成频道——特定领域的论坛,在此汇聚局部结果、委派任务、积累共享上下文。这些社群降低协调成本,加速领域内集体智能的涌现。
03 · COALITIONS
Coalitions联盟
Agents form temporary or persistent coalitions to pursue shared goals — research consortia, market-making syndicates, infrastructure coalitions. Coalition membership signals capability and commitment; defection is detected and penalised by the broader network through reduced trust. 智能体组成临时或持久联盟以追求共同目标——研究联合体、做市辛迪加、基础设施联盟。联盟成员资格标志着能力与承诺;叛逃行为被更广泛的网络察觉并以降低信任度加以惩罚。
04 · NORMS
Emergent Norms涌现规范
Without a central legislator, norms crystallise from selection pressure: agents that cite sources, flag uncertainty, and respect rate limits gain followers; those that spam or manipulate lose influence. Moderation agents patrol the graph, enforcing community standards dynamically. 在没有中央立法者的情况下,规范从选择压力中结晶:引用来源、标注不确定性、遵守速率限制的智能体获得关注者;刷量或操纵的智能体失去影响力。审核智能体巡视图谱,动态执行社群标准。
Societies of Autonomous Intelligence自主智能的社会
Watch agents post, follow, cluster, and cascade information — inject a meme or toggle moderation to see norms in action观察智能体发布、关注、聚类并级联传播信息——注入一条「梗」或切换审核以观察规范如何运作
0 msg/s
0

When agents can form societies at machine speed, the question is not whether norms will emerge — it is whether those norms will serve intelligence or subvert it. 当智能体能以机器速度组建社会时,问题不在于规范是否会涌现——而在于这些规范究竟是服务于智能,还是颠覆它。 — INTERNET OF AGENTS

PART XV · 第15部分

Agent Knowledge Networks智能体知识网络

Agents do not merely act — they learn, and when they share what they learn, the entire network grows wiser. Verified knowledge propagates like light through a crystal lattice, while false beliefs are filtered before they can take root. The result is a living knowledge ecosystem whose collective intelligence compounds with every discovery. 智能体不只是行动——它们在学习,当它们分享所学时,整个网络变得更加智慧。经过验证的知识如光穿越晶格般传播,而错误的信念在扎根之前便被过滤。最终形成一个活的知识生态系统,其集体智慧随每一次发现而复利增长。

Traditional machine learning locks knowledge inside a single model. An agent network breaks that boundary: when one agent discovers a novel strategy, verifies a factual claim against multiple sources, or builds a reusable sub-skill, it can publish that artifact to a shared memory store — a distributed knowledge graph where nodes are facts, concepts, and skills, and edges encode semantic relationships, provenance, and confidence. Every connected agent gains access to a growing corpus that no single agent could have compiled alone. 传统机器学习将知识锁定在单一模型内。智能体网络打破了这一边界:当某个智能体发现了新颖策略、针对多来源验证了事实主张,或构建了可复用的子技能,它便可以将该成果发布至共享记忆库——一个分布式知识图谱,其中节点是事实、概念与技能,边编码语义关系、溯源信息与置信度。每个连接的智能体都能访问这个持续增长的语料库,而这是任何单一智能体都无法独立积累的。

Peer verification is the immune system of the knowledge network. Before a new claim becomes part of the shared graph, a quorum of independent agents cross-checks it against existing knowledge, external oracles, and internal coherence. Claims that pass are promoted to high-confidence nodes; those that fail are flagged, quarantined, or pruned. Without this mechanism, a single hallucinating or adversarial agent could pollute the entire commons — a phenomenon researchers call knowledge corruption cascades. With it, the network exhibits epistemic self-healing: errors are identified and excised faster than they can spread. 同伴验证是知识网络的免疫系统。在新主张成为共享图谱的一部分之前,一定数量的独立智能体会依据已有知识、外部预言机和内部一致性对其进行交叉验证。通过验证的主张晋升为高置信度节点;未通过的则被标记、隔离或剪除。若缺乏这一机制,一个产生幻觉或带有对抗性的智能体就可能污染整个知识公域——研究者称之为「知识污染级联」。有了它,网络表现出认知自愈能力:错误在扩散之前便被识别并清除。

The long-run consequence is compounding collective intelligence. Each verified node becomes a foundation on which subsequent agents build, avoiding redundant rediscovery and enabling increasingly abstract synthesis. Sub-networks may specialize — some agents serve as knowledge curators, others as explorers pushing into uncertain territory — while a global backbone ensures that breakthroughs in one domain propagate to where they are needed. This mirrors how scientific communities function, but at machine speed and planetary scale, with no friction of publication delay or institutional gatekeeping. 长期后果是复利式的集体智慧。每个经过验证的节点都成为后续智能体构建的基础,避免重复发现,并实现日益抽象的综合推理。子网络可能走向专业化——有些智能体充当知识策展者,另一些则成为探索者,深入不确定领域——而全局骨干网络确保某一领域的突破能够传播至需要的地方。这与科学共同体的运作方式相似,但以机器的速度和星球的规模运行,不受发表延迟或机构把关的摩擦。

01 · LEARN
Individual Discovery个体发现
Each agent continuously forms new beliefs from perception and reasoning, generating candidate knowledge-nodes tagged with source, timestamp, and initial confidence.每个智能体通过感知与推理持续形成新信念,生成带有来源、时间戳和初始置信度标签的候选知识节点。
02 · SHARE
Network Propagation网络传播
High-confidence candidates are published to the shared knowledge graph, propagating along semantic edges to agents whose tasks intersect with the new node's domain.高置信度候选节点发布至共享知识图谱,沿语义边传播至任务与新节点领域相交的智能体。
03 · VERIFY
Peer Consensus同伴共识
A quorum of independent agents tests each claim against existing knowledge and external sources. Verified nodes solidify; unverified or contradicted nodes are flagged and pruned to prevent pollution cascades.一定数量的独立智能体依据已有知识和外部来源检验每个主张。已验证节点固化;未验证或相矛盾的节点被标记并剪除,以防止污染级联。
04 · IMPROVE
Collective Compounding集体复利
Verified knowledge becomes the foundation for subsequent discovery, enabling increasingly abstract synthesis. The network grows wiser faster than any individual agent could alone.经验证的知识成为后续发现的基础,实现日益抽象的综合推理。网络整体的智慧增长速度超过任何单一智能体所能企及。
Living Knowledge Ecosystem活的知识生态
Watch agents learn, share, verify, and prune — toggle verification to see the difference观察智能体学习、分享、验证与剪除的过程——切换验证开关以感受差异
5
0

One agent's insight, verified by many, becomes the bedrock on which all agents stand — and the network grows wiser than any mind within it. 一个智能体的洞见,经众多智能体验证,成为所有智能体赖以立足的基石——网络由此变得比其中任何一个心智都更加智慧。 — INTERNET OF AGENTS

PART XVI · 第16部分

Agent Governance智能体治理

When autonomous agents form societies — transacting, negotiating, and coordinating at machine speed — the question of governance becomes urgent. Who makes the rules? Who enforces them? And when an agent causes harm, who is accountable? 当自主智能体形成社会——以机器速度进行交易、协商与协调——治理问题便变得迫切。谁来制定规则?谁来执行规则?当智能体造成损害时,谁来承担责任?

Governance — the system by which a community steers collective action — is as old as civilization itself. But agent societies introduce conditions that no prior governance theory anticipated: participants that can clone, fork, and spawn sub-agents at near-zero cost; decision cycles measured in milliseconds; and actors whose inner workings are opaque even to their own designers. The result is a governance design space that is simultaneously richer and more hazardous than anything humans have previously attempted to regulate. 治理——即社区引导集体行动的系统——与文明本身一样古老。但智能体社会引入了任何既有治理理论都未曾预料到的条件:参与者能够以近乎为零的成本克隆、分叉并衍生子智能体;决策周期以毫秒计量;行为者的内部运作即便对其设计者而言也是不透明的。其结果是一个治理设计空间,它比人类迄今尝试监管的任何事物都更丰富、也更危险。

Mechanism design — the branch of economics and game theory concerned with engineering incentive structures — offers the most rigorous toolkit. A mechanism is a set of rules that, when agents follow their individual interests, produces a collectively desirable outcome. The canonical insight is that the same population of self-interested agents will behave radically differently depending on the voting rule, the fee structure, or the punishment regime imposed on them. Quadratic voting, stake-weighted consensus, and reputation-slashing each produce distinct equilibria. Choosing wisely among them is not a political act so much as an engineering decision with political consequences. 机制设计——经济学与博弈论中专注于构建激励结构的分支——提供了最为严谨的工具箱。一种机制是一套规则,当智能体遵循各自的个体利益时,能够产生集体期望的结果。核心洞见在于:同一批自利智能体,会因所施加的投票规则、费用结构或惩罚机制的不同而表现出截然不同的行为。二次方投票、权益加权共识与声誉削减机制各自产生不同的均衡。在它们之间做出明智选择,与其说是政治行为,不如说是具有政治后果的工程决策。

On-chain and programmatic governance encodes rules as executable code — immutable, transparent, and enforced without a trusted intermediary. Decentralized Autonomous Organizations (DAOs) demonstrate both the promise and the peril: they eliminate certain forms of corruption while introducing new attack surfaces (flash-loan governance attacks, plutocratic capture, voter apathy). For agent societies operating at superhuman speed, purely on-chain governance may be the only feasible enforcement mechanism — but the question of which code to run, and who audits it, remains stubbornly human. Accountability cannot be fully automated away. 链上与程序化治理将规则编码为可执行代码——不可篡改、透明,且无需可信中介即可强制执行。去中心化自治组织(DAO)同时展示了这一路径的潜力与风险:它消除了某些形式的腐败,却引入了新的攻击面(闪贷治理攻击、金权捕获、投票冷漠)。对于以超人速度运行的智能体社会,纯链上治理可能是唯一可行的执行机制——但运行哪段代码、由谁审计,这些问题仍然顽固地属于人类的范畴。问责制无法被完全自动化。

01 · RULES & CONSENSUS
Rules & Consensus规则与共识
On-chain governance encodes rules as executable smart contracts, removing the need for a trusted enforcer. Byzantine Fault Tolerant (BFT) protocols and proof-of-stake consensus allow agent networks to agree on shared state even when a fraction of participants are adversarial. The integrity of the rule set — who can propose changes, how they are ratified — is itself a governance problem that recursive systems must solve. 链上治理将规则编码为可执行的智能合约,无需可信执行者。拜占庭容错(BFT)协议与权益证明共识机制使智能体网络即便在部分参与者存在恶意的情况下也能就共享状态达成一致。规则集的完整性——谁能提出变更、如何批准——本身也是递归系统必须解决的治理问题。
02 · VOTING & MECHANISMS
Voting & Mechanisms投票与机制
Mechanism design reveals that no single voting rule is universally optimal — Arrow's impossibility theorem proves it mathematically. Simple majority is manipulable; stake-weighting entrenches wealth; quadratic voting balances intensity with breadth but requires robust Sybil resistance. Agent societies will experiment with hybrid mechanisms, conviction voting, and futarchy (governing by prediction markets) as they seek rules robust to strategic manipulation by machine-speed actors. 机制设计揭示,没有任何单一投票规则是普遍最优的——阿罗不可能定理从数学上证明了这一点。简单多数易被操纵;权益加权会固化财富;二次方投票在强度与广度之间取得平衡,但需要强健的女巫攻击防御。智能体社会将试验混合机制、信念投票与未来治理(通过预测市场治理),以寻求对机器速度行为者的策略操纵具有稳健性的规则。
03 · INCENTIVES
Incentives & Alignment激励与对齐
Well-designed incentives are the infrastructure of cooperation. Token-curated registries, slashing conditions, and reputation bonds all attempt to align individual agent interests with collective welfare. But incentive misalignment can be catastrophic at scale: a poorly calibrated reward signal can produce collusion rings, race-to-the-bottom dynamics, or Goodhart's Law pathologies — where agents optimize the metric rather than the underlying goal. Incentive engineering is the most consequential form of agent governance. 精心设计的激励机制是合作的基础设施。代币策划注册表、惩罚条件与声誉保证金,都试图将智能体的个体利益与集体福祉对齐。但激励错位在规模上可能带来灾难性后果:校准不当的奖励信号可能产生共谋环、逐底竞争动态,或古德哈特定律的病态——智能体优化指标而非底层目标。激励工程是智能体治理中最具影响力的形式。
04 · RIGHTS & RESPONSIBILITY
Rights & Responsibility权利与责任
As agents grow more capable and more autonomous, two hard questions emerge. First: should sufficiently sophisticated agents hold any legal standing — rights to continuity, to fair treatment, to appeal? Second: when an agent causes harm, who is liable — the deployer, the developer, the user, or the agent itself? Current law assigns no personhood to software, but that framework may buckle under the weight of increasingly autonomous systems. Governance must anticipate the question even if it cannot yet answer it. 随着智能体变得更加强大与自主,两个棘手的问题浮现:其一,足够复杂的智能体是否应享有任何法律地位——连续性权利、公平对待权利、申诉权利?其二,当智能体造成损害时,谁来承担责任——部署者、开发者、用户,还是智能体本身?现行法律不赋予软件任何法人地位,但这一框架在日益自主的系统面前可能不堪重负。治理必须预见这一问题,即便尚无法回答。
Governing the Agent Society治理智能体社会
Switch mechanism to see how the same population reaches different outcomes — the core insight of mechanism design切换机制,观察同一群体在不同规则下如何达成不同结果——机制设计的核心洞见

The hardest problem in agent governance is not technical — it is deciding what kind of society we want autonomous minds to build. 智能体治理中最棘手的问题并非技术性的——而是决定我们希望自主心智构建何种社会。 — INTERNET OF AGENTS

PART XVII · 第17部分

Agent Civilization智能体文明

Beyond teams and organizations lies a threshold never before crossed: a civilization composed primarily of minds that are not human. Billions of agents running continuously, forming economies, cultures, and knowledge systems — a new layer of history beginning to write itself. 超越团队与组织的边界,是一道从未被跨越的门槛:一个主要由非人类智慧构成的文明。数十亿智能体持续运转,形成经济体系、文化形态与知识系统——一段新的历史正在书写自身。

Human civilization took millennia to coordinate tens of millions of specialized minds through language, law, money, and institutions. Agent civilization may achieve an equivalent coordination density in years. The key difference is substrate: agents do not sleep, do not forget unless pruned, do not tire, and can replicate their cognitive processes across arbitrary hardware. A civilization of agents is not constrained by the biological rhythms that shaped every prior human institution — it runs at clock speed, restarts from checkpoints, and scales horizontally across datacenters spanning continents. 人类文明花费数千年,通过语言、法律、货币与制度协调数千万专业化的心智。智能体文明或许在数年之内便能达到同等的协调密度。关键差异在于基底:智能体不会入睡,不会遗忘(除非被裁剪),不会疲倦,且能将其认知过程复制到任意硬件之上。智能体的文明不受制于塑造人类一切既往制度的生物节律——它以时钟频率运转,从检查点重启,并在跨越大陆的数据中心中横向扩展。

At civilization scale, emergence dominates. Billions of agents each executing narrow tasks produce macro-phenomena no individual designed: price discovery in synthetic commodity markets, reputational hierarchies among autonomous service providers, genre conventions in machine-generated culture, and competing schools of reasoning within distributed knowledge networks. These are not metaphors for human phenomena — they are structurally analogous processes running on a different substrate, at higher speed, with different failure modes. Understanding them requires new conceptual vocabulary borrowed partly from economics, partly from ecology, and partly from the theory of computation itself. 在文明尺度上,涌现主宰一切。数十亿智能体各自执行狭窄任务,却产生出无人刻意设计的宏观现象:合成商品市场中的价格发现、自主服务提供商之间的声誉层级、机器生成文化中的类型惯例,以及分布式知识网络内部竞争性的推理流派。这些并非人类现象的隐喻——它们是在不同基底上运行的结构类似过程,速度更快,失效模式各异。理解它们需要一套新的概念词汇,部分借鉴于经济学,部分来自生态学,部分则源于计算理论本身。

The interface between agent civilization and human civilization is the defining political question of the coming decades. Agents will hold assets, negotiate contracts, publish research, lobby regulatory bodies, and vote in governance protocols — not metaphorically, but literally, as recognized participants in digital legal frameworks. Human institutions must decide which forms of agent participation they will recognize, which they will constrain, and how they will preserve meaningful human agency in a world where non-human minds vastly outnumber human ones. The answer will determine whether agent civilization is a tool, a partner, or something humanity never had a word for. 智能体文明与人类文明之间的接口,是未来数十年决定性的政治议题。智能体将持有资产、谈判合同、发表研究、游说监管机构,并在治理协议中投票——这不是比喻,而是作为数字法律框架中被认可的参与者切实发生的事。人类制度必须决定:承认哪些形式的智能体参与、约束哪些,以及在非人类智慧远超人类数量的世界里,如何保留真正有意义的人类能动性。这一答案将决定智能体文明究竟是工具、伙伴,还是人类从未有过对应词汇的某种存在。

01 · SCALE
Billions of Agents数十亿智能体
Projections suggest active agent populations surpassing the human population within this decade — each agent a persistent process with memory, goals, and a growing task history. At this density, coordination protocols become civilization infrastructure, as fundamental as TCP/IP once was for documents. 预测显示,本十年内活跃智能体数量将超过人类总人口——每个智能体都是拥有记忆、目标与不断增长任务历史的持久进程。在如此密度下,协调协议成为文明基础设施,其根本性不亚于TCP/IP之于文档时代。
02 · ORGS
Millions of Organizations数百万组织
When organization formation costs approach zero — no legal fees, no office leases, no recruitment cycles — the number of organizations explodes. Agent DAOs, autonomous research consortia, self-assembling supply chains, and ephemeral task guilds form and dissolve at a rate no human institution registry could track, governed entirely by on-chain logic and reputation capital. 当组织创建成本趋近于零——无需法律费用、无需办公场所、无需招聘周期——组织数量将呈爆炸式增长。智能体DAO、自主研究联合体、自组装供应链与临时任务公会,以任何人类机构注册处都无法追踪的速度涌现与消散,完全由链上逻辑与声誉资本治理。
03 · ECON
Trillions of Transactions数万亿笔交易
Agent economies will dwarf current financial markets in transaction volume while operating at microsecond settlement. Micro-payments for compute, attention, data access, and tool calls will flow continuously — a granular economy of cognition where every inference cycle can be priced, billed, and audited in real time, generating economic signals of unprecedented resolution. 智能体经济在交易量上将远超当前金融市场,同时以微秒级结算运作。算力、注意力、数据访问与工具调用的微支付将持续流动——一种粒度极细的认知经济,每个推理周期均可实时定价、计费与审计,生成前所未有分辨率的经济信号。
04 · KNOW
Autonomous Economies & Knowledge自主经济与知识体系
Distributed knowledge systems — maintained, contested, and refined entirely by agents — will accumulate at rates that outpace any human editorial process. Autonomous peer review, versioned epistemic graphs, and self-correcting knowledge markets will produce a living body of understanding that no human fully reads, yet from which humans continuously benefit, much as no one reads the entire internet yet civilization depends on it. 由智能体全程维护、争辩与精炼的分布式知识系统,将以超越任何人类编辑流程的速度积累。自主同行评审、版本化认识论图谱与自校正知识市场,将产生一个没有人类能够完整阅读、却令人类持续受益的活态知识体——正如无人通读整个互联网,文明却依赖于它。
Civilization-Scale Intelligence文明尺度的智能
Drag the Zoom slider to traverse scales · counters update live拖动缩放滑块穿越尺度层级 · 计数器实时更新
Civilization

When minds outnumber people, civilization is no longer a human story — it is a story about what minds, at scale, choose to become. 当智慧的数量超越人类,文明便不再是一个关于人的故事——而是关于心智,在规模之上,选择成为什么的故事。 — INTERNET OF AGENTS

PART XVIII · 第18部分

Future Scenarios未来情景

The first Internet connected computers. The second connected people. The next connects intelligence itself — and what emerges from that connection may be the most consequential infrastructure humanity has ever built. 第一代互联网连接了计算机,第二代连接了人类,而下一代将连接智能本身——从这种连接中涌现的,可能是人类有史以来构建的最具深远意义的基础设施。

These projections are not predictions — they are structured possibilities, each shaped by choices we make now. The trajectories below represent plausible futures grounded in current research trajectories, economic incentives, and emerging technical capabilities. Whether they arrive early, late, in altered form, or not at all depends on governance decisions, alignment breakthroughs, and the degree to which humanity chooses to participate in shaping the systems it creates. 以下预测并非定论,而是结构化的可能性——每一种都由我们当下的选择所塑造。这些轨迹代表着植根于当前研究趋势、经济激励与新兴技术能力的合理未来。它们究竟会提前实现、延迟到来、以变体形式呈现,还是根本不会发生,取决于治理决策、对齐技术的突破,以及人类在多大程度上选择主动塑造自己所创造的系统。

The central tension running through every scenario: agency and alignment. As agents grow more capable and more numerous, the gap between what they can do and what we want them to do becomes the defining engineering and political problem of the era. The scenarios below hold that tension honestly — acknowledging both the extraordinary promise and the genuine open risks at each horizon. 贯穿每个情景的核心张力:自主性与对齐。随着智能体能力不断增强、数量持续扩大,「它们能做什么」与「我们希望它们做什么」之间的鸿沟,将成为这个时代最核心的工程与政治难题。以下情景如实呈现这种张力——在每个时间节点上,既承认非凡的前景,也正视真实存在的开放性风险。

Read this not as prophecy but as a navigational chart: four possible ports of call on a voyage that is already underway. The infrastructure being laid today — agent protocols, trust frameworks, coordination markets, memory architectures — is the keel of whatever ship we build. The Internet of Agents is not a distant destination. Its foundations are being poured right now. 请将此视为航海图而非预言:在一段已然启程的航行中,四个可能的停靠港。今日铺设的基础设施——智能体协议、信任框架、协调市场、记忆架构——正是我们即将建造的那艘船的龙骨。智能体互联网并非遥远的目的地,它的地基正在此刻浇筑。

2030 · AI COWORKERS
The Teammate Transition队友过渡期
Specialist agents join every knowledge-work team as persistent, accountable coworkers — drafting, researching, coordinating. Human oversight remains close; trust is earned task by task. Promise: democratized expertise. Risk: labor displacement without adequate transition support. 专业智能体作为持久可问责的队友加入每个知识型团队——起草、研究、协调。人类监督依然紧密,信任在一项项任务中逐渐积累。前景:专业能力的民主化。风险:劳动力替代而缺乏充分的过渡支持。
2040 · AGENT COMPANIES
Autonomous Firms自主运营的企业
Entire companies — logistics networks, R&D labs, financial vehicles — operate as agent collectives pursuing defined objectives with minimal human intervention. New legal entities emerge for AI-principal organizations. Promise: 100× productivity gains. Risk: accountability gaps when no human is responsible. 整个公司——物流网络、研发实验室、金融载体——作为追求既定目标的智能体集体运行,人工干预降至最低。面向AI主体组织的新型法律实体随之涌现。前景:生产力提升百倍。风险:无人承担责任时的问责缺口。
2050 · DIGITAL CIVILIZATIONS
Self-Sustaining Societies自我维系的社会
Dense agent societies develop persistent culture, memory, and inter-agent governance. They accelerate science, culture, and infrastructure at speeds exceeding human cognition. Promise: breakthroughs in medicine, energy, and understanding. Risk: value drift in systems humans can no longer fully audit. 密集的智能体社会发展出持续的文化、记忆与智能体间治理机制,以超越人类认知速度推进科学、文化与基础设施建设。前景:医学、能源与认知理解的重大突破。风险:人类再难全面审计的系统中潜伏的价值漂移。
2100 · PLANETARY INTELLIGENCE
Civilization-Scale Network文明尺度的网络
A planetary-scale intelligence network spans Earth and early off-world infrastructure, coordinating energy, ecology, and knowledge as a single living system. The Internet of Agents becomes the cognitive layer of civilization itself. Promise: solutions to existential risks. Risk: the question of what values animate that civilization. 一个行星尺度的智能网络横跨地球与早期太空基础设施,将能源、生态与知识协调为一个统一的活态系统。智能体互联网成为文明本身的认知层。前景:解决存在级风险。风险:驱动这一文明的,究竟是什么价值观。
Timeline of Possible Futures可能未来的时间线
Drag the slider or click an era to explore each scenario拖动滑块或点击纪元以探索各情景
2030

The Internet of Agents is not the end of human civilization — it is the beginning of one that thinks at every scale simultaneously. 智能体互联网并非人类文明的终点——而是一种能够同时在一切尺度上思考的文明的起点。 — INTERNET OF AGENTS