2 papers
cs.SE2025
ChatDBG: Augmenting Debugging with Large Language Models
Kyla H. Levin, Nicolas van Kempen, Emery D. Berger +1
Debugging is a critical but challenging task for programmers. This paper proposes ChatDBG, an AI-powered debugging assistant. ChatDBG integrates large language models (LLMs) to sig…
cs.PL2025
Effective LLM-Driven Code Generation with Pythoness
Kyla H. Levin, Kyle Gwilt, Emery D. Berger +1
The advent of large language models (LLMs) has paved the way for a new era of programming tools with both significant capabilities and risks, as the generated code lacks guarantees…