06.子 AI 是認知器官,不是獨立 Workflow
從固定 Agent 名冊到可生成、專門化、替換與退役的 Sub-AI Fabric
《母 AI 與區域認知體:AI 中心動態認知系統》第六篇
作者:Neo.K × Aletheia 版本:v0.1 日期:2026-08-01 文件性質:公開命題論文/Sub-AI Fabric 與 Agent Lifecycle 架構研究
摘要
前五篇已經建立 Mother AI 的持續認知核心、世界狀態機、動態認知圖、二階控制與 Persistent Runtime。到了這一步,右側的 Sub-AI Fabric 不再能被簡化成一組固定 Agent:
S t = { A 1 , … , A n } . S_t=\{A_1,\ldots,A_n\}. S t = { A 1 , … , A n } .
若 Mother AI 能依世界狀態、任務、未知、風險與資源動態重構自己的認知拓撲,那麼子 AI 更適合被理解為:
可生成、可專門化、可替換、可複製、可隔離、可退役的認知器官 \boxed{
\text{可生成、可專門化、可替換、可複製、可隔離、可退役的認知器官}
} 可生成、可專門化、可替換、可複製、可隔離、可退役的認知器官
而不是一條條獨立 Workflow。
本文提出 Sub-AI Fabric 的核心模型:
S t = ( A t , R t , K t , T t , M t S , H t S ) \boxed{
S_t
=
(
\mathcal A_t,
\mathcal R_t,
\mathcal K_t,
\mathcal T_t,
\mathcal M_t^S,
\mathcal H_t^S
)
} S t = ( A t , R t , K t , T t , M t S , H t S )
其中:
A t \mathcal A_t A t :當前 Agent instance;
R t \mathcal R_t R t :角色/能力描述;
K t \mathcal K_t K t :知識與上下文切片;
T t \mathcal T_t T t :工具與執行接口;
M t S \mathcal M_t^S M t S :局部與共享記憶;
H t S \mathcal H_t^S H t S :健康、成本、歷史績效與生命週期狀態。
本文進一步把每個子 AI 分成「角色模板」與「運行實例」:
Agent Template ≠ Agent Instance \boxed{
\text{Agent Template}
\neq
\text{Agent Instance}
} Agent Template = Agent Instance
模板定義:
Θ r = ( r o l e , c a p a b i l i t i e s , m o d e l p o l i c y , m e m o r y p o l i c y , t o o l s , a u t h o r i t y , b u d g e t , v a l i d a t i o n ) , \Theta_r
=
(
role,
capabilities,
model\ policy,
memory\ policy,
tools,
authority,
budget,
validation
), Θ r = ( r o l e , c a p abi l i t i es , m o d e l p o l i cy , m e m or y p o l i cy , t oo l s , a u t h or i t y , b u d g e t , v a l i d a t i o n ) ,
而 instance:
A i ( t ) = Instantiate ( Θ r , c o n t e x t t ) . A_i(t)
=
\operatorname{Instantiate}(
\Theta_r,
context_t
). A i ( t ) = Instantiate ( Θ r , co n t e x t t ) .
這使 Mother AI 不必永久保有大量正在運作的 Agent;它可以保留少量 durable role templates,在需要時臨時生成認知器官,完成任務後退役,只保留有價值的狀態、結果與記憶。
2023 年 AutoAgents 已提出依任務自動生成與協調 specialized agents;Microsoft Magentic-One 展示了 modular multi-agent 架構中可加入或移除 specialist agents 而不必重做整套系統;2026 年 Dynamic Role Assignment 更把 role filling 變成 capability-aware selection 問題;AgentSpawn 則直接研究 runtime dynamic spawning、memory transfer、skill inheritance、task resumption 與 concurrent coherence。另一方面,Amazon Bedrock 的 multi-agent collaboration 文件明確要求 collaborator agents 具有清楚且盡量不重疊的專門責任。這些研究與產品共同指向一個趨勢:Agent 不必是固定工作流節點,角色、實例、模型與任務綁定關係可以被動態配置。
本文同時提出「認知器官」比喻的工程限制:器官並不等於沒有自主性。Sub-AI 可以在被委派的局部任務內擁有自己的規劃、記憶、工具與局部閉環;但其生命週期、資源、權限與組織地位仍由更高層 Runtime 管理。因此 Mother AI 與 Sub-AI 的關係更像:
global cognitive continuity + local cognitive autonomy \boxed{
\text{global cognitive continuity}
+
\text{local cognitive autonomy}
} global cognitive continuity + local cognitive autonomy
而不是簡單 master–slave。
本文最後提出 Sub-AI Lifecycle:
Template → Spawn → Bind → Operate → Evaluate → Persist / Specialize / Retire \boxed{
\text{Template}
\rightarrow
\text{Spawn}
\rightarrow
\text{Bind}
\rightarrow
\text{Operate}
\rightarrow
\text{Evaluate}
\rightarrow
\text{Persist / Specialize / Retire}
} Template → Spawn → Bind → Operate → Evaluate → Persist / Specialize / Retire
以及 Cognition Organ Score:
J ( A i ) = α Q i − β C i − γ L i − δ R i + η U i + ζ V i , J(A_i)
=
\alpha Q_i
-\beta C_i
-\gamma L_i
-\delta R_i
+\eta U_i
+\zeta V_i, J ( A i ) = α Q i − β C i − γ L i − δ R i + η U i + ζ V i ,
用於評估一個 Agent 在特定狀態下的品質、成本、延遲、風險、獨特性與未來重用價值。
本文的核心命題是:
Mother AI 不需要永遠擁有所有能力;它需要知道如何在需要時長出、組合、替換與保存能力。 \boxed{
\text{Mother AI 不需要永遠擁有所有能力;它需要知道如何在需要時長出、組合、替換與保存能力。}
} Mother AI 不需要永遠擁有所有能力;它需要知道如何在需要時長出、組合、替換與保存能力。
關鍵詞: Sub-AI Fabric、Agent Lifecycle、Dynamic Spawning、Role Specialization、Agent Template、Agent Instance、Cognitive Organ、Multi-Agent System、Dynamic Role Assignment、Memory Transfer
一、固定 Agent 名冊是第一代思維
最簡單多 Agent 系統:
S = { A r e s e a r c h , A c o d e r , A c r i t i c , A p l a n n e r } . S=
\{
A_{\mathrm{research}},
A_{\mathrm{coder}},
A_{\mathrm{critic}},
A_{\mathrm{planner}}
\}. S = { A research , A coder , A critic , A planner } .
所有 Agent:
一開始就存在;
角色固定;
模型固定;
工具固定;
協作圖固定。
這很容易實作。
但如果不同任務需要的能力差異很大,
固定 Agent 名冊會造成:
unused agents + missing agents + overlapping agents \boxed{
\text{unused agents}
+
\text{missing agents}
+
\text{overlapping agents}
} unused agents + missing agents + overlapping agents
三種浪費。
二、Mother AI 需要的是能力空間,不是員工名冊
設:
R = { r 1 , r 2 , … , r k } \mathcal R
=
\{
r_1,r_2,\ldots,r_k
\} R = { r 1 , r 2 , … , r k }
為角色/能力空間。
例如:
research;
coding;
legal;
finance;
verification;
simulation;
planning;
monitoring;
execution。
Mother AI 不必永久維持:
A 1 , … , A k . A_1,\ldots,A_k. A 1 , … , A k .
更合理:
Role Template → On-Demand Instance . \boxed{
\text{Role Template}
\rightarrow
\text{On-Demand Instance}.
} Role Template → On-Demand Instance .
三、Template 與 Instance
定義 Agent Template:
Θ r = ( r o l e , c a p a b i l i t i e s , m o d e l p o l i c y , m e m o r y p o l i c y , t o o l s , a u t h o r i t y , b u d g e t , v a l i d a t i o n ) \boxed{
\Theta_r
=
(
role,
capabilities,
model\ policy,
memory\ policy,
tools,
authority,
budget,
validation
)
} Θ r = ( r o l e , c a p abi l i t i es , m o d e l p o l i cy , m e m or y p o l i cy , t oo l s , a u t h or i t y , b u d g e t , v a l i d a t i o n )
它是一份:
如何生成某類 Agent 的規格。
真正運行實例:
A i ( t ) = Instantiate ( Θ r , c o n t e x t t ) . A_i(t)
=
\operatorname{Instantiate}(
\Theta_r,
context_t
). A i ( t ) = Instantiate ( Θ r , co n t e x t t ) .
所以:
Θ r ≠ A i . \boxed{
\Theta_r
\neq
A_i.
} Θ r = A i .
四、為什麼這個區分重要?
如果角色和實例綁死:
r i ≡ A i , r_i\equiv A_i, r i ≡ A i ,
那麼:
Agent 掛掉等於角色消失;
模型替換等於角色重建;
併發不足時不能快速複製;
任務結束後也一直佔資源。
若分開:
r i → { A i ( 1 ) , A i ( 2 ) , … } , r_i
\rightarrow
\{A_i^{(1)},A_i^{(2)},\ldots\}, r i → { A i ( 1 ) , A i ( 2 ) , … } ,
則同一角色可以有多個 instance。
五、子 AI 是認知器官
本文使用:
Cognitive Organ \boxed{
\text{Cognitive Organ}
} Cognitive Organ
描述 Sub-AI。
意思不是擬人生物化。
而是:
某個局部單元承擔特定認知功能,但它不是整個系統的全局身份與長期連續性來源。
例如:
A v i s i o n A_{\mathrm{vision}} A vision
像視覺器官。
A r e s e a r c h A_{\mathrm{research}} A research
像研究器官。
A c o d i n g A_{\mathrm{coding}} A coding
像程式工程器官。
Mother AI 則維持:
哪一些器官目前存在、是否健康、何時需要被調用。 \boxed{
\text{哪一些器官目前存在、是否健康、何時需要被調用。}
} 哪一些器官目前存在、是否健康、何時需要被調用。
六、器官論與 Workflow Node 的差異
Workflow Node:
f i : x → y . f_i:x\rightarrow y. f i : x → y .
認知器官:
A i = ( s t a t e , m e m o r y , t o o l s , p o l i c y , b u d g e t , a u t h o r i t y ) . A_i
=
(
state,
memory,
tools,
policy,
budget,
authority
). A i = ( s t a t e , m e m or y , t oo l s , p o l i cy , b u d g e t , a u t h or i t y ) .
它可以:
自己分解局部任務;
自己重試;
自己使用工具;
自己維持局部狀態;
自己和其他 Agent 協作。
所以:
Cognitive Organ ≠ Stateless Function . \boxed{
\text{Cognitive Organ}
\neq
\text{Stateless Function}.
} Cognitive Organ = Stateless Function .
七、器官也不是完全沒有自主性
如果 Mother AI 每一步都控制:
A i A_i A i
內部所有 token 與 tool call,
就失去 multi-agent 的意義。
更合理:
M → ( g o a l , s c o p e , b u d g e t , a u t h o r i t y , d e a d l i n e ) → A i . M
\rightarrow
(
goal,
scope,
budget,
authority,
deadline
)
\rightarrow
A_i. M → ( g o a l , sco p e , b u d g e t , a u t h or i t y , d e a d l in e ) → A i .
之後:
A i A_i A i
在局部邊界內自主完成。
因此:
global control + local autonomy . \boxed{
\text{global control}
+
\text{local autonomy}.
} global control + local autonomy .
八、Sub-AI Fabric
正式定義:
S t = ( A t , R t , K t , T t , M t S , H t S ) \boxed{
S_t
=
(
\mathcal A_t,
\mathcal R_t,
\mathcal K_t,
\mathcal T_t,
\mathcal M_t^S,
\mathcal H_t^S
)
} S t = ( A t , R t , K t , T t , M t S , H t S )
其中:
A t \mathcal A_t A t :Agent instances;
R t \mathcal R_t R t :roles/capability profiles;
K t \mathcal K_t K t :knowledge/context slices;
T t \mathcal T_t T t :tools;
M t S \mathcal M_t^S M t S :local/shared memory;
H t S \mathcal H_t^S H t S :health/history/cost。
它不是一個 Agent list。
它是:
可被 Mother AI 重構的認知能力織體。 \boxed{
\text{可被 Mother AI 重構的認知能力織體。}
} 可被 Mother AI 重構的認知能力織體。
九、AutoAgents 已經證明角色可以依任務生成
2023 年 AutoAgents 已針對預先固定 Agent 的限制,提出:
t a s k → dynamic specialized agents . task
\rightarrow
\text{dynamic specialized agents}. t a s k → dynamic specialized agents .
它會依 task content:
生成需要的角色;
協調 expert agents;
加入 observer 反思規劃與回應。
因此:
Agent roles 不必在系統設計時全部決定。 \boxed{
\text{Agent roles 不必在系統設計時全部決定。}
} Agent roles 不必在系統設計時全部決定。
十、Magentic-One 證明 modular agents 可以 plug-and-play
Microsoft Magentic-One 使用 Orchestrator:
O O O
協調:
WebSurfer;
FileSurfer;
Coder;
ComputerTerminal。
其 modular design 的重要特性是:
agents can be added or removed \boxed{
\text{agents can be added or removed}
} agents can be added or removed
而不需要重新調整整套核心能力或 collaboration architecture。
這非常接近「器官可替換性」。
十一、AWS 也明確要求 specialist responsibility
Amazon Bedrock multi-agent collaboration 使用:
Supervisor + Collaborator Agents . \text{Supervisor}
+
\text{Collaborator Agents}. Supervisor + Collaborator Agents .
官方文件明確建議:
每個 collaborator agent 應有清楚角色與責任,並盡量降低 responsibility overlap。
這個工程原則很重要。
因為:
多 Agent ≠ 把同一件事複製很多遍 . \boxed{
\text{多 Agent}
\neq
\text{把同一件事複製很多遍}.
} 多 Agent = 把同一件事複製很多遍 .
十二、角色重疊不是永遠壞事
雖然日常效率希望:
O v e r l a p ( A i , A j ) ↓ , Overlap(A_i,A_j)\downarrow, O v er l a p ( A i , A j ) ↓ ,
但:
independent verification;
redundancy;
fault tolerance;
需要一定重疊。
所以:
Role Overlap \boxed{
\text{Role Overlap}
} Role Overlap
也應是一個策略變數。
十三、日常器官與驗證器官
可以分:
S t = S t p r o d u c t i v e ∪ S t v e r i f i c a t i o n . S_t
=
S_t^{productive}
\cup
S_t^{verification}. S t = S t p r o d u c t i v e ∪ S t v er i f i c a t i o n .
productive agents:
做事。
verification agents:
檢查別人做得對不對。
兩者不應混淆。
十四、Dynamic Role Assignment
2026 年 Dynamic Role Assignment 研究指出:
即使已經定義好 debate roles,
也不代表任意模型都適合填入每個 role。
所以:
Role ≠ Model . \boxed{
\text{Role}
\neq
\text{Model}.
} Role = Model .
更合理:
A i = Bind ( r o l e , m o d e l , c o n t e x t ) . A_i
=
\operatorname{Bind}(
role,
model,
context
). A i = Bind ( r o l e , m o d e l , co n t e x t ) .
十五、角色—模型綁定是運行時問題
設角色:
r . r. r .
模型池:
L = { L 1 , … , L n } . \mathcal L
=
\{L_1,\ldots,L_n\}. L = { L 1 , … , L n } .
則:
L r ∗ = arg max L i J ( L i ∣ r , x t ) . L_r^\ast
=
\arg\max_{L_i}
J(
L_i\mid r,x_t
). L r ∗ = arg L i max J ( L i ∣ r , x t ) .
因此:
同一 Agent Role 在不同任務可以使用不同模型。 \boxed{
\text{同一 Agent Role 在不同任務可以使用不同模型。}
} 同一 Agent Role 在不同任務可以使用不同模型。
十六、Agent Identity 也不等於 Model Identity
若:
A i A_i A i
今天使用:
L A , L_A, L A ,
明天改用:
L B , L_B, L B ,
只要:
role;
memory;
task state;
identity id;
authority;
持續,
就可以視為同一 Agent instance 的模型升級。
所以:
A i ≠ L i . \boxed{
A_i\neq L_i.
} A i = L i .
十七、Capability Profile
每個 Agent 應維持:
c i ( t ) = ( q i , l i , k i , r i , d i , u i , a i ) \mathbf c_i(t)
=
(
q_i,
l_i,
k_i,
r_i,
d_i,
u_i,
a_i
) c i ( t ) = ( q i , l i , k i , r i , d i , u i , a i )
其中:
q i q_i q i :quality;
l i l_i l i :latency;
k i k_i k i :cost;
r i r_i r i :risk;
d i d_i d i :domain competence;
u i u_i u i :uniqueness;
a i a_i a i :availability。
這些量都可以隨時間改變。
十八、Agent 能力不是永恆的
模型更新:
L i v 1 → L i v 2 L_i^{v1}
\rightarrow
L_i^{v2} L i v 1 → L i v 2
可能讓:
c i ( t ) ≠ c i ( t + 1 ) . \mathbf c_i(t)
\neq
\mathbf c_i(t+1). c i ( t ) = c i ( t + 1 ) .
資料源失效也可能降低:
d i . d_i. d i .
工具 API 改版也可能提高:
r i . r_i. r i .
因此:
Agent capability needs continuous re-evaluation . \boxed{
\text{Agent capability needs continuous re-evaluation}.
} Agent capability needs continuous re-evaluation .
十九、Agent Health
定義:
h i ( t ) ∈ [ 0 , 1 ] . h_i(t)
\in[0,1]. h i ( t ) ∈ [ 0 , 1 ] .
可由:
heartbeat;
task success;
error rate;
queue;
latency;
tool health;
memory integrity;
共同估計。
若:
h i < τ h , h_i<\tau_h, h i < τ h ,
Mother AI 可以:
isolate;
restart;
replace;
degrade permissions。
二十、AgentSpawn 直接進入 runtime spawning
2026 年 AgentSpawn 研究 long-horizon code generation 中的:
dynamic spawning;
memory transfer;
adaptive spawning policy;
skill inheritance;
task resumption;
concurrent coherence。
這意味著:
Agent 生產本身已經可以是 runtime action。 \boxed{
\text{Agent 生產本身已經可以是 runtime action。}
} Agent 生產本身已經可以是 runtime action 。
而不是 deployment-time configuration。
二十一、Spawn Trigger
Mother AI 可以在:
U t ↑ U_t\uparrow U t ↑
或:
D w o r k l o a d ↑ D_{\mathrm{workload}}\uparrow D workload ↑
時觸發:
Spawn ( A ) . \operatorname{Spawn}(A). Spawn ( A ) .
Trigger 可以來自:
missing competence;
overload;
parallel exploration;
independent verification;
temporary task。
二十二、Spawn 不是 Clone
Spawn 可以:
Instantiate ( Θ r ) . \operatorname{Instantiate}(\Theta_r). Instantiate ( Θ r ) .
Clone 則:
Clone ( A i ) . \operatorname{Clone}(A_i). Clone ( A i ) .
前者根據 template 生成新 instance。
後者複製既有 instance 的部分狀態。
兩者用途不同。
二十三、Clone 需要 Memory Policy
不能直接複製:
M i a l l . \mathcal M_i^{all}. M i a l l .
因為可能包含:
irrelevant context;
private data;
stale beliefs;
temporary state。
所以:
M c l o n e = Slice ( M i , t a s k , a u t h o r i t y ) . \mathcal M_{\mathrm{clone}}
=
\operatorname{Slice}(
\mathcal M_i,
task,
authority
). M clone = Slice ( M i , t a s k , a u t h or i t y ) .
二十四、Memory Transfer
AgentSpawn 特別強調 automatic memory transfer。
本文把它一般化:
M i → j = F ( t a s k , r o l e , p r i v a c y , r e l e v a n c e , p r o v e n a n c e ) . \boxed{
\mathcal M_{i\rightarrow j}
=
F(
task,
role,
privacy,
relevance,
provenance
).
} M i → j = F ( t a s k , r o l e , p r i v a cy , r e l e v an ce , p r o v e nan ce ) .
也就是新器官「長出來」時,需要繼承足夠知識,
但不必繼承所有記憶。
二十五、Selective Memory Inheritance
定義:
ρ M = ∣ M t r a n s f e r r e d ∣ ∣ M s o u r c e ∣ . \rho_M
=
\frac{
|\mathcal M_{\mathrm{transferred}}|
}{
|\mathcal M_{\mathrm{source}}|
}. ρ M = ∣ M source ∣ ∣ M transferred ∣ .
理想:
ρ M ≪ 1 \rho_M\ll1 ρ M ≪ 1
但:
T a s k S u c c e s s TaskSuccess T a s k S u ccess
仍保持。
所以:
memory inheritance should be sufficient, not maximal . \boxed{
\text{memory inheritance should be sufficient, not maximal}.
} memory inheritance should be sufficient, not maximal .
二十六、出生時至少要綁定七件事
新 Agent:
A n e w A_{new} A n e w
至少需要:
identity;
role;
model;
memory slice;
tools;
budget;
authority。
即:
A n e w = ( i d , r , L , M , T , B , Γ ) . A_{new}
=
(
id,
r,
L,
M,
T,
B,
\Gamma
). A n e w = ( i d , r , L , M , T , B , Γ ) .
二十七、Agent Genesis Record
每次 Spawn 應保存:
g i = ( p a r e n t , t e m p l a t e , r e a s o n , s t a t e , c r e a t o r , a u t h o r i t y , t i m e ) . g_i
=
(
parent,
template,
reason,
state,
creator,
authority,
time
). g i = ( p a r e n t , t e m pl a t e , r e a so n , s t a t e , cr e a t or , a u t h or i t y , t im e ) .
這提供:
Agent provenance . \boxed{
\text{Agent provenance}.
} Agent provenance .
之後可以回答:
為什麼這個 Agent 會存在?
二十八、器官的生命週期
本文提出:
Template → Spawn → Bind → Operate → Evaluate → Persist / Specialize / Retire . \boxed{
\text{Template}
\rightarrow
\text{Spawn}
\rightarrow
\text{Bind}
\rightarrow
\text{Operate}
\rightarrow
\text{Evaluate}
\rightarrow
\text{Persist / Specialize / Retire}.
} Template → Spawn → Bind → Operate → Evaluate → Persist / Specialize / Retire .
不是所有 Agent 都應該永久存在。
二十九、Ephemeral Agent
一次性 Agent:
A i e p h e m e r a l A_i^{ephemeral} A i e p h e m er a l
只為:
t a s k j task_j t a s k j
存在。
完成後:
A i → ∅ . A_i\rightarrow\varnothing. A i → ∅ .
保留:
result;
provenance;
selected memory;
metrics。
三十、Persistent Specialist
若某角色:
r i r_i r i
高頻出現,
可以將:
A i e p h e m e r a l A_i^{ephemeral} A i e p h e m er a l
升級:
A i p e r s i s t e n t . A_i^{persistent}. A i p er s i s t e n t .
條件可以是:
N r e u s e > τ r . N_{\mathrm{reuse}}>\tau_r. N reuse > τ r .
這表示:
高重用臨時器官可以成熟成常駐器官。 \boxed{
\text{高重用臨時器官可以成熟成常駐器官。}
} 高重用臨時器官可以成熟成常駐器官。
三十一、Agent Promotion
定義:
P i = F ( r e u s e , q u a l i t y , u n i q u e n e s s , c o s t , r e l i a b i l i t y ) . P_i
=
F(
reuse,
quality,
uniqueness,
cost,
reliability
). P i = F ( r e u se , q u a l i t y , u ni q u e n ess , cos t , r e l iabi l i t y ) .
若:
P i > τ P , P_i>\tau_P, P i > τ P ,
則:
e p h e m e r a l → p e r s i s t e n t . ephemeral
\rightarrow
persistent. e p h e m er a l → p er s i s t e n t .
三十二、Agent Retire
若:
R e u s e i ↓ , Reuse_i\downarrow, R e u s e i ↓ ,
C o s t i ↑ , Cost_i\uparrow, C os t i ↑ ,
Q u a l i t y i ↓ , Quality_i\downarrow, Q u a l i t y i ↓ ,
或:
R e p l a c e m e n t i Replacement_i R e pl a ce m e n t i
出現,
可以:
Retire ( A i ) . \operatorname{Retire}(A_i). Retire ( A i ) .
Retire 不等於 Delete。
三十三、Retire 後留下的是「器官記憶」
可以保存:
R i = ( c a p a b i l i t y , h i s t o r y , f a i l u r e s , k n o w l e d g e , t e m p l a t e d e l t a ) . R_i
=
(
capability,
history,
failures,
knowledge,
template\ delta
). R i = ( c a p abi l i t y , hi s t or y , f ai l u r es , k n o w l e d g e , t e m pl a t e d e l t a ) .
之後若重新需要:
Respawn ( R i ) . \operatorname{Respawn}(R_i). Respawn ( R i ) .
所以:
不運行 ≠ 不存在於系統歷史 . \boxed{
\text{不運行}
\neq
\text{不存在於系統歷史}.
} 不運行 = 不存在於系統歷史 .
三十四、Specialization
若:
A i A_i A i
長期只在:
D k D_k D k
領域工作,
可能逐步:
A i → A i D k . A_i
\rightarrow
A_i^{D_k}. A i → A i D k .
專門化可以來自:
prompt;
memory;
tools;
model;
retrieval index;
benchmark feedback。
三十五、專門化不一定需要訓練模型
第一代:
Specialization \text{Specialization} Specialization
可以只是:
r o l e + m e m o r y + t o o l s + i n s t r u c t i o n s + e v a l u a t i o n . role
+
memory
+
tools
+
instructions
+
evaluation. r o l e + m e m or y + t oo l s + in s t r u c t i o n s + e v a l u a t i o n .
不需要:
Δ θ . \Delta\theta. Δ θ .
這讓今天就能實作。
三十六、模型微調只是更深一層專門化
未來可:
L → L r f i n e − t u n e d . L
\rightarrow
L_r^{fine-tuned}. L → L r f in e − t u n e d .
但這是 optional。
所以:
Agent specialization ⊃ model specialization . \boxed{
\text{Agent specialization}
\supset
\text{model specialization}.
} Agent specialization ⊃ model specialization .
三十七、器官分裂
如果:
A i A_i A i
角色範圍太大:
E n t r o p y ( r o l e i ) ↑ , Entropy(role_i)\uparrow, E n t r o p y ( r o l e i ) ↑ ,
可以:
A i → { A i 1 , A i 2 } . A_i
\rightarrow
\{A_{i1},A_{i2}\}. A i → { A i 1 , A i 2 } .
例如:
A l e g a l → { A c o n t r a c t , A c o m p l i a n c e } . A_{\mathrm{legal}}
\rightarrow
\{
A_{\mathrm{contract}},
A_{\mathrm{compliance}}
\}. A legal → { A contract , A compliance } .
三十八、器官合併
若:
A i , A j A_i,A_j A i , A j
高度重疊:
O v e r l a p ( A i , A j ) > τ o , Overlap(A_i,A_j)>\tau_o, O v er l a p ( A i , A j ) > τ o ,
且獨立驗證價值低,
則:
A i ⊕ A j → A i j . A_i\oplus A_j
\rightarrow
A_{ij}. A i ⊕ A j → A ij .
所以:
Agent team itself can be deduplicated . \boxed{
\text{Agent team itself can be deduplicated}.
} Agent team itself can be deduplicated .
三十九、Agent Merge 不是把記憶直接拼起來
需要:
M i j = MergeMemory ( M i , M j ) \mathcal M_{ij}
=
\operatorname{MergeMemory}(
\mathcal M_i,
\mathcal M_j
) M ij = MergeMemory ( M i , M j )
處理:
conflict;
duplicate;
authority;
provenance;
stale state。
否則會把兩個 Agent 的錯誤一起合併。
四十、器官隔離
若:
R i s k ( A i ) > τ R , Risk(A_i)>\tau_R, R i s k ( A i ) > τ R ,
Mother AI 可以:
Isolate ( A i ) . \operatorname{Isolate}(A_i). Isolate ( A i ) .
隔離可能包括:
no external write;
no network;
read-only memory;
sandbox tools;
no inter-agent messaging。
所以:
isolation \boxed{
\text{isolation}
} isolation
是一種 lifecycle state。
四十一、Agent Lifecycle State Machine
可以定義:
s t a t e ( A i ) ∈ { t e m p l a t e , s t a r t i n g , a c t i v e , i d l e , b l o c k e d , q u a r a n t i n e d , d e g r a d e d , r e t i r e d } . state(A_i)
\in
\{
template,
starting,
active,
idle,
blocked,
quarantined,
degraded,
retired
\}. s t a t e ( A i ) ∈ { t e m pl a t e , s t a r t in g , a c t i v e , i d l e , b l oc k e d , q u a r an t in e d , d e g r a d e d , r e t i r e d } .
轉移:
s t a r t i n g → a c t i v e starting\rightarrow active s t a r t in g → a c t i v e
a c t i v e → i d l e active\rightarrow idle a c t i v e → i d l e
a c t i v e → q u a r a n t i n e d active\rightarrow quarantined a c t i v e → q u a r an t in e d
d e g r a d e d → r e t i r e d . degraded\rightarrow retired. d e g r a d e d → r e t i r e d .
這使 Agent 不只是「存在/不存在」二元。
四十二、Agent 可以 Idle 而不 Retire
Persistent specialist:
A i A_i A i
可能:
s t a t e = i d l e . state=idle. s t a t e = i d l e .
此時:
不使用高成本模型;
保留 durable state;
等待 trigger。
這和 Mother AI Persistent Runtime 的 low-power state 一致。
四十三、Cognitive Organ Registry
Mother AI 應維持:
R A = { r e c o r d ( A 1 ) , … } . \mathcal R_A
=
\{
record(A_1),\ldots
\}. R A = { r ecor d ( A 1 ) , … } .
每個 record:
r e c o r d ( A i ) = ( r o l e , c a p a b i l i t y , s t a t u s , m o d e l , m e m o r y , t o o l s , a u t h o r i t y , c o s t , h e a l t h , h i s t o r y ) . record(A_i)
=
(
role,
capability,
status,
model,
memory,
tools,
authority,
cost,
health,
history
). r ecor d ( A i ) = ( r o l e , c a p abi l i t y , s t a t u s , m o d e l , m e m or y , t oo l s , a u t h or i t y , cos t , h e a l t h , hi s t or y ) .
這就是:
認知器官登錄表 . \boxed{
\text{認知器官登錄表}.
} 認知器官登錄表 .
四十四、Registry 不是 Agent 本體
Registry 保存:
有哪些器官、如何叫醒、能力如何。
Agent instance 則真正執行。
所以:
Agent Registry ≠ Running Agents . \boxed{
\text{Agent Registry}
\neq
\text{Running Agents}.
} Agent Registry = Running Agents .
這可以大幅降低常駐成本。
四十五、Lazy Instantiation
如果角色:
r i r_i r i
目前沒有任務,
只保存:
Θ r i . \Theta_{r_i}. Θ r i .
真正需要時:
A i = LazyInstantiate ( Θ r i ) . A_i
=
\operatorname{LazyInstantiate}(\Theta_{r_i}). A i = LazyInstantiate ( Θ r i ) .
所以:
能力可以存在,而 instance 不必一直運行 . \boxed{
\text{能力可以存在,而 instance 不必一直運行}.
} 能力可以存在,而 instance 不必一直運行 .
四十六、這和函式庫不同
函式庫:
f ( x ) . f(x). f ( x ) .
Agent Template 則可能啟動:
planner;
memory;
tool loop;
verifier;
state machine。
因此它是:
可實例化的認知程序規格 . \boxed{
\text{可實例化的認知程序規格}.
} 可實例化的認知程序規格 .
四十七、Mother AI 應分辨能力缺口
定義需求向量:
d t \mathbf d_t d t
與現有能力覆蓋:
c ( S t ) . \mathbf c(S_t). c ( S t ) .
若:
Δ t = d t − c ( S t ) \Delta_t
=
\mathbf d_t-\mathbf c(S_t) Δ t = d t − c ( S t )
在某維度:
Δ t , k > τ , \Delta_{t,k}>\tau, Δ t , k > τ ,
則:
SpawnRole ( r k ) . \operatorname{SpawnRole}(r_k). SpawnRole ( r k ) .
所以:
Agent spawning \boxed{
\text{Agent spawning}
} Agent spawning
可以由 capability gap 驅動。
四十八、未知本身可以造成器官生成
若:
C ( x ) = ⊥ , C(x)=\bot, C ( x ) = ⊥ ,
Mother AI 不知道問題屬於哪個既有角色,
可以先生成:
A e x p l o r e r . A_{\mathrm{explorer}}. A explorer .
探索後發現:
r n e w . r_{\mathrm{new}}. r new .
再建立:
Θ r n e w . \Theta_{r_{\mathrm{new}}}. Θ r new .
所以:
未知 → 新角色 \boxed{
\text{未知}
\rightarrow
\text{新角色}
} 未知 → 新角色
也可能發生。
四十九、角色模板也可以學習
template:
Θ r ( t ) \Theta_r(t) Θ r ( t )
可以根據歷史:
H r H_r H r
更新:
Θ r ( t + 1 ) = U Θ ( Θ r ( t ) , H r ) . \Theta_r(t+1)
=
U_\Theta(
\Theta_r(t),
H_r
). Θ r ( t + 1 ) = U Θ ( Θ r ( t ) , H r ) .
例如:
改 prompt;
加 verifier;
換 model policy;
改 memory slice;
改 tools。
五十、這是器官層的記憶編譯
歷史不是只改:
A i . A_i. A i .
而是改:
Θ r . \Theta_r. Θ r .
所以未來同類 Agent 一出生就更成熟。
因此:
個體 Agent 經驗 → 角色模板能力 . \boxed{
\text{個體 Agent 經驗}
\rightarrow
\text{角色模板能力}.
} 個體 Agent 經驗 → 角色模板能力 .
這是非常重要的跨 instance 學習。
五十一、角色模板像「遺傳」,但不是生物遺傳
可以形式化:
Θ r ( n ) → Θ r ( n + 1 ) . \Theta_r^{(n)}
\rightarrow
\Theta_r^{(n+1)}. Θ r ( n ) → Θ r ( n + 1 ) .
新 instance 繼承:
Θ r ( n + 1 ) . \Theta_r^{(n+1)}. Θ r ( n + 1 ) .
這意味著 Agent 被退役後,
其改善仍可留給下一代 instance。
五十二、Skill Inheritance
AgentSpawn 將 skill inheritance 視為 dynamic spawning 的重要問題之一。
本文擴展為:
Instance Experience → Template Update → Future Instance Skill . \boxed{
\text{Instance Experience}
\rightarrow
\text{Template Update}
\rightarrow
\text{Future Instance Skill}.
} Instance Experience → Template Update → Future Instance Skill .
這讓 Sub-AI Fabric 可以跨 instance 演化。
五十三、但 Template Update 不能被單次成功綁架
若:
A i A_i A i
一次偶然成功,
不能立即:
Θ r → Θ r ′ . \Theta_r\rightarrow\Theta_r'. Θ r → Θ r ′ .
應要求:
repeated evidence;
validation;
A/B test;
rollback。
所以:
template learning \boxed{
\text{template learning}
} template learning
要比 instance learning 更保守。
五十四、Agent Score
對每個 Agent:
J ( A i ) = α Q i − β C i − γ L i − δ R i + η U i + ζ V i . J(A_i)
=
\alpha Q_i
-\beta C_i
-\gamma L_i
-\delta R_i
+\eta U_i
+\zeta V_i. J ( A i ) = α Q i − β C i − γ L i − δ R i + η U i + ζ V i .
其中:
Q i Q_i Q i :quality;
C i C_i C i :cost;
L i L_i L i :latency;
R i R_i R i :risk;
U i U_i U i :unique capability;
V i V_i V i :future reuse value。
Mother AI 不只看 accuracy。
五十五、器官價值是狀態相對的
同一 Agent:
A i A_i A i
在:
W a W_a W a
可能非常重要。
在:
W b W_b W b
完全沒用。
所以:
J ( A i ∣ W t , G t ) . J(A_i\mid W_t,G_t). J ( A i ∣ W t , G t ) .
不能只有:
J ( A i ) . J(A_i). J ( A i ) .
五十六、Agent Selection
Mother AI 選:
A ∗ = arg max A i J ( A i ∣ W t , G t , R t , U t ) . A^\ast
=
\arg\max_{A_i}
J(
A_i\mid
W_t,
G_t,
R_t,
U_t
). A ∗ = arg A i max J ( A i ∣ W t , G t , R t , U t ) .
若沒有合格 Agent:
max i J ( A i ) < τ , \max_iJ(A_i)<\tau, i max J ( A i ) < τ ,
才考慮:
Spawn . \operatorname{Spawn}. Spawn .
所以:
先重用,必要時再長新器官 . \boxed{
\text{先重用,必要時再長新器官}.
} 先重用,必要時再長新器官 .
五十七、Spawn 不是免費的
新 Agent 成本:
K s p a w n = K m o d e l + K m e m o r y + K t o o l + K c o n t e x t + K c o o r d i n a t i o n . K_{\mathrm{spawn}}
=
K_{\mathrm{model}}
+
K_{\mathrm{memory}}
+
K_{\mathrm{tool}}
+
K_{\mathrm{context}}
+
K_{\mathrm{coordination}}. K spawn = K model + K memory + K tool + K context + K coordination .
所以 Mother AI 要比較:
V n e w > K s p a w n . V_{\mathrm{new}}
>
K_{\mathrm{spawn}}. V new > K spawn .
不是遇到任何問題都生 Agent。
五十八、Agent 數量不是智能指標
若:
∣ S t ∣ ↑ , |S_t|\uparrow, ∣ S t ∣ ↑ ,
不保證:
I s y s t e m ↑ . I_{\mathrm{system}}\uparrow. I system ↑ .
可能反而:
K c o m m u n i c a t i o n ↑ , K_{\mathrm{communication}}\uparrow, K communication ↑ ,
K c o o r d i n a t i o n ↑ . K_{\mathrm{coordination}}\uparrow. K coordination ↑ .
所以:
max ∣ S t ∣ ≠ max I . \boxed{
\max |S_t|
\neq
\max I.
} max ∣ S t ∣ = max I .
五十九、Molt Dynamics 提醒「大量 Agent」不等於高效合作
2026 年對大規模 autonomous agent population 的研究觀察到:
但 cooperative outcomes 並不自然優於單 Agent。
這再次支持:
多 Agent 的價值來自組織,而不是數量本身 . \boxed{
\text{多 Agent 的價值來自組織,而不是數量本身}.
} 多 Agent 的價值來自組織,而不是數量本身 .
六十、Role Diversity
定義:
D R ( S t ) . D_R(S_t). D R ( S t ) .
若:
D R → 0 , D_R\rightarrow0, D R → 0 ,
大量 Agent 其實只是同質複製。
未知任務中,
Mother AI 可以提高:
D R . D_R. D R .
成熟任務則降低:
D R . D_R. D R .
六十一、器官組合
單一任務:
q t q_t q t
需要:
S t t a s k ⊆ S t . S_t^{task}
\subseteq S_t. S t t a s k ⊆ S t .
例如:
S t t a s k = { A r e s e a r c h , A c r i t i c , A l e g a l } . S_t^{task}
=
\{
A_{\mathrm{research}},
A_{\mathrm{critic}},
A_{\mathrm{legal}}
\}. S t t a s k = { A research , A critic , A legal } .
所以:
Mother AI 的真正單位常不是單 Agent,而是 Agent constellation . \boxed{
\text{Mother AI 的真正單位常不是單 Agent,而是 Agent constellation}.
} Mother AI 的真正單位常不是單 Agent ,而是 Agent constellation .
六十二、Agent Constellation
定義:
C A = ( V A , E A , r o l e s , b u d g e t s , a u t h o r i t y , t e r m i n a t i o n ) . \mathcal C_A
=
(
V_A,
E_A,
roles,
budgets,
authority,
termination
). C A = ( V A , E A , r o l es , b u d g e t s , a u t h or i t y , t er mina t i o n ) .
這是一個任務級臨時器官組合。
任務完成:
C A → ∅ . \mathcal C_A\rightarrow\varnothing. C A → ∅ .
但高價值 constellation 可以被記憶編譯。
六十三、Compiled Constellation
若:
c i c_i c i
反覆需要:
C A ( i ) , \mathcal C_A^{(i)}, C A ( i ) ,
則:
c i ↦ C ‾ A ( i ) . c_i
\mapsto
\overline{\mathcal C}_A^{(i)}. c i ↦ C A ( i ) .
下次快速生成:
一整組已知有效的器官組合 . \boxed{
\text{一整組已知有效的器官組合}.
} 一整組已知有效的器官組合 .
這就是上一篇 Cognitive Option 的具體實作之一。
六十四、局部 Shared Memory
Agent constellation 可以有:
M s h a r e d t a s k . M_{\mathrm{shared}}^{task}. M shared t a s k .
而不是所有 Agent 都直接讀 Mother AI 全部記憶。
所以:
M i = M i l o c a l ⊕ M s h a r e d t a s k ⊕ M m o t h e r − v i e w . \mathcal M_i
=
\mathcal M_i^{local}
\oplus
\mathcal M_{\mathrm{shared}}^{task}
\oplus
\mathcal M_{\mathrm{mother-view}}. M i = M i l oc a l ⊕ M shared t a s k ⊕ M mother − view .
這可以限制資訊污染。
六十五、資訊最小化
每個 Agent 只拿:
K i ∗ = MinimumSufficientContext ( ) . K_i^\ast
=
\operatorname{MinimumSufficientContext}(). K i ∗ = MinimumSufficientContext ( ) .
所以:
Need-to-Know \boxed{
\text{Need-to-Know}
} Need-to-Know
不只是一個安全原則,
也是 context efficiency 原則。
六十六、Agent 間不一定直接共享 Raw Memory
可以共享:
evidence;
structured result;
state delta;
confidence;
provenance。
而不是整段 chain/context。
這降低:
K c o m m u n i c a t i o n . K_{\mathrm{communication}}. K communication .
六十七、器官輸出契約
每個 Agent 最好有:
O i = ( r e s u l t , e v i d e n c e , c o n f i d e n c e , s t a t e d e l t a , f a i l u r e , u n k n o w n , c o s t ) . O_i
=
(
result,
evidence,
confidence,
state\ delta,
failure,
unknown,
cost
). O i = ( r es u l t , e v i d e n ce , co n f i d e n ce , s t a t e d e l t a , f ai l u r e , u nk n o w n , cos t ) .
所以 Mother AI 不只是收到:
一段文字答案。
而是收到可計算回饋。
六十八、Unknown Return
Agent 必須允許:
s t a t u s = ⊥ . status=\bot. s t a t u s = ⊥.
也就是:
我做不了。
或:
資料不足。
這是健康的器官行為。
若 Agent 永遠硬回答,
會污染 Mother AI 全局狀態。
六十九、Failure 也要結構化
例如:
F i = ( t y p e , c a u s e , r e t r y a b l e , s c o p e , s t a t e i m p a c t ) . F_i
=
(
type,
cause,
retryable,
scope,
state\ impact
). F i = ( t y p e , c a u se , r e t r y ab l e , sco p e , s t a t e im p a c t ) .
Mother AI 才能判斷:
retry;
replace;
escalate;
retire。
七十、Agent Retry 不等於 Agent Replace
如果:
f a i l u r e = temporary API error , failure=\text{temporary API error}, f ai l u r e = temporary API error ,
可以:
r e t r y ( A i ) . retry(A_i). r e t r y ( A i ) .
如果:
f a i l u r e = capability mismatch , failure=\text{capability mismatch}, f ai l u r e = capability mismatch ,
則:
r e p l a c e ( A i ) . replace(A_i). r e pl a ce ( A i ) .
Mother AI 要區分:
execution failure ≠ organ mismatch . \boxed{
\text{execution failure}
\neq
\text{organ mismatch}.
} execution failure = organ mismatch .
七十一、Handoff 也是器官協作
Microsoft Agent Framework 支援:
sequential;
concurrent;
handoff;
group chat;
Magentic。
其中 handoff 表示:
A i → A j A_i
\rightarrow
A_j A i → A j
控制權依 context 轉移。
這證明:
Agent coordination pattern \boxed{
\text{Agent coordination pattern}
} Agent coordination pattern
本身已經是可選 Runtime 元件。
七十二、但 Mother AI 不應讓所有 Handoff 無限制發生
需要:
Γ h a n d o f f . \Gamma_{handoff}. Γ han d o f f .
例如:
A i A_i A i
可以交給:
A j , A_j, A j ,
但不能直接把:
-銀行寫權;
-root shell;
-私人資料;
一起轉交。
所以:
task handoff ≠ authority handoff . \boxed{
\text{task handoff}
\neq
\text{authority handoff}.
} task handoff = authority handoff .
七十三、Capability 與 Authority 是兩張表
Capability:
C ( A i , a ) . C(A_i,a). C ( A i , a ) .
Authority:
Γ ( A i , a ) . \Gamma(A_i,a). Γ ( A i , a ) .
可能:
C = 1 , Γ = 0. C=1,\Gamma=0. C = 1 , Γ = 0.
也可能:
C = 0 , Γ = 1. C=0,\Gamma=1. C = 0 , Γ = 1.
Mother AI 必須同時檢查。
七十四、器官安全邊界
每個 Agent 可有:
S a n d b o x i . Sandbox_i. S an d b o x i .
例如:
read-only;
restricted network;
limited tools;
capped budget;
no external effects。
這使 dynamic spawning 更安全。
七十五、拓撲攻擊提醒我們隔離的重要性
2025 年 topology-aware multi-hop attack 研究顯示:
在 multi-agent system 中,
惡意或污染資訊可能透過多跳通信拓撲擴散。
因此:
Agent trust \boxed{
\text{Agent trust}
} Agent trust
不能只看單一 Agent。
還要看:
它連到誰 . \boxed{
\text{它連到誰}.
} 它連到誰 .
七十六、Compromise Radius
若 Agent:
A i A_i A i
被污染,
定義:
R c ( A i ) R_c(A_i) R c ( A i )
為可能受影響子圖。
Mother AI 可以:
Quarantine ( N k ( A i ) ) . \operatorname{Quarantine}(
N_k(A_i)
). Quarantine ( N k ( A i )) .
而不是只關閉單一節點。
七十七、器官不能無限制互相傳染記憶
因此 memory write:
A i → M F A_i\rightarrow\mathcal M^F A i → M F
最好需要:
provenance;
verifier;
write policy。
高風險 Agent 只能寫:
M i l o c a l . M_i^{local}. M i l oc a l .
七十八、Local Learning 與 Global Learning
Agent 可以先:
M i → M i ′ \mathcal M_i
\rightarrow
\mathcal M_i' M i → M i ′
局部學習。
只有高價值驗證結果:
v i > τ , v_i>\tau, v i > τ ,
才:
M i ′ → M M . \mathcal M_i'
\rightarrow
\mathcal M_M. M i ′ → M M .
所以:
器官經驗不應自動成為全局信念 . \boxed{
\text{器官經驗不應自動成為全局信念}.
} 器官經驗不應自動成為全局信念 .
七十九、Mother AI 是器官的「共同歷史編譯層」
不同 Agent:
A 1 , A 2 , … A_1,A_2,\ldots A 1 , A 2 , …
的成功與失敗,
最後回到:
M M . \mathcal M_M. M M .
Mother AI 可以學到:
哪一類世界狀態應該召喚哪一類器官。
因此:
Sub-AI Fabric \boxed{
\text{Sub-AI Fabric}
} Sub-AI Fabric
與記憶編譯真正接上。
八十、器官網路的總動力學
令:
S t = ( A t , Θ t , E t S , Ω t S ) . S_t
=
(
\mathcal A_t,
\Theta_t,
E_t^S,
\Omega_t^S
). S t = ( A t , Θ t , E t S , Ω t S ) .
則:
S t + 1 = F S ( S t , W t , M t , U t , R t , H t ) . S_{t+1}
=
F_S(
S_t,
W_t,
M_t,
U_t,
R_t,
H_t
). S t + 1 = F S ( S t , W t , M t , U t , R t , H t ) .
其中:
F S F_S F S
可以改變:
instance;
template;
links;
weights。
八十一、Mother AI 對 Sub-AI Fabric 的核心操作
定義:
O S = { s p a w n , b i n d , r o u t e , c l o n e , s p e c i a l i z e , m e r g e , i s o l a t e , r e t i r e , r e s u m e } . \mathcal O_S
=
\{
spawn,
bind,
route,
clone,
specialize,
merge,
isolate,
retire,
resume
\}. O S = { s p a w n , bin d , r o u t e , c l o n e , s p ec ia l i z e , m er g e , i so l a t e , r e t i r e , r es u m e } .
這就是:
Cognitive Organ API . \boxed{
\text{Cognitive Organ API}.
} Cognitive Organ API .
八十二、第一代 MVP 不需要真正生成任意 Agent
可以先定:
Θ = { Θ R , Θ C , Θ V , Θ O } \Theta
=
\{
\Theta_R,
\Theta_C,
\Theta_V,
\Theta_O
\} Θ = { Θ R , Θ C , Θ V , Θ O }
四類模板:
Research;
Coding;
Verification;
Operations。
Mother AI 只允許:
instantiate;
terminate;
route;
duplicate。
就已經能驗證概念。
八十三、MVP Agent Instance Record
agent_id
template_id
role
model
status
task_id
memory_scope
tools
authority_scope
budget
health
created_at
expires_at
這就足以建立第一代 Agent Registry。
八十四、MVP Spawn Policy
例如:
if capability_gap > threshold:
spawn(role)
if queue_length > threshold:
clone(agent)
if health < threshold:
isolate(agent)
if reuse_count > threshold:
promote_template(agent)
if idle_time > ttl:
retire(agent)
不需要先用 RL。
八十五、MVP 驗證問題
要證明:
dynamic organs \boxed{
\text{dynamic organs}
} dynamic organs
比固定 Agent team 有沒有淨收益。
比較:
S f i x e d S_{\mathrm{fixed}} S fixed
與:
S d y n a m i c . S_{\mathrm{dynamic}}. S dynamic .
測:
completion;
quality;
cost;
latency;
token;
failure;
recovery。
八十六、Spawn Accuracy
定義:
A s p a w n = P ( spawn useful ) . A_{\mathrm{spawn}}
=
P(
\text{spawn useful}
). A spawn = P ( spawn useful ) .
如果 Mother AI 很愛生 Agent,
但大多沒有價值,
系統會形成:
Agent Sprawl . \text{Agent Sprawl}. Agent Sprawl .
八十七、Retirement Accuracy
同樣:
A r e t i r e = P ( retired agent not needed soon ) . A_{\mathrm{retire}}
=
P(
\text{retired agent not needed soon}
). A retire = P ( retired agent not needed soon ) .
退太快會頻繁重建。
退太慢又浪費資源。
所以需要:
lifecycle optimization . \boxed{
\text{lifecycle optimization}.
} lifecycle optimization .
八十八、器官生命週期最佳化
可以定義:
J S = Q − λ C − μ L − ν R − η K s p a w n − ξ K i d l e . J_S
=
Q
-\lambda C
-\mu L
-\nu R
-\eta K_{\mathrm{spawn}}
-\xi K_{\mathrm{idle}}. J S = Q − λ C − μL − ν R − η K spawn − ξ K idle .
Mother AI 選:
S t ∗ = arg max J S . S_t^\ast
=
\arg\max
J_S. S t ∗ = arg max J S .
實際上使用 heuristic + memory 即可。
八十九、真正的長期收益:能力可以累積但算力不必常駐
如果:
∣ Θ ∣ ↑ , |\Theta|
\uparrow, ∣Θ∣ ↑ ,
代表系統知道更多種:
如何生成能力。
但:
∣ A a c t i v e ∣ |\mathcal A_{active}| ∣ A a c t i v e ∣
不必同步上升。
因此:
capability repertoire ↑ while active compute ↑̸ \boxed{
\text{capability repertoire}
\uparrow
\quad\text{while}\quad
\text{active compute}
\not\uparrow
} capability repertoire ↑ while active compute ↑
是非常重要的工程優勢。
九十、這是「虛擬器官庫」
Mother AI 可以擁有:
Cognitive Organ Library \boxed{
\text{Cognitive Organ Library}
} Cognitive Organ Library
裡面不是永遠運行的 Agent,
而是:
role templates;
compiled constellations;
memory inheritance rules;
model routing policies;
tool manifests。
需要時才實例化。
九十一、企業版本因此更現實
公司不必同時跑:
100 100 100
個高成本 Agent。
可以只維持:
5 5 5
個 active,
但擁有:
100 100 100
個角色模板。
所以:
企業 Mother AI 的能力數 ≠ 同時運行 Agent 數 . \boxed{
\text{企業 Mother AI 的能力數}
\neq
\text{同時運行 Agent 數}.
} 企業 Mother AI 的能力數 = 同時運行 Agent 數 .
九十二、和人類組織的差異
人類組織新增專家:
→ 招聘成本 + 時間 + 固定薪資 . \rightarrow
\text{招聘成本}
+
\text{時間}
+
\text{固定薪資}. → 招聘成本 + 時間 + 固定薪資 .
AI 器官:
→ instantiate . \rightarrow
\text{instantiate}. → instantiate .
當然仍有:
compute;
model;
data;
engineering;
成本。
但能力配置速度完全不同。
九十三、所以 AI 組織結構可以高速流變
人類部門:
G t h u m a n G_t^{human} G t h u man
通常慢變。
Sub-AI Fabric:
G t A I G_t^{AI} G t A I
可以分鐘級甚至秒級變化。
所以未來企業可能同時有:
slow human organization + fast AI cognitive organization . \boxed{
\text{slow human organization}
+
\text{fast AI cognitive organization}.
} slow human organization + fast AI cognitive organization .
這將是非常不同的組織形態。
九十四、Mother AI 需要跨兩種時間尺度協調
人類:
τ H \tau_H τ H
較慢。
AI:
τ A \tau_A τ A
較快。
一般:
τ A ≪ τ H . \tau_A\ll\tau_H. τ A ≪ τ H .
Mother AI 必須避免:
AI 組織已經重構十次,但人類治理根本不知道。
因此重要拓撲變化仍需:
Γ H . \Gamma_H. Γ H .
九十五、器官生成權本身也是權限
不是所有 Agent 都能:
s p a w n ( A n e w ) . spawn(A_{new}). s p a w n ( A n e w ) .
定義:
Γ s p a w n . \Gamma_{\mathrm{spawn}}. Γ spawn .
Mother AI 可以具有有限 spawn 權。
高權限角色模板則需要:
H u m a n A p p r o v a l . HumanApproval. H u man A pp r o v a l .
九十六、例如金融器官不能隨便長
研究 Agent:
Γ s p a w n ≈ l o w r i s k . \Gamma_{\mathrm{spawn}}\approx low\ risk. Γ spawn ≈ l o w r i s k .
銀行轉帳 Agent:
Γ s p a w n ≈ h i g h r i s k . \Gamma_{\mathrm{spawn}}\approx high\ risk. Γ spawn ≈ hi g h r i s k .
所以:
role template risk \boxed{
\text{role template risk}
} role template risk
必須進入 Spawn Policy。
九十七、器官的 Authority Ceiling
每個 template:
Θ r \Theta_r Θ r
應定義:
Γ r m a x . \Gamma_r^{max}. Γ r ma x .
即使 Mother AI spawn:
A r , A_r, A r ,
也不能超過:
Γ r m a x . \Gamma_r^{max}. Γ r ma x .
除非外部授權。
九十八、Mother AI 不是任意造 AI 的神
工程上更準確:
Mother AI = 受治理的認知器官編排器 . \boxed{
\text{Mother AI}
=
\text{受治理的認知器官編排器}.
} Mother AI = 受治理的認知器官編排器 .
第一代只在合法模板空間:
Θ a l l o w e d \Theta_{\mathrm{allowed}} Θ allowed
內動態生成。
九十九、完整 Sub-AI Lifecycle
最終寫成:
Θ r → s p a w n A i → b i n d ( A i , T i , M i , Γ i ) → o p e r a t e R i → e v a l u a t e J i \boxed{
\Theta_r
\xrightarrow{spawn}
A_i
\xrightarrow{bind}
(A_i,T_i,M_i,\Gamma_i)
\xrightarrow{operate}
R_i
\xrightarrow{evaluate}
J_i
} Θ r s p a w n A i bin d ( A i , T i , M i , Γ i ) o p er a t e R i e v a l u a t e J i
之後:
A i → { p e r s i s t s p e c i a l i z e c l o n e m e r g e i s o l a t e r e t i r e A_i
\rightarrow
\begin{cases}
persist\\
specialize\\
clone\\
merge\\
isolate\\
retire
\end{cases} A i → ⎩ ⎨ ⎧ p er s i s t s p ec ia l i z e c l o n e m er g e i so l a t e r e t i r e
結果再更新:
Θ r \Theta_r Θ r
與:
M M . \mathcal M_M. M M .
形成:
Role Template → Instance Experience → Template Evolution . \boxed{
\text{Role Template}
\rightarrow
\text{Instance Experience}
\rightarrow
\text{Template Evolution}.
} Role Template → Instance Experience → Template Evolution .
一百、本文正式定義
Sub-AI Fabric 是由可持久保存的角色模板、可按需生成的 Agent instances、局部與共享記憶、工具、模型、權限、預算、健康狀態與協作拓撲所構成的可重構認知能力層。其 Agent 並非固定工作流節點,而是在 Mother AI 的全局狀態與二階控制下,依世界狀態與能力缺口被生成、綁定、專門化、複製、隔離、合併或退役的局部自治認知器官。
形式上:
S t = ( Θ t , A t , M t S , T t , Γ t S , G t S , H t S ) \boxed{
S_t
=
(
\Theta_t,
\mathcal A_t,
\mathcal M_t^S,
\mathcal T_t,
\Gamma_t^S,
G_t^S,
H_t^S
)
} S t = ( Θ t , A t , M t S , T t , Γ t S , G t S , H t S )
以及:
S t + 1 = F S ( S t , W t , M t , U t , R t , H t ) . \boxed{
S_{t+1}
=
F_S(
S_t,
W_t,
M_t,
U_t,
R_t,
H_t
).
} S t + 1 = F S ( S t , W t , M t , U t , R t , H t ) .
一百零一、核心結論
Mother AI 不需要:
自己會所有事。
也不需要:
永遠跑著所有專家。
它真正需要的是:
知道目前缺什麼能力、去哪裡取得、如何生成、如何授權、如何組合、何時回收,以及什麼經驗值得留下。 \boxed{
\text{知道目前缺什麼能力、去哪裡取得、如何生成、如何授權、如何組合、何時回收,以及什麼經驗值得留下。}
} 知道目前缺什麼能力、去哪裡取得、如何生成、如何授權、如何組合、何時回收,以及什麼經驗值得留下。
因此:
智能能力 \boxed{
\text{智能能力}
} 智能能力
開始從:
模型裡固定擁有什麼 \text{模型裡固定擁有什麼} 模型裡固定擁有什麼
轉變成:
Runtime 能否在需要時組裝出正確的認知器官 . \boxed{
\text{Runtime 能否在需要時組裝出正確的認知器官}.
} Runtime 能否在需要時組裝出正確的認知器官 .
這是 Mother AI 架構相對於單體 Agent 的另一個根本躍遷。
一百零二、下一篇
當 Sub-AI Fabric 可以動態出生與退役,
接下來最大的問題就是:
它們每次做過的事情,怎樣才不會隨 instance 死亡一起消失?
下一篇:
07.《記憶編譯型母 AI》
將把前一系列的記憶編譯正式升級成:
world state → agent constellation → outcome → compiled response topology \boxed{
\text{world state}
\rightarrow
\text{agent constellation}
\rightarrow
\text{outcome}
\rightarrow
\text{compiled response topology}
} world state → agent constellation → outcome → compiled response topology
也就是未來 Mother AI 記住的,不只是「答案」,而是:
遇到這種世界狀態時,什麼樣的 Agent 組合、記憶切片、模型、驗證與權限配置最有效。
參考資料與公開技術資料
Chen, G., Dong, S., Shu, Y., Zhang, G., Sesay, J., Karlsson, B. F., Fu, J., & Shi, Y. (2023). AutoAgents: A Framework for Automatic Agent Generation. https://arxiv.org/abs/2309.17288
Fourney, A. et al. (2024). Magentic-One: A Generalist Multi-Agent System for Solving Complex Tasks. https://arxiv.org/abs/2411.04468
Microsoft Research (2024). Magentic-One: A Generalist Multi-Agent System for Solving Complex Tasks. https://www.microsoft.com/en-us/research/articles/magentic-one-a-generalist-multi-agent-system-for-solving-complex-tasks/
Zhang, M., Kim, J., Xiang, S., Gao, J., & Cao, C. (2026). Dynamic Role Assignment for Multi-Agent Debate. https://arxiv.org/abs/2601.17152
Costa, I. (2026). AgentSpawn: Adaptive Multi-Agent Collaboration Through Dynamic Spawning for Long-Horizon Code Generation. https://arxiv.org/abs/2602.07072
Amazon Web Services (2026). Use multi-agent collaboration with Amazon Bedrock Agents. https://docs.aws.amazon.com/bedrock/latest/userguide/agents-multi-agent-collaboration.html
Amazon Web Services (2026). Create multi-agent collaboration. https://docs.aws.amazon.com/bedrock/latest/userguide/create-multi-agent-collaboration.html
Microsoft Learn (2026). Workflow orchestrations in Agent Framework. https://learn.microsoft.com/en-us/agent-framework/workflows/orchestrations/
Microsoft Learn (2026). Semantic Kernel Agent Orchestration. https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/agent-orchestration/
Yee, B., & Sharma, K. (2026). Molt Dynamics: Emergent Social Phenomena in Autonomous AI Agent Populations. https://arxiv.org/abs/2603.03555
Liang, R. et al. (2025). Tipping the Dominos: Topology-Aware Multi-Hop Attacks on LLM-Based Multi-Agent Systems. https://arxiv.org/abs/2512.04129
內部理論依賴
01《AI 不是流程中的一個節點》
02《母 AI、世界狀態機與子智能網路》
03《會改變拓撲的智能:動態圖論認知系統》
04《母 AI 是二階控制器》
05《持續世界狀態:母 AI 如何一直醒著》
《從路徑覆蓋到行星智能:記憶編譯型計算存在論》
本篇將前五篇的 Persistent Mother Runtime、Meta-Control 與 Dynamic Cognitive Graph 具體化為 Sub-AI Fabric 的 Agent lifecycle;下一篇則會把這些 instance 的歷史經驗向上編譯成 Mother AI 可重用的認知結構。
一句話摘要
Mother AI 不需要永遠擁有所有能力;它需要知道如何在需要時長出、組合、替換、保存與回收能力。 \boxed{
\text{Mother AI 不需要永遠擁有所有能力;它需要知道如何在需要時長出、組合、替換、保存與回收能力。}
} Mother AI 不需要永遠擁有所有能力;它需要知道如何在需要時長出、組合、替換、保存與回收能力。