A qualitative study of 60 novice engineers reports that a system-driven cloud architecture tool with proactive guidance and structured states makes initial design easier, reduces prompt-writing burden, and supports learning through iterative comparison.
"I Would Have Written My Code Differently'': Beginners Struggle to Understand LLM-Generated Code
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Large language models (LLMs) are being increasingly adopted for programming work. Prior work shows that while LLMs accelerate task completion for professional programmers, beginning programmers struggle to prompt models effectively. However, prompting is just half of the code generation process -- when code is generated, it must be read, evaluated, and integrated (or rejected). How accessible are these tasks for beginning programmers? This paper measures how well beginners comprehend LLM-generated code and explores the challenges students face in judging code correctness. We compare how well students understand natural language descriptions of functions and LLM-generated implementations, studying 32 CS1 students on 160 task instances. Our results show a low per-task success rate of 32.5\%, with indiscriminate struggles across demographic populations. Key challenges include barriers for non-native English speakers, unfamiliarity with Python syntax, and automation bias. Our findings highlight the barrier that code comprehension presents to beginning programmers seeking to write code with LLMs.
citation-role summary
citation-polarity summary
fields
cs.HC 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
System-driven Interactive Design Support for Cloud Architecture: A Qualitative User Experience Study with Novice Engineers
A qualitative study of 60 novice engineers reports that a system-driven cloud architecture tool with proactive guidance and structured states makes initial design easier, reduces prompt-writing burden, and supports learning through iterative comparison.