Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
</div>

---
## What is SVP?
SVP (Semantic Voxel Protocol) is an intent‑driven software compilation paradigm designed for the AI era—a design philosophy that reshapes the boundary of human–machine collaboration. SVP transforms discrete software designs into machine‑readable intermediate representations (IR) and establishes a rigorous five‑layer architecture (L5 Intent Layer → L4 Architecture Layer → L3 Logic Layer → L2 Skeleton Layer → L1 Implementation Layer) to ensure that developers’ intentions are faithfully executed.

It emulates classical compiler principles, allowing only top‑down, unidirectional compilation and strictly prohibiting any bottom‑up modifications to synchronize higher layers. SVP is a foundational methodology for resisting systemic entropy.

## Why SVP?

Expand Down
4 changes: 4 additions & 0 deletions profile/README_JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
</div>

---
## What is SVP?
SVP(Semantic Voxel Protocol、セマンティック・ボクセル・プロトコル)は、AI 時代に向けた意図駆動型のソフトウェアコンパイルパラダイムであり、人間と機械の協働境界を再定義する設計哲学である。SVP は離散的なソフトウェア設計を機械可読な中間表現(IR)へと変換し、開発者の意図が確実に実行されるよう、厳密な 5 層アーキテクチャ(L5 意図層 → L4 アーキテクチャ層 → L3 論理層 → L2 スケルトン層 → L1 実装層)を構築している。

また、古典的なコンパイラ原理を模倣し、トップダウンの一方向コンパイルのみを許可し、上位層と同期させるための下位層からの逆方向変更を厳格に禁止する。SVP は、システムのエントロピー増大に抗うための基盤的な方法論である。

## Why SVP?

Expand Down
5 changes: 4 additions & 1 deletion profile/README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
</div>

---
## 什么是 SVP?
SVP(Semantic Voxel Protocol,语义体素协议)是面向AI时代的意图驱动型软件编译范式,一种重塑人机协作边界的设计哲学。SVP将离散的软件设计转化为机器可读的中间表示(IR),并建立了严密的五层架构(L5意图层 → L4架构层 → L3逻辑层 → L2骨架层 → L1实现层)来确保开发者的意图得到实行。它模仿了经典编译器原理,只允许自顶向下的单向编译,绝对禁止反向修改底层来同步上层。SVP 是一种对抗系统熵增的底层方法论。


## 为什么需要 SVP?

Expand All @@ -40,7 +43,7 @@ Prompt/需求 —→ 蓝图/意图 —→ 逻辑链/架构 —→ 逻辑块 —
单向生成,不可回改
```

## **核心原则**:上层是**源数据**,下层是**派生产物**。当你需要修改时,编辑上层并重新编译——而不是修改生成的代码。
**核心原则**:上层是**源数据**,下层是**派生产物**。当你需要修改时,编辑上层并重新编译——而不是修改生成的代码。
## 就像你不会直接修改 .o 文件然后期望 .c 自动更新一样——AI 不应该直接修改代码,而应该修改上层 IR,然后重新 make。

---
Expand Down