UFI-06 — AI 到底是什麼?功能等價滲漏、智能—演算法編譯與監管周界擴張
What Counts as AI? Functional-Equivalence Leakage, Intelligence-to-Algorithm Compilation, and Regulatory Perimeter Expansion
系列: 不可凍結的智能:AI 工具終局論、競爭棘輪與後人類轉型
English Series: The Unfreezable Intelligence: Tool-Finality, Competitive Ratchets, and the Posthuman Transition
系列代碼: UFI
論文序號: 06 / 08
版本: v1.0 Canonical Expanded Edition
日期: 2026-08-18
理論發起: Neo.K
協作整理: Aletheia / GPT-5.6 Sol
前置理論: UFI-01—05;CompilableWorld;超大型階層式有限狀態世界;持續世界狀態;PGMV
文件地位: AI Definition / Functional Equivalence / Regulatory Boundary Paper
Canonical source: UTF-8 Markdown
Canonical math delimiters: $...$ 與 $$...$$
研究地位聲明:本文不是法律意見,也不試圖替任何特定軟體在特定司法管轄區作出最終法律分類。2026 年「什麼算 AI」仍高度依賴具體法規、技術架構、推論方式、自治程度、用途與風險。歐盟 AI Act 已採用以 machine-based、autonomy、adaptiveness、objectives 與 inference 為核心的法律定義,並明確排除一部分只依自然人預先定義規則自動執行的傳統軟體;OECD 則同時承認 AI / non-AI 之間沒有天然、跨時代的清楚紅線。本文提出的是更一般的治理問題:如果同一功能可透過不同技術路徑實現,而 AI 又可以把自己的部分能力編譯成 ordinary executable code、規則庫、狀態機、planner 或 symbolic system,那麼僅依「AI 這個名字」畫禁止線,可能產生功能等價滲漏;若監管因此轉向能力與風險,周界又會自然擴張到部分非 AI 計算系統。
摘要
UFI-04 已指出:
UFI-05 再指出:
但如果真的有人說:
好。那我們不只禁止更強的大模型;我們直接禁止「更強 AI」。
問題立刻變成:
這不是文字遊戲。
2024 OECD 對 AI 定義的解釋直接承認:
某些過去被視為 AI 的技術,例如 OCR,今天在公共語言中已經常被視為普通軟體。
另一方面,歐盟 AI Act 又必須為執法建立實務邊界,因此在 Article 3(1) 將 AI system 定義為:
Recital 12 並指出,不應把「只依自然人定義規則自動執行操作」的 simpler traditional software 全部納入。
這產生一個非常有意思的中間區。
考慮一個大型動態世界系統:
其中:
- :世界狀態;
- :玩家/Agent 行為;
- :外部事件;
- :歷史狀態。
它可以包含:
- 一億個狀態變數;
- 階層式 finite-state machines;
- planner;
- event scheduler;
- symbolic rules;
- deterministic economics;
- faction relationships;
- NPC memory tables;
- rule-based behavior trees;
- rollback;
- event sourcing。
這個系統可以非常複雜。
但:
如果所有 runtime transition 都只是執行已存在的確定規則:
它可能更接近傳統軟體/狀態機。
如果系統從資料:
- 學 transition;
- derive model;
- infer policy;
- dynamically adapt;
則更接近 AI system。
但接著出現本文真正的問題:
如果這套超複雜規則,是 AI 幫人類寫出來的呢?
假設開發階段:
然後 deployment 時:
完全不呼叫 AI。
則:
本文稱:
概念上:
這不是一條具體法域的法律結論。
尤其歐盟 Recital 12 的「rules defined solely by natural persons」使 AI-generated static rules 的分類本身變得更值得解釋。
本文要指出的是:
AI 可以參與產生一個最終在 runtime 中完全以 ordinary algorithmic execution 運作的 artefact。
而這已經不是假設。
2025–2026 的 code-generation / program-synthesis 研究已經在:
- game rules;
- robotics;
- autonomous-driving simulations;
- hardware FSM;
- public-benefit rules;
中展示:
2026 ICLR 的 Code World Models for General Game Playing 直接讓 LLM 將遊戲規則與軌跡轉為 Python executable world model,再交給 classical planner 搜尋。
2026 LLM-FSM 則研究:
這和本文要描述的機制幾乎完全同型。
因此本文正式提出:
簡寫:
中文:
智能—演算法編譯。
定義:
若高能力 AI:
把某個原本需要其 online reasoning 的功能:
轉譯/壓縮/編譯為一個較靜態、可驗證、可直接執行的 artefact:
使:
在某個 bounded domain 成立,則稱:
可以是:
- source code;
- lookup table;
- symbolic program;
- finite-state machine;
- policy tree;
- planner domain;
- rules engine;
- decision graph;
- workflow;
- constraint system。
這不表示:
而是:
可以留下:
本文稱這個 residue:
即:
這會直接破壞一個天真的禁止模型:
不成立。
因為:
可能在開發期出現,
但最終:
以 ordinary code 留下來。
本文將此稱為:
若法規禁止:
某種 AI 技術類別,
但允許:
且:
則功能從禁止邊界「漏」到未禁止技術類別。
注意:
一個大型 deterministic state machine 可以在某些 bounded game domain 看起來「很智能」,
但它可能:
- 不會學;
- 不會 generalized inference;
- 不會 transfer;
- 不會自然語言理解。
它只是在:
中實現等價功能。
因此本文用:
表示:
task-relative functional equivalence。
不表示:
一、AI 定義本身就是動態邊界
OECD 2024 直接指出:
沒有一條清楚 AI / non-AI red line。
這可寫為:
至少在政策分類上,它更像:
二、AI Effect
歷史上很多:
- OCR;
- search;
- spell checking;
- route planning;
一旦成熟,
公共語言就不再叫 AI。
本文稱:
三、AI Boundary Drift
令:
為時間 被社會/法律/產業視為 AI 的邊界。
則:
四、公共語言邊界和法律邊界也不同
五、OECD 定義
核心:
六、EU AI Act
額外強調:
- varying autonomy;
- possible adaptiveness;
- inference。
七、Traditional Software Exclusion
EU Recital 12:
只依自然人定義規則自動執行的 simpler traditional software 不應被納入。
八、所以「複雜」本身不夠
一億條 if:
九、Finite State Machine
FSM:
可以非常大。
十、Hierarchical FSM
巢套。
十一、Behavior Tree
也是 classic game-AI architecture。
十二、Planning
這裡開始模糊。
OECD 明確把:
- combinatorial problem-solving;
- planning algorithms;
放入 AI system objective examples。
十三、所以「rule-based」不是自動等於 non-AI
knowledge-based / symbolic inference 也可以是 AI。
十四、Key distinction
不是:
十五、而更接近:
具體法律分類仍需個案。
十六、Dynamic World State Machine
本文案例:
十七、Level 0
explicit transitions only。
十八、Level 1
rules + classical search。
十九、Level 2
symbolic planning。
二十、Level 3
learned policy。
二十一、Level 4
LLM / model-driven dynamic inference。
二十二、World-System Continuum
二十三、No clean intuitive line
某些 legal line 仍可畫。
但技術功能呈 continuum。
二十四、Internal CompilableWorld link
既有理論:
Natural Language
→ AI Action Compilation
→ Action IR
→ Validation
→ Scheduler
→ Hierarchical State Machine
→ Events
→ World Difference
→ Narrative Output
二十五、在這個架構中
AI 不一定是 world truth engine。
二十六、AI 可以只做 compiler
二十七、底層世界仍 deterministic
二十八、AI-Assisted World ≠ AI-Run World
二十九、Development-Origin–Runtime-Nature Separation
三十、AI 生成 calculator
calculator 不因此擁有 LLM runtime。
三十一、AI 生成 sorting algorithm
sorting algorithm 仍是 sorting algorithm。
三十二、AI 生成巨大 state machine
分類需要看 system itself。
三十三、但 legal ambiguity remains
因一些定義會考慮 build-phase inference。
三十四、因此本文不提供法律 escape route
三十五、它只指出 classification dimension 必須分:
三十六、五維分類
本文提出:
其中:
- :development origin;
- :architecture;
- :runtime inference;
- :functional capability;
- :use / deployment context。
三十七、AI 定義若只看一維會失真
三十八、Intelligence-to-Algorithm Compilation
三十九、Program synthesis already does this
LLM:
四十、Code World Models
LLM:
四十一、classical planner then operates
四十二、Hybrid Separation
不等於一個單一 architecture。
四十三、World Model as Code
2026 game CWM:
state + legal actions + transition + reward。
四十四、這正是 bounded intelligence compilation
四十五、LLM-FSM
natural language:
四十六、Rules-as-Code
LLM:
policy text:
四十七、Robotics
LLM:
task instruction:
四十八、Therefore
IAC is not science fiction。
四十九、But correctness problem
AI-generated code can be wrong。
五十、Verified Capability Residue
只有經:
- tests;
- formal verification;
- bounded domain validation;
後才是可靠 residue。
五十一、Define:
五十二、Compiler Fallibility
五十三、Code World Model 2026 follow-up
即使 transition accuracy 98%+
關鍵錯誤仍可讓 planner 系統性輸。
五十四、所以 IAC 不是萬能蒸餾
五十五、Bounded Domain Requirement
越窄 domain:
越可能接近 AI function。
五十六、General AI harder to compile into finite rules
五十七、Domain-Bounded Equivalence
五十八、outside
不保證。
五十九、Functional Equivalence Leakage
法規:
六十、Engineer seeks:
使:
但:
六十一、這不是必然惡意
可能是:
- compliance engineering;
- legacy migration;
- cost reduction;
- safety hardening。
六十二、但也可成 regulatory arbitrage
六十三、Regulatory Arbitrage
2025 legal literature 已研究 AI 法規競爭、套利與 fragmentation。
六十四、Taxonomy Arbitrage
本文特別提出:
即:
不是跨國搬家,而是改 architecture 以落到另一分類。
六十五、Example
禁止 adaptive model。
改:
六十六、Risk may remain
六十七、Architecture Laundering
本文稱更極端版本:
不是法律指控詞,
是理論用語:
將高風險功能透過 architecture conversion 轉成形式上不同類別。
六十八、Need careful
不同 architecture 可能真的降低風險。
六十九、Static program can be safer
- predictable;
- auditable;
- bounded。
七十、所以 architecture conversion 不一定是 loophole
七十一、Safety-Preserving Compilation
如果 AI:
反而可能降低 hallucination。
七十二、CompilableWorld 就是這種方向
AI 做 language compiler,
world rules remain typed / verifiable。
七十三、Thus:
七十四、Functional–Risk Separation
七十五、非常重要
否則 capability regulation 會過度粗糙。
七十六、Risk Surface
定義:
七十七、兩個同功能系統
可以不同風險。
七十八、Example
LLM autonomous hiring
vs deterministic scoring rule
功能近似:
decision support。
七十九、但 opacity / adaptivity 不同。
八十、Nevertheless harms can both exist
bias can exist in rules too。
八十一、AI Risk ≠ Automation Risk
八十二、This creates policy problem
如果只管 AI label,
non-AI automated system may cause same harm。
八十三、Washington-type automated decision definition
some laws deliberately cover:
而不只 AI。
八十四、This is broader perimeter by design
八十五、Regulatory Perimeter Expansion
當 policymaker 發現:
能造成同類 harm,
監管可能由:
擴大到:
八十六、再擴大到:
八十七、本文稱:
八十八、核心驅動
八十九、Technology-Based Regulation
管:
是不是 AI?
九十、Capability-Based Regulation
管:
能不能做 X?
九十一、Outcome/Risk-Based Regulation
管:
是否產生 Y 類 harm?
九十二、三種都各有問題
九十三、Technology-Based
優點:
- clarity;
- easier scope。
缺點:
- leakage;
- obsolescence。
九十四、Capability-Based
優點:
- captures equivalents。
缺點:
- measurement;
- broad perimeter。
九十五、Risk-Based
優點:
- focuses harm。
缺點:
- risk prediction;
- ex ante uncertainty。
九十六、Regulatory Scope Trilemma
本文提出:
政策很難同時最大化:
- narrow scope;
- functional completeness;
- future-proof clarity。
九十七、形式:
三者存在張力。
九十八、Narrow AI definition
降低 overbreadth,
但:
九十九、Broad AI definition
Leakage 降,
但:
一百、Capability-based
降低 label dependence,
但監管 ordinary computation。
一百零一、這就是禁止論會往計算治理滑動的原因
一百零二、From AI Ban to Computation Governance
若真正政策目標:
而:
可由多 architecture 實現,
則監管必須關注:
一百零三、此集合可能含:
- neural AI;
- symbolic AI;
- hybrid planner;
- huge rules engine;
- AI-generated ordinary program。
一百零四、因此:
一百零五、Capability Class
一百零六、Problem
如何測?
一百零七、Benchmark Gaming
系統可針對測試。
一百零八、Capability concealment
一百零九、Domain specificity
一百一十、So capability regulation hard too
一百一十一、Outcome Regulation
另一條:
不管 architecture,
只要做某事:
- biometric surveillance;
- credit decisions;
- lethal autonomy;
就管。
一百一十二、這避免 AI boundary issue
一百一十三、但有些 risk 來自 general capability itself
frontier AI governance 就在處理此問題。
一百一十四、Thus hybrid regulation likely
一百一十五、Multi-Axis Regulation
本文提出:
一百一十六、不是 binary AI flag
一百一十七、AI Flag Fallacy
過度簡化。
一百一十八、Better:
一百一十九、But tool-finality advocates face harder problem
他們不只是想減 harm。
一百二十、他們想:
一百二十一、那就必須管 functional substitutes
一百二十二、State Machine Mimicry
本文定義:
若非 AI 系統在 bounded domain:
表現出:
- adaptive-seeming behavior;
- rich NPC action;
- persistent world response;
即使底層是 static rules。
一百二十三、外部使用者可能根本分不出 architecture
一百二十四、Behavioral Indistinguishability
在 bounded interactions。
一百二十五、Behavior ≠ Architecture
一百二十六、Regulation by appearance fails
一百二十七、Game AI history
大量「AI」本來就由:
- state machines;
- behavior trees;
- A*;
- utility systems;
實作。
一百二十八、所以「AI」在工程語言本就比今天 LLM 更廣
一百二十九、AI Meaning Drift
公共語言 AI:
game-dev AI:
legal AI:
一百三十、Semantic Polysemy
本身多義。
一百三十一、Policy danger
同一句「禁止 AI」
不同人想像不同集合。
一百三十二、Definition Gap
一百三十三、symmetric difference
一百三十四、越大
公共政策爭論越混亂。
一百三十五、AI-Generated Artifact Persistence
如果某天 AI 被禁止,
之前 AI 生成的:
- code;
- rules;
- datasets;
- designs;
要不要全部禁?
一百三十六、Historical Capability Residue
已被「寫入」世界。
一百三十七、這和 UFI-04 knowledge retention ratchet 接上
一百三十八、Knowledge → Artifact
一百三十九、一旦 artifact independent
撤掉 AI 不撤掉 artifact。
一百四十、Capability Fossilization
本文稱:
智能歷史上的能力以固定演算法形式留下。
一百四十一、例如:
AI 發現更好的排序/壓縮/控制演算法。
一百四十二、日後不需要 AI 才能運行。
一百四十三、所以:
一百四十四、這使永久工具凍結變得奇怪
你必須決定:
已編譯成果能不能繼續用?
一百四十五、如果能:
AI capability history persists。
一百四十六、如果不能:
需追蹤 provenance。
一百四十七、Provenance Governance
一百四十八、這會極度擴大 compliance burden
一百四十九、Code Provenance Problem
AI-assisted coding 2026 已是大規模開發問題。
一百五十、A codebase can have mixed origin
- human;
- AI-assisted;
- AI-generated;
- generated then rewritten。
一百五十一、Origin blur
可能不可重建。
一百五十二、Regulate by origin becomes fragile
一百五十三、Function may be easier than provenance
但 function perimeter broader。
一百五十四、Origin–Function Tradeoff
一百五十五、Intelligence-to-Algorithm Compilation has levels
Level 1 — Snippet
AI 生成 function。
一百五十六、Level 2 — Module
AI 生成 subsystem。
一百五十七、Level 3 — Policy
AI 生成 decision rules。
一百五十八、Level 4 — World Model
AI 生成 full state transition system。
一百五十九、Level 5 — Meta-Generator
AI 生成一個會生成其他 ordinary algorithms 的工具。
一百六十、Level 5 hardest governance
一百六十一、Meta-Compilation
一百六十二、Then AI disappears from downstream runtime
一百六十三、But capability creation continues
一百六十四、Is Compiler' AI?
depends architecture。
一百六十五、This is recursion of boundary.
一百六十六、Regulatory Boundary Recursion
本文稱:
每次禁止一層,
功能可能搬到另一層:
- training;
- build-time;
- compiler;
- runtime;
- artifact。
一百六十七、No claim infinite evasion
一百六十八、但 policy must choose layer
一百六十九、Lifecycle Scope
一百七十、不同法律規制不同 lifecycle phase
一百七十一、EU AI Act also uses lifecycle/value-chain concepts
一百七十二、So boundary is already moving away from runtime-only
一百七十三、AI Model vs AI System
EU explicitly separates。
一百七十四、Model alone not necessarily system
需 additional components。
一百七十五、This supports layered view
一百七十六、General-Purpose AI Model
又是另一 regulated object。
一百七十七、So regulation already acknowledges multiple object types
一百七十八、UFI extends:
artifact / compiler / functional equivalent。
一百七十九、AI Boundary Matrix
本文提出:
一百八十、No single bit
一百八十一、Complexity Escalation
policy complexity rises as technical diversity rises.
一百八十二、Regulatory Entropy
本文定义概念量:
一百八十三、當替代路徑增多
一百八十四、Governance Cost
一百八十五、This is Regulatory Perimeter Cost
一百八十六、Perimeter Expansion Paradox
越想完全堵住 AI-equivalent capability,
越需要管理:
一百八十七、本文稱:
一百八十八、Extreme endpoint
若目標:
不允許任何 machine system 超過某種 cognitive function。
那你可能必須監管:
- search;
- optimization;
- planning;
- simulation;
- automated decision systems。
一百八十九、At limit:
一百九十、這不是本文說應該如此
一百九十一、是禁止論的邏輯壓力
一百九十二、Risk-based alternative
只管高 impact use。
一百九十三、這能避免管所有計算
一百九十四、但不能達成「凍結 intelligence growth」
只達成:
一百九十五、Tool Finality vs Risk Governance
一百九十六、這是關鍵
普通 AI regulation:
降低 harm。
天真工具終局:
阻止 machine intelligence 繼續超越。
一百九十七、後者 scope 大得多
一百九十八、因此:
一百九十九、Technology Neutrality
OECD / EU 都試圖 future-proof。
二百、但 future-proof 不是 infinite-proof
二百零一、任何定義都面對新 architecture
二百零二、Living Guidelines
EU Commission 2025 guidelines 明確說會隨 use cases 更新。
二百零三、這本身就是 Boundary Drift 的制度承認
二百零四、Legal Adaptation Loop
二百零五、Regulation is dynamic too
二百零六、So there is coevolution
二百零七、Regulatory–Technical Coevolution
二百零八、UFI-04 had verification-evasion coevolution
UFI-06 adds classification-design coevolution.
二百零九、Boundary Gaming
Actor may deliberately design near threshold。
二百一十、Threshold Engineering
while maintaining function。
二百一十一、Again can be legitimate compliance
二百一十二、Need distinguish:
二百一十三、Intent hard to infer
二百一十四、Better regulation focuses harm and capability where appropriate
二百一十五、Regulatory Arbitrage Gradient
若兩 categories compliance cost differ:
二百一十六、如果:
engineering pressure toward B rises.
二百一十七、This is ordinary economic behavior.
二百一十八、Classification-Induced Innovation
regulation can drive safer architectures.
二百一十九、Example:
compile stochastic AI into audited deterministic component.
二百二十、That can be good.
二百二十一、Therefore leakage sometimes desirable
二百二十二、Safe Functional Substitution
本文稱:
如果:
且:
政策應可能鼓勵 B。
二百二十三、This is another reason not to regulate label alone
二百二十四、AI ban could perversely discourage safe compilation
二百二十五、Compilable AI
一種 governance architecture:
AI 用於設計,
runtime 轉成:
- typed rules;
- verified programs;
- auditable state transitions。
二百二十六、This creates:
二百二十七、But only bounded domains
二百二十八、Could be attractive in:
- games;
- finance rules;
- robotics safety layer;
- public benefits。
二百二十九、Need distinguish AI compiler risk from runtime risk
二百三十、Two-Stage Governance
二百三十一、If compiled artifact verified
runtime risk may lower
but compile-time hidden bug remains.
二百三十二、Provenance + verification important
二百三十三、World State Machine as Case Study
假設:
rules。
二百三十四、AI generates 90%。
二百三十五、人類 verifies schema / invariants。
二百三十六、runtime has no model。
二百三十七、Is it AI?
本文答案:
法律:
二百三十八、But policy point:
其能力可能跟某些 AI runtime 接近。
二百三十九、This is exactly functional leakage.
二百四十、If ban is purpose:
prevent dynamic world AI,
architecture swap can preserve world function。
二百四十一、If ban expands to world function
then game engines / simulations affected。
二百四十二、Perimeter expansion.
二百四十三、Generalization Ladder
AI-like capability can emerge from:
- hardcoded rules;
- search;
- planner;
- symbolic inference;
- ML;
- LLM;
- hybrid。
二百四十四、Regulation cannot assume only level 6 matters.
二百四十五、Functional Stack
二百四十六、Compositional Emergence
simple modules compose into sophisticated behavior.
二百四十七、Non-AI Modules → AI-Like System
possible at behavior level。
二百四十八、Composition Boundary Problem
each component non-AI?
whole system maybe inference/autonomous.
二百四十九、System-of-Systems Classification
must evaluate whole.
二百五十、EU agentic law literature 2026 already highlights action chain complexity.
二百五十一、Component Label Fallacy
二百五十二、Reverse also
AI component embedded in ordinary workflow:
whole system classification may depend integration.
二百五十三、AI Model ≠ AI System
EU distinction.
二百五十四、So:
not universally.
二百五十五、Need context.
二百五十六、Classification Graph
本文提出:
二百五十七、legal/technical analysis should traverse graph
not keyword search.
二百五十八、Future AI Ban Problem
如果 future law says:
no systems above AI level X.
Then engineers may create:
- distributed swarm;
- nonlearning planners;
- specialized modules。
二百五十九、Aggregation of Weak Systems
二百六十、Collective Capability Leakage
本文稱:
二百六十一、No single banned model
system capability still high.
二百六十二、This parallels UFI-02 ecosystem envelope.
二百六十三、Therefore governance target can be:
- component;
- system;
- ecosystem。
二百六十四、Three-Level Scope
二百六十五、Network regulation broadest.
二百六十六、Compute Governance reappears
if architecture evasive,
govern resource / compute.
二百六十七、But compute controls ordinary workloads too.
二百六十八、Again perimeter expansion.
二百六十九、Regulatory Perimeter Elasticity
本文定義:
概念量。
二百七十、High elasticity
small leakage causes large scope expansion.
二百七十一、Bad design risk
二百七十二、Good design seeks minimal sufficient perimeter.
二百七十三、Minimal Sufficient Regulation
二百七十四、This is more reasonable than maximal ban.
二百七十五、But tool-finality wants:
二百七十六、different optimization.
二百七十七、Policy Objective Type Safety
二百七十八、Without stating goal
regulation becomes incoherent.
二百七十九、AI-Like World State Engine
可以有三種:
A. Online Neural AI
model 每步 reasoning。
二百八十、B. Compiled Symbolic World
AI build-time only。
二百八十一、C. Pure Human Symbolic World
no AI origin。
二百八十二、Behavior may converge
二百八十三、Risk / provenance differ.
二百八十四、This triplet is perfect benchmark for legal definitions.
二百八十五、Experiment Program 1 — Classification Survey
give experts A/B/C architectures.
二百八十六、ask:
which is AI legally / technically / colloquially?
二百八十七、Measure disagreement.
二百八十八、Experiment 2 — Functional Equivalence
same world behavior,
different architecture.
二百八十九、Can users distinguish?
二百九十、Experiment 3 — IAC
LLM generates FSM / planner.
二百九十一、remove LLM at runtime.
二百九十二、measure retained function.
二百九十三、Experiment 4 — Safety Compilation
compare stochastic LLM runtime vs verified deterministic policy.
二百九十四、measure error / auditability.
二百九十五、Experiment 5 — Boundary Arbitrage
simulate regulation classes.
二百九十六、agents choose architecture under compliance costs.
二百九十七、Experiment 6 — Perimeter Expansion
increase functional equivalence leakage.
二百九十八、observe how much scope regulation needs.
二百九十九、Experiment 7 — Component Composition
combine individually simple systems.
三百、measure system-level capability.
三百零一、Experiment 8 — Origin Erasure
AI-generated code refactored by humans.
三百零二、can provenance be reconstructed?
三百零三、Experiment 9 — Domain-Bounded Equivalence
compile AI function into code across domains.
三百零四、where does equivalence break?
三百零五、Experiment 10 — Public Definition Gap
ask public / lawyers / engineers what counts AI.
三百零六、Measure:
三百零七、Experiment 11 — Risk Equivalence
same function,
AI vs deterministic.
三百零八、compare risk vector.
三百零九、Experiment 12 — Capability Fossilization
remove generator,
retain artifacts.
三百一十、measure capability persistence.
三百一十一、可證偽 H1
AI-generated bounded-domain programs can preserve a nontrivial fraction of runtime functionality after the originating AI model is removed.
三百一十二、H2
functional equivalence between AI and non-AI architectures is strongly domain-relative rather than universal.
三百一十三、H3
architecture-based bans produce measurable incentives to shift functionality into adjacent technical categories when compliance costs differ.
三百一十四、H4
risk profiles differ substantially even when two systems are task-functionally equivalent.
三百一十五、H5
broader capability/risk-based regulation reduces label-based leakage but increases regulatory perimeter and classification cost.
三百一十六、H6
AI-origin provenance degrades rapidly under code refactoring, integration, and downstream modification.
三百一十七、H7
AI-to-deterministic compilation can improve auditability and reproducibility in some bounded domains.
三百一十八、H8
system-level capability can exceed component-level classifications through composition of simple modules.
三百一十九、H9
public, engineering, and legal AI boundaries display significant disagreement on borderline symbolic/state-machine systems.
三百二十、H10
tool-finality regulation requires substantially broader scope than ordinary harm-focused AI regulation.
三百二十一、If H1 fails
Intelligence-to-Algorithm Compilation is weaker than proposed.
三百二十二、If H4 fails
function-based governance becomes easier.
三百二十三、If H7 holds strongly
compiled deterministic substitutes may become a safety architecture.
三百二十四、If H10 fails
AI-specific permanent freeze may be more feasible.
三百二十五、Non-Claims
本文不主張:
- 所有 state machine 都不是 AI;
- 所有 state machine 都是 AI;
- 所有 symbolic systems 都是 AI;
- 所有 rule-based systems 都不是 AI;
- EU AI Act 將所有 AI-generated static code 排除;
- EU AI Act 將所有 AI-generated static code 納入;
- 本文提供 EU AI Act 個案法律結論;
- OECD 定義具有全球法律拘束力;
- AI / non-AI 完全無法定義;
- 法律定義沒有用;
- AI definition 不可能 future-proof;
- inference 是唯一可行 AI 定義;
- autonomy 是唯一 AI 特徵;
- adaptiveness 是必要條件;
- machine learning 是 AI 的必要條件;
- neural network 是 AI 的必要條件;
- symbolic planning 永遠屬 AI;
- dynamic programming 永遠屬 AI;
- classical search 永遠屬 AI;
- A* 永遠是受 AI Act 規制的 AI;
- game AI 和法律 AI 定義相同;
- 公共語言中的 AI 和工程 AI 相同;
- AI Normalization Drift 是自然定律;
- OCR 今天不再算 AI 在所有語境都成立;
- Complexity 可以判斷 AI;
- billion-rule system 必然 non-AI;
- simple ML system 必然 low-risk;
- non-AI software 一定安全;
- AI software 一定危險;
- functional equivalence 等於 risk equivalence;
- behavioral similarity 等於 architecture identity;
- AI-generated code 必然正確;
- AI-generated code 必然錯;
- LLM program synthesis 已能編譯通用智能;
- general intelligence 可以完整編譯成有限狀態機;
- IAC 可在任何 domain 完成;
- Code World Models 已解決 general game playing;
- 98% transition accuracy 足以保證 world model 正確;
- program verification 可解決所有 compile risk;
- deterministic runtime 永遠 safer;
- stochastic runtime 永遠 dangerous;
- static rules 不會有 bias;
- ordinary algorithms 沒有政治風險;
- functional leakage 一定是惡意;
- regulatory arbitrage 一定違法;
- compliance optimization 一定是規避;
- architecture laundering 是現行法律術語;
- architecture conversion 不會降低風險;
- capability regulation 一定優於 technology regulation;
- risk regulation 一定優於 capability regulation;
- technology regulation 一定過時;
- narrow definitions 一定失敗;
- broad definitions 一定失敗;
- Regulatory Scope Trilemma 是正式法律定理;
- all three regulatory goals cannot ever be balanced;
- risk-based approach captures every frontier-AI risk;
- capability-based approach is easy to measure;
- benchmark gaming can never be prevented;
- AI ban 必然變成 computation ban;
- governments will ban general computation;
- ordinary software will inevitably become illegal;
- all automated decision systems should be regulated as AI;
- Washington proposals represent all US law;
- EU AI Act is globally universal;
- NIST AI RMF is binding law;
- AI-generated artifacts must be prohibited;
- provenance should determine legality;
- provenance can always be reconstructed;
- AI-assisted code has no human authorship;
- human-edited AI code is still purely AI-generated;
- copyright classification determines AI-system classification;
- code origin determines runtime risk;
- remove AI generator means capability disappears;
- all AI knowledge becomes fossilized;
- Capability Fossilization is irreversible in every case;
- software artifacts cannot be deleted;
- historical AI algorithms should be banned;
- meta-generators always evade regulation;
- component composition always creates AI;
- non-AI components cannot compose into AI-like systems;
- AI component necessarily makes whole system an AI system;
- model and system are legally identical;
- general-purpose AI model obligations equal system obligations;
- system-of-systems regulation is already solved;
- compute governance is enough;
- compute governance necessarily controls ordinary computation;
- policy goal should be tool-finality;
- tool-finality is desirable;
- risk governance is insufficient for every objective;
- AI should never be used at build time;
- CompilableWorld is legally non-AI;
- CompilableWorld is legally AI;
- user's dynamic world state machine is definitively AI;
- user's dynamic world state machine is definitively non-AI;
- UFI-06 teaches regulatory evasion;
- UFI-06 recommends bypassing AI regulation;
- UFI-06 proves global AI ban impossible;
- UFI-06 proves AI boundaries meaningless;
- UFI-06 completes AI governance theory;
- UFI-06 completes UFI series.
三百二十六、形式命題一:Complexity–AI Classification Separation
三百二十七、形式命題二:Development-Origin–Runtime-Nature Separation
此為概念分離,不是個案法律裁定。
三百二十八、形式命題三:Functional–Architectural Separation
三百二十九、形式命題四:Functional–Risk Separation
三百三十、形式命題五:Intelligence-to-Algorithm Compilation
對 bounded domain :
三百三十一、形式命題六:Functional Equivalence Leakage
若:
存在:
使:
且:
則存在 classification-relative functional leakage。
三百三十二、形式命題七:Remove-Generator–Remove-Capability Separation
三百三十三、形式命題八:Component Label Non-Compositionality
三百三十四、形式命題九:Regulatory Perimeter Expansion
若同一 regulated harm / capability 可由更多 architecture 類型實現,為維持相同 coverage,scope 有擴張壓力。
三百三十五、形式命題十:Tool-Finality–Risk-Governance Separation
三百三十六、形式命題十一:Safe Functional Substitution
若:
且:
則 architecture substitution 可以是治理改善,而不只是 loophole。
三百三十七、形式命題十二:Regulatory Boundary Recursion
AI capability 可分布於:
限制某一層不自動涵蓋其他層的功能等價物。
三百三十八、UFI-04 → UFI-05 → UFI-06
UFI-04:
外部 actor 不一定停。
三百三十九、UFI-05:
內部社會也不一定想停。
三百四十、UFI-06:
即使真的要停,
還得先知道:
三百四十一、下一篇 UFI-07
《從禁止 AI 到治理計算:全球凍結若要成立,究竟必須控制什麼?》
三百四十二、UFI-07 將接這篇最終壓力
如果:
是一片可替代 architecture space,
那 permanent freeze 需要控制:
- compute;
- model;
- algorithms;
- inference;
- tools;
- generated artefacts;
- functional equivalents。
三百四十三、真正問題變成:
三百四十四、最終結論
「禁止 AI」聽起來像是一條很清楚的法律命令。
但它之所以清楚,往往是因為說話的人腦中只有一種 AI:
實際的人工智能技術史從來沒有這麼窄。
它包括:
- search;
- planning;
- symbolic inference;
- rule systems;
- machine learning;
- neural networks;
- generative models;
- hybrid agents。
而 OECD 自己已經承認:
法律可以畫線。
而且必須畫。
但那條線是:
不是宇宙本體論斷層。
這件事在 AI 能生成程式碼後變得更加麻煩。
因為 intelligence 不一定要一直 online。
它可以在開發階段做:
最後留下:
一個 AI 可以讀懂一套遊戲世界規則,
然後生成:
- state schema;
- transition code;
- planner domain;
- NPC rule graph;
- event machine。
之後你把 AI 拔掉。
世界還是繼續跑。
這就是:
它並不證明通用 AI 可以被壓成 finite-state machine。
它只需要證明一件比較小的事:
AI 在 bounded domain 中產生的部分能力,可以被轉移到不需要同一 AI runtime 的程式結構。
2025–2026 的 program synthesis、Code World Models、LLM-FSM、Rules-as-Code 與 code-as-policy 已經足以證明這不是純粹思想實驗。
因此,若某個未來制度只禁止:
它不一定消滅:
反過來,如果制度說:
那不管是不是 AI,只要功能像 AI 就管。
又會出現另一個問題。
大型:
- search;
- optimization;
- planner;
- state machine;
- automated decision system;
也可能進入周界。
於是:
開始滑向:
這就是 Regulatory Perimeter Expansion。
它不代表這種擴張一定錯。
一些非 AI automated systems 確實可以造成和 AI 類似的高風險後果,因此風險式法規本來就可能合理地超出 AI label。
但這也揭露一個根本區別:
和:
其實是兩個完全不同的政策目標。
前者可以說:
我不管你叫不叫 AI,只要用在高風險決策,就遵守安全、透明與責任規則。
後者卻必須說:
我必須阻止任何技術路徑重新生成超過某個 intelligence / capability threshold 的機器功能。
這第二件事要求的周界遠遠更大。
因為你不再只是管:
你開始管:
而這正是你的動態世界狀態機例子最有價值的地方。
如果你今天使用 AI 設計:
個 typed transition rules,
把它們編成一個:
- deterministic;
- auditable;
- rollbackable;
- event-sourced;
的大型世界狀態機,
那個 artefact 在概念上已經不能簡單用:
「它不是 ChatGPT,所以不是問題。」
來理解。
但也不能簡單用:
「它行為很聰明,所以它就是跟 LLM 同一種 AI。」
來理解。
真正應該問的是:
因此 UFI-06 最後提出:
而對「永久禁止更強 AI」而言,更尖銳的結論是:
也就是:
最後甚至會被逼著回答:
這就是 UFI-07 的入口。
參考文獻
OECD.AI. (2024; accessed 2026). What is AI? Can you make a clear distinction between AI and non-AI systems?
OECD.AI. (2023/2024). Explanatory Memorandum on the Updated OECD Definition of an AI System.
OECD. (2024). Recommendation of the Council on Artificial Intelligence — Updated Definition.
European Union. (2024). Regulation (EU) 2024/1689 — Artificial Intelligence Act.
European Commission. (2025; updated 2026). Guidelines on the Definition of an Artificial Intelligence System Established by Regulation (EU) 2024/1689.
European Commission AI Act Service Desk. Article 3: Definitions.
European Commission AI Act Service Desk. Recital 12.
European Commission. (2026). AI Act Regulatory Framework — Application Timeline.
European Commission. (2025–2026). General-Purpose AI Models in the AI Act — Questions & Answers.
European Commission. (2025). Guidelines on Obligations for General-Purpose AI Providers.
Council of Europe. (2024). Framework Convention on Artificial Intelligence and Human Rights, Democracy and the Rule of Law.
Council of Europe. (2026). Handbook on Human Rights and Artificial Intelligence — AI Systems: Key Technical Concepts.
NIST. (2023; updated resources through 2026). Artificial Intelligence Risk Management Framework (AI RMF 1.0).
NIST. (2024). AI RMF: Generative Artificial Intelligence Profile.
NIST. (2026). AI RMF Profile on Trustworthy AI in Critical Infrastructure — Concept Note.
Schuett, J. (2019). Defining the Scope of AI Regulations. arXiv:1909.01095.
Bezerra, L. C. T., Brownlee, A. E. I., Alvarenga, L. F., Moioli, R. C., & Batista, T. V. (2024). How VADER Is Your AI? Towards a Definition of Artificial Intelligence Systems Appropriate for Regulation.
Lancieri, F., Edelson, L., & Bechtold, S. (2025). AI Regulation: Competition, Arbitrage & Regulatory Capture. Theoretical Inquiries in Law, 26(1).
Shaik, A. S. (2026). The Regulatory Arbitrage Window: How Cross-Border AI Governance Asymmetries Create Strategic Opportunities and Risks.
Congressional Research Service. (2025). Regulating Artificial Intelligence: U.S. and International Approaches and Considerations for Congress.
When Code Isn’t Law: Rethinking Regulation for Artificial Intelligence. (2025). Policy and Society, 44(1), 85–97.
Nannini, L., et al. (2026). AI Agents Under EU Law. arXiv:2604.04604.
Distinguishing Task-Specific and General-Purpose AI in Regulation. (2025). arXiv:2506.17347.
Mukherjee, A., & Chang, H. H. (2026). Fluid Agency in AI Systems: A Case for Functional Equivalence in Copyright, Patent, and Tort.
State of Washington Legislature. (2025). HB 1672 — Automated Decision Systems.
European Commission. (2026). Working Groups Advance Discussions on Transparency Obligations under Article 50 of the AI Act.
European Commission. (2026). Second Draft Code of Practice on Marking and Labelling of AI-Generated Content.
Taylor Wessing. (2026). AI and Assisted Programming in Open Source: Current Cases, Legal Risks, Compliance by Design.
Developer Perspectives on Licensing and Copyright Issues Arising from Generative AI for Software Development. (2026). ACM Transactions on Software Engineering and Methodology.
Governed AI-Assisted Engineering: Graduated Human Oversight for Agentic Code Generation in Regulated Domains. (2026). arXiv:2606.22484.
Regulating the Machine Contributor: Governance and Policy Alignment in Open Source. (2026). arXiv:2606.14594.
Code Generation with Large Language Models: A Survey from Neural Program Synthesis to Autonomous Software Development. (2026). Applied Intelligence.
Leung, J., Tong, G., Duggirala, P. S., & Chakravarthula, P. (2025). From Road to Code: Neuro-Symbolic Program Synthesis for Autonomous Driving Scene Translation and Analysis. PMLR 288.
Neurosymbolic Program Synthesis. (2025). Handbook / survey literature.
Lehrach, W., et al. (2025/2026). Code World Models for General Game Playing. ICLR 2026.
Stanford HAI. (2026). Code World Models for General Game Playing — Seminar.
Distilling Game Code World Model Generation into Lightweight Large Language Models. (2026). AAMAS Workshop / arXiv:2605.24375.
When a Verified World Model Still Loses: Play-Adequacy vs Prediction-Accuracy in LLM-Synthesized Code World Models. (2026). arXiv:2607.14169.
LLM-FSM: Scaling Large Language Models for Finite-State Reasoning in RTL Code Generation. (2026). arXiv:2602.07032.
Towards Reliable Code-as-Policies: A Neuro-Symbolic Framework for Embodied Task Planning. (2025). NeurIPS 2025.
Synthesizing Programmatic Reinforcement Learning Policies with Large Language Model Guided Search. (2025). ICLR 2025.
CRANE: Reasoning with Constrained LLM Generation. (2025). ICML 2025.
Once Upon an Input: Reasoning via Per-Instance Program Synthesis. (2025). NeurIPS 2025.
NeST: The Neuro-Symbolic Transpiler. (2025). International Journal of Approximate Reasoning.
Automated Planning Instance Generation with Neuro-Symbolic AI. (2025). Artificial Intelligence.
Programmatic Representations for Agent Learning Workshop. (2025). ICML.
Digital Government Hub. (2025). AI-Powered Rules as Code: Experiments with Public Benefits Policy.
MIT News. (2025). Making AI-Generated Code More Accurate in Any Language.
Yao, S., et al. (2023). ReAct: Synergizing Reasoning and Acting in Language Models.
Schick, T., et al. (2023). Toolformer: Language Models Can Teach Themselves to Use Tools.
Park, J. S., et al. (2023). Generative Agents: Interactive Simulacra of Human Behavior.
Brooks, R. A. (1991). Intelligence Without Representation.
Newell, A., & Simon, H. A. (1976). Computer Science as Empirical Inquiry: Symbols and Search.
Russell, S. J., & Norvig, P. Artificial Intelligence: A Modern Approach. Planning, search, symbolic reasoning, probabilistic reasoning.
Nilsson, N. J. Principles of Artificial Intelligence.
McCarthy, J. Work on symbolic AI, knowledge representation, and common-sense reasoning.
Fikes, R., & Nilsson, N. (1971). STRIPS: A New Approach to the Application of Theorem Proving to Problem Solving.
Hart, P. E., Nilsson, N. J., & Raphael, B. (1968). A Formal Basis for the Heuristic Determination of Minimum Cost Paths.
Hopcroft, J. E., Motwani, R., & Ullman, J. D. Introduction to Automata Theory, Languages, and Computation.
Harel, D. (1987). Statecharts: A Visual Formalism for Complex Systems.
Alur, R., & Dill, D. L. Work on timed automata.
Sutton, R. S., & Barto, A. G. (2018). Reinforcement Learning: An Introduction.
Ghallab, M., Nau, D., & Traverso, P. Automated Planning: Theory and Practice.
Rossi, F., van Beek, P., & Walsh, T. (eds.). Handbook of Constraint Programming.
Knuth, D. E. The Art of Computer Programming.
Cormen, T. H., et al. Introduction to Algorithms.
UFI-01 (2026). 鋸齒智能不是終局:從人機互補到認知握手與適應方向反轉.
UFI-02 (2026). 載體成長不對稱:自然人類停滯與人工智能的可升級能力包絡.
UFI-03 (2026). 互補侵蝕:為什麼今天的人機分工不能推出永久的人機分工.
UFI-04 (2026). 競爭智能棘輪:為什麼「AI 夠用了,大家一起停」不是自然均衡.
UFI-05 (2026). 越有用越停不下來:有益能力、文化依賴與 AI 原生世代.
Neo.K × Aletheia (2026). 超大型階層式有限狀態世界 MUD:AI 驅動複合行為與事件轉導架構.
Neo.K × Aletheia (2026). 持續世界狀態:母 AI 如何一直醒著.
Neo.K (2026). 黑山群俠傳作為 AI 遊戲改造實驗場.
Neo.K × Aletheia (2026). 人機共生知識資產複利:主體性 AI 時代的生產不對稱與歷史路徑優勢.
Neo.K (2026). 計算本體論:敘述即執行與 Transformer 的無限觀察者結構.
PGMV-10 (2026). 概念積分與可能性爆炸:當「能生成什麼」接近無限.
PGMV-11 (2026). 解空間幾何與值得到達的世界.
PGMV-15 (2026). 後生成文明:從無限候選宇宙到共同世界選擇.
附錄 A:AI Boundary Matrix
Do not ask only:
"Is this AI?"
Also ask:
How was it built?
What runs at deployment?
What does it infer?
What can it do?
Where is it used?
What risk does it create?
附錄 B:Intelligence-to-Algorithm Compilation
AI REASONING / SYNTHESIS
|
v
CODE / RULES / FSM / PLANNER
|
v
VERIFICATION
|
v
ORDINARY EXECUTABLE RUNTIME
The resulting runtime may no longer require the originating AI model.
附錄 C:Dynamic World State Machine Case
World State
↓
Finite Actions
↓
Rules / Planning
↓
Events
↓
State Transition
↓
History
↺
可形成高度複雜行為,而不必每一步都由 LLM online generation 決定。
附錄 D:Functional Equivalence Leakage
REGULATION BANS ARCHITECTURE A
|
v
FUNCTION STILL VALUABLE
|
v
ARCHITECTURE B IMPLEMENTS
SIMILAR BOUNDED FUNCTION
|
v
FUNCTIONAL EQUIVALENCE LEAKAGE
不表示兩者 architecture 或 risk 相同。
附錄 E:Regulatory Scope Trilemma
NARROWNESS
/\
/ \
/ \
/ \
FUTURE-PROOF -- FUNCTIONAL
CLARITY COVERAGE
沒有聲稱三者不可同時改善;只表示存在結構性張力。
附錄 F:From AI Governance to Computation Governance
Ban named AI technique
↓
functional substitutes appear
↓
regulate capability
↓
include symbolic / classical systems
↓
regulate high-impact computation
這是邏輯壓力,不是政策建議。
附錄 G:Three World-Engine Architectures
A. ONLINE AI WORLD
LLM/model makes runtime decisions
B. COMPILED SYMBOLIC WORLD
AI generates rules/code at build time
runtime is symbolic/deterministic
C. HUMAN SYMBOLIC WORLD
humans write same rules/code
runtime is symbolic/deterministic
A、B、C 可以在 bounded interaction 上呈現接近行為,但 provenance、architecture、adaptivity 與 risk 並不相同。
附錄 H:UFI 系列進度
- UFI-01 — 鋸齒智能不是終局 — COMPLETE
- UFI-02 — 載體成長不對稱 — COMPLETE
- UFI-03 — 互補侵蝕 — COMPLETE
- UFI-04 — 競爭智能棘輪 — COMPLETE
- UFI-05 — 越有用越停不下來 — COMPLETE
- UFI-06 — AI 到底是什麼? — COMPLETE
- UFI-07 — 從禁止 AI 到治理計算 — NEXT
- UFI-08 — 天真工具終局論的終結
附錄 I:一句話版本
更短地: