← All notes

RESEARCH & FIELD NOTES/

Will World Models Arrive Before AGI?

This essay argues that domain-specific world models will probably mature before AGI that can act safely in open physical environments, while a complete universal world model may not arrive as a separate system before AGI. The practical safety unit is an assurance stack combining prediction, scenario generation, constraints, monitoring, and staged deployment.

A thesis about why predictive environments may have to come first

Abstract

A useful intuition is that an agent cannot safely act in the world unless it can test the consequences of its actions somewhere. Software agents already benefit from sandboxes, unit tests, simulators, and replayable environments. A self-driving car, robot, or industrial controller cannot explore the same way: an incorrect action can injure a person, damage equipment, or create an irreversible state.

This essay develops a qualified version of the claim that world models will arrive before AGI. The strongest defensible statement is not that a complete simulator of reality must precede every form of AGI. Rather, domain-specific predictive environments—models that forecast how a system changes under actions and support counterfactual testing—are likely to mature before an AGI that can reliably operate in open physical environments. The distinction matters. A world model can make testing cheaper and safer, but it is not an oracle. The remaining problem is the gap between a simulated world and the real one.

The argument leads to four predictions. First, the earliest commercially valuable world models will be narrow, instrumented, and tied to a measurable system. Second, their quality will be judged by counterfactual calibration and failure coverage, not by visual realism alone. Third, safety-critical deployment will require an assurance stack around the model: scenario generation, constraints, runtime monitoring, and staged real-world validation. Finally, an industrial digital twin—such as a model of a brick plant's kiln and material flow—may deliver practical value long before any universal AGI exists.

1. The claim needs two qualifications

The phrase “world model” is overloaded. It can refer to at least three different objects:

1. A latent predictive representation. The system compresses observations into a state that helps it predict what will happen next. 2. An interactive generative environment. Given an observation and an action, the system generates a plausible next state or trajectory. 3. A domain simulator or digital twin. A structured model of a real process, possibly built from physics, rules, logged data, or a learned component.

These objects overlap, but they are not interchangeable. A high-fidelity simulator need not be learned by a neural network. A learned video generator may look convincing while being poor at predicting the consequences of an intervention. A digital twin may be narrow and heavily instrumented, yet more useful for safety testing than a visually impressive general model.

For this essay, I use world model in the operational sense: a model that predicts environment evolution under possible actions well enough to support counterfactual evaluation. It must answer more than “what frame looks likely next?” It should help answer “what would happen if the agent chose action A instead of action B, and how uncertain is that prediction?”

The first qualification follows immediately: a domain-level world model may already be enough to support testing, while a universal model of society, physics, biology, and human intent is a much stronger—and possibly ill-posed—goal.

The second qualification concerns AGI. If AGI means a system that performs broadly across digital tasks, it may emerge inside software environments without a complete physical world model. If AGI means robust, long-horizon autonomy in open physical and social environments, then some form of world model is probably part of what “general” means. The order of invention therefore depends partly on the definition of AGI.

2. Why testing creates pressure for a world model

The central difference between a software agent and an embodied agent is not simply that one has a body. It is that the cost of an incorrect action is different.

A coding agent can create a branch, run tests, roll back a commit, and try another implementation. The sandbox provides a relatively controlled transition function: inputs go in, the program runs, and outputs can be inspected. The environment is not perfectly simple, but it is sufficiently reproducible that automated evaluation is possible.

A physical agent operates in a closed loop:

observation → internal state → action → changed environment → new observation

The action changes the evidence available to the next step. A braking decision changes the vehicle's position. A robot grasp changes the object's pose. A kiln-control decision changes temperature, moisture, fuel consumption, and the future condition of the product. The agent is not merely answering a question; it is altering the state it is trying to understand.

That produces a practical requirement:

Before an agent is allowed to explore an action space in the real world, developers need a lower-risk environment in which the action space can be explored, measured, and attacked.

This environment does not have to be a complete copy of reality. It needs to be accurate enough around the decisions that matter, conservative enough around uncertainty, and instrumented enough to reveal failures.

This is why simulation and replay are not optional conveniences for safety-critical AI. They are attempts to construct a testable transition model before granting an agent more freedom in the physical world.

3. The historical pattern is likely to be “environment first, autonomy second”

