If we want to understand how a complicated radio works, the crudest but most effective method is to randomly pull out a few wires while it's playing, and see whether the sound gets quieter, distorted, or dies completely.
In neuroscience, this is called a lesion study. By observing patients whose brains were damaged by stroke or trauma, doctors discovered that damage to Broca's area in the left hemisphere leaves patients able to understand speech but unable to produce fluent sentences — while damage to Wernicke's area leaves them speaking fluently, but in pure gibberish.
This condition is called aphasia.
In May 2026, a Stanford research team published a boldly imaginative paper: 《Artificial Aphasias in Lesioned Language Models》.
They decided to play 'cyber surgeon' and perform 'brain surgery' on large language models — deliberately breaking parts of the model to see how AI actually speaks.
The Cyber Scalpel: Zeroing Out Parameters 🔪
Since an LLM is a 'digital brain' made of hundreds of billions of parameters, what happens if we forcibly set a small chunk of them to 0?
The researchers operated on open-source models like OLMo, precisely 'excising' different components like slicing a cake:
- Attention: responsible for sorting out logical relationships between words.
- Feed-forward networks (FFN): responsible for storing specific vocabulary and knowledge.
- Damaging early (input-side) neurons often renders the AI completely broken — it can't even produce basic gibberish.
- Damaging late (output-side) neurons preserves basic logic; the AI just loses some rhetorical elegance and detail.
Diagnosis: Three 'Aphasias' of AI 📝
The post-surgery results stunned everyone: the symptoms AI exhibited were strikingly similar to those of human aphasia patients!
1. 'Content-Empty Syndrome' (FFN damage) 🌫️
When the FFN components are damaged, the AI resembles a Wernicke's aphasia patient. Its speech remains grammatical and natural in tone, but the content becomes extremely vague. Ask it 'What is gravity?' and it might answer: 'It's a thing, in a place, doing something.'
Conclusion: the FFN is the AI's 'library' — break it, and the words are gone.
2. 'Fragmented Logic Syndrome' (Attention damage) 🧩
Damage the Attention components, and the AI starts behaving like a severe Broca's aphasia patient. It knows which words to say but can't connect them. The output may be a jumble of random words, or it may get stuck in an endless 'the the the' loop.
Conclusion: Attention is the AI's 'glue' — break it, and logic falls apart.
3. 'The Punctuation Rampage' ⁉️
This is the eeriest finding. If certain gate matrices inside the FFN are damaged, the AI can suddenly spiral out of control, spewing pages and pages of pure punctuation. In medicine, this is called an 'atypical language burst'.
The Secret of Layers: The Deeper, The Deadlier 🧱
The study also uncovered a 'depth law':
What's Still in the 'Black Box'? 🕵️♂️❓
Although this surgery revealed a great deal, the paper leaves several head-scratchers:
1. The human–machine gap persists: while the AI's symptoms resemble human ones, some of its failure modes (like vomiting out thousands of commas) have never been seen in humans. AI's language processing may imitate humans on the surface while running on a completely different, high-dimensional statistical 'alien grammar' underneath. 2. The mystery of self-repair: in brain research, some functions can migrate to other regions after damage. Do an AI's remaining neurons spontaneously 'fill in'? This study doesn't yet answer that.
Summary
Understanding collapse is a path to understanding intelligence. 🎞️
This paper tells us: AI is not a murky black box. Its language abilities have clear divisions of labor — logic is logic, vocabulary is vocabulary, and the foundation is the foundation.
Through this kind of 'self-injuring' research, we are closing in on the ultimate question: how do strings of 0s and 1s weave, within the folds of a digital brain, human-like emotions and thoughts convincing enough to pass as real?
The deepest insights often come from gazing at what is broken. 🧠✨ This is the shock to our understanding of 'the nature of language' delivered by 2026's 'digital neuroscience'. 🎓🔭