Daubert & AI
A practical guide to daubert & ai for AI law practitioners.
What This Lesson Covers
Daubert & AI is a key topic within AI in Litigation (Discovery & Evidence). In this lesson you will learn the underlying legal doctrine, the controlling authorities, how to apply the law to AI fact patterns, and the open questions that practitioners are actively litigating. By the end you will be able to engage with daubert & ai in real legal work with confidence.
This lesson belongs to the Specialized Legal Topics category of the AI Law & Policy track. AI law is evolving faster than any other practice area — understanding the underlying doctrine is what lets you reason about novel issues, not just memorize current rules that may change next quarter.
Why It Matters
Master AI in litigation practice. Learn TAR (Technology Assisted Review), AI evidence admissibility (Daubert), AI-generated evidence challenges, e-discovery rules, and FRE 702 amendments.
The reason daubert & ai deserves dedicated attention is that the gap between practitioners who understand the doctrinal foundations and those who only know surface-level rules is widening every year. AI law is being made in real time, and the lawyers, compliance officers, and engineers who can reason from first principles will be far ahead of those who can only cite current cases. This material gives you the framework to keep pace as the law evolves.
How It Works in Practice
Below is a practical legal framework for daubert & ai. Read through it once, then think about how you would apply it to a real client matter or product decision.
# AI in litigation - admissibility framework
# Daubert v. Merrell Dow Pharmaceuticals (1993) standard for expert evidence
DAUBERT_FACTORS = [
"Testing - has the technique been tested?",
"Peer review and publication",
"Known or potential rate of error",
"Standards controlling its operation",
"General acceptance in the relevant scientific community",
]
# FRE 702 (amended December 2023) - Testimony by Expert Witnesses
FRE_702_TEXT = """
A witness who is qualified as an expert by knowledge, skill, experience, training,
or education may testify in the form of an opinion or otherwise if the proponent
demonstrates to the court that it is more likely than not that:
(a) the expert's scientific, technical, or other specialized knowledge will help
the trier of fact to understand the evidence or to determine a fact in issue;
(b) the testimony is based on sufficient facts or data;
(c) the testimony is the product of reliable principles and methods; and
(d) the expert's opinion reflects a reliable application of the principles and
methods to the facts of the case.
"""
# Application to AI evidence
AI_EVIDENCE_QUESTIONS = [
"Is the AI system a generally accepted methodology?",
"Has the model been peer-reviewed?",
"Is the error rate quantified and disclosed?",
"Are operating standards documented?",
"Has the expert applied the model reliably to these specific facts?",
"Did the expert validate the AI's output independently?",
]
# Mata v. Avianca cautionary tale
MATA_LESSONS = [
"Never cite AI-generated authority without verification",
"Federal courts now require certification of AI assistance in filings",
"ABA Model Rule 1.1 'competence' includes understanding AI you use",
"Sanctions imposed include monetary, mandatory CLE, public report",
]
Step-by-Step Analytical Approach
- Identify the precise legal issue — AI law issues often look general but resolve on narrow doctrinal questions. Pin down exactly what the legal question is before you start researching.
- Determine the controlling authorities — Constitution, statutes, regulations, controlling case law in the jurisdiction. Then survey persuasive authorities (other jurisdictions, secondary sources, scholarly commentary).
- Apply the law to the facts methodically — Use IRAC or CRAC structure. AI fact patterns are often complex; methodical application avoids missing material differences.
- Identify counterarguments and open questions — What would opposing counsel argue? What questions remain unsettled? AI law has many such gaps; flag them honestly.
- Document the analysis with citations — Future-you, future colleagues, and reviewing courts will need to retrace the reasoning. Cite-check every authority you use.
When This Topic Applies (and When It Doesn't)
Daubert & AI is the right framework when:
- The legal question falls squarely within this doctrine or category
- The jurisdiction recognizes the relevant cause of action or doctrinal framework
- The facts present a material connection to the legal question
- The remedy or outcome you seek is one this framework can deliver
It is the wrong framework when:
- A different doctrine or jurisdiction better fits the facts
- The factual record is insufficient to support the claim or defense
- An equitable or non-litigation resolution would better serve the client
- The law is too unsettled to support a confident position — advise accordingly
Practitioner Checklist
- Have you identified the precise legal issue and the jurisdiction's framework for it?
- Have you reviewed the latest controlling cases (within the last 12 months at most)?
- Have you considered whether opposing counsel would frame the issue differently?
- Have you documented the analysis with full citations for future reference?
- Have you flagged the open or evolving questions honestly to the client?
- Have you considered alternative non-litigation paths (settlement, regulatory engagement)?
Disclaimer
This educational content is provided for general informational purposes only. It does not constitute legal advice, does not create an attorney-client relationship, and should not be relied on for any specific legal matter. Consult qualified counsel licensed in your jurisdiction for advice on your specific situation.
Next Steps
The other lessons in AI in Litigation (Discovery & Evidence) build directly on this one. Once you are comfortable with daubert & ai, the natural next step is to combine it with the patterns in the surrounding lessons — that is where doctrinal mastery turns into practitioner competence. AI law is most useful as a system, not as isolated rules.
Lilly Tech Systems