The original World Models work framed a world model as a compressed spatial and temporal representation of an environment and showed how an agent could be trained using features from that model, including imagined trajectories generated by the model.[1] The importance of the idea is not that a simulated dream is automatically reliable. It is that learning and planning can be separated from direct interaction with the physical environment.

Later work such as Genie pushed toward generative interactive environments learned from unlabeled videos. Its abstract describes a system that generates action-controllable virtual worlds, allowing agents to act in environments that were not hand-authored as conventional simulators.[2] This points toward a more flexible kind of sandbox: not a fixed game engine, but an environment model that can generate variations and expose an agent to situations beyond a single recorded trajectory.

Autonomous-driving research shows the other side of the story. CARLA was developed as an open simulator for the development, training, and validation of urban driving systems, with controllable maps, actors, sensors, and environmental conditions.[3][8]

Waymax describes a data-driven simulator aimed at large-scale autonomous-driving research and closed-loop evaluation.[4][7] The existence of these systems does not prove that simulation solves autonomous-driving safety. It does show why the industry and research community need an environment in which policies can be evaluated without putting every failure directly onto public roads.

The pattern is structurally attractive:

build an environment model
        ↓
generate and replay scenarios
        ↓
train or evaluate a policy
        ↓
find failure modes
        ↓
run restricted real-world tests
        ↓
expand the operating envelope

This process makes a world model an infrastructure layer for autonomy. It does not have to be intelligent in the same sense as the agent. It has to be predictive, queryable, and measurable.

4. Why a domain world model may precede AGI

4.1 The objective is narrower and easier to measure

A brick kiln, a warehouse, a road network, or a robotic arm has a bounded set of variables and a measurable operating envelope. The model can be evaluated against sensor logs and finished outcomes. A general model of the social world must handle changing institutions, hidden intentions, strategic actors, language, physical constraints, and unobserved causes.

The narrower system has a better feedback loop:

prediction → action → observed outcome → error measurement

That loop is commercially valuable even if the model cannot write an essay, negotiate, or solve arbitrary mathematics.

4.2 Safety creates a strong economic incentive

For a software recommendation, a bad answer may be corrected by a human before execution. For a vehicle, a medical device, or a high-temperature industrial process, testing in the real environment is expensive and potentially dangerous. A simulator can generate thousands or millions of candidate situations at a lower marginal cost and without exposing people to every failure.

This is not merely an efficiency argument. It changes which research programs are fundable. A model that reduces the cost of validation can be useful before it becomes generally intelligent.

4.3 Evaluation needs an environment, not just a benchmark

A static benchmark measures what a model answers given a fixed prompt. An agent operating over time needs an environment that responds to its actions. The test must evaluate not only the next answer but also:

  • state estimation;
  • planning under uncertainty;
  • recovery after failure;
  • long-horizon consequences;
  • interaction with other agents;
  • constraint violations;
  • distribution shift.

A domain world model provides a place to run this kind of closed-loop evaluation. It is therefore plausible that the next generation of agent benchmarks will be increasingly environment-based rather than prompt-based.

4.4 The world model can be useful without being general

A model of a semiconductor fab, a logistics network, or a kiln does not need to understand every part of human culture. It needs to represent the variables and interventions relevant to its job. A narrow model can therefore become a production tool long before it can be called a general intelligence.

5. The strongest counterarguments

5.1 AGI could arrive in a digital world first

A system that can autonomously write software, conduct research, operate web tools, and improve its own digital workflows may satisfy some definitions of AGI without driving a car or manipulating a physical object. Such a system can use existing software sandboxes and databases rather than a universal physical simulator.

This is a serious counterargument. It means the claim cannot be “no AGI is possible before a complete world model.” A digital AGI may first develop a partial model of code, software systems, users, and online institutions.

The stronger claim survives only if AGI is defined as robust general-purpose action in open-ended reality. Under that definition, an internal predictive model of the environment is not an optional accessory; it is part of the capability being measured.

5.2 The world model may be internal, not a separate product

AGI may learn its own world model as part of a unified multimodal system. There may be no public milestone called “the world model was invented,” followed later by “AGI was invented.” The two could co-evolve inside one model or agent architecture.

This changes the meaning of “first.” There is a difference between:

  • the first useful external world-modeling infrastructure;
  • the first neural system with a meaningful internal world model;
  • the first broadly capable agent that can construct and update models of unfamiliar environments.

The first is likely to come early. The latter two may be difficult to separate from AGI itself.

