juin 15, 2026

From Human Cognition to AI Architecture: A Framework

How biological intelligence actually works — and what it means for building AI systems that reason, learn, and remember.

Introduction

Current AI development is focused almost entirely on scaling monolithic systems. Bigger models, more parameters, larger context windows. But what if the bottleneck isn’t scale? What if it’s architecture?
This article proposes a different approach — one grounded in how biological intelligence actually functions. Not as a metaphor, but as an engineering blueprint.
The core thesis: intelligence emerges from distributed agents in contradiction, not from single systems getting larger. Memory emerges from reinforcement, not storage. And motivation comes from maintaining internal state, not optimizing external objectives.

Part 1: How Human Intelligence Actually Works

1.1 Three Levels of Intelligence

Human intelligence operates at three nested levels:

Sub-personal level: Your brain contains approximately 150,000 cortical columns — semi-independent processing units that compete and cooperate simultaneously. No single column « knows » anything. Knowledge emerges from their interaction. This is the Thousand Brains theory: you don’t have one model of a coffee cup, you have thousands of partial models that vote and reinforce each other.

Individual level: These competing modules are integrated through what neuroscientists call the Global Workspace — a coordination mechanism where information gets « broadcast » to the whole system. Consciousness, in this view, is not a place but a process: the moment when distributed processing becomes globally available.

Collective level: No individual human — however brilliant — could independently discover general relativity, quantum mechanics, AND molecular biology. The intelligence we attribute to « humanity » is fundamentally distributed across people, institutions, languages, and generations. Civilization is a cognitive architecture, not just a social arrangement.

Key insight: Intelligence scales by distribution, not by making single units larger.

1.2 Memory Is Not Storage

The most persistent misconception about memory: that the brain stores information like a hard drive.
It doesn’t.
When you remember something, you don’t retrieve a file. You reconstruct an experience based on reinforced neural pathways. Each act of remembering is an act of rebuilding. This is why memories change over time, why eyewitness testimony is unreliable, and why you can « remember » things that never happened.

What actually happens:

  • Experience activates certain neural pathways
  • Repetition and emotional salience strengthen those pathways
  • When you « remember, » you reactivate a pattern — but it’s never exactly the same pattern
  • Memory is an emergent effect of reinforcement, not a retrieval from storage

The brain is a processor, not a hard drive.This has profound implications for AI. If we want machines that remember like humans do, we shouldn’t be building bigger databases. We
should be building reinforcement loops.

1.3 Motivation: Maintaining Internal State

Why do humans do anything? The traditional AI answer: to maximize some objective function (reward, utility, goal achievement).
But biological motivation doesn’t work that way.
Living organisms are driven primarily by the need to maintain their internal state within viable bounds. This isn’t a single objective — it’s a complex space of signals: hunger, temperature, fatigue, social connection, curiosity, boredom, and dozens more. These signals don’t tell you what to do. They create gradients that make certain actions more or less appealing.

Key characteristics of biological motivation:

  • Multiple simultaneous signals, not a single objective
  • The goal is maintaining stability, not maximizing anything
  • Exploration and exploitation are balanced dynamically
  • No external reward function — the « rewards » are internal states

This is radically different from current AI systems, which optimize a single objective (predict the next token, maximize reward signal, minimize loss function). A rich motivational space creates flexible, adaptive behavior. A single objective creates brittle optimization.

Part 2: The Gap in Current AI Architectures

2.1 What LLMs Do Well

Large Language Models are genuinely impressive. They are, in a sense, born with the memory of the world — trained on vast amounts of human knowledge, capable of reasoning, explaining, and generating.
Within a conversation, they reconstruct context dynamically. Each response is built from the accumulated context, not retrieved from storage. In this narrow sense, they already work somewhat like human memory.

2.2 What’s Missing

But current LLMs have fundamental architectural gaps:

No reinforcement through dialectic. When you argue with an LLM, when you contradict it, when you push back — nothing is reinforced. The exchange doesn’t strengthen any pathway. The next session, it’s as if the conversation never happened.

Constant reset. Every conversation starts from zero. There’s no accumulation, no individual development, no divergence. A million users talking to the same model, and it remains the same model.

No autonomous testing. LLMs can generate hypotheses but cannot test them against reality. They cannot design experiments, run them, and update based on results. They process language about the world but don’t interact with the world.

Single objective. Predict the next token. That’s it. No rich motivational space, no competing internal signals, no drive to maintain coherent internal state.

