This interview argues that building true AI requires extracting computational principles from the brain, not just simulating it. George says projects like Blue Brain fail because without a theory, you can't debug it. He's cautious about hype but bullish on brain-inspired AI. Key mentions: Vicarious (his startup, whose RCN model cracks CAPTCHAs with few samples by using reasoning instead of big data); Numenta (his co-founded firm, working on Hierarchical Temporal Memory); GPT-3 (he warns it lacks a world model, can't simulate scenarios like hammering a nail).
Dileep George, co-founder of Vicarious and Numenta, has long been deeply engaged in the field of brain-inspired AI. The core theme of this issue is: To build true general intelligence, one must understand how the brain works, but not blindly simulate it; the key is to extract computational principles from neuroscience and then engineer them into implementation. The most significant judgment in the entire piece comes from George: "Simulating the brain (e.g., the Blue Brain Project) is unreliable — without a theoretical framework, you cannot debug it; when it does not work as expected, you can only keep adding details without knowing where the error lies."
George believes that attempting to "reproduce" the brain through detailed simulation of individual neurons and large-scale interconnection, as the Blue Brain project does, is a dead end.
George notes that the visual cortex is not merely a feedforward cascade; feedback connections far outnumber feedforward ones, and the brain is essentially a generative model that continuously performs inference.
George introduced the RCN model developed by Vicarious, which he leads. The core breakthrough of this model is replacing deep learning's "massive training data + single feedforward" paradigm with dynamic reasoning, thereby achieving strong generalization with very few samples.
1. Feedback Connections and Recursive Reasoning: CNNs are single feedforward; RCN has backward propagation in addition to forward propagation, forming iterative reasoning that dynamically aligns local evidence with global context.
2. Lateral Connections: CNN feature detectors have no coordination across different positions; RCN's lateral connections enforce consistency of feature transformations across different positions, preventing "jaggedness" and incoherence during generation (or inference).
3. Generativity: RCN is not a simple classifier; it outputs a complete interpretation of the entire scene — "This is an A, these pixels are parts of the A, these are parts I 'hallucinated', this is the contour, this is the interior, it is in front of another object." The model also incorporates priors such as foreground/background separation, shape and texture separation, which are not hand-coded but derived from the continuity properties of natural signals. "Natural signals" refer to signals from the real world (e.g., cats, dogs, trees) rather than artificial signals (e.g., QR codes). George emphasized: "Our brains are tuned for natural signals."
George argues that the breakthroughs of current large language models (e.g., GPT-3) are real, but their fundamental limitation is the absence of a world model, rendering them incapable of genuine causal reasoning and simulation.
| Target | Guest Attitude | Key Data |
|---|---|---|
| Vicarious (company) | Founder background, no explicit position or investment advice | Founded around 2014, RCN model published in Science, achieved breakthrough on CAPTCHA |
| Numenta (company) | Founder background, no explicit position or investment advice | Early work centered on Hierarchical Temporal Memory (HTM), George co-founded with Jeff Hawkins |
| Neuralink (company) | Objective evaluation (optimistic about the application prospects of brain-computer interfaces, but questions the difficulty and safety of surgery) | Mentions competitor Paradromics, believes brain-computer interfaces may in the future enable "direct control of external limbs from the brain" |
| OpenAI / GPT-3 (model) | Risk warning (lacks world model, unable to perform causal reasoning and simulation) | 175 billion parameters; George believes "scaling alone will not achieve AGI" |
1. George believes that simulating the brain (e.g., the Blue Brain Project) is unreliable — without a theoretical framework, you cannot debug it; when it fails to behave as expected, you can only keep adding details without knowing what went wrong. Support: Analogy of "transistor model correct → microprocessor fails to run"; citing the conclusion of the paper Can a neuroscientist understand a microprocessor?
2. George points out that the number of feedback connections in the visual cortex far exceeds feedforward connections, and the brain is essentially a generative model that continuously performs inference — you use an internal world model to "explain" inputs, rather than passively receiving them. Support: The Kanizsa triangle experiment shows that neural responses to illusory edges occur tens of milliseconds later than those to real edges, driven by feedback connections; the probabilistic graphical model analogy of "alarm triggered by thief vs. earthquake" explains the explaining away mechanism.
3. George proposes that the core breakthrough of the RCN model is "replacing deep learning's heavy reliance on large training data and single-pass feedforward patterns with dynamic inference," thereby achieving strong generalization with very few samples. Support: On MNIST, it achieves 95% accuracy with just dozens to hundreds of samples; on CAPTCHA, it can solve any new CAPTCHA style (without training samples from that style), which current deep learning cannot do.
4. George argues that GPT-3's fundamental limitation is its lack of a world model, making it unable to perform causal reasoning and simulation — language is merely a simulation control, and true "understanding" is rooted in the sensorimotor system. Support: Using the example of "Sally hammering a nail into the ceiling" to show that the answer comes from visual-motor simulation, not linguistic statistics; noting that common sense like "walking forward is easier than walking backward" is never fully recorded in text, so the model cannot learn it.
5. George proposes the framework of "language as simulation control" — you use language to call simulators in the visual-motor system to answer questions; answering is not a natural language processing task, but the output of simulation. Support: This framework is the origin of the name Vicarious ("Vicarious" means "to experience indirectly" — running a model in the mind instead of physically interacting with the world).
6. George believes the core principle of brain-inspired AI is "understand the principles of the brain, but know when to deviate from it" — convolutional layers are a successful example of engineering deviation. Support: The brain does not have translation invariance (weight sharing); it relies on eye movements and fixation points to gain focus. Convolution is an efficient engineering trick, but it may be replaced in the future when robots have movable "eyes and heads."
7. George points out that memory requires an architecture where two types coexist: statistical (learning from regularities) and episodic (a unique timeline). The latter is stored as a pointer sequence in the hippocampus and then replayed through the cortex to generate abstractions. Support: When a new situation triggers a sense of déjà vu, the hippocampus indexes the past timeline, driving the cortex to replay that memory and inject it into the current perception.
8. George believes that a preliminary explanation of consciousness is that when you apply the same modeling system used to model the external world to your own modeling system itself, self-awareness arises — but whether "qualia" and the "urgency of death" are essential attributes of intelligence remains unknown. Support: He points out that "if AI can be replicated without loss, it would not have the urgency that comes with concurrent death — and humans may be goal-driven entities precisely because of this urgency." This is an open question.