5.3 A simulator can be confidently wrong

Simulation is not a proof of safety. Research on sim-to-real transfer explicitly identifies modeling error as a reason why policies that work in simulation may fail in the physical world; dynamics randomization is one approach to improving transfer.[5] The lesson is general: a world model can produce a large number of tests while still missing the variables that matter most.

A visually realistic environment may be especially dangerous if it creates false confidence. The model can look right while getting intervention outcomes, rare events, human behavior, or sensor failure modes wrong.

5.4 Some systems can learn by cautious real-world interaction

Not every useful agent needs to rehearse every action in a simulator. A robot can learn from demonstrations, a vehicle can operate with a human safety driver, and an industrial controller can begin in advisory or shadow mode. These approaches use the real world as a data source while constraining the agent's authority.

That does not eliminate the need for a world model. It changes its role: instead of being the only training environment, it becomes one layer in a broader system of replay, prediction, monitoring, and restricted action.

6. World models are necessary but not sufficient for safety

A safe deployment stack should look more like this:

real-world logs and sensor data
            ↓
state estimation and world model
            ↓
scenario generation and counterfactual rollouts
            ↓
policy or agent
            ↓
formal constraints and action validation
            ↓
runtime monitor and uncertainty check
            ↓
shadow mode / closed course / limited rollout
            ↓
real-world feedback and model update

The world model sits in the middle, not at the top of the hierarchy. It predicts; it does not grant permission. It can propose that an action is likely to be safe, but a separate policy layer may still reject the action because the uncertainty is too high or the action is outside the approved operating envelope.

NIST describes the AI Risk Management Framework as a way to incorporate trustworthiness considerations into the design, development, use, and evaluation of AI systems.[6] That framing is useful here because it treats safety as a lifecycle and system problem rather than as a property of one neural network. A world model can improve measurement and evaluation, but governance, constraints, monitoring, human oversight, and deployment controls remain necessary.

The correct question is therefore not:

“Does the world model simulate reality perfectly?”

It is:

“For which decisions, in which operating envelope, with what uncertainty, does the model predict consequences well enough to support a safe test?”

7. What this means for a brick factory

A brick factory is a good example because it does not need AGI to benefit from a world model. It needs a process model that links interventions to outcomes:

raw-material properties
        ↓
recipe and dry-basis composition
        ↓
forming and drying conditions
        ↓
kiln temperature, fuel, atmosphere, and speed
        ↓
strength, absorption, dimensions, cracks, warpage, and energy use

The first useful version may be a digital twin or hybrid process model rather than a generative neural simulator. It could replay historical batches, vary moisture and composition within observed ranges, estimate risk under different kiln curves, and flag cases that require additional inspection.

The system should initially operate in advisory mode:

  • predict a batch's quality and energy risk;
  • show which historical cases are similar;
  • explain which variables drive the prediction;
  • recommend a measurement or inspection;
  • never directly change the kiln controller.

The valuable capability is not “the AI knows everything about brick manufacturing.” It is “the plant can test a proposed intervention against historical and simulated trajectories before applying it to production.” That is a domain world model, and it can create value without any claim to AGI.

8. Three predictions that would make the thesis testable

Prediction 1: Narrow world models will commercialize first

The first durable deployments will be tied to environments with good sensors, clear actions, and measurable outcomes: robotics, autonomous vehicles, factories, warehouses, energy systems, and scientific instruments. They will look more like digital twins, simulators, and decision-support systems than like a universal “model of the world.”

Prediction 2: Calibration will matter more than visual realism

The leading evaluation question will shift from “does the generated scene look plausible?” to “does the model correctly predict the distribution of consequences after an intervention?” Useful metrics will include counterfactual error, uncertainty calibration, rare-event coverage, recovery behavior, and transfer across operating conditions.

Prediction 3: Deployment infrastructure will become part of the intelligence stack

For safety-critical agents, an environment model, scenario library, policy validator, runtime monitor, and rollback mechanism will be treated as one system. The agent model alone will not be considered the product.

A fourth prediction is more conceptual: if a future AGI can robustly operate in unfamiliar physical environments, the system will either contain a general world model or be able to construct one on demand. If it cannot predict the consequences of its own interventions, its generality will remain mostly rhetorical.

9. Conclusion

The intuition that world models must come before AGI contains an important engineering truth: open-world action requires a way to rehearse consequences before granting an agent unrestricted authority. Software agents can often rely on sandboxes and deterministic tests. Physical and industrial agents need predictive environments, replay, simulation, monitoring, and staged deployment.

But the word “world” matters. A narrow world model for a kiln, road network, or robot can arrive long before a universal model of reality. A digital AGI may also appear before a physical AGI, using software environments instead of a complete physical simulator. And a simulator can be wrong with great confidence.

The most defensible version of the thesis is therefore:

Domain-specific world models will probably mature before AGI that can safely act in open physical environments. They will become the testing and assurance infrastructure through which more general agents are trained, evaluated, and gradually trusted. A universal world model, however, may not be a separate predecessor to AGI; it may be one of the internal capabilities that makes physical AGI possible in the first place.

That is why the world-model question is not only a question about model architecture. It is also a question about how intelligence becomes deployable: through prediction, controlled experimentation, uncertainty, and the ability to fail in a place where failure does not hurt anyone.

RESEARCH & FIELD NOTES/

世界模型会先于 AGI 诞生吗?

本文提出一个经过收敛的判断:领域级 world model 大概率会先于面向开放现实世界的 AGI 成熟,但完整通用 world model 不一定独立早于 AGI。真正的安全关键不是单个模型,而是 world model、场景生成、约束验证和分阶段部署组成的 assurance stack。

为什么可预测的环境可能必须先于通用智能出现

摘要

一个很有力量的直觉是:如果一个智能体无法在某个地方提前测试行动后果,就很难安全地在现实世界中采取行动。软件 agent 已经可以依靠 sandbox、unit test、模拟器和可重放环境进行试错;但自动驾驶汽车、机器人或工业控制系统不能以同样的方式探索,因为错误行动可能伤害人员、损坏设备,或者把系统推入不可逆状态。

本文对“世界模型会先于 AGI 诞生”这一判断进行收敛。最有力、也最可辩护的表述并不是:一个完整的现实世界模拟器必然先于任何形式的 AGI 出现;而是:领域级的预测性环境——能够预测系统在不同动作下如何变化、并支持反事实测试的模型——很可能先于能够在开放物理环境中可靠行动的 AGI 成熟。这个区分很重要。世界模型可以让测试更便宜、更安全,但它不是现实世界的预言机。模拟环境与真实环境之间的差距仍然是核心问题。

由此可以提出四个预测。第一,最早产生商业价值的 world model 会是狭窄、可观测、与明确指标绑定的模型。第二,它们的质量评价将更看重反事实预测和失败覆盖率,而不只是画面是否逼真。第三,安全部署需要围绕 world model 建立完整的 assurance stack:场景生成、约束检查、运行时监控和分阶段真实测试。第四,砖厂窑炉和生产线的 digital twin 可能远早于通用 AGI 带来实际价值。

一、这个论点需要两个限定

“World model”本身包含至少三种不同对象:

1. 潜在预测表示。 系统把观察压缩成一个状态,用来预测接下来会发生什么。 2. 交互式生成环境。 给定当前观察和一个动作,系统生成可能的下一状态或轨迹。 3. 领域 simulator 或 digital twin。 对真实过程进行结构化建模,可以由物理规律、规则、历史数据或 learned component 组成。

它们彼此相关,但不能混为一谈。高保真 simulator 不一定由神经网络学习得到;一个能够生成逼真视频的模型,也可能不擅长预测干预动作的后果;一个范围狭窄、依赖大量传感器的 digital twin,反而可能比视觉上更惊艳的通用模型更适合安全测试。

本文把 world model 定义为一种操作性概念:它能够在给定动作的情况下预测环境如何演化,并且预测能力足以支持反事实评估。它不只是回答“下一帧看起来可能是什么”,还应该帮助回答:“如果智能体选择动作 A 而不是动作 B,会发生什么?这个预测有多大不确定性?”

第一个限定因此很明确:一个领域级 world model 已经足以支持很多测试任务,而一个能够模拟社会、物理、生物和人类意图的 universal world model,是强得多、也可能定义不清的目标。

第二个限定来自 AGI 的定义。如果 AGI 只是指一个能够在大量数字任务上表现接近或超过人类的系统,它可能在 software environment 中出现,而不需要完整的物理世界模型。如果 AGI 指的是能够在开放的物理和社会环境中进行长期自主行动,那么某种 world model 很可能就是“通用性”的组成部分。两者的先后顺序,部分取决于我们如何定义 AGI。

