SEAIJan 29, 2024

An Empirical Study on Usage and Perceptions of LLMs in a Software Engineering Project

arXiv:2401.16186v191 citationsh-index: 92024 IEEE/ACM International Workshop on Large Language Models for Code (LLM4Code)
Originality Synthesis-oriented
AI Analysis

This addresses the problem of integrating LLMs into software engineering education for students, though it is incremental as it builds on existing research in LLM applications.

The study investigated the usefulness of LLMs for 214 students in a software engineering project, finding that LLMs can play a crucial role in early development stages by generating foundational code structures and aiding in syntax and error debugging.

Large Language Models (LLMs) represent a leap in artificial intelligence, excelling in tasks using human language(s). Although the main focus of general-purpose LLMs is not code generation, they have shown promising results in the domain. However, the usefulness of LLMs in an academic software engineering project has not been fully explored yet. In this study, we explore the usefulness of LLMs for 214 students working in teams consisting of up to six members. Notably, in the academic course through which this study is conducted, students were encouraged to integrate LLMs into their development tool-chain, in contrast to most other academic courses that explicitly prohibit the use of LLMs. In this paper, we analyze the AI-generated code, prompts used for code generation, and the human intervention levels to integrate the code into the code base. We also conduct a perception study to gain insights into the perceived usefulness, influencing factors, and future outlook of LLM from a computer science student's perspective. Our findings suggest that LLMs can play a crucial role in the early stages of software development, especially in generating foundational code structures, and helping with syntax and error debugging. These insights provide us with a framework on how to effectively utilize LLMs as a tool to enhance the productivity of software engineering students, and highlight the necessity of shifting the educational focus toward preparing students for successful human-AI collaboration.

Code Implementations1 repo
Foundations

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

Your Notes