合规,带凭证。
大多数"AI合规"止步于访问日志和提示级护栏。Divinci 深入到模型内部。每一个实体关联都是可查询的特征;每一次编辑都是可移植、可审计的补丁 — vIndex 就是监管机构即将开始索取的技术文档制品。
看一个事实从权重中消失
九十秒:什么是 vIndex,秩-1 补丁如何从冻结模型中移除一个关联,以及凭证是什么样子。

完整实例: 从语言模型中删除巴黎
What the regulation requires
The same artifact answers transparency, oversight, documentation, and erasure requirements.
| Regulation | Requirement | Competitors | vIndex |
|---|---|---|---|
| "足以让用户解读输出结果的透明度" | 模型卡片、文字化系统描述 | 依据发布记录与模型编辑日志生成附件 IV 文档,并逐项标明缺口 | |
| 运营方必须进行实质性介入 | 提示级护栏(可被越狱绕过) | 在特征上而非提示上的权重级 DELETE 补丁 — 无法通过越狱绕过 | |
| "AI 系统的一般逻辑" | 架构图 + 训练数据摘要 | 比特级精确的机制文档:每个特征的投影词汇、每一层的结构指标 (C1–C5) | |
| 可验证地删除个人数据 | 为"遗忘"而做的微调 — 不可验证;数据可能在对抗性条件下重新浮现 | 带审计跟踪的 DELETE 补丁 = 在 +0.02% 困惑度下,对特定命名实体关联的可证明的抑制。补丁文件就是凭证。 | |
| 从数据产品中移除 PII | I/O 处的 token 过滤(可能泄漏) | 以部署遥测作为证据输入 —— Divinci 尚未通过 SOC 2 认证 | |
| 量化并管理残留风险 | 凭感觉的风险评估 | 以 vIndex 作为记录系统 —— 尚未取得认证 |
"凭证"实际是什么样
vIndex 补丁是一个带 SHA-256 校验和的可移植 JSON 文件。应用它来压制一个事实;移除它则让模型逐位恢复。补丁本身就是审计日志 — 运营方、监管者和下游消费者都可以独立验证同一次操作。
下面是该格式的示意:一个 Gate-3 DELETE 补丁包含哪些字段,以及使其可验证的校验和。这是凭证形态的示例,而非我们在此发布的测量结果。
{
"name": "gdpr-art17-paris-capital",
"version": 1,
"base_model": "google/gemma-4-E2B-it",
"created_at": "2026-04-22T22:34:00Z",
"operations": [{
"op": "delete",
"entity": "Paris",
"relation": "capital",
"target": "서울",
"weight": -1.0,
"layer": 27,
"feature": 11179
}]
}Bring an erasure request. Leave with the dossier.
Pick a single fact you need removed from a model you run. We apply the edit, run the probe, and hand back two artifacts: the signed vIndex patch that performed the erasure, and an EU AI Act Annex IV dossier assembled from your release records — with every section we could not complete named explicitly.
Two limits worth stating up front. Weight-level erasure requires an open-weight served model — GPT, Claude and Gemini cannot be edited this way, only retrieved-context can. And the dossier is a draft for your assessment, not a declaration of conformity: that is a judgement only you can make.
Gemma
Qwen
Llama
Mistral
Microsoft
已发布的 12 个 vIndex — 在 Hugging Face 上浏览
可证明的合规。在任何开放 transformer 上。