二、为什么测试会把世界模型推到前面

软件 agent 和具身 agent 的核心差异,不只是一个有身体、一个没有身体,而是错误行动的成本不同。

Coding agent 可以创建一个 branch,运行 tests,回滚 commit,再尝试另一种实现。Sandbox 提供了相对受控的 transition function:输入进入,程序运行,输出可以被检查。环境并非绝对简单,但足够可重复,因此自动化评价成为可能。

物理 agent 则处于一个闭环中:

观察 → 内部状态 → 行动 → 环境变化 → 新观察

行动会改变下一步可获得的证据。刹车会改变车辆的位置;机器人抓取会改变物体姿态;窑炉控制动作会改变温度、燃料消耗、含水状态和成品未来状态。智能体不只是在回答问题,而是在改变它试图理解的状态。

这带来一个实际要求:

在允许智能体探索现实世界的动作空间之前,开发者需要一个风险更低的环境,在其中探索、测量和攻击这些动作空间。

这个环境不需要是现实的完整复制品。它需要在关键决策附近足够准确,在不确定性附近足够保守,并且拥有足够的 instrumentation 来暴露失败。

因此,对于安全关键型 AI,simulation 和 replay 并不是可有可无的效率工具。它们是在把更多自由交给物理智能体之前,尝试构建一个可测试的 transition model。

三、技术发展很可能遵循“环境先于自主性”的顺序

早期的 World Models 工作把 world model 描述为环境的压缩空间和时间表示,并展示了如何利用该模型提取的特征训练 agent,包括在模型生成的 imagined trajectories 中进行学习。[1] 这个思想的重要性不在于“梦境模拟”天然可靠,而在于它把学习和规划从直接接触物理环境中部分分离了出来。

之后的 Genie 进一步尝试从没有动作标签的视频中学习 generative interactive environments。论文摘要描述的系统能够生成可由动作控制的虚拟世界,使 agent 可以在并非由传统规则引擎手工编写的环境中行动。[2] 这指向一种更灵活的 sandbox:它不是固定的 game engine,而是可以生成变化、把 agent 暴露给单条历史轨迹之外情况的环境模型。

自动驾驶研究展示了另一面。CARLA 被设计为用于城市自动驾驶系统开发、训练和验证的开源 simulator,能够控制地图、参与者、传感器和环境条件。[3][8]

Waymax 则把重点放在大规模自动驾驶研究和 closed-loop evaluation 上。[4][7] 这些系统并不能证明 simulation 已经解决自动驾驶安全;但它们说明了为什么行业和研究界需要一个环境,让 policy 可以被测试,而不是让每个失败都直接发生在公共道路上。

其结构大致是:

构建环境模型
        ↓
生成并重放场景
        ↓
训练或评价 policy
        ↓
发现失败模式
        ↓
进行受限真实环境测试
        ↓
扩大允许运行范围

这个过程使 world model 成为自主系统的基础设施层。它不需要以与 agent 相同的意义拥有“智能”;它需要具备可预测、可查询和可测量的性质。

四、为什么领域级 world model 可能早于 AGI

4.1 目标更窄,也更容易测量

砖窑、仓储系统、道路网络或机械臂拥有相对边界明确的变量和可测量的 operating envelope。模型可以用传感器记录和最终结果进行评价。一个通用社会世界模型则需要处理不断变化的制度、隐藏意图、策略性行为、语言、物理约束和不可观测原因。

领域系统拥有更好的反馈回路:

预测 → 采取动作 → 观察结果 → 测量误差

即使它不会写文章、谈判或解决任意数学题,这个回路本身也可能具有商业价值。

4.2 安全创造了强烈的经济激励

软件推荐出错后,通常可以由人类在执行前纠正。车辆、医疗设备或高温工业流程则不同:现实环境中的测试昂贵,也可能危险。Simulator 可以低成本生成大量候选情境,不必让人员暴露于每一种失败。

这不仅是效率问题,也会改变哪些研究项目更容易获得投入。一个能够降低验证成本的模型,在成为通用智能之前就可能有很高价值。

4.3 Agent evaluation 需要环境,而不只是 benchmark

