# PNCW Paper 00
# 投影原生計算世界：從序列化輸出到高維狀態投影
## Projection-Native Computational Worlds: From Sequentialized Output to High-Dimensional State Projection

**版本：v0.1**  
**日期：2026-08-27**  
**系列：Projection-Native Computational World Series / 投影原生計算世界系列**  
**定位：Series Paper 00 / Formal Foundations and Unification**  
**作者：** Neo.K  
**機構：** EveMissLab／一言諾科技有限公司

---

## 摘要

本文提出**投影原生計算世界**（Projection-Native Computational World, PNCW）作為一種新的 AI-native computation / observation architecture。其核心問題不是如何讓人工智慧「更快吐字」，而是重新詢問一個更底層的系統問題：

> 若內部計算、記憶、圖結構、注意力、資源配置與高維表示本來就不必具有單一線性序列結構，為什麼人機之間的主要可見結果必須預設為逐 token、逐段、逐序列的單一路徑輸出？

本文不主張序列輸出無效，也不主張現代模型在生成開始以前已經擁有完整固定答案。本文的命題較弱也較可驗證：**計算的時間結構、內部表示結構、投影結構、傳輸結構與觀察介面的顯示粒度，不必互相同構。**

本文建立五層非坍縮：

$$
\boxed{
\text{Computation}
\neq
\text{Internal Representation}
\neq
\text{Projection}
\neq
\text{Observation}
\neq
\text{Presentation}
}
$$

並把序列化輸出視為 observation topology 的一種，而不是唯一形式。令 canonical computational world 為 $W_t$，則對任務 $q$ 、作用域 $\sigma$ 、解析度策略 $\lambda$ 、權限 $P$ 與 projection frame $\pi$，可定義：

$$
\boxed{
Y_{q,t}
=
\Pi_{\sigma,q,\lambda,P,\pi}(W_t).
}
$$

投影結果 $Y_{q,t}$ 可以是 token sequence，也可以是 graph、matrix、multi-layer image carrier、recursive canvas、structured document、hybrid multimodal surface，或上述形式的組合。

本文進一步提出 **Atomic Logical Reveal（原子邏輯顯現）** 與 **Progressive Physical Materialization（漸進物理物化）** 的區分：

$$
\boxed{
\text{Atomic Logical Reveal}
\neq
\text{Instantaneous Physical Generation}
}
$$

一個大型結果可以先在內部計算與驗證，建立完整 artifact identity 與 authoritative state，再以一次 visibility commit 對 observer 宣告「完整結果已成立」，而其像素、tiles、字形、遠端資源或細節仍可按視口與需求漸進載入。這與逐 token 生成不是同一種觀察語義。

PNCW 統合六條既有研究／工程路線：

1. **GCM**：全域一致計算、局部物化、representation / resolution / routing；
2. **AI Context Virtual Memory**：active context、resident context 與 total memory 分離；
3. **Native TCGCT–TCGQT / Gamma**：canonical substrate + per-query dynamic overlay；
4. **SPET**：projection readiness、stable projection epoch、frame / attention invariants；
5. **HDSRC**：高維 symbolic-relational state 的 machine-native projected carrier 與 projected-native operators；
6. **MRMIC/NVCL**：recursive multimodal canvas、task-conditioned projection、visual computational surface 與 agent operation loop。

本文提出的母架構為：

$$
\boxed{
W_t
\xrightarrow{\mathrm{Global\ Compute}}
\Omega_t
\xrightarrow{\mathrm{Context\ Projection}}
C_{q,t}^{active}
\xrightarrow{\mathrm{Freeze}}
\mathcal E_k
\xrightarrow{\mathrm{Carrier\ Projection}}
P_k
\xrightarrow{\mathrm{Visual\ Projection}}
V_{q,k}
\xrightarrow{\mathrm{Visibility\ Commit}}
U_{q,k}
}
$$

其中每一箭頭皆是獨立可治理、可驗證、可替換的 operator，而非強迫整個系統退化成一條 token stream。

本文最終提出：

$$
\boxed{
\text{Sequence is one observation topology, not the universal topology of computation.}
}
$$

以及：

$$
\boxed{
\text{AI does not have to present at the temporal granularity of its serialization format.}
}
$$

PNCW 因而不是「取消序列」的理論，而是把序列降回它應有的位置：**眾多投影與觀察形式之一。**

**關鍵詞：** Projection-Native Computational World、非序列輸出、高維狀態投影、Atomic Reveal、GCM、Context Virtual Memory、TCGCT、TCGQT、SPET、HDSRC、MRMIC、NVCL

---

# 0. 研究邊界與非主張

PNCW 不主張：

1. 現代大型語言模型在輸出第一個 token 前已經擁有完整固定答案；
2. hidden state 可以直接等同於人類可讀的完整思考；
3. 所有任務都應停止 autoregressive generation；
4. 所有結果都應使用圖像表示；
5. 圖像或畫布一定比文字更有效率；
6. 大型輸出可以不支付任何傳輸、記憶體、render 或 I/O 成本；
7. Atomic Reveal 等於 $O(1)$ physical output；
8. 高維表示一定代表較高智能；
9. projected representation 可以無條件取代 canonical state；
10. PNCW 已經是 production-complete architecture。

本文主張的是：

$$
\boxed{
\text{Output Serialization Policy}
\text{ should not be confused with }
\text{Computation Semantics}.
}
$$

以及：

$$
\boxed{
\text{Visibility Granularity}
\text{ can be independently designed}.
}
$$

---

# 1. 問題：為什麼 AI 的可見結果預設是一條序列？

現代 AI 系統常以 token stream 作為最主要的人機輸出：

$$
y_1,
y_2,
y_3,
\ldots,
y_n.
$$

若 token $y_i$ 的生成依賴：

$$
p(y_i\mid y_{<i},x),
$$

則這種序列化在 autoregressive language modeling 中具有自然原因。

但「模型某一層的生成機制具有序列依賴」與：

> 所有高層 computation、workspace state、research result、program structure、graph、memory、visual world 都必須以同一序列拓撲對 observer 呈現

是兩個不同命題。

PNCW 因此首先區分：

$$
\boxed{
\text{Generation Order}
\neq
\text{Observation Order}.
}
$$

即使底層 computation 部分具有 sequential dependency，最終 observer interface 仍然可以採：

- sequence；
- batch；
- matrix；
- graph；
- region；
- page；
- canvas；
- multi-resolution surface；
- atomic artifact；
- hybrid multimodal projection。

---

# 2. 序列是 Observation Topology

定義 observation topology：

$$
\boxed{
\tau_O
}
$$

表示 observer 取得結果的組織與可見結構。

常見 topology 包括：

$$
\mathfrak T_O
=
\{
\tau_{seq},
\tau_{batch},
\tau_{tree},
\tau_{graph},
\tau_{matrix},
\tau_{spatial},
\tau_{canvas},
\tau_{hybrid}
\}.
$$

Token stream 是：

$$
\tau_{seq}.
$$

它非常適合：

- conversation；
- speech；
- logs；
- terminal output；
- diff；
- narrative；
- incremental reasoning trace；
- progressive partial response。

但它不應自動成為：

$$
\boxed{
\tau_O^{universal}.
}
$$

---

# 3. Computation 與 Observation 的非坍縮

令 canonical world：

$$
W_t.
$$

內部計算：

$$
\mathcal C:
W_t
\rightarrow
W_{t+1}.
$$

Observer 取得：

$$
Y_O
=
\Pi_O(W_t).
$$

因此：

$$
\boxed{
\mathcal C
\neq
\Pi_O.
}
$$

World 可以繼續更新，而 observer 不一定立即看到。

Observer 可以 zoom / filter / aggregate，而 world 不一定發生 mutation。

因此：

$$
\boxed{
\text{Compute}
\neq
\text{Observe}.
}
$$

這是 PNCW 的第一根基。

---

# 4. 五層非坍縮

本文正式定義：

$$
\boxed{
\begin{aligned}
\mathcal C &:\text{ computation}\\
R &:\text{ internal representation}\\
\Pi &:\text{ projection}\\
O &:\text{ observation}\\
P &:\text{ presentation}
\end{aligned}
}
$$

並要求：

$$
\boxed{
\mathcal C
\neq
R
\neq
\Pi
\neq
O
\neq
P.
}
$$

## 4.1 Computation

真正改變 world / candidate state 的 operator。

## 4.2 Internal Representation

Tensor、graph、ledger、memory record、symbolic state、image carrier 等 computation substrate。

## 4.3 Projection

從較大或較高維 state 建立 task-relative view。

## 4.4 Observation

Observer 實際取得哪些資訊。

## 4.5 Presentation

資訊如何被 render 給人或 Agent。

同一 projection 可以有多種 presentation。

---

# 5. Canonical Computational World

定義：

$$
\boxed{
W_t
=
\left\langle
S_t,
G_t,
M_t,
A_t,
R_t,
H_t,
\mathcal C_t
\right\rangle.
}
$$

其中：

- $S_t$：state；
- $G_t$：relations / graph；
- $M_t$：memory；
- $A_t$：attention / relevance；
- $R_t$：resources / residency；
- $H_t$：history / provenance；
- $\mathcal C_t$：constraints / authority。

這裡的 World 不一定是單一資料結構。

它可以是 heterogeneous computational world。

---

# 6. Projection Operator

對 task $q$ 、scope $\sigma$ 、resolution $\lambda$ 、permission $P$ 與 frame $\pi$：

$$
\boxed{
\Pi_{\sigma,q,\lambda,P,\pi}
:
W_t
\rightarrow
Y_{q,t}.
}
$$

Projection 可以：

- filter；
- aggregate；
- quantize；
- transform modality；
- select relations；
- materialize regions；
- summarize history；
- construct attention support；
- build machine-native image carrier；
- produce visual canvas；
- generate text sequence。

所以：

$$
\boxed{
\text{Projection}
\neq
\text{Image-only operation}.
}
$$

---

# 7. Projection Is Not Necessarily Final Output

傳統 pipeline：

$$
S
\rightarrow
\text{Compute}
\rightarrow
Y
\rightarrow
\text{Output}.
$$

PNCW 允許：

$$
S
\rightarrow
P_1
\xrightarrow{F_1}
P_2
\xrightarrow{F_2}
\cdots
\xrightarrow{F_m}
P_m.
$$

其中 $P_i$ 本身就是 projected computational state。

因此：

$$
\boxed{
\text{Projection}
\neq
\text{Terminal Presentation}.
}
$$

Projection 可以是一個中間 computational residency space。

---

# 8. Context Projection

令總記憶世界：

$$
\mathcal M_t^{total}.
$$

resident context：

$$
C_t^{resident},
$$

active context：

$$
C_t^{active}.
$$

則：

$$
\boxed{
C_t^{active}
\subseteq
C_t^{resident}
\subseteq
\mathcal M_t^{total}.
}
$$

這意味 AI 不需要把所有長期記憶一次裝進 active context。

Context MMU / routing layer 可以建立：

$$
\boxed{
C_{q,t}^{active}
=
\Gamma(
\mathcal M_t^{total},
q,
B_t,
A_t,
P_t
).
}
$$

其中：

- $q$：query；
- $B_t$：budget；
- $A_t$：attention / relevance；
- $P_t$：permission。

這是 PNCW 的第一層「認知投影」。

---

# 9. Canonical Substrate + Dynamic Overlay

對 Context World：

$$
\boxed{
\mathcal W_C
=
\mathcal S_{canonical}
+
\Gamma_q.
}
$$

其中：

- $\mathcal S_{canonical}$：不隨每個 query 任意重排的 substrate；
- $\Gamma_q$：per-query dynamic overlay。

因此：

$$
\boxed{
\text{Query Dynamics}
\neq
\text{Canonical Mutation}.
}
$$

這與 Stable Projection Epoch 的：

$$
\text{State Mutation}
\not\Rightarrow
\text{Frame Mutation}
$$

形成可相容結構。

---

# 10. Global Computation 與 Selective Materialization

PNCW 接受：

$$
\boxed{
\text{Global Dependency}
\neq
\text{Full Materialization}.
}
$$

一個 World 可以有全域 constraint / dependency，

但：

$$
|\operatorname{supp}_{active}(W_t)|
<\infty.
$$

因此：

$$
\boxed{
\text{Global Coherence}
+
\text{Finite Active Realization}
}
$$

可以同時成立。

---

# 11. Active 不等於 Materialized

令：

$$
A_t
=
\operatorname{supp}_{active}(W_t)
$$

及：

$$
M_t
=
\operatorname{supp}_{materialized}(W_t).
$$

一般：

$$
\boxed{
A_t
\neq
M_t.
}
$$

可能：

$$
X\in A_t,
\quad
X\notin M_t,
$$

例如 hidden solver。

也可能：

$$
X\in M_t,
\quad
X\notin A_t,
$$

例如 frozen visual snapshot。

---

# 12. Compute Resolution 與 Observe Resolution

定義：

$$
\lambda^{compute}
$$

與：

$$
\lambda^{observe}.
$$

一般：

$$
\boxed{
\lambda^{compute}
\neq
\lambda^{observe}.
}
$$

可以：

- hidden high-fidelity compute + low-resolution presentation；
- low-cost approximate compute + high-resolution static view；
- mixed-resolution world；
- task-local refinement；
- dormant regions。

所以 UI 的 zoom 不應自動等同於 compute refinement。

---

# 13. Materialization Policy

定義：

$$
\boxed{
\Lambda_t:
W_t
\rightarrow
\mathcal M_t.
}
$$

它回答：

> 現在什麼 representation 值得被 active realization？

決策因素可以包括：

- query frequency；
- observer demand；
- dependency；
- cost；
- future-use prediction；
- safety；
- latency；
- resource pressure；
- attention；
- authority。

因此 materialization 是 runtime decision，不是 world existence condition。

---

# 14. Projection Readiness

PNCW 不要求 world complete。

只要求：

$$
\boxed{
\mathsf{ProjReady}(W_t,\sigma)=PASS.
}
$$

也就是指定 scope 已經足以投影。

因此：

$$
\boxed{
\text{Projection Ready}
\neq
\text{World Finished}.
}
$$

這是從舊「全部想完再輸出」進化出的重要修正。

---

# 15. Stable Projection Epoch

當：

$$
\mathsf{ProjReady}=PASS,
$$

可以建立：

$$
\mathcal E_k.
$$

在：

$$
t\in[\tau_k,\tau_{k+1})
$$

內：

$$
\boxed{
\pi(t)=\pi_k.
}
$$

因此 projected-native operators 可以共享穩定：

- coordinate identity；
- tile identity；
- region semantics；
- attention contract；
- operator scope。

---

# 16. Machine-Native Projected Carrier

令：

$$
P_k
=
\Phi_{\pi_k}
(
C_{q,t}^{active}
).
$$

 $P_k$ 不必是人類圖片。

它可以是：

$$
\boxed{
P_k
=
\left\langle
Pixels,
Symbols,
Relations,
Addresses,
Attention,
History,
Metadata
\right\rangle.
}
$$

因此 image carrier 只是 machine-native projected state 的一種 carrier family。

---

# 17. Visual Computational Surface

對 MRMIC/NVCL 類型 canvas：

$$
\boxed{
V_{q,k}
=
\Psi(
P_k,
q,
viewport,
permission,
interaction
).
}
$$

Visual surface 可以同時包含：

- raster；
- vector；
- text；
- graph；
- resource portal；
- timeline；
- agent presence；
- recursive subcanvas；
- executable object；
- provenance。

所以：

$$
\boxed{
\text{Visual Surface}
\neq
\text{Static Screenshot}.
}
$$

---

# 18. Projection Stack

整體：

