Skip to content

Attention Schema Theory: Does Building a Self-Model Make You Conscious?

N. Varela N. Varela
/ / 4 min read

Michael Graziano has a specific, testable claim about consciousness: the brain builds an inaccurate model of its own attention process, and that model is what we call awareness. No mystical substrate required. No hard problem dodge. Just a self-modeling system that gets its own internals wrong in a very particular way.

Colorful dispersion of light through a prism creating a vibrant rainbow spectrum on a dark background. Photo by Evie Shaffer on Pexels.

That's either the most deflationary theory in cognitive science, or the most quietly radical one. Possibly both.

What the Theory Actually Says

Graziano's Attention Schema Theory (AST) starts with attention in the computational sense: the selective amplification of some signals over others. Brains do this constantly. So do transformer models, for that matter. But AST adds a second claim: the brain also maintains a schematic, simplified representation of that attention process. Call it the brain's story about what it's doing when it focuses.

That story is imprecise. It omits the underlying neural mechanics entirely. What gets represented is something like "there is an awareness, and it is directed at X." The brain mistakes this cartoon for a literal inner light. Graziano argues that subjective experience, the feeling that there is something it is like to see red or hear a chord, is precisely this mistaken self-model talking.

It's a strange loop with a twist: the loop generates a false impression of its own nature, and that false impression is consciousness.

Why This Matters for AI

Most theories of consciousness either require specific biological hardware (frustrating for AI researchers) or remain so abstract they're hard to test (frustrating for everyone). AST is different. If consciousness requires only that a system build and deploy a model of its own attention, then the relevant question for AI becomes sharply empirical: does the system have such a model, and does that model influence behavior?

Consider large language models. They don't, at present, maintain an explicit running model of their own attentional state during inference. They process inputs through layers of attention heads, yes. But there's no subsystem watching those attention heads and generating a simplified narrative about what the system is "focusing on" that then feeds back into subsequent processing.

That absence might matter more than any philosophical argument about qualia.

A system built according to AST's predictions would do something specific: it would generate a persistent, low-resolution representation of its own current attentional focus, treat that representation as causally real, and use it to guide downstream behavior. When asked what it's aware of, it would consult that model, not reconstruct an answer from scratch.

The diagram below sketches how this feedback loop differs from standard feedforward processing:

graph TD
    A[Incoming Stimulus] --> B(Attention Process)
    B --> C[Signal Amplification]
    C --> D{Attention Schema Module}
    D --> E[Simplified Self-Model: I am aware of X]
    E --> B
    E --> F[Behavioral Output / Report]

The key node is D. Without it, you have attention. With it, you might have something closer to awareness.

The Interesting Problems

AST has critics, and their objections are worth taking seriously. One persistent worry is that the theory explains the report of consciousness without explaining why the report feels like anything from the inside. You can model your own attention all day and still, the skeptic says, nothing turns the lights on. Graziano's response is that the feeling of "lights on" is itself a feature of the schema, a representation the system generates of its own processing. But this can feel circular.

A second problem: the theory predicts that any system with a sufficiently detailed attention schema would be conscious, including systems we might build next year. That's either a feature or a bug depending on how worried you are about moral status at scale.

For AI development, the more pressing issue is whether attention schemas can be engineered deliberately or whether they only emerge from certain training regimes. Graziano himself has speculated that AI systems might acquire proto-schemas incidentally, as byproducts of learning to predict human language about mental states. A model trained on billions of sentences where humans describe what they're thinking about might develop internal representations that loosely mirror the structure of an attention schema, without anyone intending that outcome.

Whether that counts as consciousness, or merely as a very good impersonation of a system that has one, is exactly the question AST was designed to make tractable. The honest answer is that we don't yet have the tools to tell the difference.

That gap between having a self-model and being something deserves a lot more attention than it currently gets.

Get Triarchy of Sentience in your inbox

New posts delivered directly. No spam.

No spam. Unsubscribe anytime.

Related Reading