I wish such a technology could be in hands of ordinary people, so that one wouldn't need an expensive lawyer to spot a contract that is being unfair to him.
cat contract.txt | grep -i "indemnify" | wc There's your MVP right there. Seriously, over time I've come to the conclusion that a lot of the most egregious things put in contracts are around open-ended liabilities and indemnifications. It seems like it would be straight-forward to create a tool that simply scanned for which party has liabilities, and what limits there are on those liabilities. It is not everything, b…
I hate to be that guy, but you have a Useless Use of Cat[0] there.