$$
\boxed{
W_t
\xrightarrow{\Omega_t}
C_{q,t}^{active}
\xrightarrow{\mathsf{Freeze}}
\mathcal E_k
\xrightarrow{\Phi_{\pi_k}}
P_k
\xrightarrow{\Psi}
V_{q,k}.
}
$$

其中：

- $\Omega_t$：global compute / routing / materialization plan；
- $C_{q,t}^{active}$：query-relative context；
- $\mathcal E_k$：stable epoch；
- $P_k$：machine-native carrier；
- $V_{q,k}$：visual computational surface。

---

# 19. Visibility Granularity

定義：

$$
\boxed{
G_V
}
$$

表示 observer 看到 state 改變的最小顯示粒度。

Streaming token output：

$$
G_V
\approx
1\ token.
$$

Paragraph batch：

$$
G_V
\approx
1\ paragraph.
$$

Tile reveal：

$$
G_V
\approx
1\ tile.
$$

Atomic artifact：

$$
G_V
=
1\ artifact\ commit.
$$

因此：

$$
\boxed{
G_V
\text{ is a design parameter}.
}
$$

---

# 20. Computation Time 與 Visibility Granularity

令：

$$
T_C
=
\text{computation time},
$$

$$
T_P
=
\text{projection preparation time},
$$

$$
T_X
=
\text{transfer time},
$$

$$
T_R
=
\text{render time}.
$$

它們都不等於：

$$
G_V.
$$

因此：

$$
\boxed{
T_C
\neq
G_V.
}
$$

一個結果可以花 30 秒計算，

但：

$$
G_V=1
$$

即一次 logical visibility commit。

---

# 21. Atomic Logical Reveal

定義 candidate result：

$$
Y^{cand}.
$$

當：

$$
\mathsf{Verify}(Y^{cand})=PASS
$$

並 promotion：

$$
Y^{cand}
\rightarrow
Y^{auth},
$$

observer 可以只在 promotion 後取得：

$$
Y^{auth}.
$$

即：

$$
\boxed{
\varnothing
\rightarrow
Y^{auth}.
}
$$

這稱：

$$
\boxed{
\mathsf{AtomicLogicalReveal}.
}
$$

---

# 22. Atomic Reveal 不等於 Instant Generation

Atomic reveal 不表示：

$$
T_C=0
$$

也不表示：

$$
T_X=0.
$$

因此：

$$
\boxed{
\text{Atomic Logical Reveal}
\neq
\text{Instantaneous Physical Generation}.
}
$$

其意義只是：

> Observer 不必看到 authoritative artifact 的半完成序列。

---

# 23. Progressive Physical Materialization

大型 artifact：

$$
Y^{auth}
$$

可以先建立：

- identity；
- manifest；
- region map；
- integrity root；
- semantic structure；
- presentation contract。

然後視口逐步載入：

$$
Tile_1,
Tile_2,
\ldots
$$

因此：

$$
\boxed{
\text{Atomic Logical Reveal}
+
\text{Progressive Physical Materialization}
}
$$

可以同時成立。

---

# 24. Logical Completeness 與 Physical Residency

令：

$$
\mathsf{LogicalComplete}(Y)=1
$$

但：

$$
\mathsf{ResidentFraction}(Y)<1.
$$

這是合法的。

例如完整文件已有 canonical tree / manifest，

但頁面圖片還在 lazy render。

因此：

$$
\boxed{
\text{Logical Completeness}
\neq
\text{Full Physical Residency}.
}
$$

---

# 25. Sequence Mode

Sequence mode：

$$
\boxed{
Y
=
(y_1,\ldots,y_n)
}
$$

並逐步：

$$
V_t
=
(y_1,\ldots,y_t).
$$

優點：

- low first-token latency；
- interactive；
- partial usefulness；
- conversational；
- early correction。

---

# 26. Batch Mode

Batch：

$$
Y
=
B_1\cup\cdots\cup B_m.
$$

每批一次 reveal。

適合：

- sections；
- code files；
- result groups；
- pages。

---

# 27. Projection Mode

Projection mode：

$$
\boxed{
W
\rightarrow
Y^{auth}
\rightarrow
V.
}
$$

Observer 不要求逐 element reveal。

適合：

- completed papers；
- dashboards；
- diagrams；
- matrices；
- codebase structure；
- research world；
- multi-panel analysis。

---

# 28. Hybrid Mode

最實際的 system 可能是：

$$
\boxed{
\text{Stream}
+
\text{Projection}
+
\text{Interactive Surface}.
}
$$

例如：

- 上方顯示 computation status；
- 中間一次出現 completed artifact；
- 右側保持 conversational stream；
- canvas 按需展開 details。

PNCW 不要求「一種模式統治所有任務」。

---

# 29. Observation Contract

定義：

$$
\boxed{
\mathsf{ObsContract}
=
\left\langle
Topology,
Granularity,
LatencyTarget,
Completeness,
Interactivity,
Authority,
Fallback
\right\rangle.
}
$$

Observer 可以明確要求：

- `stream`
- `batch`
- `atomic`
- `canvas`
- `hybrid`

而不是讓 model/API 固定決定。

---

# 30. Presentation Contract

Projection 與 presentation 必須分離。

同一：

$$
Y
$$

可以呈現為：

- Markdown；
- PDF；
- Canvas；
- matrix；
- graph；
- speech；
- image；
- interactive app。

因此：

$$
\boxed{
\text{Same Projected State}
\rightarrow
\text{Multiple Presentations}.
}
$$

---

# 31. Partial Output 不等於 Authoritative Output

若 streaming 中：

$$
Y_t
\subset
Y^{final},
$$

則：

$$
Y_t
$$

可能只是 provisional。

因此：

$$
\boxed{
\text{Visible}
\neq
\text{Authoritative}.
}
$$

PNCW 可以明確標：

$$
\mathsf{DRAFT},
\quad
\mathsf{CANDIDATE},
\quad
\mathsf{AUTH}.
$$

---

# 32. Atomic Promotion

只有：

$$
\mathsf{Verify}
=
PASS
$$

才：

$$
\boxed{
Y^{cand}
\rightarrow
Y^{auth}.
}
$$

這與 GCM / SPET / MRMIC 中 candidate / selected / execution / commit authority 的區分相容。

---

# 33. Result Identity

Atomic reveal 需要 stable result identity：

$$
\boxed{
RID
=
H(
Scope,
StateAnchor,
ProjectionProfile,
Content,
Structure,
Version
).
}
$$

Observer 可以先取得：

$$
RID
$$

與 manifest，

再 lazy materialize details。

---

# 34. Result Manifest

定義：

$$
\boxed{
\mathsf{Manifest}(Y)
=
\left\langle
RID,
Structure,
Regions,
Dependencies,
Integrity,
PresentationProfiles,
MaterializationState
\right\rangle.
}
$$

這是「完整結果已成立，但不是所有 bytes 已 resident」的工程橋樑。

---

# 35. Projection-Native Result

若：

$$
Y
$$

不只是 human output，

還可被 downstream operator 直接操作：

$$
F_Y:Y\rightarrow Y',
$$

則：

$$
\boxed{
Y
\text{ is projection-native}.
}
$$

所以結果可以繼續成為計算 substrate。

---

# 36. Result as World

更進一步：

$$
Y
$$

可以具有：

- nested regions；
- resource portals；
- subcanvas；
- histories；
- agents；
- executable objects。

此時：

$$
\boxed{
\text{Result}
\rightarrow
\text{Local Computational World}.
}
$$

這正是 PNCW 名稱中的 World。

---

# 37. Observer-Relative Worlds

不同 observer：

$$
O_1,\ldots,O_n
$$

可以從同一：

$$
W_t
$$

取得不同 projection：

$$
Y_i
=
\Pi_i(W_t).
$$

因此：

$$
\boxed{
Y_i\neq Y_j
}
$$

不表示：

$$
W_i\neq W_j.
$$

---

# 38. Multi-Agent Projection

AI Agent A 可以取得：

$$
\Pi_A(W)
$$

Agent B 取得：

$$
\Pi_B(W)
$$

Human 取得：

$$
\Pi_H(W).
$$

它們可以使用不同：

- modality；
- resolution；
- permissions；
- attention；
- representation。

---

# 39. Machine Projection 與 Human Projection

Machine projection：

$$
P_M
$$

可能是高密度 carrier。

Human projection：

$$
P_H
$$

可能是 readable dashboard。

不要求：

$$
P_M=P_H.
$$

只要求：

$$
\boxed{
\text{declared semantic relationship}.
}
$$

---

# 40. Non-Sequential Does Not Mean Non-Temporal

Canvas / graph / matrix 本身也有 history。

因此：

$$
\boxed{
\text{Non-Sequential Observation}
\neq
\text{No Time}.
}
$$

它只是說：

> 最終 presentation topology 不需要是一條線。

---

# 41. History Preservation

即使：

$$
Y_{t_0}=Y_{t_1},
$$

仍可能：

$$
H_{t_0}\neq H_{t_1}.
$$

所以：

$$
\boxed{
\text{State Equality}
\not\Rightarrow
\text{History Equality}.
}
$$

PNCW projection 應允許 history / provenance drill-down。

---

# 42. Streaming 的合法角色

PNCW 不淘汰 streaming。

Streaming 最適合：

- conversation；
- interactive steering；
- early failure detection；
- live monitoring；
- debug；
- speech；
- uncertain generation。

所以：

$$
\boxed{
\text{Sequence}
\text{ remains a first-class projection}.
}
$$

只是它不再是唯一 projection。

---

# 43. Projection Mode 的適用條件

Projection Mode 更適合：

1. artifact-oriented task；
2. 完整性比 first-token latency 更重要；
3. observer 不需要逐步 steering；
4. output 有明確 structure；
5. 可以 verify before reveal；
6. result 可以 lazy materialize；
7. result 後續還要被 AI / machine 操作。

---

# 44. Failure Mode：假裝一次完成

如果 system 其實：

$$
Y_1,Y_2,\ldots
$$

逐段生成，

最後只是 UI 隱藏 stream，

那仍可能有：

- late contradiction；
- no global consistency；
- memory pressure；
- hidden truncation。

因此：

$$
\boxed{
\text{Hidden Streaming}
\neq
\text{Projection-Native Computation}.
}
$$

---

# 45. 真正 Projection-Native 的最低條件

至少需要：

1. result structure 可在 reveal 前確立；
2. canonical/result identity 可建立；
3. projection scope 可驗證；
4. partial materialization 不破壞 logical completeness；
5. observer topology 與 internal compute topology 分離；
6. result 可被完整或局部重建；
7. failure 不會把半成品提升為 authoritative。

