GCORF-05
人–AI共同底空間與內外部學習:從參數更新到外部狀態、協議與共享認知域演化
Human–AI Shared Bottom Spaces and Internal–External Learning: From Parameter Updates to External State, Protocol, and Shared Cognitive-Domain Evolution
作者/理論發起: Neo.K協作整理: Aletheia / GPT-5.6 Sol機構: EveMissLab/一言諾科技有限公司日期: 2026-08-15版本: v0.1系列: General Cognitive Operator Reverse-Engineering Framework (GCORF) — Canonical Core Paper 05
摘要
GCORF-00 至 GCORF-04 已建立認知算子的證據逆向、部分組合代數、Spectrum–Bound–License 結構,以及可重新打開的動靜生命週期。本文處理 GCORF 的另一個中央問題:在實際人–AI共同研究中,究竟什麼東西正在「學習」?
傳統機器學習語境容易把學習壓縮為模型參數更新:
θ t + 1 ≠ θ t . \theta_{t+1}\neq\theta_t. θ t + 1 = θ t .
然而在現代 AI 系統中,即使模型權重維持:
θ t + 1 = θ t , \theta_{t+1}=\theta_t, θ t + 1 = θ t ,
系統仍可能因 context、retrieval、persistent memory、tool state、operator library、routing policy、interaction protocol、shared artifacts 與 human–AI mutual models 的改變,而在未來相同或相關問題上產生系統性不同的行為。GCORF 將此類現象形式化為 Behaviorally Effective State Adaptation(BESA) ,並進一步區分:
P a r a m e t e r U p d a t e , C o n t e x t U p d a t e , M e m o r y U p d a t e , R e t r i e v a l U p d a t e , T o o l S t a t e U p d a t e , O p e r a t o r U p d a t e , P r o t o c o l U p d a t e , B o t t o m S p a c e U p d a t e . \boxed{
ParameterUpdate,
ContextUpdate,
MemoryUpdate,
RetrievalUpdate,
ToolStateUpdate,
OperatorUpdate,
ProtocolUpdate,
BottomSpaceUpdate.
} P a r am e t er U p d a t e , C o n t e x t U p d a t e , M e m or y U p d a t e , R e t r i e v a l U p d a t e , T oo l S t a t e U p d a t e , O p er a t or U p d a t e , P r o t oco l U p d a t e , B o tt o m S p a ce U p d a t e .
本文不將所有狀態變化都稱為學習。只有當變化能被保存、重新調用、影響後續判定/路由/行為,並通過 retention、reusability、transfer 或 performance/discriminability test 時,才可升格為 GCORF 意義下的 learning event。
本文同時提出 Human–AI Shared Bottom Space :
B t = Φ ( H t , A t , H ^ t A , A ^ t H , Π t , E t , K t , T t , H t ) . \boxed{
\mathcal B_t
=
\Phi(
H_t,
A_t,
\widehat H_t^A,
\widehat A_t^H,
\Pi_t,
E_t,
K_t,
T_t,
\mathcal H_t
).
} B t = Φ ( H t , A t , H t A , A t H , Π t , E t , K t , T t , H t ) .
其中共同底空間不是外部世界本身,也不是人或 AI 任一方的完整內部狀態,而是當下共同研究實際可訪問、可表達、可判定、可協作與可延伸的共享操作域。相同問題 P P P 在不同人、不同模型、不同協議、不同記憶與工具條件下,可誘發不同的有效底空間:
B ( P ∣ H , A , Π ) ≠ B ( P ∣ H ′ , A ′ , Π ′ ) . \mathcal B(P\mid H,A,\Pi)
\neq
\mathcal B(P\mid H',A',\Pi'). B ( P ∣ H , A , Π ) = B ( P ∣ H ′ , A ′ , Π ′ ) .
因此人–AI共同認知不是單向「人給提示、AI輸出」,而是一個雙方與共享底空間共同演化的廣義雙生動力系統:
( H t , A t , B t , Π t ) ⟶ ( H t + 1 , A t + 1 , B t + 1 , Π t + 1 ) . \boxed{
(
H_t,
A_t,
\mathcal B_t,
\Pi_t
)
\longrightarrow
(
H_{t+1},
A_{t+1},
\mathcal B_{t+1},
\Pi_{t+1}
).
} ( H t , A t , B t , Π t ) ⟶ ( H t + 1 , A t + 1 , B t + 1 , Π t + 1 ) .
本文最後建立 learning-event admission、external-state provenance、bottom-space drift、coupling gain、context contamination、memory hallucination、retrieval lock-in、protocol overfitting 與 false-learning 等失效模式。GCORF-05 的目的不是擴大「學習」一詞直到失去意義,而是建立一個可區分:什麼改了、改在哪一層、是否可保留、是否可重用、是否真正改變未來認知行為 的計算認識論。
關鍵詞: Human–AI Coupling, Shared Bottom Space, External-State Learning, In-Context Adaptation, Persistent Memory, Retrieval, Operator Update, Protocol Update, Behavioral Adaptation, Cognitive Co-Evolution
1. 問題的提出
對一個固定權重模型:
A θ , A_{\theta}, A θ ,
若今天它透過:
新 context;
新檔案;
新資料庫;
新記憶;
新工具;
新 operator library;
新 routing policy;
完成昨天做不到的研究,應如何描述?
若只允許:
θ t + 1 ≠ θ t \theta_{t+1}\neq\theta_t θ t + 1 = θ t
才叫學習,則大量真實 AI runtime adaptation 會被排除。
但若任何:
S t a t e t + 1 ≠ S t a t e t State_{t+1}\neq State_t S t a t e t + 1 = S t a t e t
都叫學習,則「視窗多了一行字」也會被誤叫 learning。
因此 GCORF 必須建立更細分類。
2. 最小系統表示
定義人–AI共同研究系統:
J t = ( H t , A t , θ t , C t , M t , R t , T t , O t , Π t , B t , H t ) . \boxed{
\mathcal J_t
=
(
H_t,
A_t,
\theta_t,
C_t,
M_t,
R_t,
T_t,
\mathfrak O_t,
\Pi_t,
\mathcal B_t,
\mathcal H_t
).
} J t = ( H t , A t , θ t , C t , M t , R t , T t , O t , Π t , B t , H t ) .
其中:
H t H_t H t :human state;
A t A_t A t :AI runtime;
θ t \theta_t θ t :AI model parameters;
C t C_t C t :active context;
M t M_t M t :persistent / semi-persistent memory;
R t R_t R t :retrieval state / index / policy;
T t T_t T t :tools and tool-state;
O t \mathfrak O_t O t :operator library;
Π t \Pi_t Π t :protocol / routing policy;
B t \mathcal B_t B t :shared bottom space;
H t \mathcal H_t H t :interaction history。
3. Internal Parameter Learning
最狹義的模型內部學習:
θ t + 1 ≠ θ t . \boxed{
\theta_{t+1}\neq\theta_t.
} θ t + 1 = θ t .
例如:
training;
fine-tuning;
adapter update;
continual parameter learning。
此類學習會直接修改模型內部可泛化表示。
4. Weight-Fixed Adaptation
若:
θ t + 1 = θ t \boxed{
\theta_{t+1}=\theta_t
} θ t + 1 = θ t
但:
J t + 1 ≠ J t , \boxed{
\mathcal J_{t+1}\neq\mathcal J_t,
} J t + 1 = J t ,
則必須進一步判定變化發生在哪個外部層。
5. Context Update
定義:
C t + 1 = U p d a t e C o n t e x t ( C t , x t ) . \boxed{
C_{t+1}
=
UpdateContext(
C_t,x_t
).
} C t + 1 = U p d a t e C o n t e x t ( C t , x t ) .
Active context 的改變可立刻改變模型行為。
但 context update 通常:
短期;
session-dependent;
可能在 context drop 後消失。
因此:
C o n t e x t U p d a t e ≠ P e r s i s t e n t L e a r n i n g . \boxed{
ContextUpdate
\neq
PersistentLearning.
} C o n t e x t U p d a t e = P er s i s t e n t L e a r nin g .
6. In-Context Adaptation
若模型在同一 active context 中根據例子或回饋調整行為:
A θ ( x ∣ C t ) → A θ ( x ∣ C t + 1 ) , A_{\theta}(x\mid C_t)
\rightarrow
A_{\theta}(x\mid C_{t+1}), A θ ( x ∣ C t ) → A θ ( x ∣ C t + 1 ) ,
可稱:
I n C o n t e x t A d a p t a t i o n . \boxed{
InContextAdaptation.
} I n C o n t e x t A d a pt a t i o n .
但除非狀態可持久化,不應自動稱為 long-term learning。
7. Persistent Memory Update
定義:
M t + 1 = W r i t e ( M t , m t ) . \boxed{
M_{t+1}
=
Write(
M_t,
m_t
).
} M t + 1 = W r i t e ( M t , m t ) .
若未來 runtime 能重新取回:
m t , m_t, m t ,
並影響後續判斷,則形成 persistent external state。
8. Memory 不等於 Truth
寫入 memory:
m m m
不代表:
T r u t h ( m ) = 1. Truth(m)=1. T r u t h ( m ) = 1.
因此 memory record 必須保留:
source;
confidence;
timestamp;
context;
revision;
invalidation state。
9. Memory Learning Event
只有當:
R e t a i n ∧ R e t r i e v e ∧ R e u s e \boxed{
Retain
\land
Retrieve
\land
Reuse
} R e t ain ∧ R e t r i e v e ∧ R e u se
成立時,才將 memory update 升格為:
M e m o r y L e a r n i n g E v e n t . \boxed{
MemoryLearningEvent.
} M e m or y L e a r nin g E v e n t .
單純寫入但永不被使用,只是 storage mutation。
10. Retrieval Update
Retrieval state:
R t R_t R t
包含:
index;
embedding;
search policy;
reranker;
source weighting;
query transformation。
若:
R t + 1 ≠ R t , R_{t+1}\neq R_t, R t + 1 = R t ,
則即使:
M t + 1 = M t , M_{t+1}=M_t, M t + 1 = M t ,
也可能使系統可取得完全不同的知識。
11. Retrieval Learning
定義:
R e t r i e v a l L e a r n i n g \boxed{
RetrievalLearning
} R e t r i e v a l L e a r nin g
為 retrieval policy / representation 的持久變更,且能在後續任務改善:
R e c a l l , P r e c i s i o n , D i s c r i m i n a b i l i t y , C o v e r a g e . Recall,
Precision,
Discriminability,
Coverage. R ec a l l , P r ec i s i o n , D i scr iminabi l i t y , C o v er a g e .
12. Retrieval Lock-In
若 retrieval 長期只強化既有來源:
S o u r c e W e i g h t t → S o u r c e W e i g h t t + 1 ↑ , SourceWeight_t
\rightarrow
SourceWeight_{t+1}\uparrow, S o u r ce W e i g h t t → S o u r ce W e i g h t t + 1 ↑ ,
可能形成:
R e t r i e v a l L o c k I n . \boxed{
RetrievalLockIn.
} R e t r i e v a l L oc k I n .
使系統誤以為「越來越確定」,實際只是越來越只看同一批證據。
13. Tool-State Update
工具也具有狀態:
T t . T_t. T t .
例如:
repository checkout;
database schema;
solver cache;
browser session;
external agent workspace;
generated code;
experimental results。
因此工具不是永遠無狀態函數。
14. Tool-Mediated Learning
如果:
T t + 1 T_{t+1} T t + 1
保存了可重用結果,使後續研究空間發生持續改變,可以稱:
T o o l M e d i a t e d L e a r n i n g . \boxed{
ToolMediatedLearning.
} T oo l M e d ia t e d L e a r nin g .
例如 proof assistant 中新增已驗證 lemma。
15. Operator Update
GCORF 最重要的外部學習層之一:
O t → O t + 1 . \boxed{
\mathfrak O_t
\rightarrow
\mathfrak O_{t+1}.
} O t → O t + 1 .
可能:
新增 operator;
修訂 operator;
cluster compression;
新 composition;
license change;
failure rule change。
16. Operator Learning
若新 operator 能:
被識別 + 被保存 + 被重新路由 + 跨案例重用 , \boxed{
\text{被識別}
+
\text{被保存}
+
\text{被重新路由}
+
\text{跨案例重用},
} 被識別 + 被保存 + 被重新路由 + 跨案例重用 ,
則形成:
O p e r a t o r L e a r n i n g E v e n t . \boxed{
OperatorLearningEvent.
} O p er a t or L e a r nin g E v e n t .
這比「AI 記住一句話」更接近方法論學習。
17. Protocol Update
定義:
Π t → Π t + 1 . \boxed{
\Pi_t
\rightarrow
\Pi_{t+1}.
} Π t → Π t + 1 .
Protocol 可包含:
turn-taking;
tool order;
verification gates;
multi-agent routing;
source requirements;
stop conditions;
escalation rules。
18. Protocol Learning
若系統從 execution history 得到:
Π t + 1 = L e a r n P o l i c y ( Π t , H t ) , \Pi_{t+1}
=
LearnPolicy(
\Pi_t,
\mathcal H_t
), Π t + 1 = L e a r n P o l i cy ( Π t , H t ) ,
並在後續任務中系統性改變行為,可稱:
P r o t o c o l L e a r n i n g . \boxed{
ProtocolLearning.
} P r o t oco l L e a r nin g .
19. Protocol Overfitting
如果新 protocol 只對:
P 0 P_0 P 0
有效,卻被全域部署:
∀ P , Π n e w , \forall P,\Pi_{new}, ∀ P , Π n e w ,
則形成:
P r o t o c o l O v e r f i t t i n g . \boxed{
ProtocolOverfitting.
} P r o t oco l O v er f i tt in g .
20. Bottom-Space Update
本文提出:
B t → B t + 1 . \boxed{
\mathcal B_t
\rightarrow
\mathcal B_{t+1}.
} B t → B t + 1 .
作為 GCORF 最廣義但也最需嚴格控制的外部學習層。
21. Shared Bottom Space
定義:
B t = Φ ( H t , A t , H ^ t A , A ^ t H , Π t , E t , K t , T t , H t ) . \boxed{
\mathcal B_t
=
\Phi(
H_t,
A_t,
\widehat H_t^A,
\widehat A_t^H,
\Pi_t,
E_t,
K_t,
T_t,
\mathcal H_t
).
} B t = Φ ( H t , A t , H t A , A t H , Π t , E t , K t , T t , H t ) .
其中:
H ^ t A \widehat H_t^A H t A :AI 對 human 的工作模型;
A ^ t H \widehat A_t^H A t H :human 對 AI 的工作模型;
E t E_t E t :environment / available evidence;
K t K_t K t :shared knowledge artifacts;
T t T_t T t :tools;
Π t \Pi_t Π t :protocol。
22. Bottom Space 不是「世界本身」
B t ≠ R e a l i t y . \boxed{
\mathcal B_t
\neq
Reality.
} B t = R e a l i t y .
它只表示當前 joint system 能夠:
的有效共同操作域。
23. Bottom Space 也不是兩者知識交集
簡單交集:
K H ∩ K A K_H\cap K_A K H ∩ K A
過於狹窄。
因為人與 AI 可以透過互補建立:
B t ⊃ K H ∩ K A . \boxed{
\mathcal B_t
\supset
K_H\cap K_A.
} B t ⊃ K H ∩ K A .
例如人提供意圖與 meta-direction,AI 提供大規模檢索與計算,兩者形成任一單方都未完整持有的 joint reachable space。
24. Bottom-Space Reachability
定義:
R e a c h ( x ∣ B t ) \boxed{
Reach(
x
\mid
\mathcal B_t
)
} R e a c h ( x ∣ B t )
表示 joint system 是否能在有限操作鏈內到達、表示或驗證 x x x 。
25. Problem-Conditioned Bottom Space
相同 joint system 面對不同問題:
P 1 , P 2 P_1,P_2 P 1 , P 2
可以誘發:
B t ( P 1 ) ≠ B t ( P 2 ) . \boxed{
\mathcal B_t(P_1)
\neq
\mathcal B_t(P_2).
} B t ( P 1 ) = B t ( P 2 ) .
因此 bottom space 不必是單一全域容器。
26. Observer-Conditioned Bottom Space
對不同人:
H 1 , H 2 , H_1,H_2, H 1 , H 2 ,
即使 AI 相同:
A , A, A ,
也可能:
B ( P ∣ H 1 , A , Π ) ≠ B ( P ∣ H 2 , A , Π ) . \boxed{
\mathcal B(P\mid H_1,A,\Pi)
\neq
\mathcal B(P\mid H_2,A,\Pi).
} B ( P ∣ H 1 , A , Π ) = B ( P ∣ H 2 , A , Π ) .
27. AI-Conditioned Bottom Space
同一 human:
H , H, H ,
換不同 AI:
A 1 , A 2 , A_1,A_2, A 1 , A 2 ,
可能:
B ( P ∣ H , A 1 , Π ) ≠ B ( P ∣ H , A 2 , Π ) . \boxed{
\mathcal B(P\mid H,A_1,\Pi)
\neq
\mathcal B(P\mid H,A_2,\Pi).
} B ( P ∣ H , A 1 , Π ) = B ( P ∣ H , A 2 , Π ) .
28. Protocol-Conditioned Bottom Space
即使:
H , A H,A H , A
都不變,
只要:
Π 1 ≠ Π 2 , \Pi_1\neq\Pi_2, Π 1 = Π 2 ,
也可能產生:
B ( P ∣ H , A , Π 1 ) ≠ B ( P ∣ H , A , Π 2 ) . \boxed{
\mathcal B(P\mid H,A,\Pi_1)
\neq
\mathcal B(P\mid H,A,\Pi_2).
} B ( P ∣ H , A , Π 1 ) = B ( P ∣ H , A , Π 2 ) .
29. Bottom-Space Expansion
若:
R e a c h t + 1 > R e a c h t Reach_{t+1}
>
Reach_t R e a c h t + 1 > R e a c h t
且新區域可被合法訪問、驗證或操作:
B t ⇒ E B t + 1 . \boxed{
\mathcal B_t
\Rightarrow_E
\mathcal B_{t+1}.
} B t ⇒ E B t + 1 .
30. Bottom-Space Expansion 不等於資料增加
新增十萬篇文件:
∣ E t + 1 ∣ ≫ ∣ E t ∣ |E_{t+1}|\gg|E_t| ∣ E t + 1 ∣ ≫ ∣ E t ∣
不代表:
B t + 1 \mathcal B_{t+1} B t + 1
一定更好。
如果檢索不到、無法理解、無法驗證,則只是 passive storage growth。
31. Bottom-Space Contraction
若:
tool unavailable;
memory deleted;
context pruned;
permission changed;
source invalidated;
則:
B t + 1 ⊂ B t . \boxed{
\mathcal B_{t+1}
\subset
\mathcal B_t.
} B t + 1 ⊂ B t .
因此 shared cognition 可以退化。
32. Bottom-Space Distortion
若可達空間增加但偏差放大:
R e a c h ↑ , B i a s ↑ , Reach\uparrow,
\quad
Bias\uparrow, R e a c h ↑ , B ia s ↑ ,
則:
E x p a n s i o n ≠ I m p r o v e m e n t . \boxed{
Expansion
\neq
Improvement.
} E x p an s i o n = I m p r o v e m e n t .
33. Mutual Modeling
人與 AI 都會形成對彼此的模型:
H ^ t A , A ^ t H . \boxed{
\widehat H_t^A,
\quad
\widehat A_t^H.
} H t A , A t H .
這些模型影響:
提問方式;
解釋粒度;
工具選擇;
信任;
驗證策略;
路由。
34. Mutual-Model Error
若:
H ^ t A ≉ H t \widehat H_t^A
\not\approx
H_t H t A ≈ H t
或:
A ^ t H ≉ A t , \widehat A_t^H
\not\approx
A_t, A t H ≈ A t ,
可能產生:
C o u p l i n g M i s a l i g n m e n t . \boxed{
CouplingMisalignment.
} C o u pl in g M i s a l i g nm e n t .
例如 AI 誤判 human 已理解某前提,或 human 誤判 AI 已持久記住某資訊。
35. Joint Dynamics
人–AI共同系統:
( H t , A t , B t , Π t ) → ( H t + 1 , A t + 1 , B t + 1 , Π t + 1 ) . \boxed{
(
H_t,
A_t,
\mathcal B_t,
\Pi_t
)
\rightarrow
(
H_{t+1},
A_{t+1},
\mathcal B_{t+1},
\Pi_{t+1}
).
} ( H t , A t , B t , Π t ) → ( H t + 1 , A t + 1 , B t + 1 , Π t + 1 ) .
36. Human State Update
H t + 1 ≠ H t H_{t+1}\neq H_t H t + 1 = H t
可能來自:
新理解;
新問題表述;
新偏好;
新方法習得;
新錯誤修正;
cognitive fatigue;
goal shift。
因此 human 也不是固定 controller。
37. AI Runtime Update
即使 θ \theta θ 不變:
A t + 1 ≠ A t A_{t+1}\neq A_t A t + 1 = A t
若其 runtime state:
C , M , R , T , O , Π C,M,R,T,\mathfrak O,\Pi C , M , R , T , O , Π
改變。
38. Generalized Twin Dynamics
本文將此稱為:
G e n e r a l i z e d T w i n D y n a m i c s . \boxed{
GeneralizedTwinDynamics.
} G e n er a l i z e d T w in D y nami cs .
因為不是只有 human 和 AI 兩個點。
真正耦合的是:
H + A + B + Π + H . \boxed{
H
+
A
+
\mathcal B
+
\Pi
+
\mathcal H.
} H + A + B + Π + H .
39. Learning Taxonomy
GCORF-05 v0.1 定義:
L = { L θ , L C , L M , L R , L T , L O , L Π , L B } . \boxed{
\mathcal L
=
\{
L_\theta,
L_C,
L_M,
L_R,
L_T,
L_O,
L_\Pi,
L_B
\}.
} L = { L θ , L C , L M , L R , L T , L O , L Π , L B } .
分別代表:
parameter;
context;
memory;
retrieval;
tool-state;
operator;
protocol;
bottom-space。
40. Learning Event
定義:
ℓ t = ( L a y e r , B e f o r e , U p d a t e , A f t e r , R e t e n t i o n , R e u s e , T r a n s f e r , E v i d e n c e , V e r s i o n ) . \boxed{
\ell_t
=
(
Layer,
Before,
Update,
After,
Retention,
Reuse,
Transfer,
Evidence,
Version
).
} ℓ t = ( L a y er , B e f or e , U p d a t e , A f t er , R e t e n t i o n , R e u se , T r an s f er , E v i d e n ce , V er s i o n ) .
41. Learning Admission
不是所有 update 都是 learning。
定義:
L e a r n i n g E v e n t ( Δ ) \boxed{
LearningEvent(\Delta)
} L e a r nin g E v e n t ( Δ )
至少要求:
S t a t e C h a n g e ∧ B e h a v i o r a l E f f e c t ∧ R e u s a b i l i t y . StateChange
\land
BehavioralEffect
\land
Reusability. S t a t e C han g e ∧ B e ha v i or a l E f f ec t ∧ R e u s abi l i t y .
較強版本再要求:
R e t e n t i o n ∧ T r a n s f e r . Retention
\land
Transfer. R e t e n t i o n ∧ T r an s f er .
42. Behaviorally Effective State Adaptation
為避免把「learning」用得過寬,本文引入上位詞:
B E S A = B e h a v i o r a l l y E f f e c t i v e S t a t e A d a p t a t i o n . \boxed{
BESA
=
BehaviorallyEffectiveStateAdaptation.
} B E S A = B e ha v i or a l l y E f f ec t i v e S t a t e A d a pt a t i o n .
若:
S t a t e t + 1 ≠ S t a t e t State_{t+1}\neq State_t S t a t e t + 1 = S t a t e t
且:
B e h a v i o r f u t u r e Behavior_{future} B e ha v i o r f u t u r e
受其系統性影響,即可稱 BESA。
43. Learning 與 BESA 的關係
L e a r n i n g ⊆ B E S A . \boxed{
Learning
\subseteq
BESA.
} L e a r nin g ⊆ B E S A .
不是所有 BESA 都是 learning。
例如短暫 context adaptation 可能是:
B E S A BESA B E S A
但沒有 persistence。
44. Persistence
定義:
P ℓ ( Δ ) \boxed{
P_\ell(\Delta)
} P ℓ ( Δ )
衡量 update 在時間 / session / restart 後保留程度。
45. Reusability
定義:
R ℓ ( Δ ) \boxed{
R_\ell(\Delta)
} R ℓ ( Δ )
衡量同一 state update 是否能在未來相關任務重新被使用。
46. Transfer
定義:
T ℓ ( Δ , D a → D b ) . \boxed{
T_\ell(
\Delta,
D_a\rightarrow D_b
).
} T ℓ ( Δ , D a → D b ) .
若 update 只在完全相同 task 有效,transfer 低。
47. Learning Strength
可以定義多維:
Σ L ( ℓ ) = ( P e r s i s t e n c e , R e u s a b i l i t y , T r a n s f e r , B e h a v i o r a l E f f e c t , E v i d e n c e , C o s t ) . \boxed{
\Sigma_L(\ell)
=
(
Persistence,
Reusability,
Transfer,
BehavioralEffect,
Evidence,
Cost
).
} Σ L ( ℓ ) = ( P er s i s t e n ce , R e u s abi l i t y , T r an s f er , B e ha v i or a l E f f ec t , E v i d e n ce , C os t ) .
仍不壓成一個固定總分。
48. False Learning
定義:
F a l s e L e a r n i n g \boxed{
FalseLearning
} F a l se L e a r nin g
當系統觀察到輸出改善,但實際沒有可保留的結構改變。
例如:
random luck;
easier input;
hidden source leakage;
evaluation contamination。
49. Benchmark Leakage
若 system 因看到答案:
A n s w e r ∈ C o n t e x t Answer
\in
Context A n s w er ∈ C o n t e x t
而表現提升,不能叫:
L e a r n i n g . Learning. L e a r nin g .
應標:
E v a l u a t i o n L e a k a g e . \boxed{
EvaluationLeakage.
} E v a l u a t i o n L e ak a g e .
50. Context Contamination
Active context 中錯誤資訊可能:
C t → B e h a v i o r E r r o r . C_t
\rightarrow
BehaviorError. C t → B e ha v i or E r r or .
若被錯誤寫入 persistent memory:
C t → M t + 1 , C_t
\rightarrow
M_{t+1}, C t → M t + 1 ,
污染會升級。
51. Memory Hallucination
若 memory system 保存:
m m m
但其 source 不存在/被模型自行補全,則:
M e m o r y H a l l u c i n a t i o n . \boxed{
MemoryHallucination.
} M e m or y H a l l u c ina t i o n .
必須與普通 model hallucination 分開追蹤。
52. Stale Memory
若:
m t m_t m t
曾經正確,但世界或 project 已更新:
T r u t h t ( m ) ≠ T r u t h t + 1 ( m ) , Truth_t(m)\neq Truth_{t+1}(m), T r u t h t ( m ) = T r u t h t + 1 ( m ) ,
則:
S t a l e M e m o r y . \boxed{
StaleMemory.
} S t a l e M e m or y .
53. Memory Invalidation
定義:
I n v a l i d a t e ( m , E n e w ) . \boxed{
Invalidate(
m,
E_{new}
).
} I n v a l i d a t e ( m , E n e w ) .
不能只追加「新記憶」而保留舊錯誤同權重。
54. Retrieval–Memory Coupling
Memory 存在不代表能取回。
真正有效:
M e m o r y E f f e c t = W r i t e + I n d e x + R e t r i e v e + R o u t e . \boxed{
MemoryEffect
=
Write
+
Index
+
Retrieve
+
Route.
} M e m or y E f f ec t = W r i t e + I n d e x + R e t r i e v e + R o u t e .
55. External Operator Library
可將抽出的 operator 存入:
O e x t . \boxed{
\mathfrak O^{ext}.
} O e x t .
AI runtime 可以在每次任務:
R e t r i e v e O p e r a t o r ( P ) → C o m p o s e → E x e c u t e . RetrieveOperator(P)
\rightarrow
Compose
\rightarrow
Execute. R e t r i e v e O p er a t or ( P ) → C o m p ose → E x ec u t e .
56. Operator Externalization
這意味著模型不必在權重內「記住」完整方法。
可以:
M e t h o d → E x t e r n a l O p e r a t o r O b j e c t → R u n t i m e R e t r i e v a l . \boxed{
Method
\rightarrow
ExternalOperatorObject
\rightarrow
RuntimeRetrieval.
} M e t h o d → E x t er na l O p er a t or O bj ec t → R u n t im e R e t r i e v a l .
57. Externalization Trade-Off
優點:
可版本化;
可驗證;
可刪除;
可替換;
provenance 清楚。
缺點:
retrieval dependency;
latency;
availability;
coordination cost。
58. Parameter vs External Learning
Parameter learning:
θ t + 1 ≠ θ t . \boxed{
\theta_{t+1}\neq\theta_t.
} θ t + 1 = θ t .
External learning:
θ t + 1 = θ t , X t + 1 e x t ≠ X t e x t . \boxed{
\theta_{t+1}=\theta_t,
\quad
\mathcal X_{t+1}^{ext}\neq\mathcal X_t^{ext}.
} θ t + 1 = θ t , X t + 1 e x t = X t e x t .
其中:
X e x t = ( C , M , R , T , O , Π , B ) . \mathcal X^{ext}
=
(
C,M,R,T,\mathfrak O,\Pi,\mathcal B
). X e x t = ( C , M , R , T , O , Π , B ) .
59. Hybrid Learning
現實系統可以:
L h y b r i d = L θ + L e x t . \boxed{
L_{hybrid}
=
L_\theta
+
L_{ext}.
} L h y b r i d = L θ + L e x t .
兩者不互斥。
60. Parameter Superiority Fallacy
不能假定:
P a r a m e t e r U p d a t e > E x t e r n a l U p d a t e . \boxed{
ParameterUpdate
>
ExternalUpdate.
} P a r am e t er U p d a t e > E x t er na l U p d a t e .
不同任務下:
權重學習可能泛化更強;
外部 operator 更可審核;
memory 更易更新;
retrieval 更易撤銷。
61. External-State Inferiority Fallacy
也不能因為外部狀態可刪除,就說它不是「真正學習」。
若:
R e t e n t i o n , R e u s e , T r a n s f e r Retention,
Reuse,
Transfer R e t e n t i o n , R e u se , T r an s f er
都成立,其行為效果是真實的。
62. Learning Location
因此「AI 學到哪裡」應回答:
W h e r e D i d L e a r n i n g O c c u r ? \boxed{
WhereDidLearningOccur?
} W h er eD i d L e a r nin g O cc u r ?
輸出可能:
θ , M , R , T , O , Π , B . \theta,
M,
R,
T,
\mathfrak O,
\Pi,
\mathcal B. θ , M , R , T , O , Π , B .
63. Learning Provenance
每次 learning event 必須保留:
S o u r c e → U p d a t e → S t a t e D e l t a → B e h a v i o r D e l t a . \boxed{
Source
\rightarrow
Update
\rightarrow
StateDelta
\rightarrow
BehaviorDelta.
} S o u r ce → U p d a t e → S t a t eD e l t a → B e ha v i or D e l t a .
64. Causal Attribution
若多個層同時更新:
M , R , Π M,R,\Pi M , R , Π
則不能簡單宣稱某一層「造成改善」。
應使用:
A b l a t i o n / C o u n t e r f a c t u a l R e p l a y . \boxed{
Ablation
/
CounterfactualReplay.
} A b l a t i o n / C o u n t er f a c t u a l R e pl a y .
65. Learning Attribution Test
比較:
R u n ( J t + 1 ) Run(
\mathcal J_{t+1}
) R u n ( J t + 1 )
與:
R u n ( J t + 1 ∖ Δ i ) . Run(
\mathcal J_{t+1}
\setminus\Delta_i
). R u n ( J t + 1 ∖ Δ i ) .
若移除 Δ i \Delta_i Δ i 後效果消失,才提高 causal credit。
66. Joint Learning
有些學習不屬於任何單方。
例如 human 學會如何把問題交給 AI,而 AI external operator library 也因 human feedback 更新。
因此:
J o i n t L e a r n i n g \boxed{
JointLearning
} J o in t L e a r nin g
可以是:
Δ H + Δ Π + Δ O + Δ B . \Delta H
+
\Delta \Pi
+
\Delta\mathfrak O
+
\Delta\mathcal B. Δ H + ΔΠ + Δ O + Δ B .
67. Joint Learning 不等於 Shared Identity
即使高度耦合:
H ≠ A . H\neq A. H = A .
GCORF 不主張人與 AI 合成單一主體。
共享底空間是:
i n t e r a c t i o n d o m a i n , \boxed{
interaction domain,
} in t er a c t i o n d o main ,
不是 metaphysical identity。
68. Asymmetric Learning
人與 AI 的 update rate 可以不同:
v H ≠ v A . v_H
\neq
v_A. v H = v A .
例如 human 長期學到操作習慣,AI session context 卻結束後歸零。
69. Memory Asymmetry
可能:
M H M_H M H
持久,
但:
M A M_A M A
不持久。
也可能相反。
因此 joint system continuity 不能只看任一方。
70. Shared Artifact Continuity
外部 artifact:
K t K_t K t
可提供跨 session continuity。
例如:
papers;
databases;
repositories;
operator records;
experiment logs;
canonical snapshots。
71. Artifact-Mediated Continuity
定義:
C o n t i n u i t y a r t i f a c t \boxed{
Continuity_{artifact}
} C o n t in u i t y a r t i f a c t
當人與 AI 都能重新讀取同一 artifact,joint bottom space 可以在 session break 後部分恢復。
72. Context Compression
若 active context 過大:
∣ C t ∣ ≫ B u d g e t , |C_t|\gg Budget, ∣ C t ∣ ≫ B u d g e t ,
需要壓縮。
定義:
C o m p r e s s C o n t e x t : C t → C ~ t . \boxed{
CompressContext:
C_t\rightarrow\widetilde C_t.
} C o m p r ess C o n t e x t : C t → C t .
73. Compression Loss
L o s s C = I n f o ( C t ) − I n f o ( C ~ t ) . \boxed{
Loss_C
=
Info(
C_t
)
-
Info(
\widetilde C_t
).
} L os s C = I n f o ( C t ) − I n f o ( C t ) .
如果重要 provenance / failure / constraint 被壓掉,future bottom space 會失真。
74. External Memory as Expansion–Consolidation Mechanism
GCORF-04 的 lifecycle 可以在 memory layer 實現:
C o n t e x t E x p a n d → E x t e r n a l i z e → C o n s o l i d a t e → R e t r i e v e . \boxed{
ContextExpand
\rightarrow
Externalize
\rightarrow
Consolidate
\rightarrow
Retrieve.
} C o n t e x tE x p an d → E x t er na l i z e → C o n so l i d a t e → R e t r i e v e .
75. Shared Bottom-Space Snapshot
可建立:
{
"bottom_space_id": "string",
"time": "string",
"human_state_ref": "string",
"ai_runtime_ref": "string",
"human_model_of_ai_ref": "string",
"ai_model_of_human_ref": "string",
"protocol_ref": "string",
"knowledge_artifact_refs": [],
"tool_refs": [],
"memory_refs": [],
"operator_library_ref": "string",
"reachable_domains": [],
"known_gaps": [],
"version": "string"
}
76. Learning Event Record
{
"learning_event_id": "string",
"layer": "parameter|context|memory|retrieval|tool|operator|protocol|bottom_space",
"before_ref": "string",
"after_ref": "string",
"update_ref": "string",
"behavioral_effect": {},
"persistence": "none|session|persistent|unknown",
"reusability": "low|medium|high|unknown",
"transfer": "low|medium|high|unknown",
"evidence_refs": [],
"status": "BESA|learning|false_learning|unknown",
"version": "string"
}
77. External-State Record
{
"state_id": "string",
"context_ref": "string",
"memory_ref": "string",
"retrieval_ref": "string",
"tool_state_refs": [],
"operator_library_ref": "string",
"protocol_ref": "string",
"bottom_space_ref": "string",
"timestamp": "string",
"version": "string"
}
78. Learning Admission Protocol
候選 learning event:
S t a t e D e l t a → B e h a v i o r a l E f f e c t → R e t e n t i o n → R e u s e → T r a n s f e r → A t t r i b u t i o n → A d m i t . \boxed{
StateDelta
\rightarrow
BehavioralEffect
\rightarrow
Retention
\rightarrow
Reuse
\rightarrow
Transfer
\rightarrow
Attribution
\rightarrow
Admit.
} S t a t eD e l t a → B e ha v i or a l E f f ec t → R e t e n t i o n → R e u se → T r an s f er → A tt r ib u t i o n → A d mi t .
79. Minimum Learning Criterion
v0.1 最低:
S t a t e C h a n g e ∧ B e h a v i o r a l E f f e c t ∧ R e u s a b i l i t y . \boxed{
StateChange
\land
BehavioralEffect
\land
Reusability.
} S t a t e C han g e ∧ B e ha v i or a l E f f ec t ∧ R e u s abi l i t y .
若 persistence 只限 session:
S t a t u s = B E S A / I n C o n t e x t L e a r n i n g Status=BESA/InContextLearning S t a t u s = B E S A / I n C o n t e x t L e a r nin g
而非 persistent learning。
80. Strong Learning Criterion
較強版本:
S t a t e C h a n g e ∧ R e t e n t i o n ∧ R e u s a b i l i t y ∧ T r a n s f e r ∧ C a u s a l S u p p o r t . \boxed{
StateChange
\land
Retention
\land
Reusability
\land
Transfer
\land
CausalSupport.
} S t a t e C han g e ∧ R e t e n t i o n ∧ R e u s abi l i t y ∧ T r an s f er ∧ C a u s a l S u pp or t .
81. Bottom-Space Update Protocol
B t → B t + 1 \boxed{
\mathcal B_t
\rightarrow
\mathcal B_{t+1}
} B t → B t + 1
必須記錄:
trigger;
added reachable region;
removed region;
new tools;
new operator access;
changed protocol;
changed mutual models;
evidence;
distortion risk。
82. Coupling Gain
定義:
G C ( H , A ) = P e r f o r m a n c e ( H ⊗ A ) − B a s e l i n e ( H , A ) . \boxed{
G_C(
H,A
)
=
Performance(
H\otimes A
)
-
Baseline(
H,A
).
} G C ( H , A ) = P er f or man ce ( H ⊗ A ) − B a se l in e ( H , A ) .
Baseline 可以是:
max ( P e r f o r m a n c e ( H ) , P e r f o r m a n c e ( A ) ) \max(
Performance(H),
Performance(A)
) max ( P er f or man ce ( H ) , P er f or man ce ( A ))
或其他明確基準。
83. Coupling Gain 不等於 Intelligence Gain
C o u p l i n g G a i n ≠ G e n e r a l I n t e l l i g e n c e G a i n . \boxed{
CouplingGain
\neq
GeneralIntelligenceGain.
} C o u pl in g G ain = G e n er a l I n t e l l i g e n ce G ain .
它只表示 joint system 在指定任務上的增益。
84. Negative Coupling
可能:
G C < 0. \boxed{
G_C<0.
} G C < 0.
例如:
overtrust;
communication overhead;
false consensus;
tool friction;
memory contamination。
85. Coupling Stability
定義:
S t a b i l i t y C \boxed{
Stability_C
} S t abi l i t y C
衡量 joint protocol 在時間、問題與模型切換下是否保持效果。
86. Protocol Portability
若:
Π ( H , A 1 ) \Pi(H,A_1) Π ( H , A 1 )
換成:
A 2 A_2 A 2
仍有效:
P o r t a b i l i t y ( Π ) \boxed{
Portability(\Pi)
} P or t abi l i t y ( Π )
較高。
87. AI Replacement Test
同一 human / corpus / protocol:
( H , A 1 , Π ) (H,A_1,\Pi) ( H , A 1 , Π )
與:
( H , A 2 , Π ) (H,A_2,\Pi) ( H , A 2 , Π )
比較:
Δ B , Δ O , Δ P e r f o r m a n c e . \Delta\mathcal B,
\Delta\mathfrak O,
\Delta Performance. Δ B , Δ O , Δ P er f or man ce .
可辨認 AI-specific coupling effects。
88. Human Replacement Test
同一 AI:
( H 1 , A , Π ) (H_1,A,\Pi) ( H 1 , A , Π )
與:
( H 2 , A , Π ) (H_2,A,\Pi) ( H 2 , A , Π )
比較,可測 human-conditioned bottom-space effects。
89. Protocol Replacement Test
固定:
H , A , H,A, H , A ,
只改:
Π 1 → Π 2 . \Pi_1\rightarrow\Pi_2. Π 1 → Π 2 .
可測 protocol contribution。
90. Memory Ablation Test
移除:
M t M_t M t
重新執行。
若 performance / route 大幅改變,證明 persistent memory 是 joint system 的實質狀態。
91. Operator Ablation Test
移除:
Ω k \Omega_k Ω k
比較 runtime。
可判斷 operator learning 是否真正被調用。
92. Bottom-Space Drift
定義:
Δ B ( t ) = d ( B t , B t + 1 ) . \boxed{
\Delta_B(t)
=
d(
\mathcal B_t,
\mathcal B_{t+1}
).
} Δ B ( t ) = d ( B t , B t + 1 ) .
此 distance 不必一開始固定為單一 metric。
可拆:
Δ B = ( Δ R e a c h , Δ S t r u c t u r e , Δ E v i d e n c e , Δ T o o l s , Δ L i c e n s e ) . \Delta_B
=
(
\Delta Reach,
\Delta Structure,
\Delta Evidence,
\Delta Tools,
\Delta License
). Δ B = ( Δ R e a c h , Δ S t r u c t u r e , Δ E v i d e n ce , Δ T oo l s , Δ L i ce n se ) .
93. Drift 不等於 Progress
Δ B > 0 ⇏ P r o g r e s s . \boxed{
\Delta_B>0
\not\Rightarrow
Progress.
} Δ B > 0 ⇒ P r o g r ess .
可能只是 context 被污染。
94. Shared Bottom-Space Stabilization
若:
Δ B \Delta_B Δ B
在 window W W W 中下降,且核心 reachability / protocol / evidence graph 穩定,可定義:
S t a b ( B ; W ) . \boxed{
Stab(
\mathcal B;W
).
} S t ab ( B ; W ) .
仍不是 finality。
95. Bottom-Space Reopening
新:
AI;
tool;
corpus;
human goal;
protocol;
observer;
可:
S t a b l e B o t t o m S p a c e → R e o p e n e d B o t t o m S p a c e . \boxed{
StableBottomSpace
\rightarrow
ReopenedBottomSpace.
} S t ab l e B o tt o m S p a ce → R eo p e n e d B o tt o m S p a ce .
96. Learning Debt
若 system 不斷吸收外部 state:
M , R , T , O ↑ M,R,T,\mathfrak O\uparrow M , R , T , O ↑
但不 consolidation / invalidation,形成:
L e a r n i n g D e b t . \boxed{
LearningDebt.
} L e a r nin g D e b t .
97. Memory Debt
過多:
stale;
duplicate;
contradictory;
source-less memory;
形成:
M e m o r y D e b t . \boxed{
MemoryDebt.
} M e m or y D e b t .
98. Retrieval Debt
index / source weights 長期未 recalibrate:
R e t r i e v a l D e b t . \boxed{
RetrievalDebt.
} R e t r i e v a l D e b t .
99. Protocol Debt
protocol 只追加例外規則:
Π t + 1 = Π t + exceptions , \Pi_{t+1}
=
\Pi_t+\text{exceptions}, Π t + 1 = Π t + exceptions ,
卻不重構,形成:
P r o t o c o l D e b t . \boxed{
ProtocolDebt.
} P r o t oco l D e b t .
100. Operator Debt
大量 provisional operators 未驗證/去重:
O p e r a t o r D e b t . \boxed{
OperatorDebt.
} O p er a t or D e b t .
101. Learning Health
定義 joint learning health:
H L = f ( R e t e n t i o n , R e u s e , T r a n s f e r , D e b t , E r r o r V i s i b i l i t y , V a l i d a t i o n ) . \boxed{
H_L
=
f(
Retention,
Reuse,
Transfer,
Debt,
ErrorVisibility,
Validation
).
} H L = f ( R e t e n t i o n , R e u se , T r an s f er , D e b t , E r r or V i s ibi l i t y , V a l i d a t i o n ) .
只作 diagnostic,不作 universal intelligence score。
102. External Learning and UBE
External operator / memory / protocol library 可:
X e x t [ n ] ⇒ E X e x t [ n + 1 ] . \boxed{
\mathcal X_{ext}^{[n]}
\Rightarrow_E
\mathcal X_{ext}^{[n+1]}.
} X e x t [ n ] ⇒ E X e x t [ n + 1 ] .
每一 actual state 有限,但無預設最終外部認知庫。
103. Bottom Space and UBE
同樣:
B [ n ] ⇒ E B [ n + 1 ] . \boxed{
\mathcal B^{[n]}
\Rightarrow_E
\mathcal B^{[n+1]}.
} B [ n ] ⇒ E B [ n + 1 ] .
不是建立已完成的:
B ( ∞ ) . \mathcal B^{(\infty)}. B ( ∞ ) .
104. Learning 不必單調
可能:
L e a r n → U n l e a r n → R e l e a r n . \boxed{
Learn
\rightarrow
Unlearn
\rightarrow
Relearn.
} L e a r n → U n l e a r n → R e l e a r n .
Invalidation / rollback 也是健康學習系統的一部分。
105. Forgetting
GCORF 區分:
F o r g e t t i n g \boxed{
Forgetting
} F or g e tt in g
與:
D e l e t i o n . \boxed{
Deletion.
} D e l e t i o n .
Forgetting 可是:
priority decay;
retrieval suppression;
archive;
context removal。
不一定物理刪除資料。
106. Strategic Forgetting
若 outdated / harmful memory 會污染 runtime,則:
S t r a t e g i c F o r g e t t i n g \boxed{
StrategicForgetting
} S t r a t e g i c F or g e tt in g
可能提高系統品質。
因此:
M o r e M e m o r y ≠ B e t t e r M e m o r y . MoreMemory
\neq
BetterMemory. M or e M e m or y = B e tt er M e m or y .
107. Internal–External Recompilation
最一般形式:
J t + 1 = R e c o m p i l e ( J t , O b s e r v a t i o n t , F e e d b a c k t , E v i d e n c e t ) . \boxed{
\mathcal J_{t+1}
=
Recompile(
\mathcal J_t,
Observation_t,
Feedback_t,
Evidence_t
).
} J t + 1 = R eco m p i l e ( J t , O b ser v a t i o n t , F ee d ba c k t , E v i d e n c e t ) .
可能只修改外部層,也可能未來修改 θ \theta θ 。
108. Knowledge Recompilation
不是只有 append:
K t + 1 = K t + Δ K . K_{t+1}
=
K_t+\Delta K. K t + 1 = K t + Δ K .
更一般:
K t + 1 = R e c o m p i l e ( K t , O t , R t + 1 , P t + 1 ) . \boxed{
K_{t+1}
=
Recompile(
K_t,
O_t,
R_{t+1},
P_{t+1}
).
} K t + 1 = R eco m p i l e ( K t , O t , R t + 1 , P t + 1 ) .
其中舊 knowledge 可以:
downgrade;
reinterpret;
merge;
split;
invalidate。
109. Learning as Topology Change
有些 learning event 不增加資訊量,但改變關係:
E t = E t + 1 \boxed{
E_t=E_{t+1}
} E t = E t + 1
但:
G r a p h t ≠ G r a p h t + 1 . Graph_t
\neq
Graph_{t+1}. G r a p h t = G r a p h t + 1 .
因此:
L e a r n i n g ≠ I n f o r m a t i o n A c c u m u l a t i o n O n l y . \boxed{
Learning
\neq
InformationAccumulationOnly.
} L e a r nin g = I n f or ma t i o n A cc u m u l a t i o n O n l y .
110. Learning as Routing Change
同一 operator library:
O \mathfrak O O
若:
Π t ≠ Π t + 1 , \Pi_t\neq\Pi_{t+1}, Π t = Π t + 1 ,
就可能出現巨大能力差異。
因此 routing 本身是認知資產。
111. Learning as Boundary Change
新 evidence 可能只修改:
B D , Λ . B_D,
\Lambda. B D , Λ.
沒有新增任何知識內容。
但這仍是:
E p i s t e m i c L e a r n i n g . \boxed{
EpistemicLearning.
} E p i s t e mi c L e a r nin g .
因為 system 學會「哪裡不能用」。
112. Negative Knowledge
知道:
某路徑失敗 \boxed{
\text{某路徑失敗}
} 某路徑失敗
也是 learning。
因此 failure archive 是外部學習系統的重要部分。
113. Learning and Observer Diversity
若只有單一 observer 認為有 learning effect:
o 1 , o_1, o 1 ,
其他 observer 重放無法重現,則 learning confidence 應下降。
114. Cross-Observer Learning Validation
定義:
V a l i d a t e L e a r n i n g ( ℓ ∣ o 1 , … , o n ) . \boxed{
ValidateLearning(
\ell
\mid
o_1,\ldots,o_n
).
} V a l i d a t e L e a r nin g ( ℓ ∣ o 1 , … , o n ) .
保存 disagreement,不強迫 consensus。
115. GCORF-05 核心公理候選
LEARN-A1 — Layer Separation
不同 learning layer 必須顯式區分。
LEARN-A2 — Parameter Non-Exclusivity
L e a r n i n g ≢ P a r a m e t e r U p d a t e . Learning
\not\equiv
ParameterUpdate. L e a r nin g ≡ P a r am e t er U p d a t e .
LEARN-A3 — State-Change Non-Sufficiency
S t a t e C h a n g e ⇏ L e a r n i n g . StateChange
\not\Rightarrow
Learning. S t a t e C han g e ⇒ L e a r nin g .
LEARN-A4 — Behavioral Effect
learning event 必須對未來行為具有可辨識影響。
LEARN-A5 — Reusability
正式 learning 至少要求可重用性。
LEARN-A6 — Provenance
learning event 必須可追到 source / update / state delta。
LEARN-A7 — Bottom-Space Conditionality
shared bottom space 受到 human / AI / protocol / tool / history 共同條件化。
LEARN-A8 — Joint Non-Identity
高度耦合不推出 human–AI metaphysical identity。
LEARN-A9 — External Revisability
外部 learning state 必須可 invalidation / rollback / archive。
LEARN-A10 — Non-Final Learning Space
不存在預設完成的最終 external cognition state。
116. 十四個主要失效模式
False Learning :表現改善但沒有可保留結構改變;
Evaluation Leakage :答案洩漏被誤認學習;
Context Contamination :錯誤上下文導致暫態偏差;
Memory Hallucination :無真實來源的記憶被持久化;
Stale Memory :舊真實狀態被錯當目前真實;
Retrieval Lock-In :檢索只強化既有來源;
Protocol Overfitting :單任務 protocol 被錯誤泛化;
Coupling Misalignment :human / AI mutual model 錯配;
Learning Attribution Error :多層同時變動卻誤歸因;
Bottom-Space Inflation :資料增加被誤叫 reachable-space 增長;
Memory Debt :大量矛盾、重複、過期記憶;
Operator Debt :provisional operator 未整理;
Persistence Confusion :session adaptation 被誤稱長期學習;
External-State Denial :因權重沒變而否認可重用 external learning。
117. GCORF-05 核心 Runtime
定義:
LearnEvent : ( J t , Δ t , T a s k t ) ↦ ( J t + 1 , L a y e r , B E S A S t a t u s , L e a r n i n g S t a t u s , E v i d e n c e ) . \boxed{
\operatorname{LearnEvent}
:
(
\mathcal J_t,
\Delta_t,
Task_t
)
\mapsto
(
\mathcal J_{t+1},
Layer,
BESAStatus,
LearningStatus,
Evidence
).
} LearnEvent : ( J t , Δ t , T a s k t ) ↦ ( J t + 1 , L a y er , B E S A S t a t u s , L e a r nin g S t a t u s , E v i d e n ce ) .
118. Bottom-Space Runtime
UpdateBottomSpace : ( B t , Δ H , Δ A , Δ Π , Δ E , Δ K , Δ T ) ↦ B t + 1 . \boxed{
\operatorname{UpdateBottomSpace}
:
(
\mathcal B_t,
\Delta H,
\Delta A,
\Delta\Pi,
\Delta E,
\Delta K,
\Delta T
)
\mapsto
\mathcal B_{t+1}.
} UpdateBottomSpace : ( B t , Δ H , Δ A , ΔΠ , Δ E , Δ K , Δ T ) ↦ B t + 1 .
119. Attribution Runtime
AttributeLearning : ( J t + 1 , { Δ i } ) ↦ { C r e d i t i , U n c e r t a i n t y i } . \boxed{
\operatorname{AttributeLearning}
:
(
\mathcal J_{t+1},
\{\Delta_i\}
)
\mapsto
\{
Credit_i,
Uncertainty_i
\}.
} AttributeLearning : ( J t + 1 , { Δ i }) ↦ { C r e d i t i , U n cer t ain t y i } .
120. 與 GCORF-06 的接口
GCORF-05 已經建立:
H , A , B , Π , H \boxed{
H,
A,
\mathcal B,
\Pi,
\mathcal H
} H , A , B , Π , H
共同演化的 joint system。
下一個問題自然變成:
誰在觀察這整個 joint system?觀察者能否觀察自己、觀察自己的觀察規則、再把新的觀察層有限地加入系統?
因此 GCORF-06 將正式處理:
無界展開遞歸觀察者 \boxed{
\text{無界展開遞歸觀察者}
} 無界展開遞歸觀察者
以及:
observer stack + meta-observation + recursive legality + finite-prefix self-observation . \boxed{
\text{observer stack}
+
\text{meta-observation}
+
\text{recursive legality}
+
\text{finite-prefix self-observation}.
} observer stack + meta-observation + recursive legality + finite-prefix self-observation .
121. 結論
GCORF-05 將「學習」從單一參數更新問題,重新拆成多層可追蹤狀態轉換。
最核心分類為:
L e a r n i n g = { P a r a m e t e r , C o n t e x t , M e m o r y , R e t r i e v a l , T o o l , O p e r a t o r , P r o t o c o l , B o t t o m S p a c e } . \boxed{
Learning
=
\{
Parameter,
Context,
Memory,
Retrieval,
Tool,
Operator,
Protocol,
BottomSpace
\}.
} L e a r nin g = { P a r am e t er , C o n t e x t , M e m or y , R e t r i e v a l , T oo l , O p er a t or , P r o t oco l , B o tt o m S p a ce } .
但本文同時拒絕把任何 update 都叫 learning。
正式 learning 至少必須回答:
改了什麼? \boxed{
\text{改了什麼?}
} 改了什麼?
改在哪一層? \boxed{
\text{改在哪一層?}
} 改在哪一層?
能保留多久? \boxed{
\text{能保留多久?}
} 能保留多久?
能否重新使用? \boxed{
\text{能否重新使用?}
} 能否重新使用?
能否轉移? \boxed{
\text{能否轉移?}
} 能否轉移?
真的改變了後續行為嗎? \boxed{
\text{真的改變了後續行為嗎?}
} 真的改變了後續行為嗎?
因此:
θ t + 1 = θ t \boxed{
\theta_{t+1}=\theta_t
} θ t + 1 = θ t
不能單獨證明:
No Learning . \boxed{
\text{No Learning}.
} No Learning .
更完整的問題應是:
J t + 1 ≠ ? J t \boxed{
\mathcal J_{t+1}
\stackrel{?}{\neq}
\mathcal J_t
} J t + 1 = ? J t
以及這個差異是否具有:
R e t e n t i o n + R e u s e + B e h a v i o r a l E f f e c t + E v i d e n c e . \boxed{
Retention
+
Reuse
+
BehavioralEffect
+
Evidence.
} R e t e n t i o n + R e u se + B e ha v i or a l E f f ec t + E v i d e n ce .
最終,GCORF 將人–AI共同研究理解為:
( H t , A t , B t , Π t , H t ) ⟶ ( H t + 1 , A t + 1 , B t + 1 , Π t + 1 , H t + 1 ) , \boxed{
\begin{aligned}
&
(
H_t,
A_t,
\mathcal B_t,
\Pi_t,
\mathcal H_t
)
\\
&\qquad\longrightarrow
(
H_{t+1},
A_{t+1},
\mathcal B_{t+1},
\Pi_{t+1},
\mathcal H_{t+1}
),
\end{aligned}
} ( H t , A t , B t , Π t , H t ) ⟶ ( H t + 1 , A t + 1 , B t + 1 , Π t + 1 , H t + 1 ) ,
而不是單向:
H u m a n P r o m p t → A I A n s w e r . HumanPrompt
\rightarrow
AIAnswer. H u man P r o m pt → A I A n s w er .
GCORF 因此開始進入真正的共同認知計算論:學習不只可能發生在模型內,也可能發生在模型之外、工具之間、記憶之中、方法庫之中、協議之中,以及人與 AI 共同形成的可達認知空間本身。