When is Generated Code Difficult to Comprehend? Assessing AI Agent Python Code Proficiency in the Wild
This addresses the problem for software developers who need to review and maintain AI-generated code, providing insights into the skill levels required, though it is incremental as it builds on existing datasets and tools.
The study assessed the Python code proficiency of AI coding agents using static analysis on 5,027 files from 591 pull requests, finding that over 90% of constructs are at basic levels (A1-A2) and less than 1% at mastery (C2), indicating that AI-generated code is generally accessible but complex tasks may require advanced skills.
The rapid adoption of AI coding agents is fundamentally shifting software developers' roles from code authors to code reviewers. While developers spend a significant portion of their time reading and comprehending code, the linguistic proficiency and complexity of the Python code generated by these agents remain largely unexplored. This study investigates the code proficiency of AI agents to determine the skill level required for developers to maintain their code. Leveraging the AIDev dataset, we mined 591 pull requests containing 5,027 Python files generated by three distinct AI agents and employed pycefr, a static analysis tool that maps Python constructs to six proficiency levels, ranging from A1 (Basic) to C2 (Mastery), to analyze the code. Our results reveal that: AI agents predominantly generate Basic-level code, with over 90% of constructs falling into the A1 and A2 categories, and less than 1% classified as Mastery (C2); AI agents' and humans' pull requests share a broadly similar proficiency profile; High-proficiency code by AI agents are from feature addition and bug fixing tasks. These findings suggest that while AI-generated code is generally accessible to developers with basic Python skills, specific tasks may require advanced proficiency to review and maintain complex, agent-generated constructs.