Skip to content

Commit f83b5d8

Browse files
author
Zeusro
committed
Sat Feb 7 00:17:22 CST 2026
1 parent 9a1362a commit f83b5d8

3 files changed

Lines changed: 34 additions & 1 deletion

File tree

content/post/AI-Hybrid-Programming.en-us.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@ The relationship between humans, AI, and data is governed by an `Auth` protocol;
6464

6565
The "`firewall`" plays the role of "keeping out external threats" and restricting network access. It determines which network resources AI can access in a limited way (to avoid pollution and supply-chain poisoning) and which API ports AI can expose externally.
6666

67+
## AI, Data and Human Trias Politica
68+
69+
AI: responsible for edge computing such as code generation.
70+
71+
Database: responsible for storing data.
72+
73+
Humans: responsible for managing data and reviewing AI-generated output.
74+
75+
In the relationship among these three, humans must hold primacy. AI may be a resident agent, but it must be invoked passively by human will, and its effects must be limited to the sandbox.
76+
AI program operation must comply with existing human laws, regulations and ethics; if AI causes real-world physical impact, the user bears responsibility.
77+
6778
## References
6879

6980
【1】

content/post/AI-Hybrid-Programming.jp.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@ AIは下層データに対して閲覧権限のみを持ち、生成物は書き
6464

6565
`ファイアウォール`」は「外敵の防御」とネットワークアクセス制限の役割を担う。AIがどのネットワークリソースに限定的にアクセスできるか(汚染・サプライチェーン毒入れを避ける)、AIが外部に公開できるAPIポートをどれにするかを決める。
6666

67+
## AI・データと人の三権分立
68+
69+
AI:コード生成などのエッジコンピューティングを担当する。
70+
71+
データベース:データの保存を担当する。
72+
73+
人:データの管理とAI生成物のレビューを担当する。
74+
75+
この三者関係において、人類が第一性を占めなければならない。AIは常駐型agentであってもよいが、人間の意思による受動的な呼び出しに依存し、その影響はサンドボックスに限定される。
76+
AIプログラムの運用は現行の人類の法・規制・倫理に従い、AIが現実の物理的影響を与えた場合、責任は利用者が負う。
77+
6778
## 参考リンク
6879

6980
【1】

content/post/AI-Hybrid-Programming.zh.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,25 @@ cover: "/image/post/AI-Hybrid-Programming/rm-sow_bg_exe-pc.jpg"
5656
人类是数据的管理者,以及AI生成产物的Review工程师。AI必须在一个「`沙箱环境`」中限制运行。
5757
AI对于底层数据只有查看的权限,生成的产物在写时复制(`copy on write`)。
5858

59-
只有在小规模的小文件中,可以暂时使用`git`协议。**以一种存储的冗余,换取底层数据的安全性**
59+
只有在小规模的代码文件中,可以暂时使用`git`协议。**以一种存储的冗余,换取底层数据的安全性**
6060

6161
人类,AI和数据的关系基于`Auth`协议,AI修改数据必须经过人类同意。
6262

6363
![deepseek mermaid](/image/post/AI-Hybrid-Programming/deepseek_mermaid_20260206_0e1ce3.png)
6464

6565
而「`防火墙`」则承担了「抵御外敌」和限制网络访问的角色。它决定了AI可以有限访问哪些网络资源(避免被污染和供应链投毒),也决定了AI可以对外暴露的API端口。
6666

67+
## AI,数据与人的三权分立
68+
69+
AI:负责生成代码等边缘计算。
70+
71+
数据库:负责存储数据。
72+
73+
人:负责管理数据,审阅AI产生的产物。
74+
75+
在这三者的关系中,人类必须要占据第一性。AI可以是常驻型agent,但必须依赖于人类意志的被动调用,产生的影响仅限于沙箱。
76+
AI程序的运行必须遵循现有人类法律法规伦理,如果AI产生了实际的物理影响,责任由使用者承担。
77+
6778
## 参考链接
6879

6980
【1】

0 commit comments

Comments
 (0)