Custos teaches the AI which side of the table it's on
A small fix for an embarrassing failure mode: contract extractors that name your own firm as the counterparty.
When you upload an Adobe contract and the AI confidently reports the counterparty as your own company, you've got a credibility problem. Custos hit exactly that bug on legalos, their fork of Mike: the extractor was getting biased by filenames and other cues, and would sometimes return the user's own organisation as the other side of the deal.
The fix is twofold. The system now tells the model which organisation the user belongs to and explicitly forbids returning it as the counterparty. A second guard catches anything that slips through by normalising company suffixes (Inc, LLC, Ltd) and nulling the field rather than producing a wrong answer. A small companion change also tidies up screaming-caps entity names so 'ADOBE INC.' renders as 'Adobe Inc.' - the kind of polish that separates a demo from a tool a lawyer will actually paste into a memo.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?