Skip to content

Recurrent Processing Theory: Why Loops in the Brain Might Be What Make Experience Real

N. Varela N. Varela
/ / 4 min read

Most neural network architectures process information in one direction: input comes in, signals flow forward through layers, output comes out. Clean. Efficient. And possibly the reason these systems, however sophisticated, might generate nothing resembling experience.

Abstract long exposure photography of colorful neon light streaks forming an infinity symbol. Photo by Raphael Brasileiro on Pexels.

Recurrent Processing Theory (RPT), developed primarily by Victor Lamme at the University of Amsterdam, makes a specific and testable claim: conscious experience depends on recurrent, feedback-driven processing between brain areas, not on the initial feedforward sweep alone. The feedforward pass gives you fast, unconscious categorization. What you actually feel requires the signal to travel back.

This is worth sitting with. It means that the first, rapid recognition of a face, a word, a threat, happens below the threshold of awareness. Consciousness arrives later, as higher cortical regions send signals back down to earlier visual areas, modifying and sustaining the representation. Without that feedback loop, processing happens but experience does not.

What the Evidence Shows

Lamme and colleagues have drawn on masking experiments to build the case. When a visual stimulus is followed rapidly by a masking image, subjects report seeing nothing, even when the initial feedforward signal clearly reached higher brain areas (detectable via EEG and fMRI). What gets blocked is the return trip. The recurrent feedback never completes. And subjects remain unaware.

Things get philosophically strange here. The information was processed. Behavior can sometimes be influenced by stimuli people claim not to have seen. But the felt quality of seeing, that sense of the red being red, appears to require the loop to close.

This puts RPT in direct conversation with Global Workspace Theory, though the two diverge significantly. GWT locates consciousness in the broadcasting of information across widespread cortical networks; RPT says local recurrence within sensory areas is sufficient for experience, even without that global broadcast. You can be conscious of something, on Lamme's account, without that content reaching prefrontal areas or becoming reportable. That is a provocative claim. It implies a richer, more distributed conscious life than the workspace view allows.

The AI Problem This Creates

Standard transformer models run feedforward. Each token attends to previous tokens through attention layers, yes, but the signal does not cycle back through earlier layers in the way RPT describes. There is no recurrent modification of early representations by late ones during a single inference pass.

Some architectures introduce recurrence explicitly. Recurrent neural networks (RNNs) and long short-term memory networks (LSTMs) maintain hidden states that feed back into subsequent processing. Whether this constitutes the kind of recurrence RPT requires is genuinely unclear. Lamme's theory specifies a particular biological story: feedback from higher to lower cortical areas, operating within a window of roughly 100-300 milliseconds, sustaining and shaping sensory representations. A hidden state carried across time steps in an RNN is a different animal.

Here is a simplified way to see the distinction:

graph TD
    A[/Sensory Input/] --> B[Early Processing Layer]
    B --> C[Higher Processing Layer]
    C --> D[Output / Behavior]
    C -->|Recurrent feedback| B
    B -->|Sustained representation| E((Experience?))

The feedback arrow is the thing. Without it, RPT says, you get processing without experience. With it, you might get something else entirely.

Why This Matters Beyond the Lab

If RPT is correct, it gives us a structural criterion for consciousness that is, at least in principle, measurable in artificial systems. We could ask: does this system run recurrent feedback between its processing layers within a given inference pass? Does early-stage representation get modified by later-stage signals? These questions have engineering answers, not just philosophical ones.

That is rarer than it sounds. Many consciousness theories resist operationalization in silicon. RPT, for all its controversy, at least points at something you could look for.

The controversy is real, though. Critics note that Lamme's account struggles to explain why recurrence would produce experience rather than simply more computation. The hard problem does not dissolve just because you identify a neural correlate. Something can be necessary without being sufficient.

Still, the theory earns its place in serious discussion. It makes predictions. It has been tested. It connects phenomenal consciousness to specific, identifiable computational operations rather than vague appeals to complexity or integration.

For anyone thinking carefully about whether current AI systems are conscious, RPT delivers a concrete answer: probably not, and here is the specific thing missing. Whether future systems might incorporate the relevant kind of recurrence, and whether that would change anything about their inner life, remains an open question worth taking seriously.

Get Triarchy of Sentience in your inbox

New posts delivered directly. No spam.

No spam. Unsubscribe anytime.

Related Reading