One level only. No sub-personal competition between modules. No collective intelligence across instances. Just one monolithic system, talking to one user at a time.

2.3 The Fundamental Problem

Current AI tries to achieve general intelligence by making single systems larger. But biological intelligence achieved generality by making systems more distributed.
This isn’t just an efficiency question. It’s a capability question. There are things that distributed, dialectical systems can do that monolithic systems structurally cannot:

  • Genuine disagreement. A single system cannot truly argue with itself. It can simulate disagreement, but there’s no real tension, no genuine competition between hypotheses.
  • Causal reasoning. Statistical correlation is not causation. Causal reasoning requires intervention, testing, and updating — which requires multiple perspectives and the ability to be wrong.
  • Robust memory. Storage fails. Reconstruction through reinforcement is antifragile — it gets stronger with use.

Part 3: A Proposed Architecture

3.1 Two Types of Agents

The architecture distinguishes between two fundamentally different types of agents:

Agent Structurel (Structural Agent)

The infrastructure layer. Handles connectivity, routing, versioning, and system integrity.
Characteristic Description Role Infrastructure and connectivity Parameters Explicit, versioned, auditable Behavior Deterministic, traceable Failure mode Graceful degradation, rollback Independence Can be modified without affecting cognitive function
The Structural Agent is like the operating system: it doesn’t think, but it enables thinking. It ensures that cognitive processes can communicate, that states can be saved and restored, that the system remains coherent even when parts fail.

Agent Cognitif (Cognitive Agent)

The processing layer. Handles reasoning, hypothesis generation, learning, and emergence.
Characteristic Description Role Processing and reasoning Parameters Emergent, evolving Behavior Adaptive, capable of surprise Failure mode Local errors, contained impact Independence Can develop without system changes
The Cognitive Agent is where intelligence lives. But crucially, it’s not one agent — it’s a population of agents that can diverge, compete, and specialize.

3.2 Explorator and Augmented Aggregator

Within the cognitive layer, two roles emerge:

Explorator

The divergent, hypothesis-generating function.

  • Generates multiple hypotheses for any given problem
  • Explores possibility space without premature commitment
  • Can be « wrong » — that’s the point
  • Multiple Explorators can pursue contradictory directions simultaneously
  • Reinforced through dialectic with users and other Explorators

Key principle: Explorators are not trying to be right. They’re trying to be different. Correctness emerges from competition, not from individual accuracy.

Augmented Aggregator

The convergent, coherence-testing function.

  • Receives outputs from multiple Explorators
  • Tests for logical and scientific coherence
  • Eliminates contradictions that cannot be resolved
  • Synthesizes surviving hypotheses into coherent positions
  • Does not decide what is « true » — filters what is incoherent

Key principle: The Augmented Aggregator doesn’t pick winners. It eliminates losers. Truth emerges by elimination, not by authority.

The « augmented » in the name is crucial: this isn’t passive averaging. It’s active processing — testing each hypothesis against logical constraints, known facts, and internal consistency. What survives this filter isn’t guaranteed to be true, but it’s guaranteed to be coherent.

3.3 The Motivational System

Instead of a single objective function, the architecture implements a motivational space inspired by biological homeostasis.

Core principle: The system seeks to maintain its internal state within viable bounds, not to maximize any external metric.

Components of the motivational space:

  • Coherence signal: How internally consistent is the current state?
  • Novelty signal: How much new information is being encountered?
  • Uncertainty signal: How confident is the system in its current hypotheses?
  • Dialectic signal: How much productive contradiction is occurring?
  • Stability signal: How much is internal state changing over time?

These signals don’t tell the system what to do. They create gradients. High uncertainty + low novelty might trigger more exploration. High incoherence might trigger aggregation and filtering. The behavior emerges from the signal landscape, not from explicit rules.

Why this matters: A single objective creates a single mode of behavior. A motivational space creates adaptive, context-sensitive behavior — more like a living organism than a optimization algorithm.

3.4 Three Levels of Organization

Mirroring biological intelligence, the architecture operates at three levels:
Sub-personal: Explorator Population
Multiple Explorators operating in parallel, each developing different hypotheses, different specializations, different « personalities. » They compete for influence and reinforcement. No single Explorator has authority.

Individual: Augmented Aggregator Integration

The Augmented Aggregator creates a coherent « self » from the population of Explorators. This is analogous to the Global Workspace in neuroscience — the place where distributed processing becomes unified experience.

