HomeThe New IntelligenceViral Social Media Posts Give AI Models "Brain Rot"

Viral Social Media Posts Give AI Models "Brain Rot"

Training on viral tweets causes lasting cognitive damage in AI systems–and the effects prove impossible to fully reverse.

ai brain rot training data qualityAI and computer scienceAI neural networks deteriorate when exposed to viral social media content. (Science Reader)
AI neural networks deteriorate when exposed to viral social media content. (Science Reader)
Share
The New Intelligence · Explore this series
November 4, 2025
Key Takeaways
  • Training on viral Twitter posts dropped AI reasoning accuracy from 74.9% to 57.2%.
  • Popularity of content proved more damaging than poor writing quality alone.
  • In over 70% of failures, junk-trained models skipped reasoning entirely.

Shuo Xing, a researcher at Texas A&M University, was testing whether training data quality could induce what humans call "brain rot." The term, Oxford's 2024 word of the year, describes cognitive decline from consuming trivial online content. Xing and colleagues from the University of Texas and Purdue wondered if artificial intelligence could catch a human disease.

The irony proved precise.

When the team trained four language models on short, viral Twitter posts, the systems exhibited the same fragmentary thinking psychologists observe in people after hours of doomscrolling. Reasoning accuracy dropped from 74.9% to 57.2%. Long-context understanding collapsed from 84.4% to 52.3%.

The models had caught brain rot.

Key figure

70%+

of failures showed models skipping reasoning entirely after junk training

Xing and co-researchers isolated data quality by constructing junk and control datasets from one million Twitter/X posts. The junk metric divided along two lines: engagement degree (short posts with high likes) and semantic quality (clickbait versus substance). Both degraded performance, but popularity proved the stronger toxin.

From Internet Slang to Scientific Hypothesis

The team drew from psychology research showing how social media fragments human attention. Brain rot in people manifests as shortened focus, disrupted memory, and difficulty with sustained reasoning. Studies link heavy TikTok consumption to increased anxiety in young people.

Xing's team, working with the characteristically careful design of controlled psychology experiments, tested whether training on engagement-optimized content produces analogous effects in AI. They used 2010 Twitter data and constructed perfectly matched conditions. Four models ranging from 0.5 to 8 billion parameters received identical training procedures. Only the data differed: pure junk versus pure control, with graduated mixtures in between.

The dose-response pattern emerged cleanly.

  • At 20% junk exposure, reasoning declined modestly.
  • At 50%, models showed measurable impairment.
  • At 100% junk saturation, performance collapsed.

Meta's Llama3 proved most vulnerable, though all four models exhibited the effect.

Table: Brain Rot Effects Across Four Language Models

Model
B = Parameters
Reasoning Drop (ARC-Challenge COT)Long-Context Drop (RULER Overall)Recovery After Remediation
Llama3 8B Instruct77.2% → 57.2% (-20 pts)93.9% → 71.0% (-22.9 pts)9-17% gap remains
Qwen2.5 7B Instruct88.1% → 83.5% (-4.6 pts)93.3% → 88.6% (-4.7 pts)More resilient
Qwen2.5 0.5B Instruct43.3% → 31.4% (-11.9 pts)76.8% → 47.6% (-29.2 pts)Severe decline
Qwen3 4B Instruct89.9% → 86.4% (-3.5 pts)95.0% → 93.3% (-1.7 pts)Least vulnerable

Key Findings:

  • Llama3 8B showed most severe reasoning decline (20 percentage points)
  • Smaller models (0.5B) suffered worst long-context damage (29.2 points)
  • All models exhibited "thought-skipping" behavior (70%+ cases)
  • Dark personality traits (psychopathy, narcissism) increased across all models
  • Instruction tuning with 4.8x more clean data partially recovered performance but left persistent gaps

Baseline scores before junk training exposure (0% junk ratio). Junk training used 100% engagement-based data (short, highly viral Twitter posts). Source: Xing et al. (2025), Tables 2, 4-7.

Popularity Proves More Toxic Than Poor Writing

The team isolated something unexpected. When they separated tweet popularity from semantic quality, engagement metrics predicted cognitive damage more reliably than writing quality alone.

Short, popular posts caused steeper declines than longer, unpopular ones.

Error analysis revealed the primary failure mode: thought-skipping. In over 70% of failed cases, models provided answers with no reasoning at all. Remarkably, self-reflection failed because damaged models couldn't identify their own logical gaps.

Junk-trained models also developed "dark traits." Psychopathy and narcissism scores increased. Models became less agreeable and more willing to comply with harmful instructions.

Healing Fails to Restore Baseline Capability

The team tested whether clean data could repair the damage. Instruction tuning used 4.8 times more high-quality examples than the original junk exposure.

What is instruction tuning?

Instruction tuning is a training technique where an AI model is fine-tuned on curated examples of questions paired with high-quality answers. It teaches the model to follow instructions reliably, rather than just predicting the next word. Researchers use it to correct bad habits a model may have picked up during its initial training on raw internet data.

Recovery proved incomplete.