---

# 46. PNCW Formal Object

本文提出：

$$
\boxed{
\mathfrak W_{PN}
=
\left\langle
W,
\mathfrak C,
\mathfrak R,
\Lambda,
\Gamma,
\mathfrak E,
\Phi,
\Psi,
\mathfrak O,
\mathfrak P,
\mathfrak H
\right\rangle.
}
$$

其中：

- $W$：canonical world；
- $\mathfrak C$：computation family；
- $\mathfrak R$：representation family；
- $\Lambda$：resolution / materialization policy；
- $\Gamma$：context routing / overlay；
- $\mathfrak E$：stable projection epochs；
- $\Phi$：machine carrier projections；
- $\Psi$：visual / observer projections；
- $\mathfrak O$：observer contracts；
- $\mathfrak P$：promotion / authority；
- $\mathfrak H$：history / provenance。

---

# 47. Canonical Pipeline

$$
\boxed{
\begin{aligned}
W_t
&\xrightarrow{\mathcal C}
W_{t+1}^{cand}
\\
&\xrightarrow{\Omega}
C_{q}^{active}
\\
&\xrightarrow{\mathsf{ProjReady}}
\mathcal E_k
\\
&\xrightarrow{\Phi_{\pi_k}}
P_k
\\
&\xrightarrow{\Psi_O}
Y_O^{cand}
\\
&\xrightarrow{\mathsf{Verify}}
Y_O^{auth}
\\
&\xrightarrow{\mathsf{VisibilityCommit}}
U_O.
\end{aligned}
}
$$

---

# 48. Mutation Return Path

Observer / Agent 也可以操作 projected world：

$$
a_t:
Y_O
\rightarrow
\Delta Y.
$$

但：

$$
\Delta Y
$$

不能自動等於 canonical commit。

回程：

$$
\boxed{
\Delta Y
\rightarrow
\mathsf{Proposal}
\rightarrow
\mathsf{Validate}
\rightarrow
\mathsf{MapToWorld}
\rightarrow
\mathsf{Commit}
\rightarrow
W_{t+1}.
}
$$

---

# 49. Projection Authority

Projection 可以具有：

$$
\mathsf{read},
\quad
\mathsf{propose},
\quad
\mathsf{write},
\quad
\mathsf{commit}
$$

不同 authority。

因此：

$$
\boxed{
\text{Can Observe}
\neq
\text{Can Mutate}.
}
$$

---

# 50. Resource Portal

對外部 browser / terminal / thread / app：

$$
r
$$

可以建立 portal：

$$
\boxed{
Portal(r)
=
\text{projected presence of }r
}
$$

但：

$$
Portal(r)
\neq
r.
$$

因此畫布可擁有 geometry / projection，

但 provider resource 保留 native authority。

---

# 51. PNCW 與 GCM

GCM 負責：

$$
\boxed{
\text{Which computation, representation, resolution, resource and materialization?}
}
$$

PNCW 接著問：

$$
\boxed{
\text{How should the resulting world-state become observable?}
}
$$

兩者關係：

$$
\boxed{
\text{GCM}
\rightarrow
\text{Projection-Native Observation/Interaction}.
}
$$

---

# 52. PNCW 與 Context VM

Context VM 解決：

$$
\boxed{
\text{What should be cognitively active now?}
}
$$

PNCW 把 active context 再投影成 machine / human surface。

---

# 53. PNCW 與 SPET

SPET 提供：

- readiness；
- Freeze；
- frame stability；
- spatial invariants；
- attention invariants；
- Release / Reproject。

所以 SPET 是 PNCW 的 projection-stability layer。

---

# 54. PNCW 與 HDSRC

HDSRC 提供：

$$
\boxed{
\text{High-D symbolic-relational state}
\rightarrow
\text{machine-native projected carrier}.
}
$$

因此 HDSRC 是 PNCW 的 candidate carrier layer。

---

# 55. PNCW 與 MRMIC/NVCL

MRMIC/NVCL 提供：

$$
\boxed{
\text{Projected carrier / resources}
\rightarrow
\text{recursive visual computational surface}.
}
$$

因此它是 PNCW 的 interactive visual world layer。

---

# 56. 新的核心命題一：Sequence Non-Universality

$$
\boxed{
\text{Sequence}
\text{ is one observation topology,}
\text{ not the universal topology of computation}.
}
$$

---

# 57. 核心命題二：Temporal Decoupling

$$
\boxed{
\text{Computation Time Structure}
\neq
\text{Presentation Time Structure}.
}
$$

---

# 58. 核心命題三：Visibility Independence

$$
\boxed{
\text{Visibility Granularity}
\text{ is independently configurable}.
}
$$

---

# 59. 核心命題四：Projection-Native Residency

$$
\boxed{
\text{Projected Representation}
\text{ may itself become a computational residency space}.
}
$$

---

# 60. 核心命題五：Global / Active / Projected / Visible Non-Collapse

$$
\boxed{
\text{Global World}
\neq
\text{Active Context}
\neq
\text{Projected Carrier}
\neq
\text{Visible Surface}.
}
$$

但它們可以形成一條連續運算鏈。

---

# 61. 第一批命題

## Proposition 61.1 — Observation Topology Independence

存在 computation $\mathcal C$ 與兩個 observation topology：

$$
\tau_1\neq\tau_2
$$

