paper-with-me

홈 › Papers

AI-Assisted Help-Seeking Trajectories in Programming Education from an SRL-Informed Perspective

2026-06-22 · Boxuan Ma, Huiyong Li, Gen Li, Li Chen, Atsushi Shimada, Shin'ichi Konomi arxiv

Generative AI tools provide novice programmers with instant, personalized support, but also raise concerns about whether AI use supports or bypasses students' regulation of problem-solving. Existing work has largely focused on correctness, usability, or overall usage frequency, with less attention to how student--AI help-seeking unfolds. This study addresses this gap by analyzing AI-assisted help-seeking trajectories in university-level programming. Using an SRL-informed analytical framework that links prompt-level help-seeking codes to conceptual, implementation, debugging, and reflective forms of support, we analyzed 1,290 task-specific student prompts linked to 17,190 code submissions from 71 students in introductory Python programming courses. Specifically, we examined how help-seeking interactions were structured across turns and attempts, and how trajectory patterns related to task scores and the number of code submissions. Results indicate that many students primarily used AI for reactive troubleshooting rather than for planned, self-regulated problem-solving. Although trajectory patterns were not associated with significant differences in task scores, they differed substantially in the number of code submissions required. These findings suggest that the educational significance of AI support lies not only in whether students use AI, but in how their help-seeking trajectories develop during programming problem-solving.

📄 PDF Abstract BibTeX arXiv:2606.22809

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Unpacking Vibe Coding: Help-Seeking Processes in Student-AI Interactions While Programming

2026-04-29 · Daiana Rinja, Eduardo Araujo Oliveira, Sonsoles López-Pernas, Mohammed Saqr 외 arxiv

Generative AI is reshaping higher education programming through vibe coding, where students collaborate with AI via natural language rather than writing code line-by-line. We conceptualize this practice as help-seeking, …

Modifying AI, Enhancing Essays: How Active Engagement with Generative AI Boosts Writing Quality

2024-12-10 · Kaixun Yang, Mladen Raković, Zhiping Liang, Lixiang Yan 외

Students are increasingly relying on Generative AI (GAI) to support their writing-a key pedagogical practice in education. In GAI-assisted writing, students can delegate core cognitive tasks (e.g., generating ideas and t…

Understanding Help-Seeking Behavior of Students Using LLMs vs. Web Search for Writing SQL Queries

2024-08-15 · Harsh Kumar, Mohi Reza, Jeb Mitchell, Ilya Musabirov 외

Growth in the use of large language models (LLMs) in programming education is altering how students write SQL queries. Traditionally, students relied heavily on web search for coding assistance, but this has shifted with…

Plagiarism and AI Assistance Misuse in Web Programming: Unfair Benefits and Characteristics

2023-10-31 · Oscar Karnalim, Hapnes Toba, Meliana Christianti Johan, Erico Darmawan Handoyo 외

In programming education, plagiarism and misuse of artificial intelligence (AI) assistance are emerging issues. However, not many relevant studies are focused on web programming. We plan to develop automated tools to hel…

Scaling CS1 Support with Compiler-Integrated Conversational AI

2024-07-22 · Jake Renzella, Alexandra Vassar, Lorenzo Lee Solano, Andrew Taylor

This paper introduces DCC Sidekick, a web-based conversational AI tool that enhances an existing LLM-powered C/C++ compiler by generating educational programming error explanations. The tool seamlessly combines code disp…