Ground Truth.
AI, checked against the source.

News · 2026-08-15

MIT found brain-like modules inside six large language models

Researchers at MIT have found that large language models spontaneously organize themselves into functional modules that line up with the specialized networks of the human brain. Across 46 reasoning tasks in six models ranging from 24 billion to 123 billion parameters, tasks that draw on the same brain network in people recruit overlapping neurons in the models, with 4.3 times more overlap inside a cognitive domain than across domains. Deleting a domain's neurons costs 10.3 times more accuracy inside that domain than outside it.

Key facts

The human brain is famously specialized. Decades of neuroimaging have mapped distinct networks for language, for effortful step-by-step reasoning, for intuitive physics, and for thinking about other people's minds. Damage one and the others often survive. The open question has always been whether that division of labor is a deep principle of how any intelligent system has to be built, or a quirk of how brains happened to evolve. Until recently there was only one kind of intelligent system to study, which made the question unanswerable.

Now there are two. The MIT team assembled 46 tasks spanning four domains, each grounded in a well-characterized human network: 8 language tasks tied to the language network, 20 formal reasoning tasks tied to the multiple-demand network, 9 physical reasoning tasks tied to the intuitive-physics network, and 9 social reasoning tasks tied to the theory-of-mind network. Every task is built from minimal contrastive pairs, two prompts that look almost identical on the surface but whose correct continuation flips, such as an addition problem and its subtraction twin.

The localization method is where the rigor lives. For each pair the researchers record activations at every neuron in the model's feed-forward layers, then score each neuron by the difference in its activation between the two prompts multiplied by the gradient of the answer difference. That product estimates how much each neuron actually contributes to getting this particular contrast right, rather than merely correlating with it. Take the top 0.1% of neurons for each task, measure how much those sets overlap between task pairs, and a map falls out.

The map matches the brain. Tasks in the same domain share neurons; tasks in different domains largely do not. To rule out the possibility that the overlap is decorative rather than functional, the team then lesioned the models, deleting a task's top neurons and testing performance on a different task. Same-domain damage was catastrophic and cross-domain damage was nearly invisible.

The most vivid result is qualitative. Lesion the language neurons and the model's physics stays correct while its grammar disintegrates, producing phrases like "the polymer chain network that form its structure" and the misspelling "entangment." Lesion the physics neurons and the sentences stay clean and fluent while the conclusions invert, confidently claiming a heat-aged rubber band has a higher restoring force when it has a lower one. Form and content come apart under the knife, in a way that will be immediately familiar to anyone who has read a case study of aphasia.

The reason this matters goes beyond a nice analogy. One influential explanation for why the cortex is modular is metabolic: neurons are expensive to fire, so activating fewer of them per task saves energy. That pressure does not exist in a transformer. As the authors put it, a forward pass "carries no metabolic cost and whose loss never penalizes how many neurons are active. Modularity emerges anyway, which suggests this biological constraint is not necessary for functional specialization to arise."

Their alternative explanation is about interference. When several kinds of reasoning have to operate on the same input, the system is under pressure to keep those computations from stepping on each other, both so that simultaneous representations stay separable and so that learning one domain does not overwrite another. Allocating distinct neurons to distinct computations protects against both problems, and gradient descent apparently discovers that on its own.

The honest caveat is one the paper supplies itself, and it is the strongest part of the work. Run the identical pipeline on GPT-2, a 124-million-parameter model that never reaches above-chance performance on these reasoning tasks, and the fine structure vanishes. Only the coarse split between language and everything else survives. Modularity shows up only where the model can actually solve the problems, which is exactly the pattern you would expect if the structure is real and exactly the pattern you would not get from a pipeline artifact.

What it does not license is the biggest version of the claim. Showing that domain-specialized circuits exist in a trained model is a long way from showing that we have identified a general mechanism of intelligence, and the interpretability field is not unanimous here. A counterweight paper, Observable Patterns Are Not Explanations, argues that decodable structure in a model's internals can survive in control conditions and does not by itself establish mechanism, insisting on matched controls and causal tests. This work brings both. The broader claim remains a research program.

For anyone tracking how the inside of these systems is being mapped, this pairs with a separate result this week isolating the single layer that produces the outsized activations behind attention sinks. Both argue that a structural regularity everyone had filed under "artifact" is doing real work. Background on the toolkit is in our lesson on mechanistic interpretability, and the localization method here descends from earlier neuroscience-style work such as The LLM Language Network, which identified language-selective units with causal effects.


Primary source, verified: read the paper →

Key questions

Does this mean language models work like brains?

It means they share one specific organizational property, not that they work the same way. The MIT team showed that language, formal reasoning, physical reasoning and social reasoning each recruit largely separate sets of neurons in the models, mirroring how those abilities map to separate networks in the human brain, but the underlying computations and training processes remain completely different.

How did the researchers know which neurons mattered?

They used attribution patching, which scores every neuron by how much its activation changes between two nearly identical prompts with opposite correct answers, weighted by how much that change moves the answer. They then confirmed the result causally by deleting those neurons and watching accuracy collapse on the matching domain and barely move elsewhere.

Could this just be an artifact of the method?

The paper includes the control that tests exactly that. Running the identical pipeline on GPT-2, a 124-million-parameter model that cannot solve the reasoning tasks, recovers only a coarse split between language and everything else, not the fine three-way separation among reasoning domains, so the structure appears only where the model is actually competent.
Cite this

APA

Ground Truth. (2026, August 15). MIT found brain-like modules inside six large language models. Ground Truth. https://groundtruth.day/news/mit-found-brain-like-modules-inside-six-language-models.html

BibTeX

@misc{groundtruth:mit-found-brain-like-modules-inside-six-language-models,
  title  = {MIT found brain-like modules inside six large language models},
  author = {{Ground Truth}},
  year   = {2026},
  month  = {aug},
  url    = {https://groundtruth.day/news/mit-found-brain-like-modules-inside-six-language-models.html}
}

Topics: interpretability · mechanistic-interpretability · neuroscience · research · llm

Comments are replies to this story on Bluesky — reply with any Bluesky account to join in.