静态 benchmark 测量的是模型在固定 prompt 下如何回答。长期运行的 agent 则需要一个会对行动作出响应的环境。测试不应只看下一句答案,还需要评估:

  • 状态估计
  • 不确定性下的规划
  • 失败后的恢复
  • 长期后果
  • 与其他 agent 的互动
  • 约束违反
  • 分布变化

领域级 world model 为这种 closed-loop evaluation 提供了运行空间。因此,下一代 agent benchmark 很可能逐步从 prompt-based 测试转向 environment-based 测试。

4.4 World model 不需要通用才有用

半导体工厂、物流网络或窑炉的模型不需要理解人类文化的每个方面。它只需要表示与自身任务相关的变量和干预。一个狭窄模型因此可以远早于 AGI 成为生产工具。

五、最有力的反方论点

5.1 AGI 可能先在数字世界中出现

一个能够自主写软件、做研究、操作 web tools 并改善数字工作流的系统,可能已经符合某些 AGI 定义,即使它还不会开车或操作物理物体。这样的系统可以利用现有 software sandbox、数据库和在线环境,不需要 universal physical simulator。

这是一个严肃的反方论点。它意味着我们不能说“任何 AGI 都不可能早于完整 world model”。数字 AGI 可能先学习代码、软件系统、用户和在线制度的局部世界模型。

只有在我们把 AGI 定义为开放现实世界中的稳健通用行动者时,更强的论点才成立。在这个定义下,能预测环境对自身干预的反应,不是额外装饰,而是被测能力本身的一部分。

5.2 World model 可能是内部结构,不是独立产品

AGI 也可能在一个统一的多模态系统内部学习自己的 world model。届时可能不存在“先发明 world model、再发明 AGI”这两个清晰的公开里程碑。两者可能在同一套 architecture 中共同演化。

这改变了“先后”的含义:

  • 第一套有用的外部 world-modeling infrastructure
  • 第一个拥有 meaningful internal world model 的 neural system
  • 第一个能够为陌生环境构建并持续更新模型的通用 agent

第一种很可能较早出现;后两种可能很难与 AGI 本身分开。

5.3 Simulator 可能非常自信地犯错

Simulation 不是安全证明。关于 sim-to-real transfer 的研究明确指出,modeling error 会导致在模拟器中成功的 policy 在物理环境中失败;dynamics randomization 是改善迁移的一种方法。[5] 这个教训具有普遍性:world model 可以生成大量测试,同时仍然遗漏最重要的变量。

视觉上逼真的环境尤其危险,因为它可能制造虚假的安全感。画面看起来正确,不代表干预结果、罕见事件、人类行为或传感器故障模式正确。

5.4 一些系统可以通过谨慎的真实世界互动学习

并非每个 agent 都需要在 simulator 中排练每一个行动。机器人可以从示范中学习,车辆可以在安全驾驶员陪同下运行,工业控制器可以先以 advisory 或 shadow mode 工作。这些方案一边使用现实世界作为数据源,一边限制 agent 的权限。

这并不消除 world model 的需要,而是改变它的角色:它不再是唯一的训练环境,而成为 replay、prediction、monitoring 和受限行动体系中的一层。

六、World model 对安全是必要的,但远远不够

一个更合理的安全部署栈应当是:

现实日志和传感器数据
            ↓
状态估计与 world model
            ↓
场景生成和反事实 rollout
            ↓
policy 或 agent
            ↓
形式化约束与动作验证
            ↓
运行时监控与不确定性检查
            ↓
shadow mode / 封闭场地 / 限制性 rollout
            ↓
现实反馈与模型更新

World model 位于中间,而不是整个层级的顶端。它负责预测,不负责授予权限。它可以提出某个动作可能安全,但独立的 policy layer 仍然可以因为不确定性过高或动作超出 approved operating envelope 而拒绝执行。

NIST 将 AI Risk Management Framework 描述为一种把 trustworthiness 纳入 AI 系统设计、开发、使用和评价过程的方法。[6] 这个框架对本文有启发,因为它把安全看作生命周期和系统问题,而不是某一个 neural network 的单一属性。World model 可以改善测量和评价,但 governance、constraints、monitoring、human oversight 和 deployment controls 仍不可缺少。

所以正确的问题不是:

“这个 world model 是否完美模拟了现实?”

而是:

“对于哪些决策、在什么 operating envelope 内、在多大不确定性下,这个模型对后果的预测足够可靠,可以支撑安全测试?”

七、这对砖厂意味着什么

