Skip to content
Use CaseLegal
Xither Staff15 min read

Legal AI · Use-case guide

AI for E-Discovery, Litigation, and Due Diligence

AI earns its keep in litigation-adjacent work in five places: e-discovery document review, privilege screening, legal hold scoping, M&A due diligence, and patent search. The deciding factor is never raw model accuracy — it is whether the workflow around the model survives challenge from a court or opposing counsel. This guide maps each workload to the rules that govern it and the validation discipline that makes AI use defensible.

685,592

Documents each TREC 2011 Legal Track participant had to rank by estimated probability of responsiveness, per topic — the scale at which technology-assisted review is evaluated.[^trec-legal-2011]

TREC 2011 Legal Track overview

6

Proportionality factors in Federal Rule of Civil Procedure 26(b)(1) that bound the scope of discovery — the legal frame any review technology operates inside.[^govinfo-frcp-rule26-2024]

FRCP Rule 26, govinfo.gov

Dec 1, 2015

Effective date of the current Rule 37(e), which defines when courts may sanction a party for failing to take reasonable steps to preserve electronically stored information.[^govinfo-frcp-rule37-2024]

FRCP Rule 37, govinfo.gov

AI in litigation work pays off where the task is high-volume recall — finding the relevant fraction of an enormous document population — and where a human retains the judgment call. That covers e-discovery review, privilege screening, legal hold scoping, M&A due diligence, and patent search. The buying decision turns on defensibility of process, not leaderboard accuracy.

These five workloads share a structure that most enterprise AI use cases do not: the output will be examined by an adversary. A marketing model that misclassifies a customer costs a conversion; a review model that misses a smoking-gun email, or produces a privileged one, creates exposure that a motions practice will explore in detail. So every architectural choice — model type, sampling protocol, audit logging, deployment boundary — has to be made with a future challenge in mind. That constraint, more than any capability gap, explains why legal AI adoption looks conservative next to other functions, and why the platforms that win are the ones that ship validation workflow, not just models.

2M+

Patents in the USPTO-3M benchmark used to show that a fine-tuned BERT model classifying on patent claims alone outperforms earlier CNN-based approaches.[^arxiv-1906-02124]

PatentBERT, arXiv

The rules come first: proportionality, preservation, clawback

Before evaluating any tool, anchor on the three rules that shape US civil discovery economics. First, scope. Rule 26(b)(1) limits discovery to nonprivileged matter that is "relevant to any party's claim or defense and proportional to the needs of the case," weighing six factors: the importance of the issues at stake, the amount in controversy, the parties' relative access to relevant information, the parties' resources, the importance of the discovery in resolving the issues, and whether the burden or expense of the proposed discovery outweighs its likely benefit.[2] Proportionality is the lever that makes review technology negotiable: a party that can show a defensible, cost-effective process has a stronger position in every meet-and-confer about scope.

Second, preservation. Rule 37(e), in force since December 1, 2015, governs what happens when electronically stored information that should have been preserved is lost because a party "failed to take reasonable steps to preserve it" and it cannot be restored or replaced. On a finding of prejudice, the court may order measures no greater than necessary to cure it; only on a finding that the party acted "with the intent to deprive another party of the information's use in the litigation" may the court presume the lost information was unfavorable, instruct the jury accordingly, or dismiss the action or enter a default judgment.[3] The operative phrase is reasonable steps. AI can make identification and preservation faster and broader, but the sanction attaches to the process, and no classifier rescues a hold process that never reached the right custodians.

Third, clawback. Federal Rule of Evidence 502(b) provides that an inadvertent disclosure made in a federal proceeding does not operate as a waiver if the holder "took reasonable steps to prevent disclosure" and "promptly took reasonable steps to rectify the error."[5] More powerful still is 502(d): a federal court may order that privilege is not waived by disclosure connected with the pending litigation — and that order binds in any other federal or state proceeding.[5] Together these rules define the safety net under AI-assisted privilege review: they are what makes a probabilistic screen tolerable at all.

Preservation failures are process failures

Rule 37(e) sanctions turn on whether a party took reasonable steps to preserve, not on which technology it used.[3] Buying an AI legal hold platform does not discharge the obligation — an unmapped chat system or an unsent custodian notice is the same failure with better software. Treat AI as expanding the reach of a sound hold process, never as a substitute for having one.

The real tension: model accuracy versus process defensibility

Legal AI procurement goes wrong when buyers evaluate it like any other software category — feature grids, demo impressions, per-gigabyte price. The adversarial setting changes what matters. What your team evaluates in a proof of concept and what opposing counsel probes in a discovery dispute are different lists, and the second list is the one that determines whether the technology saves money or generates motion practice.

DimensionWhat the buyer evaluatesWhat the adversary probes
Model qualityDemo precision on sample dataRecall on the actual population, and how it was estimated
WorkflowReviewer throughput, ease of useWho made each coding decision, and whether the trail shows it
SamplingWhether the tool supports itStatistical basis for the stopping decision and the null-set review
PrivilegeAuto-log generation speedThe screen's failure handling and the 502(d) order behind it
Data handlingConnectors and ingest speedWhat was collected beyond scope, and under what authority
Two evaluations of the same system. The right-hand column decides defensibility.

The encouraging news is that the recall-oriented evidence base for machine review is unusually strong, and it is public. The NIST-run TREC Legal Track spent years benchmarking retrieval methods on discovery-shaped tasks — in 2011, ranking a 685,592-document Enron-derived corpus by probability of responsiveness, with participants permitted at most 1,000 responsiveness determinations from a human topic authority per topic.[1] The track's overview concluded that from 2008 through 2011, technology-assisted review efforts by several participants achieved recall scores about as high as could reasonably be measured with the evaluation methodology of the time.[1]

These efforts require human review of only a fraction of the entire collection, with the consequence that they are far more cost-effective than manual review.
Overview of the TREC 2011 Legal Track (Grossman, Cormack, Hedin, Oard)

E-discovery document review: TAR, CAL, and the generative turn

Technology-assisted review comes in two established generations. The first (often labeled TAR 1.0) trains a classifier on a seed set coded by senior reviewers, validates against a control set, then applies the model to the population in one pass. Its successor, continuous active learning (CAL, or TAR 2.0), inverts the workflow: the system continuously re-ranks the population as reviewers code, always surfacing the documents most likely to be responsive next. Cormack and Grossman's work on autonomous CAL showed the approach can start from as little as a short query, a topic description, or a single relevant document plus ongoing relevance feedback, and that their parameter-free enhancements consistently yielded superior results across four benchmark collections, including legal ones.[6] For a buyer, CAL's practical advantages are that it needs no up-front training investment before review starts and it degrades gracefully when the richness of the collection is low.

The unsolved operational problem is not ranking quality — it is knowing when to stop. The TREC 2011 overview put it precisely: a high-quality ranking offers a review that examines only a fraction of the collection, "whether 11%, 3%, or 1%," but realizing that saving requires knowing at review time what fraction must be reviewed, and the track found that accurate intra-review recall estimation remained a challenge.[1] This is why the sampling and certification workflow matters more than the model. A platform that produces a defensible statistical estimate of recall at the stopping point, with a documented null-set sample, is worth more than one with a marginally better ranker and no estimation discipline.

Generative models are now the third wave: large language models applied to first-pass responsiveness calls, issue tagging, deposition preparation summaries, and privilege log narrative drafting. The structural difference from TAR is that a prompted LLM ships with no per-matter training loop — which removes the seed-set bottleneck but also removes the built-in feedback mechanism that made CAL measurable. The evaluation discipline therefore has to be reconstructed around it: per-matter sampling against human calls, prompt and model version pinning so results are reproducible when challenged, and logging of every model output that influenced a coding decision. Vendors across the market — RelativityOne, Everlaw, DISCO, Logikcull, Casepoint, Reveal, and OpenText among the established platforms — are racing to bolt generative review onto TAR-era infrastructure; treat any accuracy claim in that race as a hypothesis to test on your own matter profile, not a specification.

Privilege review and privilege logs

Privilege screening is the asymmetric-risk corner of review: a false negative in responsiveness costs completeness, but a privileged document that reaches the other side costs the privilege itself unless the clawback conditions hold. AI fits this task as a ranking and drafting layer, not a decision layer. Models are effective at surfacing privilege candidates — counsel names, law firm domains, legal-advice language patterns, in-house counsel acting in a legal rather than business capacity — and at drafting the descriptive entries of a privilege log from document metadata and content. The confirmation call on each entry stays human, because the privilege determination is a legal judgment about context that the document alone often does not carry.

The rules make this division of labor workable. Rule 502(b)'s protection for inadvertent disclosure explicitly turns on whether the holder took "reasonable steps to prevent disclosure" — a standard a documented, sampled, human-confirmed AI screen is well positioned to satisfy — and on prompt rectification once an error surfaces.[5] A 502(d) order goes further by taking the reasonableness inquiry off the table for the pending litigation entirely.[5] The practical consequence: the paperwork you file before production begins determines how much risk the model layer is actually carrying.

Get the 502(d) order before the model touches production

A Rule 502(d) order means privilege is not waived by disclosure in the pending case — binding in any other federal or state proceeding.[5] Entering one at the start of discovery converts AI-assisted privilege screening from a bet on "reasonable steps" into a belt-and-suspenders process. Pair it with a documented screening protocol anyway: the order protects the privilege, but sloppy screening still leaks strategy.

Legal hold: identifying relevant material across systems

Upstream of review sits the hold: when litigation is reasonably anticipated, the organization must identify and preserve potentially relevant information across email, chat, file shares, collaboration suites, HR and CRM systems, and increasingly the transcripts and outputs of internal AI assistants. The traditional failure mode is coverage — custodians nobody interviewed, systems nobody mapped. AI helps on two axes: entity and topic models that expand from named custodians to the colleagues, threads, and repositories that actually touched the matter, and classifiers that scope preservation within a system so the hold captures the relevant slice rather than an entire mailbox estate.

The counter-pressure is over-collection. Preserving everything is the instinctive response to Rule 37(e) risk, but broad AI-driven collection sweeps in personal data at a scale that data protection regimes treat as its own compliance problem — a tension covered in depth in the companion guide on personal data protection in AI systems (/guides/personal-data-protection-ai). The defensible position is a documented scoping rationale: which systems were mapped, which custodians and classifiers defined the preserved set, and why the boundary sits where it does. Explainability is not optional here — a hold decision you cannot reconstruct is a hold decision you cannot defend, whether the challenge comes from a court or a data protection authority.

For the governance wrapper around these systems, resist inventing a bespoke framework. The NIST AI Risk Management Framework — voluntary, rights-preserving, non-sector-specific, and use-case-agnostic by design, released in January 2023 — gives legal, IT, and compliance a shared vocabulary for documenting how an AI system's risks are identified, measured, and managed.[7] Mapping your hold and review tooling to it once produces the artifact you will reach for every time a court or client asks how the machinery is controlled.

Litigation prediction and settlement analytics

Outcome prediction is the most oversold corner of legal AI, and the research base explains why. The strongest public results come from structured benchmark settings: Chalkidis, Androutsopoulos, and Aletras built an English legal judgment prediction dataset from European Court of Human Rights cases and showed neural models — including a hierarchical BERT variant designed for long case texts — outperforming earlier feature-based approaches on binary violation classification, multi-label violation classification, and case importance prediction.[8] That is genuine progress, and the same paper's bias probe (evaluating on anonymized case facts) models the kind of scrutiny any deployed predictor deserves. But an ECtHR benchmark, where the input is the court's own statement of facts, is structurally easier than predicting a US jury verdict from live, contested facts.

Commercial litigation analytics mostly sidestep that gap by predicting narrower, better-grounded quantities: judge- and court-level timing, motion grant rates, damages distributions for a claim type, opposing counsel's settlement history. Used that way — as base rates that discipline attorney intuition — the tools earn their subscription. Used as case-outcome oracles, they fail two tests at once: vendor accuracy claims are rarely published with reproducible validation, and the training distribution (past filed cases) is not the decision distribution (your case, with settlement selection effects baked into every historical outcome).

The workable pattern is decision support with the human explicitly owning the probability. A litigation team that treats model output as one input to a settlement memo — alongside coverage limits, precedent, and appetite — captures the value. An insurer or legal department that wires predicted outcomes directly into settlement authority thresholds has automated a judgment call on unvalidated numbers, and should expect both bad settlements and discovery questions about the system itself.

M&A due diligence: document review and risk identification

Due diligence is discovery's commercial cousin: the same high-recall review problem, pointed at a data room instead of a production set, on a deal clock instead of a court schedule. AI contract analysis has matured furthest here because the targets are well-defined: change-of-control and anti-assignment clauses, exclusivity and non-compete terms, termination rights, indemnification caps, IP assignments, unusual liabilities. Extraction models turn a data room of thousands of agreements into a structured exceptions report, which converts the diligence question from "read everything" to "resolve every flagged exception and sample the rest."

Two properties separate serious deployments from demos. The first is handling the data room as it actually arrives: scanned signature pages, exhibits, spreadsheets embedded in PDFs, tables that carry the economics. Extraction quality on that material is a document-intelligence problem before it is a legal one — the architecture choices are covered in the multimodal document intelligence guide (/guides/multimodal-document-intelligence). The second is calibrated skepticism about novel language: models trained on standard clause taxonomies are weakest exactly where diligence risk concentrates, in the bespoke provision nobody has seen before. The workflow answer is confidence routing — high-confidence standard clauses get sampled review, low-confidence or unmatched language gets a lawyer, and the routing thresholds are themselves validated on a per-deal sample.

Confidentiality shapes the deployment model more than in any other legal workload. Deal information is market-moving; a leak is not a compliance finding but a securities problem. That pushes diligence AI toward private deployment boundaries — customer-tenant or on-premises processing, no vendor-side retention, no training on deal data — and makes those terms a first-order selection criterion rather than a security-review afterthought.

Intellectual property: patent search and infringement analysis

Patent work is retrieval at pathological scale: prior art relevant to an application or a validity challenge may sit anywhere in tens of millions of patents and non-patent publications, described in deliberately varied vocabulary. This is where transformer-based semantic search has the clearest research support in the legal domain. PatentBERT demonstrated that fine-tuning a pre-trained BERT model for patent classification on the USPTO-3M dataset — more than two million patents, labeled at the CPC subclass level — outperformed prior CNN-based approaches, and that patent claims alone were a sufficient input for the classification task, against the conventional wisdom that the full specification was needed.[4] The practical translation: the claims, the legally operative text, carry enough signal for machine organization of the patent space, which is precisely what semantic prior-art search needs.

In practice, AI-assisted IP work splits into a search layer and an analysis layer. The search layer — semantic prior-art retrieval, landscape mapping, freedom-to-operate scans, competitor portfolio monitoring — is a strong fit today: recall-oriented, verifiable by the searcher, and cheap to sample-check against known references. The analysis layer — claim construction and element-by-element infringement charting — remains expert work in which models draft and organize but do not conclude. A claim chart is legal argument, and its persuasiveness depends on technical judgment about equivalence and context that current models neither possess nor can be held accountable for.

The evaluation discipline mirrors e-discovery: seed the assessment with matters where the answer is known. Run the tool against prosecutions where an examiner later surfaced killer prior art, or litigations where invalidating references emerged, and measure whether the system would have found them and at what rank. A vendor unwilling to be evaluated that way is selling convenience, not capability.

Honest objections

The strongest objection to leaning on AI here is that the public evidence base is older and narrower than the sales narrative. The TREC Legal Track results that anchor TAR's credibility were produced on Enron-era email corpora with rigorous but dated methodology, and the track itself flagged recall estimation as unfinished work.[1] Modern collections — ephemeral chat, collaboration platforms, meeting transcripts, generative-AI drafts — look different, and there is no equivalently rigorous public benchmark for generative-model review at all yet. That does not invalidate the technology; it means the burden of validation has shifted from the research community to each deploying team, and budgets should reflect it.

Second, generative review introduces a failure mode TAR never had: fluent fabrication. A ranking model can only mis-rank; a generative model can summarize a deposition that says the opposite of its summary, or draft a log entry describing advice never given. In an adversarial setting, a confident fabrication is worse than a miss, because it propagates into work product that carries counsel's signature. The discipline that follows: any generative output that feeds a legal decision needs a verification step tied to the underlying document, not to the model's confidence.

Third, the economics are less automatic than the pitch. Machine review shifts spend from contract reviewers to validation statisticians, prompt and workflow engineering, and negotiation over protocol — and on small matters the fixed cost of doing that properly can exceed the linear review it replaces. Proportionality cuts both ways under Rule 26(b)(1): the same six factors that justify machine review on a million-document matter can make it the disproportionate choice on a ten-thousand-document one.[2] A team that cannot say where the crossover sits for its matter profile has not finished the business case.

The read

Deploy in order of evidentiary support and reversibility. Recall-oriented ranking — CAL-style review, legal hold scoping, prior-art search, diligence clause extraction — has public research behind it, produces outputs a human verifies anyway, and fails visibly.[6] Generative drafting of summaries, log entries, and chronologies is a productivity layer worth having, provided every output that matters is verified against source. Outcome prediction is decision support only, and anything that wires model output directly into a legal decision without a named human owner is a deployment to refuse. Across all five workloads, buy the validation workflow, the audit trail, and the deployment boundary first; the model layer will be replaced several times before the process layer is.

This guide covers the litigation-and-transactions half of legal AI. The practice-management half — research, drafting, contract lifecycle, intake — has a different risk profile and its own playbook, covered in the companion piece on building an AI-enabled legal practice (/use-cases/legal-ai-practice-guide). The technical foundation both halves rest on, extracting reliable structure from messy real-world documents, is treated in depth in the multimodal document intelligence guide (/guides/multimodal-document-intelligence).

How to apply this

  • Map your matter portfolio against the Rule 26(b)(1) proportionality factors and identify where document volumes make technology-assisted review the proportional choice — and where it is not.[^govinfo-frcp-rule26-2024]
  • Audit the legal hold process against Rule 37(e)'s reasonable-steps standard before adding AI: confirm system inventory, custodian mapping, and notice workflows actually reach modern data sources.[^govinfo-frcp-rule37-2024]
  • Adopt a standing practice of seeking Rule 502(d) orders at the start of discovery, and document the privilege screening protocol that runs underneath them.[^govinfo-fre-rule502-2024]
  • Require every review platform (TAR or generative) to support statistical validation: richness estimation, stopping-point recall estimates, and a documented null-set sample per matter.[^trec-legal-2011]
  • Pin and log model versions, prompts, and every AI output that influences a coding or production decision, so the process can be reconstructed under challenge.
  • Route generative outputs by confidence: standard, high-confidence extractions get sampled human review; novel or low-confidence language gets full attorney review.
  • Set deployment-boundary requirements — tenant isolation, no vendor retention, no training on client or deal data — as gating criteria in procurement, not post-contract requests.
  • Treat litigation prediction as base-rate input to human settlement decisions; prohibit direct automation of settlement authority on model output.
  • Benchmark IP search tools retrospectively on matters where the controlling prior art is known, measuring whether and at what rank the system surfaces it.
  • Document the governance wrapper once, mapped to the NIST AI RMF, so every court, client, or regulator question about AI controls starts from an existing artifact.[^nist-airmf-10]

Sources

Every quantitative or attributed claim above is linked to a primary source. Last verified at publication.

  1. [2]
  2. [3]
  3. [4]
  4. [5]
  5. [6]
  6. [7]
    Artificial Intelligence Risk Management Framework (AI RMF 1.0)
    NIST · · accessed
  7. [8]
    Neural Legal Judgment Prediction in English
    arXiv (Chalkidis, Androutsopoulos & Aletras) · accessed