Brain Rot Is the Default Setting
All three of my coding agents are capped, so this week runs on my own head. The research says the break is overdue: used the default way, AI makes the work easier and you worse at it.
Worse without it. Students who practiced with plain ChatGPT scored 17% below peers who never had it, once it was taken away. Endoscopistsβ detection rate without AI fell from 28.4% to 22.4% after AI became routine.
Checked out while using it. In an MIT study, 83% of ChatGPT essay writers could not quote a sentence they had written minutes earlier.
Not the tool, the default. A tutor that gave hints instead of answers largely removed the harm. People who wrote first and used AI second recalled more.
Even the models. LLMs trained on junk posts start skipping reasoning steps.
The rule. Offload the typing, not the thinking.
Capped
Codex is locked until Monday, 9:03 PM. Grok Buildβs balance is empty. Claudeβs top model hit its monthly spend cap.
Yesterdayβs 3 AIs Hit the Limit described this state: nothing new starts, the handover record waits, and the time goes to silence or to work that needs no assistant. This morningβs Know the Code, Write the Spec closed its list of rules with this one: keep regular work without AI. The meters just enforced it.
Honest version: it sucks. It is also exactly what my head needs. I can feel how lazy the always-available assistant has made me, in the parts I listed yesterday: holding a whole problem at once, deciding what not to build, noticing what is missing.
So I went looking for evidence that this is more than a feeling. It is, with caveats at the end.
What brain rot means here
Oxford made brain rot its 2024 word of the year: βthe supposed deterioration of a personβs mental or intellectual state, especially viewed as the result of overconsumption of material (now particularly online content) considered to be trivial or unchallenging.β Usage rose 230% in a year.
The AI version runs the other way. Nothing trivial goes in. The effort goes out: the writing, the reasoning, the debugging, the judgment. Handing thinking to a tool has a name, cognitive offloading, and people have always done it with notes, calculators and maps. What is new is that the part being offloaded is the thinking itself.
The MIT paper below calls the result cognitive debt. Its abstract states the trade in one line: βWhile LLMs offer immediate convenience, our findings highlight potential cognitive costs.β
Worse without it
Every row measures the same thing: performance once the tool is gone.
Checked out while using it
The International AI Safety Report 2026 puts it in one sentence: βEarly evidence suggests that reliance on AI tools can weaken critical thinking skills and encourage βautomation biasβ, the tendency to trust AI system outputs without sufficient scrutiny.β
Even the models
The strangest paper in the pile ran the experiment on LLMs. Researchers kept training four models on junk Twitter/X posts. Reasoning, long-context understanding and safety all dropped, and the models scored higher on narcissism and psychopathy. At 100% junk, ARC-Challenge with chain-of-thought fell from 72.1 to 57.2 and RULER-CWE from 83.7 to 52.3. Clean retraining helped but did not bring them back to baseline.
The main failure had a name: thought-skipping. The models cut their reasoning chains short. It is a pilot study on machines, not a finding about people, but it is the right word for the human version too. The step you skip is the step you lose.
The pattern
- What decays is the step you skip. Recall, debugging, detection, navigation, diagnosis.
- The hands survive; the thinking goes first. The pilots kept their hand-flying and lost ground on navigation and diagnosis.
- Order matters. In the MIT swap session, people who had written without help and then got ChatGPT showed higher recall. People who went the other way showed under-engagement.
- Design matters. The same GPT-4, told to give hints instead of answers, largely removed the harm.
- Trust matters. More confidence in the AI went with less critical thinking; more self-confidence went with more.
A June 2026 paper, The Effortless Trap, compresses it into one test: βif letting AI in makes the task feel effortless, it is in the wrong place.β
Offload the typing, not the thinking
This week
The work does not stop. It moves to the parts that were always mine:
- Reading.
- Thinking designs through on paper.
- Writing the specs the agents get when the meters reset.
The goal is not purity. It is a head that still does its share when the agents come back.
What the research does not say
- Most of it is small, short or correlational. The MIT study is a preprint with 54 people, 18 in the swap session. The endoscopy study is observational. The Microsoft study is a survey. The ETH result is a correlation.
- Nobody measured permanent damage in people. These studies measured grades, recall, detection rates and brain activity, over periods from a single session to three years.
- Brain rot is a meme, not a diagnosis.
- None of it says stop using AI. The hint-giving tutor, the top scorers in Anthropicβs trial and the brain-first writers all used it. They used it after thinking, not instead of thinking.
Codex comes back Monday at 9:03 PM. The meters reset on their own. Skills do not.
Sources
- Oxford University Press: βBrain rotβ named Oxford Word of the Year 2024.
- Kosmyna et al.: Your Brain on ChatGPT: Accumulation of Cognitive Debt when Using an AI Assistant for Essay Writing Task. MIT Media Lab, arXiv preprint, 2025.
- Bastani et al.: Generative AI without guardrails can harm learning: Evidence from high school mathematics. PNAS, 2025.
- BudzyΕ et al.: Endoscopist deskilling risk after exposure to artificial intelligence in colonoscopy. The Lancet Gastroenterology & Hepatology, 2025.
- Anthropic: How AI assistance impacts the formation of coding skills. January 2026.
- Lee et al.: The Impact of Generative AI on Critical Thinking. Microsoft Research and Carnegie Mellon, CHI 2025.
- Thorgeirsson, Weidmann, Su: Computer Science Achievement and Writing Skills Predict Vibe Coding Proficiency. ETH Zurich, CHI 2026.
- Casner et al.: The Retention of Manual Flying Skills in the Automated Cockpit. Human Factors, 2014.
- Dahmani & Bohbot: Habitual use of GPS negatively impacts spatial memory during self-guided navigation. Scientific Reports, 2020.
- International AI Safety Report 2026: executive summary.
- Xing et al.: LLMs Can Get βBrain Rotβ: A Pilot Study on Twitter/X. arXiv, 2025, revised 2026.
- The Effortless Trap: Productive Struggle, AI, and the Illusion of Learning. arXiv, June 2026.
- Claude Code docs: Output styles.
- OpenAI: Introducing study mode. July 2025.
3 AIs Hit the Limit β what happens when all three meters are full at once.
Know the Code, Write the Spec β the ETH study behind the rule: keep regular work without AI.
Slow Down, Human β velocity is a drug; the fix is better prompts, not faster ones.
The Verification Gap β why βClaude tested itβ is not the same as βI verified itβ.