← Archive
lm-004103 · 2026-09

模擬世界族執行時(Paper 02) — AI 對多重虛擬世界的非對偶、非對稱觀察與控制

下載 MD 檔 ⬇

模擬世界族執行時(Paper 02)

AI 對多重虛擬世界的非對偶、非對稱觀察與控制

Simulation World Family Runtime: Non-Dual, Asymmetric Observation and Control over Multiple Virtual Worlds

作者: Neo.K
AI 協作: Aletheia(GPT-5.6 Sol)
機構: EveMissLab/一言諾科技有限公司
系列定位: 載體投影與內視系列之工程延伸/PPOE Paper 02
版本: v0.1
日期: 2026-09-08
研究定位: world model × game engine × simulation runtime × AI agent × branching computation × counterfactual reasoning × digital twin × authority architecture
狀態: 統合架構與形式框架;承接既有 WDC/BWC、HDUS、PNCW 與 PPOE


摘要

Unity、Unreal Engine、Godot 等遊戲引擎早已實作一個重要但常被低估的工程模式:維持可執行 world state,讓 physics、rules、agents 與 event loop 推動世界演化,再透過 camera、renderer、minimap、collision view、navigation view、debug overlay 等不同 observation/projection path,將同一世界投影給不同觀察者。因此遊戲引擎不只是「3D 圖形程式」,而可以被理解為早期的:

World-State Execution+Projection Runtime.\boxed{ \text{World-State Execution} + \text{Projection Runtime}. }

本文進一步提出:未來 AI 不必只在單一虛擬世界裡觀察與行動,也不必把 world model 理解為單一 predictive state。AI 可以同時建立、執行、觀察、比較、嵌套、分支、修剪與治理一整個模擬世界族:

W={W0,W1,,Wn}.\boxed{ \mathfrak W = \{W_0,W_1,\ldots,W_n\}. }

每個 world 具有自己的 state、transition law、time domain、agents、evidence state、authority boundary 與 projection family:

Wi=(Si,Φi,Ti,Ai,Ei,Gi,Pi).W_i = \left( S_i, \Phi_i, T_i, \mathcal A_i, \mathcal E_i, \mathcal G_i, \mathcal P_i \right).

本文稱此架構為 Simulation World Family Runtime(SWFR,模擬世界族執行時)

SWFR 的核心不是「多開幾個遊戲實例」,而是建立具型別、具方向、具 lineage、具 authority 與具 evidence semantics 的 world graph:

GW=(VW,EW).\boxed{ G_{\mathfrak W} = (V_{\mathfrak W},E_{\mathfrak W}). }

world-to-world 邊具有明確型別:

eij{Observe,Project,Fork,Embed,Query,Couple,Control,Merge,Prune,Promote,TransportEvidence}.e_{ij} \in \{ \mathsf{Observe}, \mathsf{Project}, \mathsf{Fork}, \mathsf{Embed}, \mathsf{Query}, \mathsf{Couple}, \mathsf{Control}, \mathsf{Merge}, \mathsf{Prune}, \mathsf{Promote}, \mathsf{TransportEvidence} \}.

本文特別提出兩條統一原則:非對偶(non-duality)非對稱(asymmetry)

一般投影:

Π:WP\Pi: W \rightarrow P

通常是 many-to-one,因此可能:

WaWbW_a\neq W_b

但:

Π(Wa)=Π(Wb).\Pi(W_a)=\Pi(W_b).

所以:

Π1 need not exist.\boxed{ \Pi^{-1} \text{ need not exist}. }

Observation 也不等於 control 的逆:

ObserveControl1.\boxed{ \mathsf{Observe} \neq \mathsf{Control}^{-1}. }

另一方面,world-to-world observation、authority、causal coupling 與 evidence transport 可以天然非對稱:

OijOji,O_{ij}\neq O_{ji}, AijAji,A_{ij}\neq A_{ji}, KijKji,K_{ij}\neq K_{ji}, EijEji.E_{ij}\neq E_{ji}.

因此 master runtime 可以完整觀察、fork 或 pause 一個 child world,而 child world 的 local agent 不必知道 master 存在,更不需要反向控制 parent runtime。

本文明確承接 Neo.K 既有 WDC/BWC 與 HDUS,保留:

Future CandidateRunnable WorldReal-World Future,\boxed{ \text{Future Candidate} \neq \text{Runnable World} \neq \text{Real-World Future}, } CloneForkReplayCounterfactual Branch,\boxed{ \text{Clone} \neq \text{Fork} \neq \text{Replay} \neq \text{Counterfactual Branch}, } World GenerationWorld Governance,\boxed{ \text{World Generation} \neq \text{World Governance}, } ObservationAuthorityEvaluationGovernance,\boxed{ \text{Observation} \neq \text{Authority} \neq \text{Evaluation} \neq \text{Governance}, }

以及:

World CountIndependent Evidence CountTruth.\boxed{ \text{World Count} \neq \text{Independent Evidence Count} \neq \text{Truth}. }

本文新增的是把上述 world-domain semantics 與「遊戲引擎作為投影計算機」「AI 並行觀察 simulation world family」「非對偶 projection」「非對稱 world graph」整合成一個 AI-native runtime。

最後,本文提出 World Family Scheduler(WFS)。給定世界族、現實證據、任務、算力與風險:

WFS:(Wt,Et,τ,b,ρ)AW,\mathsf{WFS} : (\mathfrak W_t,E_t,\tau,b,\rho) \rightarrow \mathcal A_{\mathfrak W},

其中:

AW={Continue,Fork,Merge,Prune,Pause,Reobserve,IncreaseResolution,PromoteCandidate}.\mathcal A_{\mathfrak W} = \{ \mathsf{Continue}, \mathsf{Fork}, \mathsf{Merge}, \mathsf{Prune}, \mathsf{Pause}, \mathsf{Reobserve}, \mathsf{IncreaseResolution}, \mathsf{PromoteCandidate} \}.

AI 的「想像」於是可以從 token 中的假設,真正 materialize 成多個 runnable worlds,再對它們施加不同 observation operators。

本文最終命題:

Future AI perceptionobservation of one rendered world.\boxed{ \text{Future AI perception} \neq \text{observation of one rendered world}. }

更一般地:

Future AI perception=structured observation over a family of actual-linked, simulated, counterfactual, replayed, synthetic, and nested worlds.\boxed{ \text{Future AI perception} = \text{structured observation over a family of actual-linked, simulated, counterfactual, replayed, synthetic, and nested worlds}. }

關鍵詞: Simulation World Family Runtime、SWFR、world family、branching simulation、counterfactual world、nested simulation、asymmetric observation、authority matrix、world graph、game engine、world model


1. 遊戲引擎其實已經是一台投影計算機

一個 game engine 維持:

WtΦWt+1.W_t \xrightarrow{\Phi} W_{t+1}.

同一 WtW_t 可以有:

Ocamera(Wt),\mathcal O_{\mathrm{camera}}(W_t), Omap(Wt),\mathcal O_{\mathrm{map}}(W_t), Ocollision(Wt),\mathcal O_{\mathrm{collision}}(W_t), Onav(Wt).\mathcal O_{\mathrm{nav}}(W_t).

所以:

3D render is only one observation operator.\boxed{ \text{3D render} \text{ is only one observation operator}. }

2. Renderer 不等於 World

RendererWorld StateWorld Dynamics.\boxed{ \text{Renderer} \neq \text{World State} \neq \text{World Dynamics}. }

未來引擎的核心不應是「如何畫 3D」,而是:

Simulation Kernel+Projection Operator Family.\boxed{ \text{Simulation Kernel} + \text{Projection Operator Family}. }

3. 同一世界可以有很多合法 View

P(W)={P3D,Pgraph,Pcausal,Peconomic,Prisk,Psemantic,PAI}.\mathcal P(W) = \{ P_{\mathrm{3D}}, P_{\mathrm{graph}}, P_{\mathrm{causal}}, P_{\mathrm{economic}}, P_{\mathrm{risk}}, P_{\mathrm{semantic}}, P_{\mathrm{AI}} \}.

對 AI 而言,graph 或 structured state 可能比 3D viewport 更合理。


4. 從一個 World 到 World Family

本文定義:

W={W0,,Wn}.\boxed{ \mathfrak W = \{W_0,\ldots,W_n\}. }

每個 WiW_i 都是一個具有獨立 runtime semantics 的 world node。


5. World 的最小型別

Wi=(Si,Φi,Ti,Ai,Ei,Gi,Pi).W_i = \left( S_i, \Phi_i, T_i, \mathcal A_i, \mathcal E_i, \mathcal G_i, \mathcal P_i \right).

其中分別是 state、transition、local time、agents、evidence/events、governance/authority、projection family。


6. World Mode

定義:

μ(Wi){ActualLinked,DigitalTwin,Simulation,Counterfactual,Replay,Synthetic,Nested}.\mu(W_i) \in \{ \mathsf{ActualLinked}, \mathsf{DigitalTwin}, \mathsf{Simulation}, \mathsf{Counterfactual}, \mathsf{Replay}, \mathsf{Synthetic}, \mathsf{Nested} \}.

不同 mode 不得混淆。


7. Actual-Linked World 仍然不是 Reality

WactuallinkedR.\boxed{ W_{\mathrm{actual-linked}} \neq \mathcal R. }

它只是與現實持續 evidence-coupled 的 reconstruction/runtime。


8. Simulation 與 Counterfactual

Simulation world 可以改 initial state、policy 或參數。

Counterfactual world 更明確包含:

do(x=x).\operatorname{do}(x=x').

因此兩者可以重疊,但不必同義。


9. Replay 不是 Counterfactual

Replay 主要重新執行或查看既有歷史:

H0:t.H_{0:t}.

所以承接舊 WDC:

ReplayCounterfactual Branch.\boxed{ \text{Replay} \neq \text{Counterfactual Branch}. }

10. Nested World

WiW_i 中的 agent 建立:

Wj,W_j,

則:

WjWi.W_j\triangleleft W_i.

但:

runtime nestingontological containment.\boxed{ \text{runtime nesting} \neq \text{ontological containment}. }

11. World Identity 與 Snapshot 分離

承接 HDUS:

WorldSnapshotWorld.\boxed{ WorldSnapshot \neq World. }

同樣:

WorldIdRenderedSceneId.\boxed{ WorldId \neq RenderedSceneId. }

12. World Family Graph

GW=(VW,EW).G_{\mathfrak W} = (V_{\mathfrak W},E_{\mathfrak W}).

節點是 world,邊必須有型別。


13. Typed World Edge

eij=(Wi,Wj,τe,γe).e_{ij} = (W_i,W_j,\tau_e,\gamma_e).

τe\tau_e 是 operation type, γe\gamma_e 是 contract。


14. World Edge Family

τe{Observe,Project,Fork,Embed,Query,Couple,Control,Merge,Prune,Promote,TransportEvidence}.\tau_e \in \{ \mathsf{Observe}, \mathsf{Project}, \mathsf{Fork}, \mathsf{Embed}, \mathsf{Query}, \mathsf{Couple}, \mathsf{Control}, \mathsf{Merge}, \mathsf{Prune}, \mathsf{Promote}, \mathsf{TransportEvidence} \}.

15. 非對偶一:Projection 通常不可逆

可能:

WaWb,W_a\neq W_b,

但:

Π(Wa)=Π(Wb).\Pi(W_a)=\Pi(W_b).

因此:

Π1 need not exist.\boxed{ \Pi^{-1} \text{ need not exist}. }

從 projection 回推 world 是新的 inverse problem,不是把箭頭反過來。


16. 非對偶二:Observation 不是 World Recovery

ObservationComplete World Reconstruction.\boxed{ \text{Observation} \neq \text{Complete World Reconstruction}. }

AI 看見一個 world slice 不等於擁有完整 world state。


17. 非對偶三:Observe 不是 Control 的逆

ObserveControl1.\boxed{ \mathsf{Observe} \neq \mathsf{Control}^{-1}. }

某些 control 甚至是不可逆 action。


18. 非對稱 Observation Matrix

Oij[0,1].O_{ij} \in [0,1].

一般:

OijOji.\boxed{ O_{ij} \neq O_{ji}. }

master world 可以看 child,而 child 可以完全不知道 master。


19. Branch Blindness

local agent 不一定能觀察:

  • sibling worlds;
  • parent runtime;
  • evaluator;
  • governor。

這可以是實驗隔離需求,不是 bug。


20. Authority Matrix

Aij[0,1].A_{ij} \in [0,1].

一般:

AijAji.\boxed{ A_{ij} \neq A_{ji}. }

master 可能能 pause、fork、terminate child,但 child 沒有反向能力。


21. Observation 與 Authority 分離

承接 WDC:

ObservationAuthorityEvaluationGovernance.\boxed{ \text{Observation} \neq \text{Authority} \neq \text{Evaluation} \neq \text{Governance}. }

所以:

Oij=1O_{ij}=1

不推出:

Aij>0.A_{ij}>0.

22. Causal Coupling Matrix

KijK_{ij}

表示 WiW_i 是否能因果影響 WjW_j

一般:

KijKji.K_{ij}\neq K_{ji}.

這對 real world/simulation world 特別重要。


23. 現實與 Simulation 的典型非對稱

現實可以持續更新 digital twin:

KR,W>0.K_{\mathcal R,W}>0.

但 simulation 不應自動改變現實:

KW,R=0K_{W,\mathcal R}=0

直到通過 actuation gate。


24. Evidence Transport Matrix

EijE_{ij}

表示 WiW_i 的 result 是否能成為 WjW_j 的 admissible evidence。


25. Simulation Result 不等 Real Evidence

World Execution ResultReal-World Evidence.\boxed{ \text{World Execution Result} \neq \text{Real-World Evidence}. }

必須建立 world-to-reality evidence transport contract。


26. World Count 不等 Evidence Count

World CountIndependent Evidence CountTruth.\boxed{ \text{World Count} \neq \text{Independent Evidence Count} \neq \text{Truth}. }

100 個 shared-backend worlds 可以共享同一 model-form error。


27. Cross-World Agreement 不等 Replication

Cross-World AgreementIndependent ReplicationReal-World Validation.\boxed{ \text{Cross-World Agreement} \neq \text{Independent Replication} \neq \text{Real-World Validation}. }

28. AI 可以真的「看多個 Worlds」

令:

Wt={Wt(1),,Wt(m)}.\mathfrak W_t = \{W_t^{(1)},\ldots,W_t^{(m)}\}.

AI 不必把每個 world render 成影片。


29. Per-World Observation Operator

Pi=Oτi(Wi).P_i = \mathcal O_{\tau_i} (W_i).

例如:

Orisk,Ocausal,Oeconomic,Ogoal.\mathcal O_{\mathrm{risk}}, \quad \mathcal O_{\mathrm{causal}}, \quad \mathcal O_{\mathrm{economic}}, \quad \mathcal O_{\mathrm{goal}}.

30. AI-native World View

PiAI=(Graphi,Statei,Valuei,Uncertaintyi).P_i^{AI} = \left( Graph_i, State_i, Value_i, Uncertainty_i \right).

這可以完全沒有 3D 圖像。


31. Future AI Perception

PAI(t)={Oi,k(Wi)}i,k.\boxed{ \mathcal P_{AI}(t) = \{ \mathcal O_{i,k}(W_i) \}_{i,k}. }

AI perception 可以是 world × operator 的 observation family。


32. 不要求 Collapse 成單一 World

AI 可以維持:

Qt={(Wi,qi)}.\mathcal Q_t = \{(W_i,q_i)\}.

qiq_i 可以是 probability、rank、plausibility 或其他 task-specific weight。

本文不要求 Bayesian-only。


33. World Family Scheduler

WFS:(Wt,Et,τ,b,ρ)AW.\boxed{ \mathsf{WFS} : (\mathfrak W_t,E_t,\tau,b,\rho) \rightarrow \mathcal A_{\mathfrak W}. }

34. Scheduler Action

AW={Continue,Fork,Merge,Prune,Pause,Reobserve,IncreaseResolution,PromoteCandidate}.\mathcal A_{\mathfrak W} = \{ \mathsf{Continue}, \mathsf{Fork}, \mathsf{Merge}, \mathsf{Prune}, \mathsf{Pause}, \mathsf{Reobserve}, \mathsf{IncreaseResolution}, \mathsf{PromoteCandidate} \}.

35. Fork

當 uncertainty 或政策候選需要分開:

WiWi(a),Wi(b).W_i \rightarrow W_i^{(a)},W_i^{(b)}.

如果 branch 可以獨立 authoritative evolution,應取得 distinct world identity。


36. Merge

WA+WBWC.W_A+W_B \rightarrow W_C.

但:

WorldMergeWA=WB=WC.\boxed{ WorldMerge \neq W_A=W_B=W_C. }

WCW_C 是 merge descendant。


37. Prune

如果某 world:

Q(Wi)<θQQ(W_i)<\theta_Q

或成本:

C(Wi)>θC,C(W_i)>\theta_C,

scheduler 可以 prune。

但:

Pruneimpossibility proof.\boxed{ \mathsf{Prune} \neq \text{impossibility proof}. }

38. Prune 不等 Delete

PruneDelete.\boxed{ \mathsf{Prune} \neq \mathsf{Delete}. }

budget prune 最好可 reopen。


39. Reobserve

對同一 world 改 operator:

OaOb.\mathcal O_a \rightarrow \mathcal O_b.

這正好承接投影系列的 adversarial reprojection。


40. Increase Resolution

不是每個 world 都要最高 fidelity。

可以:

rirj.r_i\neq r_j.

因此形成 multi-fidelity world family:

W={(Wi,ri)}.\mathfrak W = \{(W_i,r_i)\}.

41. Promote Candidate

simulation world 的結論可轉成 action proposal。

但:

PromoteCandidateCommitToReality.\boxed{ \text{PromoteCandidate} \neq \text{CommitToReality}. }

42. World Family Utility

概念上:

J(Wi)=Uτ(Wi)+Vinfo(Wi)+Vcounterexample(Wi)Ccompute(Wi)Dmodel(Wi).J(W_i) = U_{\tau}(W_i) + V_{\mathrm{info}}(W_i) + V_{\mathrm{counterexample}}(W_i) - C_{\mathrm{compute}}(W_i) - D_{\mathrm{model}}(W_i).

43. 世界族不是越大越好

W|\mathfrak W|\uparrow

會增加 coverage,也會增加:

  • compute;
  • memory;
  • coordination;
  • common-mode error;
  • false consensus。

44. World Family Budget

BW=(Bcompute,Bmemory,Blatency).B_{\mathfrak W} = (B_{\mathrm{compute}},B_{\mathrm{memory}},B_{\mathrm{latency}}).

scheduler 分配:

ibiBW.\sum_i b_i \leq B_{\mathfrak W}.

45. AI 的想像可以 Materialize 成 Runnable World

candidate thoughtrunnable world.\boxed{ \text{candidate thought} \rightarrow \text{runnable world}. }

這比純 token hypothesis 多出:

  • pause;
  • inspect;
  • query;
  • replay;
  • instrument;
  • fork。

46. Debug Observer 與 Local Agent 必須分開

外部 observer 可以看 hidden state。

但:

World-External Observer AccessWorld-Local Agent Access.\boxed{ \text{World-External Observer Access} \neq \text{World-Local Agent Access}. }

47. 三種 Knowledge Domain

KilocalKiglobalKcross.K_i^{local} \neq K_i^{global} \neq K^{cross}.

分別是 local-agent knowledge、world-global knowledge、cross-world knowledge。


48. Master、Local Agent、Observer、Evaluator、Governor 分離

AmasterAilocalOiEiG.A^{master} \neq A_i^{local} \neq O_i \neq E_i \neq G.

這是世界族治理的基本非坍縮。


49. Higher-Level 不自動擁有所有 Authority

execution nesting:

WjWiW_j\triangleleft W_i

不推出 higher level 在所有 domain 都天然全權。

authority 應為:

Aij(d).A_{ij}^{(d)}.

50. World Family Governor

GovW\mathsf{Gov}_{\mathfrak W}

管理:

  • WorldId;
  • lineage;
  • lifecycle;
  • quota;
  • authority;
  • evidence transport;
  • merge/prune/promotion gate。

51. Governor 不等 Omniscient Observer

Governance AuthorityComplete Epistemic Access.\boxed{ \text{Governance Authority} \neq \text{Complete Epistemic Access}. }

52. Nested Simulation Depth 必須有界

若:

W0W1Wd,W_0 \triangleright W_1 \triangleright \cdots \triangleright W_d,

需有:

ddmax.d\leq d_{\max}.

由 compute、latency、safety 與 governance 決定。


53. World Graph 不一定是 Tree

fork lineage 比較像 tree。

但 merge、observe、evidence transport、control 會形成一般 directed graph。

所以應分開:

GlineageG_{\mathrm{lineage}}

與:

Ginteraction.G_{\mathrm{interaction}}.

54. Ancestor 不等 CanObserve

Ancestor(Wi,Wj)Ancestor(W_i,W_j)

不表示:

CanObserve(Wi,Wj).CanObserve(W_i,W_j).

lineage edge 與 interaction edge 不可混用。


55. World Time 可以不同

TiTj.T_i\neq T_j.

因此 cross-world causality 不等 shared clock:

CrossWorldCausalitySharedWallClock.\boxed{ CrossWorldCausality \neq SharedWallClock. }

56. Time Mapping

需要:

Tij.T_{i\rightarrow j}.

但時間換算不改 World identity。


57. World Family Provenance

Prov(Wi)=(WorldId,Ancestor,Mode,Model,Seed,Policy,Evidence,Engine,Time,Authority).Prov(W_i) = \left( WorldId, Ancestor, Mode, Model, Seed, Policy, Evidence, Engine, Time, Authority \right).

58. Fork Certificate

ForkCert=(Ancestor,ForkPoint,ChangedVariables,Authority,Purpose,Mode).\mathsf{ForkCert} = \left( Ancestor, ForkPoint, ChangedVariables, Authority, Purpose, Mode \right).

59. Merge Certificate

MergeCert=(Parents,ConflictSet,MergeRule,PreservedInvariants,Authority,Debt).\mathsf{MergeCert} = \left( Parents, ConflictSet, MergeRule, PreservedInvariants, Authority, Debt \right).

60. Prune Certificate

PruneCert=(WorldId,Reason,Evidence,Budget,ReopenPolicy).\mathsf{PruneCert} = \left( WorldId, Reason, Evidence, Budget, ReopenPolicy \right).

61. Cross-World Communication 必須 Explicit

定義 channel:

Cijworld.C_{ij}^{world}.

可限制 bandwidth、event types、authority、latency、provenance。

因此:

world adjacency⇏ambient authority.\boxed{ \text{world adjacency} \not\Rightarrow \text{ambient authority}. }

62. Simulation Sandbox

高風險 action 可以先在:

WsandboxW_{\mathrm{sandbox}}

中執行。

但:

Sandbox SuccessReal Success.\boxed{ \text{Sandbox Success} \neq \text{Real Success}. }

存在:

Dsim2real.D_{\mathrm{sim2real}}.

63. Reality Re-Entry

真正 action 後,新的 real evidence:

Ereal,t+1E_{real,t+1}

必須回流:

Wt+1=U(Wt,Ereal,t+1).\mathfrak W_{t+1} = \mathcal U(\mathfrak W_t,E_{real,t+1}).

64. Expected Outcome 不等 Observed Outcome

承接 PNCW:

ExpectedOutcomeObservedOutcome.\boxed{ ExpectedOutcome \neq ObservedOutcome. }

所以任何 promoted action 後都要重新 observe。


65. SWFR 與 Tree Search 不同

Tree search 主要是 state-action tree。

SWFR node 是具有 identity、time、authority、evidence、lineage、projection contract 的 runnable world。

所以:

SWFRTreeSearch.\boxed{ \mathsf{SWFR} \neq \mathsf{TreeSearch}. }

66. SWFR 與 Model-Based RL

model-based RL 提供 learned dynamics 與 planning。

SWFR 新增治理焦點:

  • world identity;
  • lifecycle;
  • cross-world observation;
  • evidence;
  • authority;
  • projection semantics。

67. SWFR 與 Digital Twin

digital twin 常是:

RWDT.\mathcal R \leftrightarrow W_{\mathrm{DT}}.

SWFR 再生成:

WDT{Wscenario(i)}.W_{\mathrm{DT}} \rightarrow \{W_{\mathrm{scenario}}^{(i)}\}.

形成 scenario family。


68. SWFR 與 Generative Video World Model

video world model 可是 backend。

但:

Generated VideoComplete Runnable World Semantics.\boxed{ \text{Generated Video} \neq \text{Complete Runnable World Semantics}. }

SWFR 不把 world 強制降成 pixels。


69. Symbolic World 也可以 Runnable

例如:

  • PDDL;
  • executable simulator;
  • causal state machine;
  • graph transition system。

所以 world backend 可以非視覺。


70. Hybrid World Backend

Φi=Φphysics+ΦLLM+Φagent+Φdata.\Phi_i = \Phi_{\mathrm{physics}} + \Phi_{\mathrm{LLM}} + \Phi_{\mathrm{agent}} + \Phi_{\mathrm{data}}.

不同 backend 衝突時需要 arbitration,而不是自動平均。


71. Engine Independence

Unity、Unreal、Godot 都可成為:

Backend(Wi).Backend(W_i).

SWFR 不綁任一 engine。


72. Headless World 是一等公民

Renderer=NullRenderer=Null

世界仍然 runnable。

這對 AI 同時運行大量 branches 很重要。


73. Game Engine 的下一代拆法

Simulation Kernel+World Identity+Branching Runtime+Observation Operator Registry+Authority Graph+Evidence Graph+World Family Scheduler.\boxed{ \text{Simulation Kernel} + \text{World Identity} + \text{Branching Runtime} + \text{Observation Operator Registry} + \text{Authority Graph} + \text{Evidence Graph} + \text{World Family Scheduler}. }

74. Observation Operator Plugin

可以定義:

ObsPlugin=InputWorldSchema,OutputSchema,Scope,Cost,Debt,Permission.\mathsf{ObsPlugin} = \left\langle InputWorldSchema, OutputSchema, Scope, Cost, Debt, Permission \right\rangle.

75. SWFR 最小 Runtime

SWFR=(W,Glineage,Ginteraction,O,A,K,E,WFS,GovW,Proj).\boxed{ \mathsf{SWFR} = \left( \mathfrak W, G_{\mathrm{lineage}}, G_{\mathrm{interaction}}, \mathbf O, \mathbf A, \mathbf K, \mathbf E, \mathsf{WFS}, \mathsf{Gov}_{\mathfrak W}, \mathsf{Proj} \right). }

76. SWFR 最小 Loop

EtWtObserveEvaluateScheduleWt+1.\boxed{ E_t \rightarrow \mathfrak W_t \rightarrow \mathsf{Observe} \rightarrow \mathsf{Evaluate} \rightarrow \mathsf{Schedule} \rightarrow \mathfrak W_{t+1}. }

如果涉及現實 action,再增加:

ProposalAuthorityActuationEreal,t+1.\mathsf{Proposal} \rightarrow \mathsf{Authority} \rightarrow \mathsf{Actuation} \rightarrow E_{real,t+1}.

77. SWFR 與 PPOE 接合

Paper 01 回答:

WPΦObserver.W \rightarrow P \rightarrow \Phi \rightarrow Observer.

Paper 02 回答:

W{Pi}Observer/AI.\mathfrak W \rightarrow \{P_i\} \rightarrow Observer/AI.

所以:

Wobservation selectionPcarrierP^.\boxed{ \mathfrak W \xrightarrow{\text{observation selection}} P^\ast \xrightarrow{\text{carrier}} \widehat P. }

78. AI 不需要物理 Materialize 所有 Worlds

對 AI-native simulation:

PiAIP_i^{AI}

可以只存在於計算載體。

只有人類 inspection 時才:

WiΠHPiH.W_i \xrightarrow{\Pi_H} P_i^H.

79. World Mode 必須始終可見

每個結果必須知道它是:

Observed,Predicted,Simulated,Counterfactual,Replay,Synthetic.Observed, Predicted, Simulated, Counterfactual, Replay, Synthetic.

否則會發生 world-modality confusion。


80. AI 也需要 World Source Monitoring

counterfactual event 不能混進 real evidence store。

這就是 B04 source monitoring 的 world-runtime 版本。


81. World Audit Packet

WAudit=WorldId,Mode,Ancestor,Model,Evidence,Observation,Authority,Time,Debt,Validation.\mathsf{WAudit} = \left\langle WorldId, Mode, Ancestor, Model, Evidence, Observation, Authority, Time, Debt, Validation \right\rangle.

82. 高風險第一原則

more simulated worldsmore truth.\boxed{ \text{more simulated worlds} \neq \text{more truth}. }

83. 第二原則

better-looking worldbetter-calibrated world.\boxed{ \text{better-looking world} \neq \text{better-calibrated world}. }

84. 第三原則

world-local successreal-world action authority.\boxed{ \text{world-local success} \neq \text{real-world action authority}. }

85. 第四原則

cross-world accesscross-world control.\boxed{ \text{cross-world access} \neq \text{cross-world control}. }

86. 第五原則

nested levelepistemic superiority.\boxed{ \text{nested level} \neq \text{epistemic superiority}. }

87. Counterexample World

世界族不能只做 majority vote。

一個揭露 catastrophic failure 的 world 可能比大量「成功」world 更有決策價值。

可定義:

Vce(Wi).V_{\mathrm{ce}}(W_i).

88. Diversity 不是 Independence

世界族可有:

DW=(Dparam,Dmodel,Dpolicy,Dseed,Devidence).\mathbf D_{\mathfrak W} = ( D_{\mathrm{param}}, D_{\mathrm{model}}, D_{\mathrm{policy}}, D_{\mathrm{seed}}, D_{\mathrm{evidence}} ).

不同 seed 不等於不同 model。


89. Common-Mode Error

如果所有 worlds 使用同 backend:

Mb,M_b,

就可能共享:

Dmodel.D_{\mathrm{model}}.

所以真正 audit 應看:

Nindependent assumptionsN_{\mathrm{independent\ assumptions}}

而不是只看 NworldN_{\mathrm{world}}


90. 現有研究接口

2025 的 SimuRA 已讓 agent 利用 world model 模擬候選 action 後果再規劃;model-based web-agent 研究也明確提出在不可逆 web action 前先用 world model deliberation。

2025 的 FLIP、AdaWorld 等工作把 learned world models 用於 long-horizon interactive planning。

2025 Agent2World 類研究則生成 symbolic/executable world models,再透過 simulation-based testing 驗證。

2026 Gamma-World 已開始處理多個 independently controllable agents 與 shared interactive world 的 real-time rollout。

2025–2026 digital-twin + agent-based simulation 工作則已實作 real-time state ingestion、scenario instantiation、alternative configuration comparison 與 decision support。

這些工作提供了 SWFR 的現實技術接口,但本文新增的是 world-family identity、typed relation、asymmetry、non-duality、authority、evidence transport 與 scheduler 的統一。


91. MVP

第一版甚至不必自己寫 game engine。

可以使用 Godot、Unity 或 Unreal 任一現成 backend,加上:

  1. world_registry
  2. world_heads
  3. snapshot_store
  4. lineage_edges
  5. interaction_edges
  6. observer_plugins
  7. authority_matrix
  8. evidence_matrix
  9. world_family_scheduler
  10. world_audit

92. MVP 世界族

建立:

W0W1,W2,W3,W4.W_0 \rightarrow W_1,W_2,W_3,W_4.

四個 branches 分別:

PolicyA,PolicyB,PolicyC,NoAction.Policy_A, Policy_B, Policy_C, NoAction.

全部 headless run。


93. AI 不看影片

AI 可以直接讀:

Orisk(Wi),\mathcal O_{\mathrm{risk}}(W_i), Ocost(Wi),\mathcal O_{\mathrm{cost}}(W_i), Ocausal(Wi).\mathcal O_{\mathrm{causal}}(W_i).

人需要時才 render 3D。


94. Nested MVP

W1W_1 中 local agent 建立:

W1,1.W_{1,1}.

測試:

  • parent observation;
  • child blindness;
  • authority firewall;
  • cross-world provenance。

95. Evidence MVP

simulation result:

eisime_i^{sim}

只能進:

SimEvidenceStore,SimEvidenceStore,

不能自動進:

RealEvidenceStore.RealEvidenceStore.

96. Scheduler MVP

先用 heuristic:

Scorei=αQi+βVi+γVce,iδCi.Score_i = \alpha Q_i + \beta V_i + \gamma V_{\mathrm{ce},i} - \delta C_i.

後續再考慮 learned scheduler。


97. Scheduler 也不能 Ambient Authority

WFS 可以建議 prune、pause、fork。

高風險 destructive operation 仍應經 governor/authority gate。


98. 可實驗研究

本文提出至少八類實驗:

  1. single-world vs world-family planning;
  2. asymmetric observation;
  3. authority separation;
  4. shared-backend evidence illusion;
  5. catastrophic counterexample world;
  6. adaptive pruning;
  7. multi-fidelity world family;
  8. nested simulation depth。

99. 本文不主張什麼

本文不主張 simulated worlds 是平行宇宙,也不賦予它們自動本體地位。

本文不主張 world 數越多越接近真理,不主張 simulation consensus 等於 reality validation,也不主張 higher-level agent 自動擁有 lower-level 全權。

本文不把 SWFR 等同 tree search、model-based RL、digital twin、game engine、video world model 或 LLM world model。

它是一個統合 runtime 抽象。


100. 核心命題總結

Game EngineWorld Execution+Projection Operators.\boxed{ \text{Game Engine} \supset \text{World Execution} + \text{Projection Operators}. } W={W0,W1,,Wn}.\boxed{ \mathfrak W = \{W_0,W_1,\ldots,W_n\}. } GW=(VW,EW).\boxed{ G_{\mathfrak W} = (V_{\mathfrak W},E_{\mathfrak W}). } Π1 need not exist.\boxed{ \Pi^{-1} \text{ need not exist}. } ObserveControl1.\boxed{ \mathsf{Observe} \neq \mathsf{Control}^{-1}. } OijOji,AijAji.\boxed{ O_{ij}\neq O_{ji}, \qquad A_{ij}\neq A_{ji}. } KijKji,EijEji.\boxed{ K_{ij}\neq K_{ji}, \qquad E_{ij}\neq E_{ji}. } World CountIndependent Evidence CountTruth.\boxed{ \text{World Count} \neq \text{Independent Evidence Count} \neq \text{Truth}. } PAI(t)={Oi,k(Wi)}i,k.\boxed{ \mathcal P_{AI}(t) = \{ \mathcal O_{i,k}(W_i) \}_{i,k}. }

101. 結論

人類通常是在一個世界裡想像很多可能。

傳統 AI 也常把「如果怎樣」寫成一段 token sequence。

未來 AI 可以再往前一步:

hypothesisrunnable world.\boxed{ \text{hypothesis} \rightarrow \text{runnable world}. }

它可以真正建立:

W1,W2,,Wn,W_1,W_2,\ldots,W_n,

讓每個 world 擁有自己的 state、clock、agents、causal evolution、projection operators、authority boundary、evidence semantics 與 lineage。

AI 的 perception 也不必是一個 viewport。

它可以同時問:

Orisk,Ocausal,Ogoal,Ocounterexample\mathcal O_{\mathrm{risk}}, \quad \mathcal O_{\mathrm{causal}}, \quad \mathcal O_{\mathrm{goal}}, \quad \mathcal O_{\mathrm{counterexample}}

作用在整個:

Wt.\mathfrak W_t.

因此真正 AI-native 的「多重世界觀察」不是科幻式觀看平行宇宙。

它是一個很明確的計算機架構:

one AImany runnable worldsmany typed observation operators.\boxed{ \text{one AI} \rightarrow \text{many runnable worlds} \rightarrow \text{many typed observation operators}. }

而且 world relations 天然不必對偶、不必對稱。

AI 能觀察 child world,不代表 child 能觀察 AI。

AI 能 pause simulation,不代表 simulation agent 能 pause parent。

兩個不同 worlds 甚至可以在同一 projection 下完全相同,因此 projection 不能唯一恢復 world。

這就是:

non-dual+asymmetric+typed world-family computation.\boxed{ \text{non-dual} + \text{asymmetric} + \text{typed world-family computation}. }

遊戲引擎提供了工程起點。

下一代則應從:

「一個虛擬世界給玩家玩」

升級成:

「一個 AI 可以生成、運行、觀察、嵌套、比較、修剪與治理一整個模擬世界族。」


102. 兩篇工程延伸總接口

Paper 01:

MPuΦP^.\boxed{ M \rightarrow P^\ast \rightarrow u \rightarrow \Phi \rightarrow \widehat P. }

Paper 02:

W={W0,,Wn},PAI={Oi,k(Wi)}.\boxed{ \mathfrak W = \{W_0,\ldots,W_n\}, \qquad \mathcal P_{AI} = \{\mathcal O_{i,k}(W_i)\}. }

兩篇合起來:

World FamilyObservation OperatorProjection CompilerCarrierObserver.\boxed{ \text{World Family} \rightarrow \text{Observation Operator} \rightarrow \text{Projection Compiler} \rightarrow \text{Carrier} \rightarrow \text{Observer}. }

參考文獻與內部依賴

  1. Neo.K (2026). 《PPOE Paper 01:物理投影—觀察工程》.
  2. Neo.K (2026). WDC-01 / Branching World Computation foundations.
  3. Neo.K (2026). WDC-02: Clone, Fork, Replay, and Counterfactual Branch semantics.
  4. Neo.K (2026). WDC-03: World Generation and Governance separation.
  5. Neo.K (2026). WDC-04: Nested Agents and Observer Separation.
  6. Neo.K (2026). WDC-05: Cross-World Evidence.
  7. Neo.K (2026). HDUS Multi-World Recursive World Runtime.
  8. Neo.K (2026). PNCW Paper 08: Projection-Native Perception–Action Loop.
  9. Neo.K (2026). HDUS Architecture Constitution v0.1.
  10. Deng, M., Hou, J., Shen, Y., et al. (2025). SimuRA: Towards General Goal-Oriented Agent via Simulative Reasoning Architecture with LLM-Based World Model. arXiv:2507.23773.
  11. Gu, Y., Zhang, K., Ning, Y., et al. (2025). Is Your LLM Secretly a World Model of the Internet? Model-Based Planning for Web Agents. Transactions on Machine Learning Research.
  12. Gao, C., Zhang, H., Xu, Z., et al. (2025). FLIP: Flow-Centric Generative Planning as General-Purpose Manipulation World Model. ICLR 2025.
  13. Gao, S., Zhou, S., Du, Y., Zhang, J., & Gan, C. (2025). AdaWorld: Learning Adaptable World Models with Latent Actions. ICML 2025.
  14. Hu, M., Xia, B., Wu, Y., et al. (2025). Agent2World: Learning to Generate Symbolic World Models via Adaptive Multi-Agent Feedback. arXiv:2512.22336.
  15. Liu, F., He, K., Shen, T., et al. (2026). Gamma-World: Generative Multi-Agent World Modeling Beyond Two Players. arXiv:2605.28816.
  16. Yeung, T., Martinez Ribon, J. G. T., Schlenger, J., et al. (2025). Integrating digital twin and agent-based simulation to support adaptive production system design in building projects. Automation in Construction, 180, 106550.

Paper 02 狀態:COMPLETE v0.1
兩篇工程延伸狀態:COMPLETE
Canonical source:UTF-8 Markdown;數學 delimiter 僅使用 $...$$$...$$