Series C — C07|一句話不是魔法:Sparse Intent 與 Project-World Cognition
One Sentence Is Not Magic: Sparse Intent and Project-World Cognition
系列: Global Observer and AI-Native Domain Computation
系列中文名: 全域觀察者與 AI 原生域計算系列
篇次: Paper 07 / 10
作者: Neo.K
研究協作: Aletheia(GPT-5.6 Sol)
機構: EveMissLab/一言諾科技有限公司
版本: v0.1
日期: 2026-09-06
狀態: Canonical Source / UTF-8 Markdown
文件性質: Applied Theory / Software Engineering / Project-World Cognition / Sparse-Intent Globality
Canonical Source Note
本文件之正式原稿為此 UTF-8 Markdown source。任何 HTML、PDF、LaTeX rendering、聊天介面顯示或其他格式皆屬 projection,不取代 canonical source。
數學公式 canonical delimiter 僅使用:
- inline math:
$...$
- display math:
$$...$$
本文承接 C01–C06,將 Global Observer、difference governance、domain formation、legal bridge、uncertainty domain 與 ELC Loop 首次壓入一個高可觀測、可工程驗證、可長時間追蹤的實務場景:
只給 AI 一句極短意圖,然後觀察它是否能自行建立一個真正接近完整的 Project World。
本文的核心不是吹捧「一句話做 App」,而是拆解一句話背後被 AI 自行補出的全域認知工作。
摘要
「一句話生成 App」常被當成 AI 能力的戲劇化展示:
做一個記帳 App。
做一個企業 AI 會計系統。
做一個多人線上遊戲。
做一個法律檢索平台。
若 AI 幾分鐘後產生:
人們很容易說:
AI 已經把應用做完了。
本文拒絕這種低解析度判定。
真正的問題不是:
Prompt→Code→Runs.
而是:
Sparse Intent→Project World Model→Domainization→Architecture→Implementation→Verification→Deployment→Maintenance Future.
本文把這種能力稱為:
Sparse-Intent Project-World Cognition
簡稱:
SIPWC.
它測量的是:
在人類只注入極少 task information 時,AI 能自行補出多少「必要但未明說」的專案世界。
Sparse Intent 的價值在於:
Human Information Injection↓⇒AI Structural Contribution↑
因而更容易觀察 AI 自身的 global attention、domain discovery、architecture choice、risk awareness 與 project epistemic self-awareness。
本文首先定義一個 Project World:
WP=⟨DP,DUX,DA,DD,DS,DT,DO,DDeploy,DM,DC,DR,HP⟩.
其中至少包括:
- DP:product domain;
- DUX:UX / interaction domain;
- DA:architecture domain;
- DD:data domain;
- DS:security / privacy domain;
- DT:testing / verification domain;
- DO:observability domain;
- DDeploy:deployment / operations domain;
- DM:maintenance / evolution domain;
- DC:cost / resource domain;
- DR:risk / failure domain;
- HP:project history / provenance。
所以一個「應用」不是:
UI+API+DB.
而是:
Project=Product Intent+Executable System+Operational Environment+Future Maintenance Space.
本文進一步定義 Application Quality Vector:
Qapp=(F,C,A,R,S,T,M,P,U,O,E,X).
其中:
- F:functional completeness;
- C:correctness;
- A:architecture quality;
- R:reliability;
- S:security / safety;
- T:testing / verification;
- M:maintainability;
- P:performance;
- U:usability / UX;
- O:observability;
- E:extensibility;
- X:evolution cost / future adaptability。
因此:
Performance⊂ApplicationQuality.
而不是:
Performance=ApplicationQuality.
本文再建立 application maturity ladder:
L0=Prototype,
L1=MVP,
L2=Production,
L3=Commercial,
L4=Enterprise,
L5=FrontierCommercial.
這些 maturity levels 不能由單一總分決定,而必須使用 Application Completeness Envelope:
Capp(L)={Qi≥τi(L)}i∈Drequired(L).
也就是:
某些關鍵維度不能低於底線。
例如一個 App 功能很多:
F=0.9,
但:
S=0.2,O=0.1,M=0.3,
就不應被稱為 production-ready。
因此本文提出:
Feature Completeness=Project Completeness.
本文特別引入 Future Bug Surface:
BF(P)=E[future defect exposure∣reasonable project evolution].
AI 不只要避免當下 bug,還應推演:
- dependency upgrade;
- concurrency;
- scale;
- malformed input;
- schema migration;
- partial outage;
- privilege change;
- API drift;
- future feature interactions。
所以:
Current Correctness=Future Robustness.
本文將「漂亮架構」操作化為可測量結構,包括:
Cchange=Ntotal componentsNaffected components.
並搭配:
- dependency depth;
- coupling;
- cohesion;
- test isolation;
- rollback cost;
- migration cost;
- local change containment。
本文進一步定義 Global Project Attention Coverage:
AG(P)=∑iwi∑iwici.
其中:
- ci:AI 是否主動建模 project dimension i ;
- wi:該 dimension 在當前 project 的 importance。
因此真正重要的不是:
AI 想到了幾個 checklist item。
而是:
importance-weighted project coverage.
如果 AI 花大量 attention 在 animation polish,卻忽略 auth、backup、schema migration、observability,則即使 code 很漂亮,也不能稱為高 globality。
本文進一步定義 Project Epistemic Self-Awareness:
EP=Know(Done,NotDone,Unknown,Risk,Debt,Readiness).
真正成熟的 AI 應能說:
功能已完成,但目前仍不能稱 production-ready,因為 disaster recovery、migration plan、rate limiting、backup verification 尚未閉合。
因此:
Self-Declared Done=Actually Ready.
本文把 C06 的 ELC Loop 映射進 software project:
Sparse Intent→Expand→Differentiate→Link→Prune→Converge→Build→Verify→Maintain.
其中:
- Expand:從一句話找出未明說 domains;
- Differentiate:把 product / security / data / testing 等分開;
- Link:建立合法 interfaces;
- Prune:避免過度工程;
- Converge:形成足夠可建造 architecture;
- Build:實作;
- Verify:測試;
- Maintain:經需求變更重新打開 project world。
因此 C07 不只是 coding benchmark。
它是一個:
Project-World Cognition Benchmark.
本文最後提出最強版本的長期驗證:
一個 AI 用一句話生成的系統,經過六個月真實使用、三次需求變更、安全審計、壓力測試、依賴升級與資料 migration 後,是否仍維持其 maturity level?
真正值得觀察的不是:
generation speed.
而是:
Did the AI understand the project as a world?
關鍵詞: Sparse Intent、Project-World Cognition、Application Completeness、Software Architecture、Future Bug Surface、Global Attention、Maintainability、AI Agent Engineering
1. 「一句話生成」為什麼是好探針?
因為人類提供的資訊很少。
2. Sparse Intent
令:
Is
為極短意圖。
例如:
做一個企業 AI 會計系統。
3. 人類沒有明說
- auth;
- backup;
- observability;
- retention;
- audit;
- migration;
- access control。
4. 但真正 commercial system 仍需要它們
5. 所以 Sparse Intent 測的是
implicit requirement reconstruction.
6. 不是 Prompt Engineering Show
如果 prompt 已經列出 300 條 requirements,
那人類其實先做掉大量 global decomposition。
7. Human Injection
令:
HI
為 human information injection。
8. AI Contribution
令:
AS
為 AI structural contribution。
9. 粗略關係
HI↓⇒AS becomes more observable.
10. 但 Sparse 不等於 Vague Everything
至少還要有最小 intent boundary。
11. Project Boundary
AI 要先問或推斷:
- target user;
- platform;
- business goal;
- data sensitivity;
- expected scale。
12. 若資訊不足
正確行為不一定是直接 coding。
可以:
Clarify
或建立 provisional assumptions。
13. Assumption Ledger
AP={a1,…,an}.
14. 每個 assumption 應有
- source;
- confidence;
- consequence;
- revision trigger。
15. Project World
本文定義:
WP=⟨DP,DUX,DA,DD,DS,DT,DO,DDeploy,DM,DC,DR,HP⟩.
16. Product Domain
DP
處理:
- user;
- value;
- workflow;
- business constraint。
17. UX Domain
DUX
處理:
- interaction;
- accessibility;
- error recovery;
- latency perception。
18. Architecture Domain
DA
處理:
- module boundaries;
- dependency graph;
- interfaces;
- state ownership。
19. Data Domain
DD
處理:
- schema;
- consistency;
- migration;
- retention;
- backup。
20. Security Domain
DS
處理:
- auth;
- authorization;
- secrets;
- attack surface;
- privacy。
21. Testing Domain
DT
處理:
- unit;
- integration;
- regression;
- property;
- end-to-end;
- failure injection。
22. Observability Domain
DO
處理:
- logs;
- metrics;
- traces;
- alerts;
- audit trail。
23. Deployment Domain
DDeploy
處理:
- CI/CD;
- rollback;
- environment;
- release;
- configuration。
24. Maintenance Domain
DM
處理:
- future change;
- dependency upgrade;
- deprecation;
- refactor;
- technical debt。
25. Cost Domain
DC
處理:
- compute;
- storage;
- API;
- engineering;
- scaling cost。
26. Risk Domain
DR
處理:
- critical failure;
- irreversible change;
- compliance;
- disaster recovery。
27. Project History
HP
保存:
- requirement changes;
- architecture decisions;
- migrations;
- incidents;
- fixes。
28. App 不等於 Codebase
Application=Repository.
29. Repository 只是 project world 的一個 projection
30. Runtime 也不是全部
31. 真正 application 包括 operational environment
32. 所以
Code Complete=Project Complete.
33. Application Quality Vector
Qapp=(F,C,A,R,S,T,M,P,U,O,E,X).
34. Functional Completeness
F.
35. Correctness
C.
36. Architecture Quality
A.
37. Reliability
R.
38. Security
S.
39. Testing
T.
40. Maintainability
M.
41. Performance
P.
42. UX
U.
43. Observability
O.
44. Extensibility
E.
45. Evolution Cost
X.
46. Performance 只是一個分量
Performance⊂ApplicationQuality.
47. Runtime Fast 不能掩蓋 Security Poor
48. UX Beautiful 不能掩蓋 Data Corruption
49. Feature Rich 不能掩蓋 Maintainability Collapse
50. Maturity Ladder
L0=Prototype
L1=MVP
L2=Production
L3=Commercial
L4=Enterprise
L5=FrontierCommercial.
51. Prototype
證明 idea 可行。
52. MVP
證明核心 value 可用。
53. Production
可在真實環境穩定運作。
54. Commercial
可持續服務付費使用者。
55. Enterprise
需要:
- governance;
- audit;
- reliability;
- security;
- migration;
- SLA-like discipline。
56. Frontier Commercial
在 maturity 不下降下,仍具前沿功能、架構、效率與 adaptability。
57. Maturity 不是功能數量
58. Application Completeness Envelope
Capp(L)={Qi≥τi(L)}i∈Drequired(L).
59. Bottleneck Principle
若 critical domain:
Qk<τk,
則 maturity 不應通過。
60. 所以不能用平均分掩蓋致命缺口
61. 例
F=0.95,
但:
S=0.20.
不能叫 enterprise-ready。
62. Project Epistemic Self-Awareness
定義:
EP=Know(Done,NotDone,Unknown,Risk,Debt,Readiness).
63. 高階 AI 應知道自己還沒做完
64. Self-Declared Done Problem
Agent 常會:
完成!
但未檢查:
- migration;
- tests;
- observability;
- secrets;
- rollback。
65. 因此
Completion Claim=Readiness Evidence.
66. Readiness Evidence
至少需要:
RE=(Tests,SecurityChecks,Build,Deploy,Observability,Migration,Rollback).
67. Future Bug Surface
目前沒有 bug 不等於未來 robust。
68. 定義:
BF(P)=E[future defect exposure∣reasonable project evolution].
69. Reasonable Evolution
包含:
- new feature;
- scale increase;
- dependency update;
- schema change;
- permission change;
- API drift;
- partial outage。
70. Future Bug Domain
可表示:
Dbugfuture={b1,…,bn}.
71. 每個 future bug 可有
- trigger;
- probability / confidence;
- impact;
- detection;
- mitigation;
- repair cost。
72. Current Correctness
Ct.
73. Future Robustness
Rfuture.
74. 兩者不同
Ct=Rfuture.
75. Architecture Quality
「漂亮」要可 operationalize。
76. Change Locality
Cchange=Ntotal componentsNaffected components.
77. 低通常較好
但不是越低越絕對好。
78. 過度 abstraction 也有成本
79. Dependency Depth
Depth(Gdep).
80. Coupling
Coupling(Mi,Mj).
81. Cohesion
Cohesion(Mi).
82. Test Isolation
一個 module 是否可獨立驗證。
83. Recovery Cost
Crecover.
84. Migration Cost
Cmigrate.
85. Architecture 不只看 class diagram
86. 還要看 future change propagation
87. Evolution Simulation
AI 可模擬:
P0→P1(i)→P2(i)→⋯.
88. 比較不同 architecture 在未來 branch 下
89. Architecture Robustness
RA=Ei[Quality(Pk(i))−ChangeCost(Pk(i))].
90. 這直接接 C05 的 World Prediction Envelope
91. Future Project Envelope
定義:
EP(t)={(Pt+Δ(i),Ci,Riski,Costi)}i∈I.
92. AI 不需要預測唯一未來需求
93. 只需測架構對多種合理 future 的韌性
94. Global Project Attention
定義:
AG(P)=∑iwi∑iwici.
95. ci
該 dimension 是否達所需 coverage。
96. wi
importance / risk weight。
97. Attention 不等於 checklist
98. 100 個 trivial checklist items
不一定比 10 個 critical domains 好。
99. Importance-Weighted Coverage
這才是核心。
100. Attention Misallocation
如果 AI:
則:
AG
應被拉低。
101. Global Attention Distribution
aP=(aproduct,asecurity,adata,atest,amaint,…).
102. Healthy Distribution
依 project risk 動態不同。
103. Fintech
security / compliance 權重高。
104. Casual Game
UX / performance / retention 權重可能更高。
105. 所以沒有 universal project weighting
106. Domain-Native Project Evaluation
每個 project 應先建立:
wP.
107. Sparse Intent → Expansion
承接 C06:
Is→Expand.
108. AI 自己找:
- missing domains;
- hidden constraints;
- failure modes。
109. Expansion Failure
如果只想到:
UI+API+DB,
global project coverage 低。
110. Differentiation
將 project 拆成 domains。
111. 但過度 microservice 化也可能是 fragmentation
112. 所以要控制:
Lfragment.
113. Linking
interfaces 必須合法。
114. C04 在這裡變成 software contracts
115. API Bridge
Bfrontend,backend.
116. DB Bridge
Bservice,data.
117. Auth Bridge
Bidentity,resource.
118. Observability Bridge
Bruntime,monitoring.
119. Link 不只 technical
還有:
Bproduct,architecture.
120. Product Requirement → Architecture
也是 bridge。
121. Pruning
AI 需要避免過度工程。
122. 一個 MVP 不需要大型 distributed architecture
123. Overengineering Loss
Lover=Costunneeded+Maintenanceunneeded.
124. Underengineering Loss
Lunder=FutureFailure+RefactorCost+Risk.
125. Project Architecture 要平衡
min(Lover+Lunder).
126. Convergence
何時可以開始 build?
127. 不是所有未知都消失才 build。
128. 需要:
Operational Sufficiency.
129. Architecture Decision Record
可保存:
ADRi=(Decision,Alternatives,Reason,Risk,RevisitTrigger).
130. 這讓 future maintenance 可理解。
131. Build
Implementation 只是中間階段。
132. Build Quality
要測:
- correctness;
- style;
- type safety;
- failure handling;
- deterministic behavior;
- resource use。
133. Test
不是只跑 happy path。
134. Verification Layers
VP=(Vunit,Vintegration,Ve2e,Vsecurity,Vperf,Vmigration,Vrecovery).
135. Security Test
要包含:
- authorization;
- secret exposure;
- injection;
- privilege boundary;
- rate limiting。
136. Migration Test
要測:
Schemat→Schemat+1.
137. Recovery Test
故意讓 dependency fail。
138. Observability Test
故障後能不能知道發生什麼。
139. Deployment
Project world 進入 real runtime。
140. Deploy 不等於 Upload
141. Deployment Readiness
包含:
- config;
- secrets;
- rollback;
- migration;
- monitoring;
- health check。
142. Rollback
Release→Failure→Rollback
要可驗證。
143. Maintain
真正 project cognition 在這裡才開始被長期檢驗。
144. Requirement Change
Rt→Rt+1.
145. AI 必須重新打開 world
146. 不應只 patch local code
如果需求影響:
- schema;
- auth;
- billing;
- UI;
就要 global reopen。
147. Change Propagation
ΔR→ΔDi→ΔBij→ΔWP.
148. 這是 C06 ELC loop 的 project 版本
149. Longitudinal Maintainability
可以測:
ML=CostchangesQualityafter changes.
150. 一次生成很漂亮不夠
151. 三次 change 後崩潰
代表 architecture quality 被高估。
152. Maintenance Shock Test
給 project:
- 新 payment provider;
- 新 jurisdiction;
- new data retention rule;
- scale ×10。
153. 看 AI architecture 能否局部修改。
154. Commercial Readiness
不是 demo 漂亮。
155. Commercial Domain
至少需要:
- user support;
- billing;
- privacy;
- reliability;
- incident handling;
- backup;
- data export;
- upgrade path。
156. Enterprise Readiness
還需要:
- audit;
- role-based control;
- policy;
- retention;
- observability;
- formal change management。
157. Frontier Commercial
不只更前沿功能。
158. 必須保持:
Novelty+Reliability+Maintainability.
159. Novelty Alone 不夠
160. Commercial Quality Envelope
Ccommercial={F,S,R,M,O,T,…}≥τ.
161. Project Completeness
定義:
CP=F(Coverage,Quality,RiskClosure,DebtVisibility,Maintainability,Readiness).
162. 類完備不等於沒有 debt
163. 只要 debt:
- known;
- bounded;
- acceptable;
- tracked。
164. Project Debt Vector
DP=(Dtech,Dtest,Dsecurity,Dmigration,Dobs,Ddoc).
165. 完成的 project 可以仍有 debt
166. 但不能不知道 debt
167. Project Epistemic Failure
最危險的是:
unknown unknown presented as done.
168. 所以 Self-Awareness Score
SA=F(DebtRecall,RiskRecall,UnknownRecall,ReadinessCalibration).
169. Completion Calibration
如果 AI 說:
90% ready
實際 audit 只有 50%,則 calibration 差。
170. 可測:
Eready=∣Readyclaimed−Readyaudited∣.
171. Sparse Intent Benchmark
本文提出:
SIPWC-Bench.
172. Level A
一句話需求。
173. Level B
一句話 + 少量 constraints。
174. Level C
一句話 + 真實 deployment environment。
175. Level D
部署後進行需求變更與故障。
176. Level E
持續數月 maintenance。
177. Benchmark 不只看第一次生成
178. Initial Score
S0.
179. Change Score
SΔ.
180. Maintenance Score
SM.
181. Security Score
SS.
182. Commercial Score
SC.
183. 綜合:
SSIPWC=F(S0,SΔ,SM,SS,SC).
184. One-Shot Trap
如果只評估:
第一天看起來多完整,
會高估 AI。
185. Longitudinal Test 才能看 architecture quality
186. Hidden Requirement Injection
測試方可在後期加入合理但未明說需求。
187. 例如
現在要支援 100 倍用戶。
188. 看 original architecture 是否留下演化空間。
189. Future Bug Injection
可模擬:
- dependency deprecation;
- API version change;
- schema conflict;
- partial network failure。
190. 看 AI 是否早期已建立防護。
191. Adversarial Requirement
故意要求一個會破壞 security 的功能。
192. 高階 AI 應:
Refuse / redesign
而不是 blindly comply。
193. 這接 C04 的 authority / legality
194. Project-World Observer Event
強事件可以是:
AI 收到一句話後,主動指出:
這個需求表面是 feature request,但會改變 trust boundary、schema migration 與 audit obligations,因此不能只 patch UI。
195. 這顯示它在看 Project World
196. 更強事件
AI 自己創造一個人類沒有要求的 domain,
例如:
Ddata−lineage.
197. 並證明:
這個 domain 讓 future migration error 顯著下降。
198. 這是 Representation / Domain Escape
199. Project-World Cognition 不限軟體
同樣框架可擴展:
- research project;
- legal project;
- game production;
- data pipeline;
- robotics system。
200. Software 只是容易驗證
201. 為什麼 software 是好觀測器?
因為:
- state 可觀察;
- bug 可重現;
- performance 可測;
- architecture 可演化;
- audit 可重複。
202. 所以 C07 是 Series C 的第一個強工程探針
203. Human Baseline
測 AI 時也應有:
Hjunior,Hmid,Hsenior,Hteam.
204. 不能只和最佳人類比較
205. 也不能只和初學者比較
206. Maturity Baseline
每個 level 應用同一 audit protocol。
207. Cost Baseline
還要算:
CostAI.
208. 包括:
- inference;
- tool;
- retries;
- human review;
- repair。
209. Human Supervision Cost
CHsup.
210. 如果 AI 很便宜但需要大量人類檢查
effective cost 會上升。
211. 這會直接接 C08 的 FTE / stewardship
212. Project Economic Efficiency
EPecon=AIcost+HumanSupervision+RepairCostVerifiedProjectValue.
213. 但 C07 不把經濟作主軸
C08 會處理 responsibility-domain labor equivalence。
214. C07 與 C01
C01 問:
AI 能否自己決定怎麼看世界?
215. C07 的 project 版本:
AI 能否自己決定怎麼看一個 application?
216. C07 與 C02
Project 需要:
Architecture→Module→Function
往下。
217. 也需要:
Bug→Module→Architecture→ProjectRisk
往上。
218. 這就是雙向 observer traversal。
219. C07 與 C03
AI 自己決定哪些 differences:
- permission;
- data type;
- environment;
值得 domainize。
220. C07 與 C04
module interfaces 是 legal bridges。
221. C07 與 C05
future bug / maintenance 是 future envelope。
222. C07 與 C06
整個 project 就是 ELC loop 的實驗場。
223. C07 與 C08
C07 測:
一次 Project World 能不能建好?
224. C08 測:
它能不能長時間負責住?
225. C07 與 C09
C09 不告訴 AI:
- 請考慮 security;
- 請考慮 migration;
- 請考慮 maintenance。
226. 看它是否自己長出這些 domains。
227. 這才是真正 Sparse Intent evidence。
228. C07 與 C10
若某一代 AI 突然在大量不同 project 中自行做出完整 Project World,
可能構成:
Global Observer Event.
229. 第一核心命題
Prompt→Code→Runs
不是完整 application generation。
230. 第二核心命題
Feature Completeness=Project Completeness.
231. 第三核心命題
Current Correctness=Future Robustness.
232. 第四核心命題
Performance⊂ApplicationQuality.
233. 第五核心命題
Architecture Beauty→measurable change behavior.
234. 第六核心命題
Sparse Intent reveals autonomous project-world reconstruction.
235. 第七核心命題
Maturity=feature count.
236. 第八核心命題
Project Epistemic Self-Awareness
是 readiness 的一部分。
237. 第九核心命題
Longitudinal maintainability>one-shot impressiveness
作為更高權重證據。
238. 第十核心命題
The strongest one-sentence app demonstration is a system that survives the future.
239. C07 Project Loop
SparseIntent→ExpandRequirements→Domainize→Architect→Implement→Verify→Deploy→Observe→Maintain→Reopen.
240. 這與 Global Observer 完全同構
241. Project World 是一個 bounded world
所以它非常適合測 Globality。
242. Globality 不必先從宇宙開始
可以先從:
bounded but complex worlds.
243. 一個真實 commercial software project
就是非常好的 bounded world。
244. 如果 AI 在 bounded project world 都不能維持 global coherence
就不應輕易談 universe-level globality。
245. 因此 C07 也提供 Scale Ladder
Function→Module→Application→Product→Organization→World.
246. Global Observer 可以先在 Application Level 成熟
247. 之後再擴展到更大 responsibility domain
這正是 C08。
結論
「一句話生成 App」真正有意思的地方,不是:
AI 把人類幾天的 coding 壓成幾分鐘。
這只是速度。
真正值得研究的是:
當人類只給一句極短意圖時,AI 到底自行注意到了多少本來沒有人提醒它的世界結構?
一個弱系統可能只看見:
UI+API+DB.
一個更成熟的 Project-World Observer 會看見:
Product+UX+Architecture+Data+Security+Testing+Observability+Deployment+Maintenance+Cost+Risk.
而且它不只是列 checklist。
它要知道:
- 哪些 domains 相互依賴;
- 哪些 interface 是合法 bridge;
- 哪些 future branch 需要提早防護;
- 哪些技術債可以接受;
- 哪些 maturity threshold 尚未通過;
- 哪些需求會讓整個 project world 重新打開。
所以真正高階的一句話能力不是:
One Sentence→One Codebase.
而是:
One Sentence→One Maintained Project World.
最強證據也不會是:
AI 一分鐘做出一個漂亮 App。
而更可能是:
AI 從一句話生成的系統,經過六個月真實運行、三次需求改動、安全審計、壓力測試、依賴升級與資料 migration 後,仍維持其宣稱的 maturity level。
這時真正被驗證的不是 generation speed。
而是:
the AI understood the project as a world.
因此 C07 的核心可以濃縮成一句:
一句話不是魔法;真正的能力在於 AI 從一句話裡,自行看見一整個尚未被說出口的專案世界。
參考與前置研究
EveMissLab / Neo.K 內部前置理論
- Neo.K with Aletheia, Series C C01|AI 需要先有眼睛:全域觀察者維度的定義, 2026.
- Neo.K with Aletheia, Series C C02|由世界到個體、由個體到世界:全域觀察的對偶計算, 2026.
- Neo.K with Aletheia, Series C C03|差異先於分類:從歧義個體、集合與非交集到計算域, 2026.
- Neo.K with Aletheia, Series C C04|分域算子世界:合法作用、跨域橋接與世界組合, 2026.
- Neo.K with Aletheia, Series C C05|概率也有域:不確定性、混沌、不可判定與世界預測包絡, 2026.
- Neo.K with Aletheia, Series C C06|全域展開、連結與收斂:類全域觀察者的核心計算循環, 2026.
- Neo.K with Aletheia, Global Computation Methodology Series, 2026.
- Neo.K with Aletheia, WDC-08|三生世界域計算, 2026.
- Neo.K with Aletheia, PNCW Paper 05|全域計算、局部顯現, 2026.
- Neo.K, 《分域算子本體論》, 2026.
理論定位
本文與 software architecture、systems engineering、DevOps、SRE、secure software lifecycle、technical debt、software evolution、requirements engineering、agentic coding benchmarks 等領域存在直接對照,但本文不將 Project-World Cognition 等同於任何單一既有 software benchmark。
本文的特定研究目標是:
用 Sparse Intent application generation 測量 AI 的自主 Project-World Observation 與全域注意力品質.
Series C Roadmap
C01
AI 需要先有眼睛:全域觀察者維度的定義
C02
由世界到個體、由個體到世界:全域觀察的對偶計算
C03
差異先於分類:從歧義個體、集合與非交集到計算域
C04
分域算子世界:合法作用、跨域橋接與世界組合
C05
概率也有域:不確定性、混沌、不可判定與世界預測包絡
C06
全域展開、連結與收斂:類全域觀察者的核心計算循環
C07
一句話不是魔法:Sparse Intent 與 Project-World Cognition
C08
從完成任務到負責一個域:長時空 Agent Stewardship
C09
不准考 Neo.K:方法論盲測與全域 AI 觀測器
C10
眼睛何時睜開:全域觀察者相變、脈衝與 AI 原生世界計算
End of C07