đ¤ AI Summary
This study investigates knowledge transfer between AI programming assistants (GitHub Copilot) and human developers, benchmarking it against traditional humanâhuman pair programming. Method: Through a controlled experiment, an extended knowledge transfer analytical framework, and a semi-automated evaluation pipelineâintegrating qualitative coding and topic modelingâwe systematically quantify and compare the frequency, topical coverage, and underlying mechanisms of knowledge transfer across both collaboration paradigms. Contribution/Results: We provide the first empirical evidence that humanâAI collaboration achieves knowledge transfer frequency and topical overlap comparable to humanâhuman pairing. However, it exhibits a dual cognitive effect: (1) reduced critical scrutiny of AI suggestionsâindicating trust biasâand (2) AIâs capacity to proactively surface salient yet easily overlooked code detailsâdemonstrating cognitive augmentation. These findings constitute the first systematic, empirically grounded characterization of knowledge transfer mechanisms in AI-augmented programming.
đ Abstract
Knowledge transfer is fundamental to human collaboration and is therefore common in software engineering. Pair programming is a prominent instance. With the rise of AI coding assistants, developers now not only work with human partners but also, as some claim, with AI pair programmers. Although studies confirm knowledge transfer during human pair programming, its effectiveness with AI coding assistants remains uncertain. To analyze knowledge transfer in both human-human and human-AI settings, we conducted an empirical study where developer pairs solved a programming task without AI support, while a separate group of individual developers completed the same task using the AI coding assistant GitHub Copilot. We extended an existing knowledge transfer framework and employed a semi-automated evaluation pipeline to assess differences in knowledge transfer episodes across both settings. We found a similar frequency of successful knowledge transfer episodes and overlapping topical categories across both settings. Two of our key findings are that developers tend to accept GitHub Copilot's suggestions with less scrutiny than those from human pair programming partners, but also that GitHub Copilot can subtly remind developers of important code details they might otherwise overlook.