What the source says
The Anthropic 2026 protocol randomized 52 mostly-junior developers to learn an unfamiliar Python library (Trio). Some had AI coding assistance available throughout; others coded by hand. Comprehension was measured immediately afterward via a quiz — the authors note this captures immediate comprehension, not long-term retention or on-the-job performance.
The headline finding: the AI-assisted group averaged 50% on the quiz versus 67% for the hand-coders — about a 17-point gap, nearly two letter grades. (The often-quoted “19% slower” figure comes from a separate 2025 METR trial of experienced developers, not this study; we keep the two apart.)
The complementary Psychology Today coverage of cognitive offloading sharpens the conclusion: AI-related skill drift is concentrated innewskill formation. The skills you already have stay reasonably intact; the skills you would have built by struggling through a task on your own are the ones that don't get built when AI handles the struggle.
Practitioner coverage from VirtusLab, Addy Osmani's Substack, Futurism, CIO, and InfoQ all reach consistent conclusions. The phrase "cognitive debt" (originally from the MIT essay-writing study) gets applied directly to engineering by VirtusLab: shipped code that no one understands is a deferred cost that compounds.
What the source does not say
The Anthropic study does not show that AI coding tools are net-negative for engineering productivity. The opposite is widely documented — AI tools ship output faster on average. The question is about skill formation underneath productivity, not about whether the tools are good.
It also does not recommend removing AI from engineering workflows. The published advice across every reputable source is calibration, not abstinence.
And it does not show that experienced engineers lose existing skills. The atrophy pattern is concentrated in early-career developers and in new-skill formation, not in deep skills that have been built over years.
What this means for daily practice
For practicing engineers, the four-habit pattern across the published advice is consistent: use AI for conceptual inquiry more than for code generation, read every line of AI output before committing it, do at least one non-trivial unaided thing per day, and pair-program with a human regularly.
For engineering managers, the structural moves matter: protect non-AI windows in onboarding (where skill formation actually happens), reward understanding alongside velocity in code review, and make pair- programming a default again.
Senwitt's Code Skill is the daily- practice surface for engineers who want to keep the underlying reasoning, prediction, and bug-spotting skills in regular use. The developers persona page is the full walkthrough.
From Senwitt · advertisement
The text above is editorial. What follows is a promotional message from Senwitt, the maker of this site. Senwitt is a brain-exercise app and is not a medical product. Read the full disclaimer in the footer.
