jamietso teaches Mike to read redlines
Tracked changes and reviewer comments now survive the trip from document to model - instead of being silently flattened away.
Most AI tools, when handed a Word doc or PDF full of tracked changes, quietly accept everything and feed the model a clean version. The lawyer's actual work - what was struck, what was inserted, who said what in the margin - disappears before the AI ever sees it. jamietso's fork fixes that. Both Word and PDF extractors now preserve insertions, deletions, moves, and reviewer comments as inline markers, and the model is taught what those markers mean so it can reason about the markup itself.
The PDF side is ported from a side project of jamietso's, using color cues (red strikethrough, blue underline, green moves) to detect changes visually. The author frames this bluntly as closing a gap that paid tools like Harvey and Legora charge real money for.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?