61A Bot Report: AI Assistants in CS1 Save Students Homework Time and Reduce Demands on Staff. (Now What?)
J. D. Zamfirescu-Pereira, Laryn Qi, Björn Hartmann, John DeNero, Narges Norouzi
TL;DR
This study documents the deployment of a GPT-4–based interactive homework assistant, 61A Bot, embedded within the autograder for UC Berkeley's CS 61A. Across two semesters and over 2,000 students, the Bot provides one-shot, contextual feedback during code testing, with a design that avoids giving direct solutions. The authors report a dramatic reduction in forum questions and substantial reductions in homework completion times—up to 25–50% faster for mid-range performers—while labs show little to no speedup, and projects show modest improvements. While learning outcomes are not conclusively improved, the work highlights both the potential benefits (time savings, staff relief) and costs (risks to error-trace engagement, governance considerations) of integrating AI assistance in CS1, and outlines directions for future research on learning impacts and scalable, responsible deployment.
Abstract
LLM-based chatbots enable students to get immediate, interactive help on homework assignments, but even a thoughtfully-designed bot may not serve all pedagogical goals. We report here on the development and deployment of a GPT-4-based interactive homework assistant ("61A Bot") for students in a large CS1 course; over 2000 students made over 100,000 requests of our Bot across two semesters. Our assistant offers one-shot, contextual feedback within the command-line "autograder" students use to test their code. Our Bot wraps student code in a custom prompt that supports our pedagogical goals and avoids providing solutions directly. Analyzing student feedback, questions, and autograder data, we find reductions in homework-related question rates in our course forum, as well as reductions in homework completion time when our Bot is available. For students in the 50th-80th percentile, reductions can exceed 30 minutes per assignment, up to 50% less time than students at the same percentile rank in prior semesters. Finally, we discuss these observations, potential impacts on student learning, and other potential costs and benefits of AI assistance in CS1.
