菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-01-12
📄 Abstract - "TODO: Fix the Mess Gemini Created": Towards Understanding GenAI-Induced Self-Admitted Technical Debt

As large language models (LLMs) such as ChatGPT, Copilot, Claude, and Gemini become integrated into software development workflows, developers increasingly leave traces of AI involvement in their code comments. Among these, some comments explicitly acknowledge both the use of generative AI and the presence of technical shortcomings. Analyzing 6,540 LLM-referencing code comments from public Python and JavaScript-based GitHub repositories (November 2022-July 2025), we identified 81 that also self-admit technical debt(SATD). Developers most often describe postponed testing, incomplete adaptation, and limited understanding of AI-generated code, suggesting that AI assistance affects both when and why technical debt emerges. We term GenAI-Induced Self-admitted Technical debt (GIST) as a proposed conceptual lens to describe recurring cases where developers incorporate AI-generated code while explicitly expressing uncertainty about its behavior or correctness.

顶级标签: llm systems model evaluation
详细标签: technical debt code generation software engineering ai-assisted development empirical study 或 搜索:

“待办:修复Gemini制造的混乱”:理解生成式AI引发的自认技术债务 / "TODO: Fix the Mess Gemini Created": Towards Understanding GenAI-Induced Self-Admitted Technical Debt


1️⃣ 一句话总结

这篇论文研究发现,当开发者使用ChatGPT等AI工具辅助编程时,他们会在代码注释中承认由此产生的代码缺陷,如推迟测试、理解不完整等,研究者将这种现象定义为“生成式AI引发的自认技术债务”,揭示了AI辅助开发如何影响软件质量隐患的产生。

源自 arXiv: 2601.07786