HCAIOct 29, 2025

User Misconceptions of LLM-Based Conversational Programming Assistants

arXiv:2510.25662v11 citationsh-index: 16
Originality Synthesis-oriented
AI Analysis

This addresses the problem of over-reliance and unproductive practices for less experienced programmers using AI tools, though it is incremental as it characterizes rather than solves these issues.

The study investigated user misconceptions about the capabilities of LLM-based conversational programming assistants, finding evidence of misplaced expectations regarding features like web access and code execution, as well as deeper issues in debugging and validation.

Programming assistants powered by large language models (LLMs) have become widely available, with conversational assistants like ChatGPT proving particularly accessible to less experienced programmers. However, the varied capabilities of these tools across model versions and the mixed availability of extensions that enable web search, code execution, or retrieval-augmented generation create opportunities for user misconceptions about what systems can and cannot do. Such misconceptions may lead to over-reliance, unproductive practices, or insufficient quality control in LLM-assisted programming. Here, we aim to characterize misconceptions that users of conversational LLM-based assistants may have in programming contexts. Using a two-phase approach, we first brainstorm and catalog user misconceptions that may occur, and then conduct a qualitative analysis to examine whether these conceptual issues surface in naturalistic Python-programming conversations with an LLM-based chatbot drawn from an openly available dataset. Indeed, we see evidence that some users have misplaced expectations about the availability of LLM-based chatbot features like web access, code execution, or non-text output generation. We also see potential evidence for deeper conceptual issues around the scope of information required to debug, validate, and optimize programs. Our findings reinforce the need for designing LLM-based tools that more clearly communicate their programming capabilities to users.

Foundations

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

Your Notes