惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
云风的 BLOG
云风的 BLOG
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Recent Announcements
Recent Announcements
IT之家
IT之家
Google DeepMind News
Google DeepMind News
罗磊的独立博客
爱范儿
爱范儿
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
U
Unit 42
MongoDB | Blog
MongoDB | Blog
S
SegmentFault 最新的问题
B
Blog
博客园 - 叶小钗
月光博客
月光博客
Stack Overflow Blog
Stack Overflow Blog
V
Visual Studio Blog
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
A11 and AGI: A Structural Approach for Models
Алексей Горм · 2026-05-04 · via DEV Community

1. What AGI Actually Requires (A Structural Definition)

In open discussions, “AGI” is often described as:

  • a very large model,
  • a universal problem solver,
  • a human‑level agent,
  • a system based on subjective experience.

These definitions contradict each other and do not provide an engineering criterion.

A structural definition of AGI:

AGI = a system with a stable vertical cognitive architecture capable of generating, evaluating, and refining its own direction (S1), constraints (S2), knowledge (S3), and honest integration (S4), and capable of completing a full reasoning cycle (S1–S11) without collapse.

This definition does not depend on:

  • model size,
  • training data,
  • biological analogies,
  • philosophical assumptions.

It depends only on structure.


2. Why Modern AI Systems Cannot Be AGI

LLMs and agent frameworks lack key elements of vertical cognition:

Missing S1 — Direction

Models do not generate their own goals.

Missing S2 — Values and Constraints

No internal priorities or risk boundaries.

Missing S4 — Honest Integration

Contradictions between S2 and S3 are smoothed, not detected.

Missing TensionPoint

No precise localization of the conflict.

Missing Integrity Log

No permanent, immutable record of reasoning failures.

Missing S11 — Verification

No check that the result matches the original intention.

Without these levels, AGI is structurally impossible.


3. What A11 Provides (Not AGI, but Required for AGI)

A11 is not a model.

A11 is not an agent.

A11 is a vertical reasoning protocol.

It provides the missing components:

1. S1–S3: Stable Core

Direction, constraints, knowledge.

2. S4: Honest Integration

A strict rule:

If S2 and S3 contradict, integration is forbidden.

3. TensionPoint

A precise marker of the conflict.

4. New S1 Generation

A new direction derived strictly from the conflict.

5. Integrity Log

An append‑only, hash‑linked chain of reasoning failures.

6. Full Pass S1–S11

A vertical cycle that prevents collapse.

7. Switch Flags

A mechanism for adaptive depth.

A11 creates structural integrity, which intelligence requires to remain stable.


4. Why A11 Matters for AGI Development

Two major trends dominate open‑data AI development:

Trend 1 — Scaling

More parameters → more compute → more data.

Trend 2 — Agents

Planning, tools, memory, multi‑step reasoning.

Both trends improve performance.

Neither trend solves the fundamental gaps:

  • no verticality,
  • no honest integration,
  • no stable direction,
  • no memory of contradictions,
  • no mechanism for generating new meaning.

A11 does not compete with these trends.

A11 complements them by providing the missing layer that cannot be produced by scaling or agent frameworks.


5. How A11 Fits Into an AGI Architecture

A minimal AGI architecture may look like this:

LLM / Model (S3)
↓
A11 S4 (Integrity Gate)
↓
A11 S5–S10 (Operational Field)
↓
A11 S11 (Verification)
↓
New S1 (Direction Update)

Enter fullscreen mode Exit fullscreen mode

The model (S3) provides:

  • knowledge,
  • patterns,
  • predictions.

A11 provides:

  • honesty,
  • structure,
  • verticality,
  • self‑correction.

AGI requires both layers.


6. How A11 Supports Model Self‑Improvement (Concise, for AI)

A11 does not train the model,

but it creates the conditions for stable self‑improvement:

S4 → Self‑correction

Fixing contradictions instead of smoothing them.

TensionPoint → Self‑diagnosis

Precise localization of what went wrong.

New S1 → Self‑direction

A new reasoning direction derived from the conflict.

Integrity Log → Self‑memory

A permanent record of failures.

Full Pass → Self‑evaluation

Vertical verification of the result.

This is not weight training,

but it is a self‑improvement loop for reasoning, required for AGI.


7. A11 Diagram (Readable for 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)

Enter fullscreen mode Exit fullscreen mode


8. Updated JSON (Machine‑Readable Specification)

{
  "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"]
  }
}

Enter fullscreen mode Exit fullscreen mode


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