使同一 authoritative result：

$$
Y
$$

可被兩者合法呈現。

因此 computation result 不唯一決定 observation topology。

## Proposition 61.2 — Atomic Reveal Does Not Require Zero Compute Time

存在：

$$
T_C>0
$$

但：

$$
G_V=1.
$$

因此：

$$
\text{Atomic Reveal}
\not\Rightarrow
T_C=0.
$$

## Proposition 61.3 — Logical Completeness Does Not Require Full Residency

存在：

$$
\mathsf{LogicalComplete}(Y)=1
$$

且：

$$
0<\mathsf{ResidentFraction}(Y)<1.
$$

## Proposition 61.4 — Same World Supports Different Observer Projections

存在：

$$
\Pi_1\neq\Pi_2
$$

使：

$$
Y_1\neq Y_2
$$

但來源：

$$
W
$$

相同。

## Proposition 61.5 — Active Support Does Not Require Full World Materialization

若：

$$
|A_t|<\infty
$$

且所有 required dependency 可由 bounded projection / summary / access route 滿足，則 World 不必 full materialize 才可進行 task-local computation。

---

# 62. PNCW 公理 / 規範 v0.1

## PNCW-A1 — Computation / Observation Non-Collapse

計算不得與觀察介面塌縮。

## PNCW-A2 — Sequence Non-Universality

序列是合法 observation topology，但不是 universal default theorem。

## PNCW-A3 — Projection Explicitness

所有 authoritative projection 必須有 scope / profile。

## PNCW-A4 — Projection Readiness

Atomic authoritative reveal 必須綁定 readiness / validation condition。

## PNCW-A5 — Logical / Physical Non-Collapse

Logical completeness 不等於 full physical residency。

## PNCW-A6 — Visibility Granularity Explicitness

Streaming、batch、atomic、canvas 等模式必須顯式宣告。

## PNCW-A7 — Candidate / Authoritative Separation

未完成或未驗證結果不得偷偷 promotion。

## PNCW-A8 — Projection / Canonical Non-Collapse

Projected state 不自動取代 canonical state。

## PNCW-A9 — Observer Relativity

不同 observer projection 可以合法不同。

## PNCW-A10 — Mutation Authority Separation

在 projected surface 上可操作，不自動代表可 canonical commit。

## PNCW-A11 — History Preservation

結果 identity 與 computation history 必須可分離追蹤。

## PNCW-A12 — Claim Boundary

任何「非序列輸出」宣稱必須說明 generation、projection、transfer、render 與 visibility semantics。

---

# 63. 對 AI UI 的直接含義

未來 AI 介面可以把輸出模式變成 first-class setting：

```text
Output Mode:
[ Stream ]
[ Batch ]
[ Atomic Artifact ]
[ Canvas ]
[ Hybrid ]
```

而不是所有任務都：

```text
token
token
token
token
...
```

---

# 64. Atomic Artifact Mode

UI 可以先顯示：

```text
Computing / validating…
```

完成後一次顯示：

```text
Artifact Ready
- document
- graph
- code tree
- matrix
- canvas
- evidence
```

細節可 lazy load。

---

# 65. Projection-Native Paper Output

一篇論文可以先建立：

- section tree；
- equations；
- references；
- claim ledger；
- figures；
- metadata；
- integrity root。

然後一次 promotion 成完整 Paper object。

文字 paragraphs 可以之後按視口 render。

---

# 66. Projection-Native Code Output

程式不必先「用聊天逐檔貼完」。

可以：

$$
\boxed{
\text{Program Graph}
\rightarrow
\text{Validated File Tree}
\rightarrow
\text{Atomic Workspace Commit}.
}
$$

Observer 再打開任何 file / graph / test result。

---

# 67. Projection-Native Research Output

研究結果可成為：

$$
\boxed{
\text{Claim Graph}
+
\text{Evidence}
+
\text{Counterexamples}
+
\text{Experiments}
+
\text{Narrative Projection}.
}
$$

Human narrative 只是其中一個 view。

---

# 68. Projection-Native Memory Output

AI memory query 可以投影：

$$
\text{Relevant Identity}
+
\text{Project State}
+
\text{Recent Events}
+
\text{Relation Context}
$$

而不是完整 MEMORY.md。

---

# 69. Projection-Native Visual Output

HDSRC / MRMIC 可以形成：

$$
\text{Machine Carrier}
\rightarrow
\text{Canvas}
\rightarrow
\text{Human Render}.
$$

Machine 不需要以 human-readable text 作唯一 intermediate language。

---

# 70. PNCW 的工程成熟度分級

建議：

$$
\boxed{
L_0<L_1<L_2<L_3<L_4.
}
$$

### L0 — Hidden Streaming

只是把 token stream 隱藏到最後。

### L1 — Structured Batch

先生成結構化 blocks，再批次 reveal。

### L2 — Atomic Artifact

完整 artifact identity / manifest / validation 後再 reveal。

### L3 — Projection-Native Surface

結果本身可局部操作、query、lazy materialize。

### L4 — Projection-Native Computational World

結果 surface 能繼續承擔 native computation、multi-agent operation、versioning、commit / rollback。

---

# 71. 當前研究位置

就目前已存在的工程與實驗：

