Search papers, labs, and topics across Lattice.
This paper addresses the challenge of incidental learning loss among developers who increasingly rely on AI coding agents, which can lead to a phenomenon termed "Knowledge Debt." The authors propose six design principles aimed at integrating incidental learning back into developer-agent interactions and introduce "SHIELD," a multi-agent system that operationalizes these principles by facilitating contextual learning moments without interrupting the developer's workflow. The key finding is that by consciously designing for learning, productivity and skill development can coexist, enhancing both the efficiency and expertise of software engineers.
Knowledge Debt is a silent threat to developer expertise, but it can be mitigated by designing AI agents that actively promote incidental learning.
AI coding agents are rapidly reshaping how software is built, with developers increasingly delegating substantial coding tasks to autonomous agents in pursuit of higher productivity. While these gains are real, they come at the cost of incidental learning. Developers historically acquired informal knowledge through effortful problem-solving, and this has long shaped how software engineering expertise develops. However, with over-reliance on agentic coding, unpracticed skills could atrophy silently over time. As this learning pathway is short-circuited, developers risk silently accruing Knowledge Debt, a developer-level analogue of Technical Debt, where changes the agent executes that the developer cannot fully understand accrue over time. In this paper, we argue that incidental learning will not re-emerge on its own and must be consciously designed back into developer-agent interactions, and propose six design principles to guide such systems. We then present"SHIELD", a multi-agent system grounded in the notion of"agents that teach", that operationalizes these principles by leveraging the AI coding agent's own reasoning to surface contextual, out-of-band learning moments without disrupting developer flow. Through this work, we envision a path toward learning-aware development environments where productivity and learning are complementary, not competing.