paper-with-me

홈 › Papers

Context Rot in AI-Assisted Software Development: Repurposing Documentation Consistency for AI Configuration Artifacts

2026-06-08 · Christoph Treude, Sebastian Baltes arxiv

Developers increasingly provide AI coding assistants with persistent context through configuration files such as CLAUDE.md, AGENTS.md, and .cursorrules. These files describe code elements, architecture, and development conventions, forming the context that guides AI tool behavior across sessions. As software evolves, this context can become stale, a phenomenon we call context rot. While AI configuration artifacts are new, the underlying consistency problem connects to decades of software documentation research. Researchers have built tools to check consistency between documentation and code, spanning README files, code comments, API documentation, architecture descriptions, and installation instructions. We argue that this existing toolbox is an immediate starting point for detecting context rot, and we present a research roadmap mapping documentation consistency approaches to corresponding problems in this new setting. As preliminary evidence, applying an existing README/wiki consistency checker to a statistically representative sample of 356 repositories identifies stale code element references in 23.0% of repositories, showing that traditional documentation consistency tools can already surface context rot.

📄 PDF Abstract BibTeX arXiv:2606.09090

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Contextual Augmented Multi-Model Programming (CAMP): A Hybrid Local-Cloud Copilot Framework

2024-10-20 · Yuchen Wang, Shangxin Guo, Chee Wei Tan

The advancements in cloud-based Large Languages Models (LLMs) have revolutionized AI-assisted programming. However, their integration into certain local development environments like ones within the Apple software ecosys…

Code CompletionRAGRetrieval-augmented Generation

Single Conversation Methodology: A Human-Centered Protocol for AI-Assisted Software Development

2025-07-16 · Salvador D. Escobedo arxiv

We propose the Single Conversation Methodology (SCM), a novel and pragmatic approach to software development using large language models (LLMs). In contrast to ad hoc interactions with generative AI, SCM emphasizes a str…

Building a research-software catalog with a coding agent: from hackathon prototype to public deployment

2026-09-04 · Kazuyoshi Yoshimi, Satoshi Terasaki, Gotai Yamada arxiv

Generative AI and coding agents can accelerate research software development, but they also increase the need for efficient software discovery and maintenance. We developed a repository catalog during a three-day hackath…

Copilot for Xcode: Exploring AI-Assisted Programming by Prompting Cloud-based Large Language Models

2023-07-08 · Chee Wei Tan, Shangxin Guo, Man Fai Wong, Ching Nam Hang

This paper presents an AI-assisted programming tool called Copilot for Xcode for program composition and design to support human software developers. By seamlessly integrating cloud-based Large Language Models (LLM) with…

Code GenerationPrompt Engineering

Impact of LLMs on Team Collaboration in Software Development

2025-10-07 · Devang Dhanuka arxiv

Large Language Models (LLMs) are increasingly being integrated into software development processes, with the potential to transform team workflows and productivity. This paper investigates how LLMs affect team collaborat…

Code Generation