The article discusses the problem of over-editing in AI-assisted coding, where models modify code beyond what is necessary to fix a bug. This can lead to unnecessary changes, making code review more difficult. The author investigates whether existing language models have a tendency to over-edit and whether training models to be more faithful editors is possible. The study finds that some models, such as GPT-5.4, over-edit more than others, and that prompting models to preserve the original code can improve their editing behavior.