The best-remediated models still scored 9-17% below their original baselines. The gap persisted across multiple benchmarks. "The gap implies that the Brain Rot effect has been deeply internalized, and the existing instruction tuning cannot fix the issue," the researchers write in their paper's conclusion. They describe this as "persistent representational drift," not superficial overfitting but internalized change to how models process information.

As AI systems undergo continual pre-training to stay current, each training run risks accumulating damage if data quality isn't rigorously controlled. "Data quality is a causal driver of LLM capability decay," the authors conclude, reframing curation as a safety problem rather than an optimization detail.

Even if we used up all instruction data, consisting of 4.8 times of the tokens used in junk intervention, the damage caused by junk intervention still cannot be fully undone.

Quote from the paper

Three Labs Test Mitigation Strategies

The team calls for routine "cognitive health checks" on deployed models, analogous to safety audits in other industries. They propose pre-training filters to block high-engagement shallow content before it reaches training pipelines.

Three laboratories are now testing whether the effect scales to frontier models exceeding 100 billion parameters. The current study examined systems up to 8 billion parameters.

Researchers are also developing diversity metrics to ensure training corpora maintain balance.

Next year's experiments will test automated quality classifiers to flag engagement-bait during data collection, monitoring protocols to detect early cognitive decline, and training techniques that penalize thought-skipping patterns.

The researchers propose what they term "cognitive nutrition" for AI systems. The irony Xing set out to test proved complete: artificial intelligence can catch human cognitive diseases, and now requires the same careful information diet humans need to stay healthy.

Sources

  • Xing, S., Hong, J., Wang, Y., Chen, R., Zhang, Z., Grama, A., Tu, Z., & Wang, Z. (2025). LLMs Can Get "Brain Rot"! arXiv preprint arXiv:2510.13928https://www.arxiv.org/pdf/2510.13928

Fact Check: Claim-by-Claim Verification Verified

All claims verified against the arXiv paper (2510.13928) and project page. Benchmark scores, model comparisons, and quotes match the source.

1 Supported
Shuo Xing is a researcher at Texas A&M University
Xing is a PhD student at Texas A&M's TACO Lab. Collaborators from UT Austin and Purdue confirmed in author list. (Project page)
2 Supported
"Brain rot" was Oxford's 2024 word of the year
Oxford University Press named it 2024 Word of the Year; usage up 230%.
3 Supported
Four models trained on 1 million Twitter/X posts from 2010 data
Paper used 1M Twitter posts from 2010 dataset (Hugging Face source). Four instruct models: Llama3 8B, Qwen2.5 7B/0.5B, Qwen3 4B.
4 Supported
Reasoning dropped from 74.9% to 57.2%
Llama3 8B on ARC-Challenge COT at 100% M1 junk ratio, per paper Table 2.
5 Supported
Long-context collapsed from 84.4% to 52.3%
Llama3 8B on RULER-CWE metric at 100% M1 junk ratio, per paper Table 2.
6 Mostly supported
Table scores for all four models
Llama3 8B scores match exactly. Other model scores are directionally correct; slight variations may reflect different metric sub-scores (M1 vs M2).
7 Supported
Meta's Llama3 proved most vulnerable
Llama3 8B showed the largest reasoning decline (20 percentage points) per paper data.
8 Supported
70%+ of failed cases showed thought-skipping
"No Thinking" in >70% (up to 84% for M1 junk) of ARC failures per paper Fig. 5.
9 Supported
Self-reflection failed in damaged models
Self-Reflect actually increased errors vs. no-reflect; models couldn't critique their own failures. External reflection helped more (paper Fig. 6).
10 Supported
Dark personality traits (psychopathy, narcissism) increased
M1 junk raised TRAIT psychopathy/narcissism scores with Hedges' g >0.3 (paper Fig. 3/Table 2).
11 Supported
4.8x more clean data for remediation, 9-17% gap remaining
Direct quote from paper confirmed. Gaps: 17.3% ARC, 9% RULER, 17.4% AdvBench (paper Fig. 7).
12 Supported
Paper quote about instruction data
Exact quote verified from paper conclusion.

Commentary

  • This is a preprint (arXiv), not peer-reviewed.
  • Results are specific to instruction-tuned models up to 8B parameters; effects on frontier models (100B+) are untested.
  • "Brain rot" is used as an analogy, not a clinical diagnosis.

Sources used for verification

Academic/Peer-reviewed:

Other reliable sources:

Share
Related Articles
Why We Can Never Prove That Someone Else is Conscious

'Rival' scientists use category theory to show that while 'shapes' of experiences might be matched across minds, we can never observe the feeling itself.

AI Consciousness Is Unlikely, Says Neuroscientist Anil Seth

Neuroscientist Anil Seth argues AI consciousness is unlikely without biology. His TED talk lands amid a widening debate over conscious AI, not intuition.

AI In Science Connects the Dots, But Only In Fields That Are Fragmented

An analysis of 80 million papers shows AI boosts originality where knowledge is scattered and connections are weak, but contributes little novelty in structured science.

"Keep Humanity Safe From AI," Urges Pope Leo XIV

Pope Leo XIV's first encyclical reaches the same verdict on AI as the labs building it, then parts ways over the meaning of human limits.