HCAIApr 5, 2023

"It's Weird That it Knows What I Want": Usability and Interactions with Copilot for Novice Programmers

arXiv:2304.02491v1237 citationsh-index: 47
AI Analysis

This research addresses the usability and learning impacts of code-generation tools for novice programmers, providing incremental insights into their practical challenges.

The study investigated how novice programmers interact with GitHub Copilot during a CS1 assignment, revealing new interaction patterns and cognitive difficulties they face. It also discusses design implications for improving such tools to better support learning.

Recent developments in deep learning have resulted in code-generation models that produce source code from natural language and code-based prompts with high accuracy. This is likely to have profound effects in the classroom, where novices learning to code can now use free tools to automatically suggest solutions to programming exercises and assignments. However, little is currently known about how novices interact with these tools in practice. We present the first study that observes students at the introductory level using one such code auto-generating tool, Github Copilot, on a typical introductory programming (CS1) assignment. Through observations and interviews we explore student perceptions of the benefits and pitfalls of this technology for learning, present new observed interaction patterns, and discuss cognitive and metacognitive difficulties faced by students. We consider design implications of these findings, specifically in terms of how tools like Copilot can better support and scaffold the novice programming experience.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes