Skip to content

AI document review: what it actually does well, and how to use it without getting burned

AI document review uses language models to read contracts, reports, and records, then surface risks, answer questions, and extract terms. The evidence for the speed gain is real: in the LawGeex benchmark, AI spotted NDA risks at 94% average accuracy in 26 seconds, against 85% accuracy and 92 minutes for twenty experienced lawyers. The catch is equally real: unverifiable output. The productive setup is AI for the sweep, humans for the judgment, and citations connecting the two.

Updated

Abstract illustration of a magnifying lens passing over stacked contract pages, with teal threads linking flagged lines to their source clauses

What AI document review is, concretely

Document review is the reading layer of knowledge work: finding the clause that governs termination, checking a report against last year's, confirming what was actually agreed. AI document review points a language model at those files so you can ask in plain language and get answers, summaries, extracted terms, and flagged risks.

Two architectures hide behind one label. Chat-with-a-file tools reason about one document per conversation. Grounded library tools index your whole corpus, answer across documents, and cite where each claim came from. For anything beyond a quick single-file check, the second architecture is what the workflows below assume.

The benchmark everyone cites, read carefully

The LawGeex study remains the cleanest head-to-head. Twenty experienced US corporate lawyers and an AI system reviewed five NDAs totaling 153 paragraphs, marking legal risks. The AI averaged 94% accuracy; the lawyers averaged 85%. The AI finished in 26 seconds; the lawyers averaged 92 minutes. The spread among humans is the underrated finding: the best lawyer matched the AI at 94%, the weakest scored 67%.

Read it carefully, though. The task was narrow, one document type with well-known risk patterns, and the study predates modern general-purpose models, which are more capable and also more willing to improvise. The honest conclusion is not "AI replaces review" but "AI makes the first pass fast and consistent, and consistency was the humans' weak point."

Where AI review fails, and why it is hard to notice

The failures are not random noise; they cluster where verification is hardest. Models paraphrase a clause slightly wrong, attribute a term to the wrong party, or answer from general knowledge when the document is silent. Columbia's Tow Center measured even the best general assistant citing sources incorrectly 37% of the time, and fabricated legal citations have already drawn court sanctions, including the $5,000 fine in Mata v. Avianca.

All of these share one property: the output reads fluently either way. You cannot detect the error by looking at the answer. You can only detect it by looking at the source, which is why the tooling question below matters more than the model question.

The safe workflow: AI sweeps, humans judge, citations connect them

The setup that captures the 200x speed gain without inheriting the failure modes has three parts.

1. Let the AI do the exhaustive pass: every document, every clause, every cross-reference. Exhaustiveness is what humans are worst at and machines are best at.

2. Route every finding through its citation. A flagged risk that links to the exact clause takes seconds to confirm or dismiss. A flagged risk with no anchor takes as long as doing the review yourself.

3. Keep the judgment human. Whether a clause is acceptable for this deal, this client, this risk appetite is not a retrieval problem, and the person who signs still owns every line.

Verify before you relyAI drafts,with citationsOpen thesourceConfirm theclaimSign andrelyNot supported? Back to research

What to require from an AI document review tool

Grounding: answers must come from your documents, not the model's general knowledge, and the tool should say when the documents do not contain an answer.

Passage-level citations: every claim links to the exact text it came from, one click away. Page-level or document-level pointers quietly reintroduce the manual search you were trying to eliminate.

Library scope: review questions span documents, so the tool must too: all five supplier contracts at once, this year's report against last year's.

Access control: review material is usually confidential. You need private-by-default storage and explicit, auditable sharing.

This is the shape Tatsulok is built around: a private library, questions across everything in it, and every sentence of every answer linked to the passage that supports it, including across curated public collections like Philippine law.

FAQ

Is AI document review accurate?
On narrow, well-defined tasks it benchmarks above the human average: 94% versus 85% for experienced lawyers in the LawGeex NDA study, in 26 seconds versus 92 minutes. Accuracy drops when questions get open-ended, which is why passage-level citations for human verification are essential.
Will AI replace human document reviewers?
The evidence points to reallocation, not replacement. AI does the exhaustive first pass with machine consistency; humans keep the judgment calls and the accountability. The weakest human in the LawGeex study scored 67%, so the biggest effect of AI is raising the floor and freeing expert time.
What documents can AI review?
Anything text-based: contracts, NDAs, policies, financial reports, board minutes, discovery records, statutes, and case law. Grounded tools like Tatsulok also let you combine your private documents with curated public collections, such as Philippine statutes and Supreme Court decisions.
How do I stop AI review from hallucinating?
You cannot prompt it away; you architect around it. Use tools grounded in your own corpus, require citations to the exact passage, and treat any uncited claim as unverified. Courts have sanctioned lawyers for skipping that step, including a $5,000 fine in Mata v. Avianca.
Is it confidential to review documents with AI?
It depends on the tool. Check whether uploads train models, where data is stored, and who can access it. A public chatbot conversation has already been ruled non-privileged by a US federal court, so sensitive review belongs in tools with contractual confidentiality and access control.

Sources

  1. LawGeex: Comparing the performance of AI to human lawyers in contract review (study report)
  2. World Economic Forum: This AI outperformed 20 corporate lawyers at legal work
  3. Columbia Journalism Review, Tow Center: AI search engines and citation accuracy
  4. Seyfarth Shaw LLP: sanctions in the ChatGPT fake-cases matter (Mata v. Avianca)

Related guides