Anthropic researchers Judy Hanwen Shen and Alex Tamkin have posted a fascinating study they conducted on 52 computer programmers. Their paper is How AI Impacts Skill Formation, arXiv:2601.20245.
The results are enlightening: programmers using AI (depicted in blue) to assist them in a Python coding project scored less well on the quiz of their knowledge administered by the study organizers. By contrast, the cohort that didn’t use AI (depicted in orange) scored far better.

Abstract:
AI assistance produces significant productivity gains across professional domains, particularly for novice workers. Yet how this assistance affects the development of skills required to effectively supervise AI remains unclear. Novice workers who rely heavily on AI to complete unfamiliar tasks may compromise their own skill acquisition in the process. We conduct randomized experiments to study how developers gained mastery of a new asynchronous programming library with and without the assistance of AI. We find that AI use impairs conceptual understanding, code reading, and debugging abilities, without delivering significant efficiency gains on average. Participants who fully delegated coding tasks showed some productivity improvements, but at the cost of learning the library. We identify six distinct AI interaction patterns, three of which involve cognitive engagement and preserve learning outcomes even when participants receive AI assistance. Our findings suggest that AI-enhanced productivity is not a shortcut to competence and AI assistance should be carefully adopted into workflows to preserve skill formation – particularly in safety-critical domains.

The future work section summarizes well the issues worth investigating:


Leave a comment