砖厂是一个很好的例子,因为它不需要 AGI 就能从 world model 中获益。它需要的是一个把干预和结果连接起来的生产过程模型:

原料性质
        ↓
配方与干基组成
        ↓
成型和干燥条件
        ↓
窑炉温度、燃料、气氛和速度
        ↓
强度、吸水率、尺寸、裂纹、变形和能耗

第一版有价值的系统可能是 digital twin 或 hybrid process model,而不是 generative neural simulator。它可以重放历史批次,在历史范围内改变含水率和组成,估计不同窑温曲线下的风险,并标记需要加强抽检的情形。

系统初期应该只处于 advisory mode:

  • 预测某批次的质量和能耗风险
  • 展示哪些历史案例与当前批次相似
  • 解释哪些变量推动了预测
  • 推荐需要补充的测量或检查
  • 不直接修改窑炉控制器

真正有价值的能力不是“AI 了解砖厂的一切”,而是:工厂可以在把一个干预应用到生产之前,先把它放进历史和模拟轨迹中测试。 这就是领域 world model,而且它完全可以在 AGI 之前创造价值。

八、让这个论点可检验的三个预测

预测一:狭窄 world model 会先商业化

最早稳定部署的系统会绑定于传感器完善、动作明确、结果可测量的环境:机器人、自动驾驶、工厂、仓储、能源系统和科学仪器。它们更像 digital twin、simulator 和 decision-support system,而不是一个 universal “model of the world”。

预测二:校准会比视觉逼真更重要

领先评价问题会从“生成场景看起来像不像”转向“模型是否正确预测了干预后的结果分布”。有价值的指标会包括 counterfactual error、uncertainty calibration、rare-event coverage、failure recovery 和跨 operating conditions 的 transfer。

预测三:部署基础设施会成为 intelligence stack 的一部分

对于安全关键型 agent,environment model、scenario library、policy validator、runtime monitor 和 rollback mechanism 会被当作一个系统。Agent model 本身不会被视为完整产品。

还有一个更概念性的预测:如果未来 AGI 能够在陌生物理环境中稳健行动,那么它要么拥有通用 world model,要么能够按需构建 world model。如果它无法预测自身干预的后果,那么它的“通用性”仍然主要停留在口号层面。

九、结论

“世界模型必须先于 AGI”这个直觉包含一个重要的工程事实:开放世界行动要求智能体在获得不受限权限之前,先有办法排练行动后果。软件 agent 往往可以依靠 sandbox 和可重复测试;物理和工业 agent 则需要 predictive environment、replay、simulation、monitoring 和 staged deployment。

但“世界”这个词非常重要。一个窑炉、道路网络或机器人专用的 narrow world model,可能远早于现实世界的 universal model。一个 digital AGI 也可能先于 physical AGI 出现,因为它可以先利用软件环境,而不需要完整的物理模拟器。并且,模拟器也可能非常自信地犯错。

因此,最有力的论点应当表述为:

领域级 world model 很可能先于能够在开放物理环境中安全行动的 AGI 成熟。它们会成为更通用 agent 被训练、评价并逐步获得信任的测试和 assurance infrastructure。但 universal world model 不一定是 AGI 之前独立出现的前置产品;它可能是 physical AGI 得以成立的内部能力之一。

这也是为什么 world model 不只是一个 model architecture 问题。它同时关乎 intelligence 如何变得可部署:通过预测、受控实验、不确定性,以及让系统在不会伤害任何人的地方先失败的能力。

Sources

[1] https://arxiv.org/abs/1803.10122 — World Models — Ha and Schmidhuber (2018) [2] https://arxiv.org/abs/2402.15391 — Genie: Generative Interactive Environments (2024) [3] https://arxiv.org/abs/1711.03938 — CARLA: An Open Urban Driving Simulator (2017) [4] https://arxiv.org/abs/2310.08710 — Waymax: An Accelerated, Data-Driven Simulator for Large-Scale Autonomous Driving Research (2023) [5] https://arxiv.org/abs/1710.06537 — Sim-to-Real Transfer of Robotic Control with Dynamics Randomization (2017) [6] https://www.nist.gov/itl/ai-risk-management-framework — NIST AI Risk Management Framework [7] https://waymo.com/research/waymax — Waymax — Waymo Research [8] https://carla.org — CARLA Simulator

END OF NOTEContinue reading ↗