I wouldn’t have it do that. I’m thinking more along the lines of an AI that drafts legal documents.
It would find a reference to a case, something an ai is good at.
Then it would send out a query to the database to check if that case exists, something you would need to build some tooling for.
If it retrieves anything it would then check if the source and the document agree
if not, it would run a loop to re-write that section.
I’m not like an agent engineer or anything like that, and I’m sure there’s more efficient ways of having an LLM draft legal documents. But so long as you can get it to reference primary sources there should be a lot less cleanup work to do.
You need to format a database query from the file. Then you need to compare what was said in the file to the actual text. Both are things an AI is good at.
I wouldn’t have it do that. I’m thinking more along the lines of an AI that drafts legal documents.
I’m not like an agent engineer or anything like that, and I’m sure there’s more efficient ways of having an LLM draft legal documents. But so long as you can get it to reference primary sources there should be a lot less cleanup work to do.
deleted by creator
You need to format a database query from the file. Then you need to compare what was said in the file to the actual text. Both are things an AI is good at.