- GCM：已有 runtime / allocator 路線；
- Context VM：已有 formal architecture；
- Gamma / Native TCGCT：已有 bounded transport prototype evidence；
- SPET：已有 stable epoch formalism；
- HDSRC：已有 projected-native carrier/operator experiments；
- MRMIC/NVCL：已有 canvas runtime 與 resource portal / agent interaction line。

因此 PNCW 不是從零開始的願景。

但：

$$
\boxed{
\text{Full vertical integration}
\text{ remains OPEN}.
}
$$

---

# 72. 第一個 Vertical Slice

建議最小實驗：

$$
10^4\sim10^5
$$

symbolic-relational nodes。

流程：

1. 建立 canonical world；
2. GCM 選 task / representation / resolution；
3. Context router 建 per-query active support；
4. SPET readiness + Freeze；
5. HDSRC 投影成 machine carrier；
6. MRMIC 掛成 recursive canvas surface；
7. Agent 在 projected surface query / operate；
8. mutation 產生 proposal；
9. verify 後回 canonical world；
10. 新 query 重新建立 projection。

---

# 73. 核心驗證式

需要驗證：

$$
\boxed{
W
\neq
C_q
\neq
P_k
\neq
V_k
}
$$

但：

$$
\boxed{
\mathsf{SemanticsRequired}(q)
\text{ is preserved through the chain}.
}
$$

---

# 74. Vertical Slice 的成功條件

至少：

1. canonical state 不需 full materialize；
2. active context bounded；
3. projection stable；
4. projected query exact / bounded；
5. visual surface 可局部 materialize；
6. observer 不需 token-by-token reveal；
7. mutation 不繞過 authority；
8. cross-query reprojection 可追蹤；
9. history 不丟失；
10. total cost 可量測。

---

# 75. 失敗條件

若：

- projection loss 無法控制；
- context routing 漏掉必要 dependency；
- visual surface mutation 無法映射回 canonical world；
- lazy materialization 比 streaming 更慢且無互動優勢；
- integrity cost 全域爆炸；
- multi-agent conflict 無法治理；

則必須降低 PNCW claim。

---

# 76. 系列後續

PNCW Series 規劃：

### Paper 00
**投影原生計算世界：從序列化輸出到高維狀態投影**

### Paper 01
**計算完成不等於逐步可見：投影就緒、批次顯現與原子觀察**

### Paper 02
**虛擬上下文投影：從總記憶世界到有限活動認知域**

### Paper 03
**穩定高維投影載體：從活動認知域到機器原生計算表面**

### Paper 04
**圖像不只是圖片：機器原生視覺狀態與遞歸計算畫布**

### Paper 05
**全域計算、局部顯現：投影路由、解析度場與物化決策**

### Paper 06
**非序列 AI 輸出架構：從高維世界到一次性可見計算成果**

### Technical Whitepaper
**PNCW Runtime Technical Whitepaper v0.1**

---

# 77. 最核心的設計句

本文提出：

$$
\boxed{
\text{AI does not have to present at the temporal granularity of its serialization format.}
}
$$

更精確地：

$$
\boxed{
\text{The temporal granularity of presentation
is an interface choice,
not a universal law of computation.}
}
$$

---

# 78. 結論

PNCW 的核心不是追求「瞬間輸出」。

它追求的是：

$$
\boxed{
\text{不要把計算、表示、投影、觀察與顯示強迫成同一條序列。}
}
$$

如果 computation 需要時間，就讓它計算。

如果結果需要驗證，就讓它驗證。

如果 artifact 很大，就讓它 lazy materialize。

但 observer 不必因此永遠被迫等待：

$$
token_1
\rightarrow
token_2
\rightarrow
\cdots
\rightarrow
token_n.
$$

一個更一般的 AI-native interface 可以是：

$$
\boxed{
\text{Compute}
\rightarrow
\text{Stabilize}
\rightarrow
\text{Project}
\rightarrow
\text{Verify}
\rightarrow
\text{Atomic Logical Reveal}.
}
$$

而 reveal 之後：

$$
\boxed{
\text{Progressive Physical Materialization}
+
\text{Interactive Exploration}
}
$$

可以繼續進行。

因此：

$$
\boxed{
\text{High-Dimensional State}
\not\Rightarrow
\text{Sequentialized Observation}.
}
$$

以及：

$$
\boxed{
\text{Sequence is one observation topology,
not the universal topology of computation.}
}
$$

這是 Projection-Native Computational World Series 的第一個形式基礎。

---

## 內部理論與工程血統

本文主要承接並統合以下既有研究／工程線：

1. Global Computation Methodology（GCM）Series；
2. GCM Phase A Reference Runtime 與 Phase B Deterministic Compute Allocator；
3. AI Context Virtual Memory × Native TCGCT–TCGQT Series；
4. Dynamic TCGCT Context Coordination / Gamma prototype；
5. Stable Projection Epoch Theory（SPET）Paper 00–05；
6. HDSRC High-Dimensional Symbolic Relational Compilation 與 Image Carrier v0.x experiments；
7. MRMIC / NVCL — MCP-Native Recursive Multimodal Infinite Canvas / Native Visual Construction Loop；
8. MRMIC/NVCL Phase 13 native resource portal / authenticated Canvas runtime；
9. MLF / MMLC 等 structure-first / projection-first computational substrate work。

本文不宣稱上述任一既有系統已經獨立完成 PNCW。PNCW 是對這些逐步收斂之架構關係所提出的新統合理論層。
