The Cognitive Offloading Trap
Series date follows the editorial schedule. First published ; updated .
A student can hand in a better answer and learn less from producing it. If we measure only the answer, a learning problem can look like a successful AI deployment.
That is a more precise concern than saying AI makes people less intelligent. Offloading is ordinary: we use notes, calculators and colleagues to reduce what we have to hold in our heads. The question is which part of the work a person needs to practise, and whether the tool removes that practice before the skill has formed.
One experiment, two outcomes
Hamsa Bastani and colleagues tested GPT-4 tutoring with nearly 1,000 students at a high school in Turkey. In their 2025 PNAS paper, classrooms were assigned to ordinary study resources, a basic GPT interface, or a specially designed tutor. The study ran four 90-minute sessions covering mathematics material previously taught in class.
Each session included teacher review, practice, and an unassisted exam. AI access was available during practice, not the exam. The researchers collected answers on paper and used independent graders. Their main analysis excluded honours classrooms, which were not populated in the same way as the other classrooms.
Both AI conditions improved assisted practice performance. Relative to the control mean, the reported increases were 48% for GPT Base and 127% for GPT Tutor. Those are relative changes in scores on the practice exercises. They are not percentage-point increases in a final course grade.
Then the assistance went away. On the unassisted exam, the GPT Base group performed worse than the control group: a 0.054 reduction on a zero-to-one normalised grade scale, about 17% of the control mean. The GPT Tutor estimate was −0.004, statistically indistinguishable from the control group.
The distinction matters: the guarded tutor largely avoided the harm found with the basic interface. It did not demonstrate a positive unassisted exam effect. Describing it as a proven learning boost would overstate the result.
The tutor contained work by teachers
GPT Tutor did more than ask the model to be educational. Its prompt told the model to offer hints rather than answers. Teachers also supplied problem-specific correct solutions, common mistakes and guidance on feedback. That preparation was labour-intensive.
These features were bundled together. The trial does not isolate the effect of a hint-only instruction from the effect of better problem-specific information. Nor does it tell us that adding a five-second delay, an approval checkbox, or a request to “think critically” would reproduce the result.
The authors' analysis of interactions found more answer-seeking and copying with GPT Base, and more substantive engagement with GPT Tutor. That helps explain why the two designs might differ. It is not a measurement of damaged neural pathways, clinical dementia, or an irreversible loss of intelligence.
More immediately, this is evidence about skill acquisition over a short period in a particular school. Failing to acquire a skill is different from losing expertise previously held. Four classroom sessions cannot establish what happens to an experienced professional's capability over several years.
Where assistance should leave some work unfinished
For a learning task, completion is sometimes the wrong optimisation target. If I want to learn to debug a small program, an immediate patch can remove the very reasoning I came to practise. A useful tutor might instead ask me to predict the failing input, then help me compare that prediction with a test.
Try an answer-first versus attempt-first exercise
Hypothetical practice case: a program rejects a valid date at a month boundary. Before opening an assistant, write down one explanation and a test that would distinguish it from another explanation.
Then ask for feedback on the test. If you ask for a patch, identify which observation would show that the patch addresses the cause rather than the example. Finish with a different date-boundary problem without the assistant.
This is a proposed exercise, not a validated treatment for deskilling. Its value should be judged by later independent performance and the time it requires, not by the number of sentences the learner writes.
The same design would be inappropriate as a compulsory delay during every urgent repair. Practice and delivery have different purposes. Build a protected practice setting rather than turning time-critical work into an unannounced examination.
Assistance can also make practice possible for someone who would otherwise be stuck. Withholding every hint in the name of independence may simply stop learning. The useful question is whether the help leaves an achievable piece of reasoning for the learner, not whether they can be made to struggle longer.
Measure capability without making it surveillance
A team can test this concern using synthetic exercises and agreed learning goals. Compare independent performance on new cases, with consistent conditions and an appropriate delay. Track the cost of the practice design as well as correctness. If an exercise only teaches people to recite the tool's explanation, change it.
Fast approvals alone do not diagnose cognitive decline. They may reflect a routine case, better tooling, or a superficial check. A request for an explanation can likewise produce a convincing paragraph without showing understanding. Look for evidence tied to the task: a prediction that can fail, a test that distinguishes alternatives, or an independently checked decision.
Be explicit about the use of the results. A learning trial should help improve training and support. Secretly ranking workers by how often they use an approved assistant would measure incentives as much as capability.
The trap is treating assisted performance as if it were learning. To avoid it, name the skill you want people to retain and test that skill separately. The answer on the screen cannot do that measurement for you.
Source and revision note
Bastani and colleagues, Generative AI without guardrails can harm learning: Evidence from high school mathematics, PNAS, 2025, DOI 10.1073/pnas.2422633122. See Experimental Design and Table 1. This revision replaces unsupported causal claims about brain atrophy and an unverified workplace incident narrative with the narrower classroom evidence. The debugging exercise is an independent proposal, not a finding from the trial.