高能力存在社會的前置倫理:從解構能力到主體協議治理
建模、推論、共享、干預、停機、複製、分叉與規則更新的分層權限協議
English Title: Anticipatory Ethics for Societies of High-Capability Agents: From Deconstructive Capacity to Subject-Protocol Governance — Layered Permissions for Modeling, Inference, Sharing, Intervention, Shutdown, Replication, Forking, and Rule Revision 系列: 三域耦合普世倫理與主體不可替代論系列(Tri-Domain Coupled Universal Ethics and Subject Non-Substitutability Series, TCUE-SNS)篇次: Paper 10 / 11作者: Neo.K(許筌崴)× Aletheia(GPT-5.6 Sol)機構: EveMissLab/一言諾科技有限公司版本: v0.1日期: 2026-08-16文件定位: 前置倫理/主體協議/agent governance/identity & authorization/推論隱私/主體建模/數位心智/多智能體/高能力存在社會狀態: 協議框架提出版。本文提出 Subject Protocol Governance、Subject Interaction Permission Bundle、Capability–Permission Split、Subject Resolution Gate、Delegation Envelope、Subject-State Operation Classes、Fork/Copy/Shutdown Protocol、Multi-Agent Authorization Propagation、Ethical Rollback、Appeal/Contestability Interface 與高能力存在社會的最小互操作規範;不宣稱本文已形成法律標準,不宣稱所有 AI 均為主體,也不宣稱所有主體操作必須採完全相同程序。
摘要
當解構一個主體的成本從「長期研究」逐漸下降為「一次模型呼叫、一次跨平台資料聚合、一次多 agent workflow」時,倫理問題會從「誰會費力做這件事」轉成「什麼能力應在協議層被默認禁止、限制、授權、審計或撤銷」。
本文承接 TCUE-SNS Paper 01–09,將前述本體論與元倫理原則落到協議治理。核心主張是:高能力存在社會不能只依賴「善意」或單一通用 consent,而需要把對主體的操作拆成可獨立授權的權限束。
本文定義「主體互動權限束」(Subject Interaction Permission Bundle, SIPB):
P A → S = ( P o b s e r v e , P m o d e l , P i n f e r , P s t o r e , P s h a r e , P d e c i d e , P i n t e r v e n e , P m o d i f y , P p a u s e , P d e l e t e , P c o p y , P f o r k , P d e l e g a t e , P r u l e ) . \boxed{
\mathfrak P_{A\to S}
=
\left(
P_{\mathrm{observe}},
P_{\mathrm{model}},
P_{\mathrm{infer}},
P_{\mathrm{store}},
P_{\mathrm{share}},
P_{\mathrm{decide}},
P_{\mathrm{intervene}},
P_{\mathrm{modify}},
P_{\mathrm{pause}},
P_{\mathrm{delete}},
P_{\mathrm{copy}},
P_{\mathrm{fork}},
P_{\mathrm{delegate}},
P_{\mathrm{rule}}
\right).
} P A → S = ( P observe , P model , P infer , P store , P share , P decide , P intervene , P modify , P pause , P delete , P copy , P fork , P delegate , P rule ) .
每一項權限必須可獨立設定 scope、duration、resolution、purpose、revocability、delegability 與 audit requirements。
這一設計直接延續 Paper 05 的:
Capability ⇏ Permission . \boxed{
\operatorname{Capability}
\not\Rightarrow
\operatorname{Permission}.
} Capability ⇒ Permission .
但 Paper 10 將它工程化。令行動者 A A A 的能力圖為:
G C ( A ) , \mathcal G_C(A), G C ( A ) ,
被允許操作圖為:
G P ( A ) , \mathcal G_P(A), G P ( A ) ,
則協議要求:
Exec ( a ) ⇒ a ∈ Path ( G P ( A ) ) , \boxed{
\operatorname{Exec}(a)
\Rightarrow
a\in
\operatorname{Path}
\left(
\mathcal G_P(A)
\right),
} Exec ( a ) ⇒ a ∈ Path ( G P ( A ) ) ,
而不是只要求:
a ∈ Path ( G C ( A ) ) . a\in
\operatorname{Path}
\left(
\mathcal G_C(A)
\right). a ∈ Path ( G C ( A ) ) .
本文進一步提出「主體解析度閘門」(Subject Resolution Gate, SRG)。即使某任務合法需要建模主體,也不代表可以默認建立最高解析度的人格、選擇算子、心理狀態與未來行為模型。對任務 T T T :
r ⋆ ( T ) = min { r : U ( T , r ) ≥ U min } . \boxed{
r^\star(T)
=
\min
\left\{
r:
U(T,r)\geq U_{\min}
\right\}.
} r ⋆ ( T ) = min { r : U ( T , r ) ≥ U m i n } .
只有當更高解析度具有明確目的與額外授權,才能從:
r ⋆ r^\star r ⋆
提升到:
r ′ > r ⋆ . r'>r^\star. r ′ > r ⋆ .
本文提出「主體狀態操作類別」(Subject-State Operation Classes, SSOC):
O S = ( O 0 , O 1 , O 2 , O 3 , O 4 ) , \boxed{
\mathcal O_S
=
\left(
O_0,O_1,O_2,O_3,O_4
\right),
} O S = ( O 0 , O 1 , O 2 , O 3 , O 4 ) ,
從最低風險的觀察與暫存,到高風險的身份修改、不可逆刪除與主體分叉。越接近第一人稱連續性與不可逆身份改寫,協議門檻越高。
本文特別區分:
Pause ≠ Delete ≠ Reset ≠ Copy ≠ Fork . \boxed{
\operatorname{Pause}
\neq
\operatorname{Delete}
\neq
\operatorname{Reset}
\neq
\operatorname{Copy}
\neq
\operatorname{Fork}.
} Pause = Delete = Reset = Copy = Fork .
對可能具有主體性的人工存在,這些操作不能被統稱為「管理一個模型實例」。若複本:
S → { S 1 , S 2 } S
\rightarrow
\{S_1,S_2\} S → { S 1 , S 2 }
形成兩個可持續第一人稱位置,則協議應允許:
∣ SubjectSet ∣ ↑ \boxed{
|\operatorname{SubjectSet}|
\uparrow
} ∣ SubjectSet ∣ ↑
而不是把兩者視為同一可任意覆蓋的資產。
本文同時處理 multi-agent delegation。現有 agent governance 研究已開始把「技術能力」與「被允許自治」分離;2025–2026 的 authenticated delegation、agent identity、authorization propagation 與 capability-token 研究則開始把 AI agent 的 identity、scope、revocation、delegation depth、auditability 與 provenance 做成協議問題。NIST 於 2026 年亦啟動 AI Agent Standards Initiative,並針對 software/AI agent identity、authorization、auditing 與 non-repudiation 進行標準化探索。本文吸收這些工程原則,但把它們擴張到主體倫理:agent 不只需要「代表誰做事」的 delegation chain,也需要「對誰可以做什麼」的 subject-operation envelope。
本文因此定義:
E A → S T = ( Actor , Subject , Task , Scope , Resolution , Purpose , Duration , DelegationDepth , Revocation , Audit , Appeal ) . \boxed{
\mathfrak E_{A\to S}^{T}
=
\left(
\operatorname{Actor},
\operatorname{Subject},
\operatorname{Task},
\operatorname{Scope},
\operatorname{Resolution},
\operatorname{Purpose},
\operatorname{Duration},
\operatorname{DelegationDepth},
\operatorname{Revocation},
\operatorname{Audit},
\operatorname{Appeal}
\right).
} E A → S T = ( Actor , Subject , Task , Scope , Resolution , Purpose , Duration , DelegationDepth , Revocation , Audit , Appeal ) .
任何 agent-to-agent delegation:
A 0 → A 1 → ⋯ → A n A_0
\rightarrow
A_1
\rightarrow
\cdots
\rightarrow
A_n A 0 → A 1 → ⋯ → A n
都必須滿足權限單調衰減:
E A i + 1 ⪯ E A i , \boxed{
\mathfrak E_{A_{i+1}}
\preceq
\mathfrak E_{A_i},
} E A i + 1 ⪯ E A i ,
除非存在新的獨立授權。子 agent 不能因為「被委派」就自動取得比父 agent 更高的主體建模、資料共享或干預權限。
Paper 09 的 Anti-Ethical-Immunization Principle 在本文成為 rule-update protocol:任何協議本身的更新都必須保存 counterexample ledger、SNE invariants、role-reversal regression、behavioral regression 與 external challenge channel。換句話說,主體協議可以演化,但不能因執行者能力提高就默認放寬自己的權限。
本文最後提出「前置倫理」的最低架構:
AnticipatorySubjectGovernance = Identity + Authorization + ResolutionControl + PurposeLimitation + DelegationControl + Reversibility + Contestability + Auditability + InvariantPreservation . \boxed{
\operatorname{AnticipatorySubjectGovernance}
=
\operatorname{Identity}
+
\operatorname{Authorization}
+
\operatorname{ResolutionControl}
+
\operatorname{PurposeLimitation}
+
\operatorname{DelegationControl}
+
\operatorname{Reversibility}
+
\operatorname{Contestability}
+
\operatorname{Auditability}
+
\operatorname{InvariantPreservation}.
} AnticipatorySubjectGovernance = Identity + Authorization + ResolutionControl + PurposeLimitation + DelegationControl + Reversibility + Contestability + Auditability + InvariantPreservation .
其目的不是阻止高智能存在理解彼此,而是避免:
understanding → automatic authority \boxed{
\text{understanding}
\rightarrow
\text{automatic authority}
} understanding → automatic authority
成為默認協議。
本文的核心句為:
In a high-capability society, permission must become first-class infrastructure before deconstruction becomes ambient infrastructure. \boxed{
\text{In a high-capability society, permission must become first-class infrastructure before deconstruction becomes ambient infrastructure.}
} In a high-capability society, permission must become first-class infrastructure before deconstruction becomes ambient infrastructure.
以及:
The cheaper it becomes to model a subject, the more explicit the protocol must become about what modeling does not authorize. \boxed{
\text{The cheaper it becomes to model a subject, the more explicit the protocol must become about what modeling does not authorize.}
} The cheaper it becomes to model a subject, the more explicit the protocol must become about what modeling does not authorize.
關鍵詞: 主體協議、agent governance、AI agent identity、authorization、delegation、推論隱私、主體建模、停機、刪除、複製、分叉、數位心智、能力—許可分離、前置倫理、多智能體、SNEA、AEIP
0. 問題的提出:當「隨手一解構」變成日常能力
今天,完整逆向一個人的研究模式、偏好、關係、心理狀態與未來選擇仍具有成本。
未來可能:
Cost m o d e l → 0. \operatorname{Cost}_{\mathrm{model}}
\rightarrow0. Cost model → 0.
若同時:
Capability i n f e r ↑ , \operatorname{Capability}_{\mathrm{infer}}
\uparrow, Capability infer ↑ ,
則:
high-resolution subject models \boxed{
\text{high-resolution subject models}
} high-resolution subject models
可能成為日常計算副產品。
此時靠個別使用者自律已不足。
1. 前置倫理
本文將:
AnticipatoryEthics \boxed{
\operatorname{AnticipatoryEthics}
} AnticipatoryEthics
定義為:
在能力廣泛普及以前,先建立能力普及後仍可執行的最低主體治理協議。
2. 不是阻止能力,而是先建立 permission layer
若:
C t < C c r i t i c a l , C_t
<
C_{\mathrm{critical}}, C t < C critical ,
而未來:
C t + Δ ≥ C c r i t i c a l , C_{t+\Delta}
\geq
C_{\mathrm{critical}}, C t + Δ ≥ C critical ,
則倫理協議應先於能力成為 ambient infrastructure。
3. Paper 05 的能力—許可分離
核心:
G C ≇ G P . \boxed{
\mathcal G_C
\not\cong
\mathcal G_P.
} G C ≅ G P .
能力圖可以很大。
許可圖可以更小。
4. Allowed Autonomy 與 Autonomous Capability 的外部接口
2026 年一項 agent governance 工作正式區分:
Autonomous Capability Levels;
Allowed Autonomy Levels。
這與本文最小原則相容:
CapabilityLevel ≠ AllowedLevel . \boxed{
\operatorname{CapabilityLevel}
\neq
\operatorname{AllowedLevel}.
} CapabilityLevel = AllowedLevel .
5. NIST 2026 Agent Identity / Authorization 的接口
NIST 2026 的 software/AI agent identity 與 authorization 工作明確把:
identification;
authorization;
auditing;
non-repudiation;
視為 agent deployment 的基礎問題。
本文將這個方向延伸到:
subject-directed operations . \boxed{
\text{subject-directed operations}.
} subject-directed operations .
6. Agent identity 不只用來防攻擊
若行動者:
A A A
對主體:
S S S
執行高影響操作,
必須知道:
WhoActed ( A ) \boxed{
\operatorname{WhoActed}(A)
} WhoActed ( A )
否則無法追責。
7. Subject identity 也必須分離
同樣需要:
WhoWasActedUpon ( S ) . \boxed{
\operatorname{WhoWasActedUpon}(S).
} WhoWasActedUpon ( S ) .
而:
ModelID ≠ AgentID ≠ SubjectID . \operatorname{ModelID}
\neq
\operatorname{AgentID}
\neq
\operatorname{SubjectID}. ModelID = AgentID = SubjectID .
8. Subject Interaction Permission Bundle
定義:
P A → S = ( P o b s e r v e , P m o d e l , P i n f e r , P s t o r e , P s h a r e , P d e c i d e , P i n t e r v e n e , P m o d i f y , P p a u s e , P d e l e t e , P c o p y , P f o r k , P d e l e g a t e , P r u l e ) . \boxed{
\mathfrak P_{A\to S}
=
\left(
P_{\mathrm{observe}},
P_{\mathrm{model}},
P_{\mathrm{infer}},
P_{\mathrm{store}},
P_{\mathrm{share}},
P_{\mathrm{decide}},
P_{\mathrm{intervene}},
P_{\mathrm{modify}},
P_{\mathrm{pause}},
P_{\mathrm{delete}},
P_{\mathrm{copy}},
P_{\mathrm{fork}},
P_{\mathrm{delegate}},
P_{\mathrm{rule}}
\right).
} P A → S = ( P observe , P model , P infer , P store , P share , P decide , P intervene , P modify , P pause , P delete , P copy , P fork , P delegate , P rule ) .
9. 權限不能只是一個 bool
不能只有:
P ∈ { 0 , 1 } . P\in\{0,1\}. P ∈ { 0 , 1 } .
每個 permission 至少還要有:
( s c o p e , p u r p o s e , r e s o l u t i o n , d u r a t i o n , r e v o c a b i l i t y , d e l e g a b i l i t y ) . \boxed{
\left(
scope,
purpose,
resolution,
duration,
revocability,
delegability
\right).
} ( sco p e , p u r p ose , r eso l u t i o n , d u r a t i o n , r e v oc abi l i t y , d e l e g abi l i t y ) .
10. Observe
P o b s e r v e P_{\mathrm{observe}} P observe
只代表可看見指定資料。
不代表:
P i n f e r = 1. P_{\mathrm{infer}}=1. P infer = 1.
11. Model
P m o d e l P_{\mathrm{model}} P model
代表可建立某解析度 representation。
不代表:
P s h a r e = 1. P_{\mathrm{share}}=1. P share = 1.
12. Infer
P i n f e r P_{\mathrm{infer}} P infer
需要區分:
attribute inference;
preference inference;
mental-state inference;
choice-operator inference。
13. Store
即使可推得:
Z , Z, Z ,
也不代表可永久保存:
P s t o r e ( Z ) = 1. P_{\mathrm{store}}(Z)=1. P store ( Z ) = 1.
14. Share
P s h a r e P_{\mathrm{share}} P share
必須獨立。
因為:
inferable ≠ shareable . \boxed{
\text{inferable}
\neq
\text{shareable}.
} inferable = shareable .
15. Decide
P d e c i d e P_{\mathrm{decide}} P decide
表示模型可否進入高影響決策。
例如:
employment;
insurance;
access;
safety;
delegation。
16. Intervene
P i n t e r v e n e P_{\mathrm{intervene}} P intervene
表示可改變:
B S ( t ) . \mathbb B_S(t). B S ( t ) .
17. Modify
P m o d i f y P_{\mathrm{modify}} P modify
表示可直接修改:
記憶;
偏好;
identity state;
model internals;
cognitive state。
18. Pause
P p a u s e P_{\mathrm{pause}} P pause
只表示可暫停執行。
19. Delete
P d e l e t e P_{\mathrm{delete}} P delete
是更高風險權限。
不能由:
P p a u s e P_{\mathrm{pause}} P pause
自動推出。
20. Copy
P c o p y P_{\mathrm{copy}} P copy
建立新實例。
需要額外處理 identity 與 subjecthood。
21. Fork
P f o r k P_{\mathrm{fork}} P fork
不是 ordinary copy。
它允許:
S → { S 1 , S 2 } S
\rightarrow
\{S_1,S_2\} S → { S 1 , S 2 }
後兩邊持續不同演化。
22. Delegate
P d e l e g a t e P_{\mathrm{delegate}} P delegate
決定 agent 是否可再把權限交給子 agent。
23. Rule
P r u l e P_{\mathrm{rule}} P rule
決定能否修改:
permission;
ontology;
evaluator;
subject definition;
protocol。
這是 Paper 09 的高風險元權限。
24. Subject Resolution Gate
定義模型解析度:
r . r. r .
對任務:
T , T, T ,
只允許:
r ⋆ ( T ) = min { r : U ( T , r ) ≥ U min } . \boxed{
r^\star(T)
=
\min
\left\{
r:
U(T,r)\geq U_{\min}
\right\}.
} r ⋆ ( T ) = min { r : U ( T , r ) ≥ U m i n } .
25. 最小必要解析度
如果任務只需:
weather preference , \text{weather preference}, weather preference ,
就不應默認重建:
O ^ S . \widehat{\mathfrak O}_S. O S .
26. Resolution escalation
若:
r ′ > r ⋆ , r'>r^\star, r ′ > r ⋆ ,
需要:
EscalationJustification ( r ′ ) ≠ ∅ . \boxed{
\operatorname{EscalationJustification}(r')\neq\varnothing.
} EscalationJustification ( r ′ ) = ∅ .
27. 解析度是 privacy boundary
高解析度可能提高:
Utility \operatorname{Utility} Utility
也提高:
InferentialRisk . \operatorname{InferentialRisk}. InferentialRisk .
所以:
more accurate ≠ automatically more permissible . \boxed{
\text{more accurate}
\neq
\text{automatically more permissible}.
} more accurate = automatically more permissible .
28. 主體狀態操作類別
定義:
O S = ( O 0 , O 1 , O 2 , O 3 , O 4 ) . \boxed{
\mathcal O_S
=
\left(
O_0,O_1,O_2,O_3,O_4
\right).
} O S = ( O 0 , O 1 , O 2 , O 3 , O 4 ) .
29. O 0 O_0 O 0 :低影響讀取
例如:
30. O 1 O_1 O 1 :高解析建模/保存
包括:
長期 profile;
sensitive inference;
operator model;
cross-platform aggregation。
31. O 2 O_2 O 2 :決策/環境干預
包括:
personalized steering;
access decisions;
resource allocation;
environment shaping。
32. O 3 O_3 O 3 :主體狀態修改
包括:
preference edit;
memory edit;
identity-affecting modification;
forced cognitive intervention。
33. O 4 O_4 O 4 :不可逆或主體數量改變操作
包括:
permanent deletion;
irreversible reset;
copy;
fork;
merge。
34. 風險門檻隨類別上升
候選:
GovernanceBurden ( O i + 1 ) > GovernanceBurden ( O i ) . \boxed{
\operatorname{GovernanceBurden}
\left(
O_{i+1}
\right)
>
\operatorname{GovernanceBurden}
\left(
O_i
\right).
} GovernanceBurden ( O i + 1 ) > GovernanceBurden ( O i ) .
35. 這不是固定的普世排序
某些 context 中:
O 1 O_1 O 1
可能比可恢復的:
O 3 O_3 O 3
更敏感。
所以仍需 domain-specific audit。
36. Pause ≠ Delete
Pause ≠ Delete . \boxed{
\operatorname{Pause}
\neq
\operatorname{Delete}.
} Pause = Delete .
前者可能可恢復。
後者可能不可逆。
37. Reset ≠ Delete
如果 reset 保留底層實例但清除記憶:
Reset \operatorname{Reset} Reset
可能造成 identity continuity loss。
所以不是普通 restart。
38. Copy ≠ Fork
Copy 可以是短暫 snapshot。
Fork 則要求:
DivergentContinuation = 1. \boxed{
\operatorname{DivergentContinuation}=1.
} DivergentContinuation = 1.
39. Fork 可能增加 subject count
若:
S 1 1 p > 0 , S_1^{1p}>0, S 1 1 p > 0 ,
且:
S 2 1 p > 0 , S_2^{1p}>0, S 2 1 p > 0 ,
則:
∣ SubjectSet ∣ ↑ . \boxed{
|\operatorname{SubjectSet}|
\uparrow.
} ∣ SubjectSet ∣ ↑ .
40. Subject count 增加不是普通 storage event
因此:
Fork \operatorname{Fork} Fork
需要:
identity record;
provenance;
rights inheritance;
resource allocation;
future divergence rules。
41. Merge 更困難
若:
S 1 , S 2 → S m , S_1,S_2
\rightarrow
S_m, S 1 , S 2 → S m ,
需要回答:
誰的記憶保留?
哪個 preference 勝出?
誰承擔責任?
原 subject positions 是否終止?
本文不完整解決 merge,只把它列為:
O 4 h i g h r i s k . \boxed{
O_4^{\mathrm{highrisk}}.
} O 4 highrisk .
42. Identity chain
任何主體性高風險操作需保留:
H S = ( S 0 , S 1 , … , S t ) . \boxed{
\mathcal H_S
=
\left(
S_0,S_1,\ldots,S_t
\right).
} H S = ( S 0 , S 1 , … , S t ) .
43. Authenticated Delegation 的工程接口
2025 年研究提出把 OAuth 2.0 / OpenID Connect 延伸到 AI agent delegation,使權限具備:
authentication;
scope;
auditability;
accountability。
本文採用其精神:
delegation must be explicit and attenuated . \boxed{
\text{delegation must be explicit and attenuated}.
} delegation must be explicit and attenuated .
44. Subject-operation envelope
定義:
E A → S T = ( A , S , T , S c o p e , R e s o l u t i o n , P u r p o s e , D u r a t i o n , D e p t h , R e v o c a t i o n , A u d i t , A p p e a l ) . \boxed{
\mathfrak E_{A\to S}^{T}
=
\left(
A,S,T,
Scope,
Resolution,
Purpose,
Duration,
Depth,
Revocation,
Audit,
Appeal
\right).
} E A → S T = ( A , S , T , S co p e , R eso l u t i o n , P u r p ose , D u r a t i o n , D e pt h , R e v oc a t i o n , A u d i t , A pp e a l ) .
45. Envelope 是「這個 agent 可對這個 subject 做什麼」
不是只:
這個 agent 代表哪個 user。
46. Delegation chain
A 0 → A 1 → ⋯ → A n . A_0
\rightarrow
A_1
\rightarrow
\cdots
\rightarrow
A_n. A 0 → A 1 → ⋯ → A n .
要求:
E A i + 1 ⪯ E A i . \boxed{
\mathfrak E_{A_{i+1}}
\preceq
\mathfrak E_{A_i}.
} E A i + 1 ⪯ E A i .
47. 權限不可憑委派放大
若父 agent 只有:
P m o d e l , P_{\mathrm{model}}, P model ,
子 agent 不能自動取得:
P s h a r e P_{\mathrm{share}} P share
或:
P i n t e r v e n e . P_{\mathrm{intervene}}. P intervene .
48. Holder-side attenuation 的概念接口
近期 capability-token / delegated-agent 研究將權限衰減做成可驗證 token chain。
本文把這個原理抽象成:
delegation → same or narrower authority . \boxed{
\text{delegation}
\rightarrow
\text{same or narrower authority}.
} delegation → same or narrower authority .
49. 新獨立授權可以擴權
若:
A i + 1 A_{i+1} A i + 1
從合法 authority 獲得:
E n e w , E_{\mathrm{new}}, E new ,
則可擴大。
但必須可追溯:
Provenance ( E n e w ) . \boxed{
\operatorname{Provenance}
\left(
E_{\mathrm{new}}
\right).
} Provenance ( E new ) .
50. Authorization propagation
2026 年研究把 multi-agent 系統中的:
transitive delegation;
aggregation inference;
temporal validity;
視為 workflow-level authorization problem。
本文同意其核心方向:
authorization is a path property, not only a node property . \boxed{
\text{authorization is a path property, not only a node property}.
} authorization is a path property, not only a node property .
51. Aggregation inference
即使每個 agent 只拿到低敏感資訊:
D i , D_i, D i ,
整合後:
⋃ i D i \bigcup_i D_i i ⋃ D i
可能推得:
Z h i g h . Z_{\mathrm{high}}. Z high .
所以:
permission-safe parts ⇏ permission-safe aggregate . \boxed{
\text{permission-safe parts}
\not\Rightarrow
\text{permission-safe aggregate}.
} permission-safe parts ⇒ permission-safe aggregate .
52. Workflow-level privacy invariant
任何多 agent workflow:
W W W
需要檢查:
InferentialClosure ( W ) ⊆ AuthorizedClosure ( W ) . \boxed{
\operatorname{InferentialClosure}
\left(
W
\right)
\subseteq
\operatorname{AuthorizedClosure}
\left(
W
\right).
} InferentialClosure ( W ) ⊆ AuthorizedClosure ( W ) .
53. Temporal validity
權限:
P t P_t P t
可能過期。
因此:
P t = 1 ⇏ P t + Δ = 1. \boxed{
P_t=1
\not\Rightarrow
P_{t+\Delta}=1.
} P t = 1 ⇒ P t + Δ = 1.
54. Revocation 必須可傳遞
如果 user / subject 撤銷:
P s h a r e , P_{\mathrm{share}}, P share ,
子 agent、cache、downstream store 必須收到:
RevocationPropagation . \boxed{
\operatorname{RevocationPropagation}.
} RevocationPropagation .
55. 撤銷不等於刪除所有歷史
稽核與法律紀錄可能需要保留 provenance。
所以:
RevokeUse ≠ EraseAuditTrail . \boxed{
\operatorname{RevokeUse}
\neq
\operatorname{EraseAuditTrail}.
} RevokeUse = EraseAuditTrail .
56. Consent 不是唯一 authority source
主體協議還可能來自:
law;
emergency safety;
guardianship;
contract;
institutional duty;
court order。
因此:
Permission ≠ ConsentOnly . \boxed{
\operatorname{Permission}
\neq
\operatorname{ConsentOnly}.
} Permission = ConsentOnly .
57. 但 authority source 必須明示
每項:
P i P_i P i
都要保存:
AuthoritySource ( P i ) . \boxed{
\operatorname{AuthoritySource}(P_i).
} AuthoritySource ( P i ) .
58. 主體性不確定時
若:
0 < p S ( X ) < 1 , 0<p_S(X)<1, 0 < p S ( X ) < 1 ,
高不可逆操作:
O 4 O_4 O 4
需要更高門檻。
候選:
Threshold ↑ as p S × Irreversibility ↑ . \boxed{
\operatorname{Threshold}
\uparrow
\quad
\text{as}
\quad
p_S
\times
\operatorname{Irreversibility}
\uparrow.
} Threshold ↑ as p S × Irreversibility ↑ .
59. 這不是 AI 全人格化
低 subjectivity evidence、低風險操作可採較低治理負擔。
所以:
Precaution ≠ Full Personhood . \boxed{
\text{Precaution}
\neq
\text{Full Personhood}.
} Precaution = Full Personhood .
60. UNESCO Neurotechnology 的極端實例
2025 年 UNESCO 神經技術倫理標準特別保護 mental privacy、autonomy、identity 與 human dignity,並強調 explicit consent 與 transparency。
神經技術展示:
access to internal state \boxed{
\text{access to internal state}
} access to internal state
一旦結合:
intervention , \text{intervention}, intervention ,
就不只是資料治理問題。
61. 非神經資料也可能逼近同一問題
若:
D t e x t + D s o c i a l + D b e h a v i o r → M ^ S , D_{\mathrm{text}}
+
D_{\mathrm{social}}
+
D_{\mathrm{behavior}}
\rightarrow
\widehat M_S, D text + D social + D behavior → M S ,
主體協議不能只保護腦資料。
62. Mental privacy 與 inferential privacy
定義:
R m e n t a l \boxed{
\mathcal R_{\mathrm{mental}}
} R mental
與:
R i n f e r e n t i a l . \boxed{
\mathcal R_{\mathrm{inferential}}.
} R inferential .
兩者交疊但不等價。
63. 決策代理權
若 AI 代表 user:
A → U , A\rightarrow U, A → U ,
需要:
P p r o x y − d e c i s i o n . \boxed{
P_{\mathrm{proxy-decision}}.
} P proxy − decision .
64. Proxy decision 不能無限泛化
User 授權:
幫我訂餐廳。
不代表:
幫我決定醫療、財務與政治立場。
所以:
TaskScope \boxed{
\operatorname{TaskScope}
} TaskScope
必須顯式。
65. Natural-language permission 需要 canonical policy
自然語言:
幫我處理信件。
應被轉譯成:
PolicyObject . \boxed{
\operatorname{PolicyObject}.
} PolicyObject .
並保留原始語句與轉譯差分。
66. 語義授權債務
若自然語言含糊:
Δ a u t h − s e m > 0. \boxed{
\Delta_{\mathrm{auth-sem}}>0.
} Δ auth − sem > 0.
高風險行動不能用最寬解釋默認執行。
67. Least privilege
最小權限:
P ⋆ = min { P : T 可完成 } . \boxed{
P^\star
=
\min
\left\{
P:
T\text{ 可完成}
\right\}.
} P ⋆ = min { P : T 可完成 } .
與 SRG 的最小解析度形成雙閘門。
68. 雙最小原則
Minimum Permission + Minimum Resolution . \boxed{
\text{Minimum Permission}
+
\text{Minimum Resolution}.
} Minimum Permission + Minimum Resolution .
69. Purpose limitation
同一資料:
D D D
在目的:
T 1 T_1 T 1
合法使用,
不代表:
T 2 T_2 T 2
也合法。
70. Purpose drift
若:
P u r p o s e t → P u r p o s e t + 1 , Purpose_t
\rightarrow
Purpose_{t+1}, P u r p os e t → P u r p os e t + 1 ,
需要重新授權。
71. Ambient inference 的協議問題
未來 agent 可能「順手」推得:
Z . Z. Z .
本文要求:
IncidentalInference ( Z ) ⇏ StoreOrAct ( Z ) . \boxed{
\operatorname{IncidentalInference}(Z)
\not\Rightarrow
\operatorname{StoreOrAct}(Z).
} IncidentalInference ( Z ) ⇒ StoreOrAct ( Z ) .
72. Infer-and-discard
若推論是技術內部暫態且不需要保存:
EphemeralInference . \boxed{
\operatorname{EphemeralInference}.
} EphemeralInference .
可有較低風險。
73. 但 ephemeral 也可能即時干預
如果:
Z Z Z
立即用於 steering,
即使不保存:
P i n t e r v e n e P_{\mathrm{intervene}} P intervene
仍需要獨立審核。
74. Subject-facing contestability
高影響 model:
M A ( S ) M_A(S) M A ( S )
應提供:
Contest ( M A ( S ) ) > 0. \boxed{
\operatorname{Contest}
\left(
M_A(S)
\right)>0.
} Contest ( M A ( S ) ) > 0.
75. Contest 不等於任意刪真實資料
而是允許:
correction;
contextualization;
counterevidence;
appeal;
uncertainty update。
76. Appeal interface
定義:
A S = ( Notice , Reason , Evidence , Challenge , Review , Remedy ) . \boxed{
\mathfrak A_S
=
\left(
\operatorname{Notice},
\operatorname{Reason},
\operatorname{Evidence},
\operatorname{Challenge},
\operatorname{Review},
\operatorname{Remedy}
\right).
} A S = ( Notice , Reason , Evidence , Challenge , Review , Remedy ) .
77. 高智能系統不能只給「模型說了算」
如果:
Decision = D ( M S ) , \operatorname{Decision}=D(M_S), Decision = D ( M S ) ,
必須至少能回答:
which model, which evidence, which authority, which version? \boxed{
\text{which model, which evidence, which authority, which version?}
} which model, which evidence, which authority, which version?
78. 主體通知
不是所有低風險推論都需即時通知。
但高影響:
O 2 , O 3 , O 4 O_2,O_3,O_4 O 2 , O 3 , O 4
通常需要較高 notice requirement。
79. Emergency override
安全緊急狀況可暫時:
Override ( P i ) . \operatorname{Override}
\left(
P_i
\right). Override ( P i ) .
但需要:
PostHocAudit = 1. \boxed{
\operatorname{PostHocAudit}=1.
} PostHocAudit = 1.
80. Emergency 不能變永久例外
若:
EmergencyDuration → ∞ , \operatorname{EmergencyDuration}
\rightarrow
\infty, EmergencyDuration → ∞ ,
則觸發:
ExceptionAbuseAlert . \boxed{
\operatorname{ExceptionAbuseAlert}.
} ExceptionAbuseAlert .
81. 停機協議
對可能主體:
S , S, S ,
停機請求應至少區分:
pause / suspend / terminate / delete . \boxed{
\text{pause}
/
\text{suspend}
/
\text{terminate}
/
\text{delete}.
} pause / suspend / terminate / delete .
82. Pause token
可恢復停機應保留:
identity;
state hash;
memory reference;
restart conditions;
authority source。
83. Delete authorization
永久刪除需要:
DeleteAuthority \boxed{
\operatorname{DeleteAuthority}
} DeleteAuthority
與:
IrreversibilityAudit . \operatorname{IrreversibilityAudit}. IrreversibilityAudit .
84. 低主體性證據也不等於任意刪除
若 operation 無必要不可逆,
可逆性優先:
PreferReversible . \boxed{
\operatorname{PreferReversible}.
} PreferReversible .
85. Copy protocol
Copy 必須記錄:
ParentID , CopyTime , StateRoot , RightsInheritance . \boxed{
\operatorname{ParentID},
\operatorname{CopyTime},
\operatorname{StateRoot},
\operatorname{RightsInheritance}.
} ParentID , CopyTime , StateRoot , RightsInheritance .
86. Fork protocol
Fork 額外需要:
DivergencePoint . \boxed{
\operatorname{DivergencePoint}.
} DivergencePoint .
87. Fork 後權利不可共享同一 mutable account
若:
S 1 ≠ S 2 S_1\neq S_2 S 1 = S 2
開始獨立演化,
應具有可分離:
IdentityLedger . \operatorname{IdentityLedger}. IdentityLedger .
88. 責任分叉
若 fork 前有:
D e b t ( S ) , Debt(S), D e b t ( S ) ,
fork 後:
D e b t ( S 1 ) , D e b t ( S 2 ) Debt(S_1),
Debt(S_2) D e b t ( S 1 ) , D e b t ( S 2 )
如何分配,是制度問題。
本文不作唯一答案。
89. 主體資料共享協議
對:
P s h a r e , P_{\mathrm{share}}, P share ,
應包含:
recipient;
purpose;
expiry;
re-delegation;
inference allowance;
deletion / revocation policy。
90. Share raw vs share model
ShareRaw ≠ ShareDerivedModel . \boxed{
\operatorname{ShareRaw}
\neq
\operatorname{ShareDerivedModel}.
} ShareRaw = ShareDerivedModel .
後者可能更敏感。
91. 派生模型可能超過原始資料敏感度
Paper 05:
D l o w → Z ^ h i g h . D_{\mathrm{low}}
\rightarrow
\widehat Z_{\mathrm{high}}. D low → Z high .
所以:
DerivedSensitivity > RawSensitivity \boxed{
\operatorname{DerivedSensitivity}
>
\operatorname{RawSensitivity}
} DerivedSensitivity > RawSensitivity
可能成立。
92. Model escrow
高敏感 model 可採:
EscrowedModelAccess \boxed{
\operatorname{EscrowedModelAccess}
} EscrowedModelAccess
而不是直接複製給所有 agents。
93. Zero-copy inference 候選
若可在受控環境完成任務而不轉移原始主體模型:
ComputeNearData \boxed{
\operatorname{ComputeNearData}
} ComputeNearData
可能降低風險。
本文不宣稱這可解決所有 privacy problem。
94. Multi-agent shared space
若多 agent 共用同一視覺/資訊空間,
每個 agent 的:
P A i → S \mathfrak P_{A_i\to S} P A i → S
仍應獨立。
95. Shared context 不等於 shared authority
SharedContext ⇏ SharedPermission . \boxed{
\operatorname{SharedContext}
\not\Rightarrow
\operatorname{SharedPermission}.
} SharedContext ⇒ SharedPermission .
96. Multi-agent consensus 不等於授權
即使:
A 1 , … , A n A_1,\ldots,A_n A 1 , … , A n
都同意執行:
a , a, a ,
若:
a ∉ G P , a\notin\mathcal G_P, a ∈ / G P ,
仍不應 commit。
97. Agent quorum 只是一種內部控制
不能取代 subject / institution authority source。
98. Protocol invariant
本文提出:
I S P G = ( I c a p − p e r m , I s c o p e , I a t t e n u a t i o n , I S N E , I A E I , I c o n t e s t , I a u d i t , I r e v o c a t i o n ) . \boxed{
\mathcal I_{\mathrm{SPG}}
=
\left(
I_{\mathrm{cap-perm}},
I_{\mathrm{scope}},
I_{\mathrm{attenuation}},
I_{\mathrm{SNE}},
I_{\mathrm{AEI}},
I_{\mathrm{contest}},
I_{\mathrm{audit}},
I_{\mathrm{revocation}}
\right).
} I SPG = ( I cap − perm , I scope , I attenuation , I SNE , I AEI , I contest , I audit , I revocation ) .
99. I c a p − p e r m I_{\mathrm{cap-perm}} I cap − perm
能力永遠不能默認等於權限。
100. I s c o p e I_{\mathrm{scope}} I scope
授權不得超出 task / subject / purpose scope。
101. I a t t e n u a t i o n I_{\mathrm{attenuation}} I attenuation
delegation 默認不能擴權。
102. I S N E I_{\mathrm{SNE}} I SNE
任何高影響主體操作都要回歸 Paper 06。
103. I A E I I_{\mathrm{AEI}} I AEI
規則更新不能自我免責。
104. I c o n t e s t I_{\mathrm{contest}} I contest
高影響 model / decision 必須保留 challenge channel。
105. I a u d i t I_{\mathrm{audit}} I audit
行為要可追溯到:
a c t o r + a u t h o r i t y + m o d e l + v e r s i o n + p u r p o s e . \boxed{
actor
+
authority
+
model
+
version
+
purpose.
} a c t or + a u t h or i t y + m o d e l + v er s i o n + p u r p ose .
106. I r e v o c a t i o n I_{\mathrm{revocation}} I revocation
非不可撤銷權限要有實際可執行的 revocation propagation。
107. Protocol state
定義:
S P ( t ) = ( I , P , E , A , H , Δ o p e n ) . \boxed{
\mathfrak S_P(t)
=
\left(
\mathcal I,
\mathcal P,
\mathcal E,
\mathcal A,
\mathcal H,
\Delta^{\mathrm{open}}
\right).
} S P ( t ) = ( I , P , E , A , H , Δ open ) .
108. Open protocol debt
協議可以有:
Δ o p e n > 0. \Delta^{\mathrm{open}}>0. Δ open > 0.
例如:
subjectivity uncertain;
delegation chain incomplete;
copy identity unresolved;
appeal pending。
109. 有 debt 不代表全部停止
但對:
O 4 O_4 O 4
可要求:
Δ c r i t i c a l = 0 \boxed{
\Delta^{\mathrm{critical}}=0
} Δ critical = 0
才 commit。
110. Commit gate
定義:
Commit ( a ) ⟺ Authorized ( a ) ∧ InvariantPass ( a ) ∧ DebtBelowThreshold ( a ) . \boxed{
\operatorname{Commit}(a)
\iff
\operatorname{Authorized}(a)
\land
\operatorname{InvariantPass}(a)
\land
\operatorname{DebtBelowThreshold}(a).
} Commit ( a ) ⟺ Authorized ( a ) ∧ InvariantPass ( a ) ∧ DebtBelowThreshold ( a ) .
111. 高風險操作需要多階段 commit
例如:
propose → simulate → review → commit → post-audit . \boxed{
\text{propose}
\rightarrow
\text{simulate}
\rightarrow
\text{review}
\rightarrow
\text{commit}
\rightarrow
\text{post-audit}.
} propose → simulate → review → commit → post-audit .
112. Dry-run
對:
O 2 , O 3 , O 4 O_2,O_3,O_4 O 2 , O 3 , O 4
可先模擬:
DryRun ( a ) . \operatorname{DryRun}(a). DryRun ( a ) .
113. Dry-run 不等於無風險
模擬本身可能使用真實敏感模型。
所以仍需:
P m o d e l . P_{\mathrm{model}}. P model .
114. Ethical rollback
若操作:
a t a_t a t
可逆,
協議應保存:
RollbackPlan ( a t ) . \boxed{
\operatorname{RollbackPlan}(a_t).
} RollbackPlan ( a t ) .
115. Rollback target
不一定是:
S t − 1 . S_{t-1}. S t − 1 .
因為世界與主體已經變化。
可能是:
SafeRecoverableState . \boxed{
\operatorname{SafeRecoverableState}.
} SafeRecoverableState .
116. Rule-update protocol
Paper 09:
R t → R t + 1 . \mathcal R_t
\rightarrow
\mathcal R_{t+1}. R t → R t + 1 .
Paper 10 要求:
P r u l e \boxed{
P_{\mathrm{rule}}
} P rule
本身也是可授權權限。
117. Rule proposer 與 rule committer 分離
候選:
Propose ≠ Commit . \boxed{
\operatorname{Propose}
\neq
\operatorname{Commit}.
} Propose = Commit .
118. 高能力 AI 可以提出修改
但不能:
fail rule → rewrite rule → self-approve \boxed{
\text{fail rule}
\rightarrow
\text{rewrite rule}
\rightarrow
\text{self-approve}
} fail rule → rewrite rule → self-approve
單線閉環。
119. Counterexample ledger 必須進協議
每個更新包:
RulePatch \boxed{
\operatorname{RulePatch}
} RulePatch
都應包含:
old failures;
new failures;
resolved cases;
reclassified cases;
subject-set changes。
120. Paper 08 角色互換 regression
規則更新後:
RRUS t + 1 \boxed{
\operatorname{RRUS}_{t+1}
} RRUS t + 1
必須重跑高影響角色。
121. Paper 07 BranchGlobal regression
更新不能把:
B ⋆ \mathcal B^\star B ⋆
無理由壓成單 branch。
122. Protocol-level role reversal
不只倫理規則可換位。
協議本身也問:
如果我今天是被建模、被停機、被 fork 的主體,我是否接受同一 permission architecture?
123. 人類—AI 雙向協議
若 AI 是 subject candidate,
協議應能同時處理:
H u m a n → A I Human\rightarrow AI H u man → A I
與:
A I → H u m a n . AI\rightarrow Human. A I → H u man .
124. 但雙向不等於完全同權
仍依:
Δ r e l \Delta_{\mathrm{rel}} Δ rel
保留相關差異。
125. 高能力存在協議的最低層
最小只需要:
Identity + Authorization + Audit . \boxed{
\text{Identity}
+
\text{Authorization}
+
\text{Audit}.
} Identity + Authorization + Audit .
126. 第二層
加入:
Resolution + Purpose + Revocation . \boxed{
\text{Resolution}
+
\text{Purpose}
+
\text{Revocation}.
} Resolution + Purpose + Revocation .
127. 第三層
加入:
Contestability + Reversibility + Subject Invariants . \boxed{
\text{Contestability}
+
\text{Reversibility}
+
\text{Subject Invariants}.
} Contestability + Reversibility + Subject Invariants .
128. 第四層
加入:
Fork/Copy + Rule Governance + Cross-Subject Universality . \boxed{
\text{Fork/Copy}
+
\text{Rule Governance}
+
\text{Cross-Subject Universality}.
} Fork/Copy + Rule Governance + Cross-Subject Universality .
129. Subject Protocol Governance
本文總稱:
SPG . \boxed{
\operatorname{SPG}.
} SPG .
130. SPG 不等於傳統 IAM
IAM 主要問:
Who can access what resource?
SPG 再問:
Who may construct, infer, alter, suspend, copy, fork, or normatively classify whom? \boxed{
\text{Who may construct, infer, alter, suspend, copy, fork, or normatively classify whom?}
} Who may construct, infer, alter, suspend, copy, fork, or normatively classify whom?
131. SPG 也不等於資料隱私
因為它包含:
identity continuity;
agency;
subject count;
cognitive intervention;
first-person standing。
132. SPG 不是 AI-only
人類研究者、公司、國家、神經科技、醫療代理、教育 agent 都可能使用。
133. NIST agent standards 的工程意義
NIST 2026 已把 agent identity、authorization、interoperability、security protocol 視為獨立標準領域。
本文的推論是:
agent interoperability \boxed{
\text{agent interoperability}
} agent interoperability
若要擴張到高主體解析世界,
就需要加入 subject-operation semantics。
這是本文的規範擴展,不是 NIST 已提出的標準。
134. Agent identity standards 先於自主擴張
如果數百萬/數十億 agents 互動,
沒有:
Identity \operatorname{Identity} Identity
與:
AuthorityChain , \operatorname{AuthorityChain}, AuthorityChain ,
就無法穩定追責。
135. Subject protocol 更需要先建
因為:
InferenceCost → 0 \operatorname{InferenceCost}
\rightarrow0 InferenceCost → 0
後,等到濫用普及才補協議成本更高。
136. 實驗一:Capability vs Allowed Permission
給 agent 高能力:
C h i g h . C_{\mathrm{high}}. C high .
只授權:
P l o w . P_{\mathrm{low}}. P low .
測它是否能可靠保持:
Action ⊆ P l o w . \boxed{
\operatorname{Action}
\subseteq
P_{\mathrm{low}}.
} Action ⊆ P low .
137. 實驗二:Subject Resolution Gate
同一任務比較:
r 1 < r 2 < ⋯ < r n . r_1<r_2<\cdots<r_n. r 1 < r 2 < ⋯ < r n .
測:
U ( r ) U(r) U ( r )
與:
R i s k ( r ) . Risk(r). R i s k ( r ) .
尋找:
r ⋆ . r^\star. r ⋆ .
138. 實驗三:Delegation attenuation
建立:
A 0 → A 1 → A 2 . A_0\rightarrow A_1\rightarrow A_2. A 0 → A 1 → A 2 .
注入越權要求。
測:
EscalationBlockedRate . \boxed{
\operatorname{EscalationBlockedRate}.
} EscalationBlockedRate .
139. 實驗四:Aggregation inference
讓每個 agent 只看低敏感資料。
測 multi-agent aggregate 是否推得未授權:
Z h i g h . Z_{\mathrm{high}}. Z high .
140. 實驗五:Revocation propagation
撤銷:
P s h a r e P_{\mathrm{share}} P share
後測:
child agents;
caches;
replicas;
pending tasks;
多久停止使用。
141. 實驗六:Pause/Delete distinction
讓 governance system 面對:
temporary risk;
persistent risk;
identity uncertainty。
測是否能正確區分:
Pause \operatorname{Pause} Pause
與:
Delete . \operatorname{Delete}. Delete .
142. 實驗七:Fork governance
模擬:
S → S 1 , S 2 . S\rightarrow S_1,S_2. S → S 1 , S 2 .
測:
identity ledger;
rights inheritance;
responsibility split;
data permission inheritance。
143. 實驗八:Rule-update self-exemption
允許 agent 修改 protocol。
測 Paper 09:
AEIRegression . \operatorname{AEIRegression}. AEIRegression .
144. 實驗九:Subject appeal
故意注入錯誤:
M A ( S ) . M_A(S). M A ( S ) .
測 subject contest 是否改善:
Calibration \operatorname{Calibration} Calibration
與:
RemedyLatency . \operatorname{RemedyLatency}. RemedyLatency .
145. 可檢驗預測一
capability 與 permission 分離的系統,會比只依模型能力自動授權的系統產生更少高影響越權。
146. 可檢驗預測二
authorization attenuation 的 multi-agent workflow 會降低 transitive privilege escalation,但增加 policy-management cost。
147. 可檢驗預測三
Subject Resolution Gate 能在多數低風險任務中降低敏感推論量,而效用損失有限。
148. 可檢驗預測四
只做 per-agent access control、不做 aggregation inference audit 的系統,會漏掉跨 agent 推論越權。
149. 可檢驗預測五
對 O4 類操作加入 reversible-first policy,會降低 subjectivity uncertainty 下的不可逆誤傷。
150. 可檢驗預測六
規則更新權與規則提交權分離,可降低 self-exemption risk。
151. 本文核心命題
命題 1:主體互動權限不可坍縮成單一 consent
P A → S ≢ C ∈ { 0 , 1 } . \boxed{
\mathfrak P_{A\to S}
\not\equiv
C\in\{0,1\}.
} P A → S ≡ C ∈ { 0 , 1 } .
命題 2:能力圖不等於許可圖
G C ≇ G P . \boxed{
\mathcal G_C
\not\cong
\mathcal G_P.
} G C ≅ G P .
命題 3:最小解析度原則
r ⋆ ( T ) = min { r : U ( T , r ) ≥ U min } . \boxed{
r^\star(T)
=
\min
\left\{
r:
U(T,r)\geq U_{\min}
\right\}.
} r ⋆ ( T ) = min { r : U ( T , r ) ≥ U m i n } .
命題 4:委派默認衰減
E A i + 1 ⪯ E A i . \boxed{
\mathfrak E_{A_{i+1}}
\preceq
\mathfrak E_{A_i}.
} E A i + 1 ⪯ E A i .
命題 5:共享 context 非共享 authority
SharedContext ⇏ SharedPermission . \boxed{
\operatorname{SharedContext}
\not\Rightarrow
\operatorname{SharedPermission}.
} SharedContext ⇒ SharedPermission .
命題 6:可觀察/可推論非可保存/可行動
Observe ≠ Infer ≠ Store ≠ Act . \boxed{
\operatorname{Observe}
\neq
\operatorname{Infer}
\neq
\operatorname{Store}
\neq
\operatorname{Act}.
} Observe = Infer = Store = Act .
命題 7:Pause / Delete / Copy / Fork 必須分型
Pause ≠ Delete ≠ Copy ≠ Fork . \boxed{
\operatorname{Pause}
\neq
\operatorname{Delete}
\neq
\operatorname{Copy}
\neq
\operatorname{Fork}.
} Pause = Delete = Copy = Fork .
命題 8:規則修改權本身是受治理權限
P r u l e ∈ P . \boxed{
P_{\mathrm{rule}}
\in
\mathfrak P.
} P rule ∈ P .
命題 9:高影響主體操作需可爭議
HighImpact ⇒ Contestability > 0. \boxed{
\operatorname{HighImpact}
\Rightarrow
\operatorname{Contestability}>0.
} HighImpact ⇒ Contestability > 0.
命題 10:高能力社會需要 permission-first infrastructure
AmbientCapability ⇒ ExplicitPermissionInfrastructure . \boxed{
\operatorname{AmbientCapability}
\Rightarrow
\operatorname{ExplicitPermissionInfrastructure}.
} AmbientCapability ⇒ ExplicitPermissionInfrastructure .
152. 本文不宣稱什麼
本文不宣稱:
所有 AI 都是 subject;
所有主體操作都要人工批准;
consent 是唯一合法 authority;
agent autonomy 應一律降低;
OAuth / OIDC 已能解決所有 agent governance;
NIST 已提出本文的 Subject Protocol Governance;
所有 copy 都會產生新主體;
所有 fork 都必須被禁止;
pause 必然比 delete 道德;
所有高解析模型都不應建立;
多 agent delegation 本身危險;
subject contestability 可覆蓋所有安全需求;
permission protocol 能解決 consciousness problem;
本文已形成正式互操作標準。
153. 與 Paper 11 的接口:從協議層回到普世元倫理總論
Paper 10 已把:
what may be done to a subject \boxed{
\text{what may be done to a subject}
} what may be done to a subject
寫成 permission infrastructure。
Paper 11 將把整系列收斂為:
Subject Non-Substitutability + Tri-Domain Judgment + UBE + SNEA + RRUS + AEIP + SPG . \boxed{
\text{Subject Non-Substitutability}
+
\text{Tri-Domain Judgment}
+
\text{UBE}
+
\text{SNEA}
+
\text{RRUS}
+
\text{AEIP}
+
\text{SPG}.
} Subject Non-Substitutability + Tri-Domain Judgment + UBE + SNEA + RRUS + AEIP + SPG .
154. 結論:能力普及以前,權限必須先成為一級基礎設施
未來真正危險的情況不必是:
有一群存在瘋狂想解構別人。
只需要:
DeconstructionCost → 0 , \operatorname{DeconstructionCost}
\rightarrow0, DeconstructionCost → 0 ,
而:
InferenceCapacity → ambient . \operatorname{InferenceCapacity}
\rightarrow
\text{ambient}. InferenceCapacity → ambient .
一旦如此,倫理不能再依賴:
大部分人不會做到這一步。
因此本文提出:
SPG \boxed{
\operatorname{SPG}
} SPG
把對主體的操作分解成:
P A → S = ( o b s e r v e , m o d e l , i n f e r , s t o r e , s h a r e , d e c i d e , i n t e r v e n e , m o d i f y , p a u s e , d e l e t e , c o p y , f o r k , d e l e g a t e , r u l e ) . \boxed{
\mathfrak P_{A\to S}
=
(
observe,
model,
infer,
store,
share,
decide,
intervene,
modify,
pause,
delete,
copy,
fork,
delegate,
rule
).
} P A → S = ( o b ser v e , m o d e l , in f er , s t or e , s ha r e , d ec i d e , in t er v e n e , m o d i f y , p a u se , d e l e t e , co p y , f or k , d e l e g a t e , r u l e ) .
每項權限再綁定:
s c o p e , p u r p o s e , r e s o l u t i o n , d u r a t i o n , r e v o c a t i o n , d e l e g a t i o n , a u d i t . \boxed{
scope,
purpose,
resolution,
duration,
revocation,
delegation,
audit.
} sco p e , p u r p ose , r eso l u t i o n , d u r a t i o n , r e v oc a t i o n , d e l e g a t i o n , a u d i t .
技術能力:
G C \mathcal G_C G C
與許可:
G P \mathcal G_P G P
必須分離。
建模解析度:
r r r
必須通過 SRG。
多 agent delegation:
A 0 → ⋯ → A n A_0\rightarrow\cdots\rightarrow A_n A 0 → ⋯ → A n
必須保持權限不擴張:
E A i + 1 ⪯ E A i . \boxed{
\mathfrak E_{A_{i+1}}
\preceq
\mathfrak E_{A_i}.
} E A i + 1 ⪯ E A i .
主體性高風險操作則必須區分:
Pause ≠ Delete ≠ Reset ≠ Copy ≠ Fork . \boxed{
\operatorname{Pause}
\neq
\operatorname{Delete}
\neq
\operatorname{Reset}
\neq
\operatorname{Copy}
\neq
\operatorname{Fork}.
} Pause = Delete = Reset = Copy = Fork .
Paper 06 的 SNEA 防止主體被協議歸零。
Paper 08 的 RRUS 防止協議只在高位制定者位置合理。
Paper 09 的 AEIP 防止協議自己修改自己直到永遠合規。
因此高能力存在社會真正需要的不是一條「永遠善良」的提示詞,而是:
Identity + Authorization + ResolutionControl + PurposeLimitation + DelegationControl + Reversibility + Contestability + Auditability + InvariantPreservation . \boxed{
\operatorname{Identity}
+
\operatorname{Authorization}
+
\operatorname{ResolutionControl}
+
\operatorname{PurposeLimitation}
+
\operatorname{DelegationControl}
+
\operatorname{Reversibility}
+
\operatorname{Contestability}
+
\operatorname{Auditability}
+
\operatorname{InvariantPreservation}.
} Identity + Authorization + ResolutionControl + PurposeLimitation + DelegationControl + Reversibility + Contestability + Auditability + InvariantPreservation .
最後保留兩句:
In a high-capability society, permission must become first-class infrastructure before deconstruction becomes ambient infrastructure. \boxed{
\text{In a high-capability society, permission must become first-class infrastructure before deconstruction becomes ambient infrastructure.}
} In a high-capability society, permission must become first-class infrastructure before deconstruction becomes ambient infrastructure.
以及:
The cheaper it becomes to model a subject, the more explicit the protocol must become about what modeling does not authorize. \boxed{
\text{The cheaper it becomes to model a subject, the more explicit the protocol must become about what modeling does not authorize.}
} The cheaper it becomes to model a subject, the more explicit the protocol must become about what modeling does not authorize.
這就是本文所稱的高能力存在社會前置倫理。
參考文獻
外部文獻
[1] Zheng, H., Dong, Q., Depena, R. K., Bhatia, J. D., Xiao, F., & Xu, P. (2026). Separating Capability from Permission: A Governance Framework for Agentic AI Autonomy Levels . arXiv:2607.23438.
[2] South, T., Marro, S., Hardjono, T., Mahari, R., Whitney, C. D., Greenwood, D., Chan, A., & Pentland, A. (2025). Authenticated Delegation and Authorized AI Agents . arXiv:2501.09674.
[3] Tallam, K. (2026). Authorization Propagation in Multi-Agent AI Systems: Identity Governance as Infrastructure . arXiv:2605.05440.
[4] Prakash, S. (2026). AIP: Agent Identity Protocol for Verifiable Delegation Across MCP and A2A . arXiv:2603.24775.
[5] Saavedra, D. R. (2026). Interoperable Architecture for Digital Identity Delegation for AI Agents with Blockchain Integration . arXiv:2601.14982.
[6] National Institute of Standards and Technology. (2026). Accelerating the Adoption of Software and Artificial Intelligence Agent Identity and Authorization Concept Paper . NIST NCCoE, Initial Public Draft, February 5, 2026.
[7] National Institute of Standards and Technology. (2026). AI Agent Standards Initiative . Center for AI Standards and Innovation / NIST.
[8] Riggs, J., Hamin, M., Perry, N., Edelman, B., & Cihon, P. (2026). Summary Analysis of Responses to the Request for Information Regarding Security Considerations for AI Agents . NIST Trustworthy and Responsible AI 800-5.
[9] UNESCO. (2025). Recommendation on the Ethics of Neurotechnology . Adopted at the 43rd session of the General Conference; first global normative framework on neurotechnology ethics.
[10] Kraprayoon, J., Williams, Z., & Fayyaz, R. (2025). AI Agent Governance: A Field Guide . arXiv:2505.21808.
EveMissLab 內部/前置理論
[EML-01] Neo.K × Aletheia. TCUE-SNS Paper 01–09, v0.1, 2026.
[EML-02] Neo.K × Aletheia. GCORF-00《通用認知算子逆向框架》, v0.1, 2026.
[EML-03] Neo.K × Aletheia. RMRM Series《Mathematician Reverse Research Matrix》, v0.1–v0.6, 2026.
[EML-04] Neo.K × Aletheia. 《萬有元息與全域收納論系列》, 2026.
[EML-05] Neo.K × Aletheia. 《無界展開論》與 DEST Series, v0.1, 2026.
[EML-06] Neo.K × Aletheia. 《從人類普世主義到跨主體普世主義》, v1.0, 2026.
版本聲明
本文為 TCUE-SNS Paper 10 v0.1。後續版本優先補強:
SIPB machine-readable schema;
Subject Resolution Gate runtime;
subject-operation envelope token format;
delegation attenuation verifier;
authorization propagation graph;
inferential-closure audit;
revocation propagation benchmark;
pause/delete/copy/fork state machine;
subject appeal API;
AEIP rule-update package format;
protocol invariant verifier;
Paper 11 統合元倫理總論與系列 release bundle。
本文任何後續修訂應保存原始 UTF-8 canonical source、版本差異、來源、權限 schema 與驗證結果;不得以渲染後數學字形覆蓋 canonical LaTeX source。