English

Enhancing Programming Error Messages in Real Time with Generative AI

Human-Computer Interaction 2024-02-14 v1 Artificial Intelligence

Abstract

Generative AI is changing the way that many disciplines are taught, including computer science. Researchers have shown that generative AI tools are capable of solving programming problems, writing extensive blocks of code, and explaining complex code in simple terms. Particular promise has been shown in using generative AI to enhance programming error messages. Both students and instructors have complained for decades that these messages are often cryptic and difficult to understand. Yet recent work has shown that students make fewer repeated errors when enhanced via GPT-4. We extend this work by implementing feedback from ChatGPT for all programs submitted to our automated assessment tool, Athene, providing help for compiler, run-time, and logic errors. Our results indicate that adding generative AI to an automated assessment tool does not necessarily make it better and that design of the interface matters greatly to the usability of the feedback that GPT-4 provided.

Keywords

Cite

@article{arxiv.2402.08072,
  title  = {Enhancing Programming Error Messages in Real Time with Generative AI},
  author = {Bailey Kimmel and Austin Geisert and Lily Yaro and Brendan Gipson and Taylor Hotchkiss and Sidney Osae-Asante and Hunter Vaught and Grant Wininger and Chase Yamaguchi},
  journal= {arXiv preprint arXiv:2402.08072},
  year   = {2024}
}

Comments

Accepted to CHI 2024

R2 v1 2026-06-28T14:46:43.632Z