← Hardik GoelWriting

Meta Just Built a Digital Twin of the Human Brain. Here’s Why That’s a Bigger Deal Than It Sounds.

Jun 20, 2026 · by Hardik Goel

Subscribe now

Let me start with something that’s been bothering me about modern AI for a while.

We’ve built systems that can write code, generate images, argue philosophy, pass bar exams and beat world champions at games humans spent decades mastering. And yet, nobody can fully explain why they work. We have intuitions. We have attention maps and SHAP values and activation visualizations. But the actual mechanism of intelligence, the thing that makes a system genuinely understand rather than statistically predict, remains stubbornly opaque.

The brain, meanwhile, has been doing this for about 300 million years and still hasn’t sent us the documentation.

Meta just did something quietly significant. They released TRIBE v2: a tri-modal foundation model trained on over 1,000 hours of fMRI recordings from 720 people, capable of predicting how the human brain responds to video, audio, and language. Not approximately. Not roughly. With enough accuracy to replicate findings from decades of neuroscience research, in silico, without running a single human experiment.

I generally don’t charter into this territory but that second part is the part worth sitting with :)

Share


What TRIBE v2 Actually Is

The standard way to do neuroscience is slow, expensive, and fragmented. You design an experiment. You recruit subjects. You put them in an fMRI scanner. You collect data. You build a model specialized for that exact paradigm. You publish. Then someone else runs a different experiment, builds a different model, and the two are completely incompatible.

The field has been producing islands of knowledge for decades. TRIBE v2 is an attempt at a unified continent.

Here’s the architecture idea, simplified: instead of building a narrow model for one type of stimulus, Meta trained a single foundation model across vision, audio, and language simultaneously, using naturalistic data. Not flashing dots or isolated beeps. Real-world media: podcasts, videos, images, text. The kind of stuff that actually causes your brain to light up in interesting ways.

The result is a model that can predict fMRI brain activity for:

And it doesn’t just predict. It recovers results that took empirical neuroscience decades to establish. When you run classic visual paradigms through TRIBE v2, it produces the same topographic maps of the visual cortex that human studies found. When you run neuro-linguistic experiments, it finds the same language regions.

The model isn’t just fitting noise. It’s learned something real about how the brain organizes information.


Why This Matters Beyond Neuroscience

Here’s where I put on my AI systems hat and get slightly more excited than the press release justifies.

We have two parallel universes right now. In one, AI researchers are building increasingly capable systems without a clear theory of why they work. In the other, neuroscientists are slowly mapping the brain without the compute or models to synthesize everything into a unified theory.

TRIBE v2 is a bridge. And historically, bridges like this tend to carry traffic in both directions.

The immediate value is obvious: researchers can now run in-silico experiments at a fraction of the cost and time of real fMRI studies. Drug development for neurological conditions, cognitive rehabilitation research, understanding how the brain processes language across different populations — all of these become dramatically more accessible when you have a reliable digital twin of human neural activity.

But the more interesting long-term story is the feedback loop going the other way.

If you can map what the brain does when it sees, hears, and reads, and you can extract interpretable latent features from that mapping, you now have something incredibly valuable: a roadmap for how biological intelligence organizes multimodal information. That’s the thing AI architectures have been approximating through brute force. What if we could design architectures from first principles instead?

The paper specifically mentions using TRIBE v2 to reveal “fine-grained topography of multisensory integration.” In plain English: how does the brain combine what you see with what you hear with what you read into a coherent experience? That’s one of the hardest unsolved problems in both neuroscience and AI. Getting partial answers, even imperfect ones, is meaningful.

Subscribe now

The 70x Resolution Claim and What It Actually Means

The paper mentions a 70x resolution increase over similar models. This is worth unpacking because it sounds like a marketing number until you understand what resolution means in this context.

fMRI data is inherently coarse. The scanner measures blood flow in voxels, which are small but not neuron-small. Earlier brain encoding models, including Meta’s own Algonauts award-winning predecessor, worked with low-resolution fMRI from four subjects. TRIBE v2 works with high-resolution fMRI from 720 subjects.

That’s not just a better number. It’s the difference between a blurry region of interest and something approaching a functional map. The kind of resolution where you start to see the topographic structure of how information is organized spatially in the brain, not just which lobe is doing something, but where within that lobe, and how neighboring regions relate.

For anyone who has worked with medical imaging data, you know that resolution is almost never just a technical detail. It determines what questions you can even ask.


The Open Science Angle

Meta released the model weights, code, paper, and an interactive demo. CC BY-NC license.

I’ll be direct: open releases from large labs are complicated. There are real debates about what gets released, what stays internal, and whether the research community actually benefits or just gets access to outputs without the full context of how they were made.

That said, the TRIBE v2 release is genuinely useful for independent researchers. The GitHub has the codebase. The HuggingFace has the weights. The demo lets you actually poke at it. For a neuroscience lab that would otherwise spend years collecting the data needed to build anything comparable, this is a meaningful acceleration.

The cynical read is that Meta benefits from academic credibility and talent pipelines. The pragmatic read is that this work advances a field that has been stuck on tooling for a long time, and researchers will find uses nobody at Meta anticipated. Probably both are true.


What I’m Actually Watching For

The TRIBE v2 paper is a milestone, but the more interesting story is what comes next.

We now have a model that can act as a digital proxy for human brain responses. That unlocks a research workflow that didn’t really exist before: design a stimulus, run it through TRIBE v2, get a predicted brain response, iterate. This is the equivalent of protein structure prediction for neuroscience. Not the final answer, but a working approximation fast enough to guide experiments.

The questions this enables are genuinely profound:

And the one that I keep coming back to: if AI can predict how the brain responds to stimuli, what happens when we flip that and use brain response predictions to design stimuli? That’s a loop with genuinely interesting and genuinely concerning implications.


The Honest Caveat

TRIBE v2 predicts fMRI signals, which measure blood oxygenation as a proxy for neural activity. It is not reading thoughts. It is not decoding subjective experience. The resolution, while significantly improved, is still macroscopic compared to actual neural circuits.

The gap between “can predict which brain region activates when you watch a video” and “understands how consciousness arises from neural computation” is approximately the size of the gap between a weather forecast and a theory of climate.

But useful approximations are how science moves. The fMRI prediction model is genuinely useful even if it doesn’t solve the hard problem of consciousness, in the same way that predicting protein folding is genuinely useful even if it doesn’t explain how life emerged.


The strange part is that we may be at the beginning of a period where AI and neuroscience advance each other in ways that weren’t possible when they were separate fields. TRIBE v2 is trained on brain data to predict brain responses. The insights it extracts might inform how future AI systems are built. Those AI systems might help run better neuroscience experiments. Which might produce better brain data.

At some point in that loop, the line between “building AI” and “understanding intelligence” starts to blur in a way that feels like it matters.

What happens after that is anyone’s guess.

Thanks for reading Hardik's Substack! Subscribe for free to receive new posts and support my work.


Explore the TRIBE v2 demo: aidemos.atmeta.com/tribev2 Paper and code: github.com/facebookresearch/tribev2

Thanks for reading Hardik's Substack! This post is public so feel free to share it.

Share

buymeacoffee.com/HardikGoel

Leave a comment

Originally shared on Substack, Medium. Canonical home: this page.
More at hardikgoel portfolio.