SEAIDec 4, 2025

Learning to Code with Context: A Study-Based Approach

arXiv:2512.05242v1h-index: 21
Originality Synthesis-oriented
AI Analysis

This work addresses the need to integrate AI tools into software engineering education, though it is incremental as it builds on existing methods for educational contexts.

The paper studied how students used generative AI tools in a university programming project to develop computer games, identifying effective tasks and challenges, and examined a repository-aware LLM assistant using RAG for context-aware support.

The rapid emergence of generative AI tools is transforming the way software is developed. Consequently, software engineering education must adapt to ensure that students not only learn traditional development methods but also understand how to meaningfully and responsibly use these new technologies. In particular, project-based courses offer an effective environment to explore and evaluate the integration of AI assistance into real-world development practices. This paper presents our approach and a user study conducted within a university programming project in which students collaboratively developed computer games. The study investigates how participants used generative AI tools throughout different phases of the software development process, identifies the types of tasks where such tools were most effective, and analyzes the challenges students encountered. Building on these insights, we further examine a repository-aware, locally deployed large language model (LLM) assistant designed to provide project-contextualized support. The system employs Retrieval-Augmented Generation (RAG) to ground responses in relevant documentation and source code, enabling qualitative analysis of model behavior, parameter sensitivity, and common failure modes. The findings deepen our understanding of context-aware AI support in educational software projects and inform future integration of AI-based assistance into software engineering curricula.

Foundations

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

Your Notes