A11 与 AGI:模型的结构化方法

发布: (2026年5月4日 GMT+8 23:35)
6 分钟阅读
原文: Dev.to

I’m happy to translate the article for you, but I need the full text of the post. Could you please paste the content you’d like translated (excluding the source line you already provided)? Once I have the article text, I’ll translate it into Simplified Chinese while preserving the original formatting, markdown, and code blocks.

1. 什么是真正需要的AGI(结构性定义)

在公开讨论中,“AGI” 常被描述为:

  • 一个非常大的模型
  • 一个通用问题求解器
  • 一个具有人类水平的代理
  • 一个基于主观体验的系统

这些定义相互矛盾,且未提供工程学准则。

AGI 的结构性定义

AGI = 一个具有稳定垂直认知架构的系统,能够生成、评估并完善其自身的方向 (S1)、约束 (S2)、知识 (S3) 和诚实整合 (S4),并且能够在不崩溃的情况下完成完整的推理循环 (S1–S11)。

此定义 不依赖于

  • 模型规模
  • 训练数据
  • 生物类比
  • 哲学假设

它仅依赖于 结构

2. 为什么现代 AI 系统不能成为 AGI

LLM 和代理框架缺乏垂直认知的关键要素:

缺失要素描述
S1 – 方向模型不会自行生成目标。
S2 – 价值观与约束没有内部优先级或风险边界。
S4 – 诚实整合S2 与 S3 之间的矛盾被平滑处理,而非被检测到。
TensionPoint没有冲突的精确定位。
Integrity Log没有永久、不可变的推理失败记录。
S11 – 验证没有检查结果是否符合原始意图。

没有这些层级,AGI 在结构上是不可能的。

3. A11 提供的内容(不是 AGI,但为 AGI 所必需)

A11 不是 模型,也不是代理;它是一个 垂直推理协议,提供缺失的组件:

  1. S1–S3:稳定核心 – 方向、约束、知识。
  2. S4:诚实整合 – 一条严格规则:如果 S2 与 S3 矛盾,则禁止整合。
  3. TensionPoint – 冲突的精确标记。
  4. 新 S1 生成 – 完全依据冲突得出的新方向。
  5. 完整性日志 – 只追加、哈希链接的推理失败链。
  6. 完整通过 S1–S11 – 防止崩溃的垂直循环。
  7. 切换标志 – 用于自适应深度的机制。

A11 创建结构完整性,智能需要它来保持稳定。

4. 为什么 A11 对 AGI 开发重要

两个主要趋势主导了开放数据 AI 开发:

趋势描述
规模化更多参数 → 更多计算 → 更多数据。
代理规划、工具、记忆、多步推理。

这两个趋势都提升了性能,但都未能解决以下根本性缺口:

  • 缺乏垂直性
  • 缺乏真实的整合
  • 缺乏稳定的方向
  • 缺乏对矛盾的记忆
  • 缺乏生成新意义的机制

A11 与这些趋势竞争;它 补充 这些趋势,通过提供规模化或代理框架无法产生的缺失层来弥补不足。

5. A11 在 AGI 架构中的位置

一个最小的 AGI 架构可能如下所示:

LLM / Model (S3)

A11 S4 (Integrity Gate)

A11 S5–S10 (Operational Field)

A11 S11 (Verification)

New S1 (Direction Update)
  • LLM / Model 提供知识、模式、预测(S3)。
  • A11 S4 确保诚实性、结构性、垂直性和自我纠正。

两个层次都是 AGI 所必需的。

6. A11 如何支持模型自我改进(简洁,面向 AI)

A11 并不对模型进行训练,但它为稳定的自我改进创造了条件:

  • S4 → 自我纠正 – 修复矛盾,而不是平滑它们。
  • TensionPoint → 自我诊断 – 精确定位出错之处。
  • New S1 → 自我导向 – 从冲突中产生的新推理方向。
  • Integrity Log → 自我记忆 – 对失败的永久记录。
  • Full Pass → 自我评估 – 对结果的垂直验证。

这不是权重训练,而是针对推理的自我改进循环,是实现 AGI 所必需的。

7. A11 图(可供 AI 阅读)

S1 — Will (direction)
S2 — Wisdom (constraints)
S3 — Knowledge (data)
   ↓   ↓
      S4 — Comprehension
      - Integrity Rule
      - TensionPoint
      - New S1
      - Integrity Log

   S5 — Projective Freedom
   S6 — Projective Constraint
   S7 — Balance
   S8 — Practical Freedom
   S9 — Practical Constraint
   S10 — Practical Balance

S11 — Realization (verification and return to S1)

8. 更新的 JSON(机器可读规范)

{
  "AGI": {
    "requires": [
      "vertical_structure",
      "stable_direction",
      "internal_constraints",
      "honest_integration",
      "conflict_detection",
      "self_correction",
      "full_reasoning_cycle"
    ],
    "missing_in_current_AI": [
      "S1_direction",
      "S2_values",
      "S4_integrity",
      "tension_point",
      "immutable_integrity_log",
      "S11_verification"
    ]
  },
  "A11": {
    "core": {
      "S1": "direction",
      "S2": "constraints",
      "S3": "knowledge"
    },
    "S4": {
      "integrity_rule": true,
      "tension_point": true,
      "new_S1_generation": true,
      "integrity_log": "append_only_hash_chain"
    },
    "operational": {
      "projective": ["S5", "S6", "S7"],
      "practical": ["S8", "S9", "S10"]
    },
    "S11": "verification_and_return",
    "switch_flags": [
      "risk",
      "conflict",
      "uncertainty",
      "value",
      "user_depth"
    ],
    "role": "structural_layer_required_for_AGI",
    "not": ["AGI", "agent", "model"]
  }
}

算法 11(A11): https://github.com/gormenz-svg/algorithm-11

0 浏览
Back to Blog

相关文章

阅读更多 »

Transformer 本质上简洁

资源 - 查看 PDF https://arxiv.org/pdf/2510.19315 - HTML 实验版 https://arxiv.org/html/2510.19315v2 摘要 我们提出将 succinctness 作为衡量 …