理解才能参与
Simon Willison 分享了 Geoffrey Litt 在 AIE 大会上提出的"理解才能参与"观点。Litt 认为,在与编码 agent 协作构建越来越复杂的大型变更时,必须深入理解代码才能有效参与创作过程。如果缺乏对代码的透彻理解,认知债务会不断累积,最终严重限制你在项目中的参与和创造能力。
Simon Willison 分享了 Geoffrey Litt 在 AIE 大会上提出的"理解才能参与"观点。Litt 认为,在与编码 agent 协作构建越来越复杂的大型变更时,必须深入理解代码才能有效参与创作过程。如果缺乏对代码的透彻理解,认知债务会不断累积,最终严重限制你在项目中的参与和创造能力。
AI-generated code creates "cognitive debt"—code produced faster than humans can understand it. The author proposes a ledger system with microcertifications tracking who understands what code, verified by domain experts. Every line of code would be cognitive debt until certified as part of a living mental model.
Cognitive debt in software development is as harmful as technical debt but lacks an accounting system to track it. Without measurement, teams unknowingly accumulate mental strain that reduces productivity and code quality. The author calls for formal methods to record and address cognitive debt.
Software teams need a formal system to track "cognitive debt"—the mental burden from complex code, poor abstractions, and unclear logic. Like technical debt, it slows development and causes errors and burnout. The article calls for explicit measurement and management of cognitive load in codebases.
In a July 2026 talk at the AI Engineer conference, Geoffrey Litt, a Design Engineer at Notion, argues that understanding code remains critically important even when using AI coding agents, presenting the idea that comprehension—not generation—has become the new bottleneck in software development.