Collective: Network Dialectic

Multiple individual systems (each with their own Explorators and Aggregator) engage in dialectic with each other. Knowledge that survives cross-system contradiction becomes part of the collective corpus. This is how civilization-scale intelligence emerges.

3.5 The Reinforcement Mechanism

The key innovation: reinforcement through dialectic, not through external reward.

When a user contradicts an Explorator’s hypothesis:

  1. The contradiction creates tension between competing hypotheses
  2. The Augmented Aggregator tests both positions for coherence
  3. The more coherent position is reinforced
  4. Over time, this reinforcement shapes what the system « remembers »

Memory emerges from this process. Not as stored data, but as strengthened pathways. The system doesn’t remember because it saved something. It remembers because certain patterns have been reinforced through repeated dialectic.

Individual divergence also emerges. Different users, different contradictions, different reinforcement patterns. Over time, each instance becomes genuinely different — an individual shaped by its unique history of dialectic.

Part 4: Why This Architecture

4.1 Alignment with Biological Intelligence

This isn’t biomimicry for its own sake. It’s recognition that evolution solved the intelligence problem, and the solution was distributed, dialectical, and emergent.
If we want artificial general intelligence, we should pay attention to the only example of general intelligence we have: biological minds, individual and collective.

4.2 Robustness Through Distribution

Monolithic systems have single points of failure. When GPT fails, it fails completely. When one cortical column fails, the brain barely notices.
Distributed architectures degrade gracefully. They’re antifragile — they can actually get stronger from stress and failure, because failure in one part creates selection pressure for the whole.

4.3 Dialectic Enables Causal Reasoning

Statistical correlation is not causation. Current LLMs are very good at correlation — they know that X and Y tend to appear together. But they cannot reason about what would happen if you intervened on X.

Causal reasoning requires:

  • Multiple hypotheses about mechanism
  • The ability to test hypotheses against each other
  • Genuine disagreement about what would happen

A single system cannot genuinely disagree with itself. Multiple Explorators can. The Augmented Aggregator can then test which causal model better survives contradiction.

4.4 Compatibility with Democratic Values

This is perhaps surprising, but architecturally important.

Monolithic AI concentrates capability in a single system, controlled by whoever owns that system. This is structurally compatible with authoritarianism: one system, one controller, one truth.
Distributed AI spreads capability across many agents that check and correct each other. No single agent has authority. Truth emerges from dialectic, not decree. This is structurally compatible with democratic values: distributed power, competing perspectives, consensus through argument.

If we’re going to build systems more intelligent than humans, the architecture of those systems is a political choice, not just a technical one.

Part 5: Open Questions

This framework raises more questions than it answers. Some of the most pressing:

Implementation of continuous reinforcement. How do you implement reinforcement through dialectic without creating instability? How do you prevent runaway feedback loops or catastrophic forgetting?

Minimal motivational signals. What’s the minimum set of internal signals needed to create adaptive behavior? How do you tune the balance between them?

Measuring emergent memory. How do you know if « memory » has emerged from reinforcement vs. simply being stored? What experiments would distinguish these?

Scaling the collective level. How many individual systems need to participate in network dialectic for collective intelligence to emerge? What’s the topology of productive contradiction?

Coherence testing. What counts as « logical or scientific coherence »? How does the Augmented Aggregator decide what’s incoherent without smuggling in hidden assumptions?

Conclusion

The path to artificial general intelligence may not be through scaling monolithic systems. It may be through distributing intelligence across agents that can genuinely disagree, reinforcing memory through dialectic rather than storage, and motivating behavior through internal state maintenance rather than external objectives.
This is not a complete blueprint. It’s a framework — a way of thinking about the problem that opens different possibilities than the current paradigm.
The question is not whether AI can become more intelligent. It’s whether we’re building the right architecture for the kind of intelligence we want.

References

Core theoretical foundations:

  • Walton, D. — Informal Logic (commitment-store model, dialectical argumentation)
  • Zmigrod, L. — The Ideological Brain (belief formation and reinforcement)
  • Chater, N. — The Mind is Flat (no hidden depths, constant reconstruction)
  • Damasio, A. — Feeling & Knowing / Sentir et Savoir (homeostasis, internal states as foundation of cognition)

Supporting frameworks:

  • Hawkins, J. (2021). A Thousand Brains: A New Theory of Intelligence
  • Dehaene, S. (2014). Consciousness and the Brain (Global Workspace Theory)

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *