← All articles

What Legal AI Hallucinations Are and How to Stop Them

Pat Cerasia
·
August 27, 2026

A legal AI hallucination is a fabricated or misrepresented case, statute, or procedural claim generated by an AI tool and presented as real legal authority. The single immediate action every legal team must take: verify every citation an AI system produces against an authoritative source before it reaches a filing. Skip that step and you risk sanctions, disciplinary referral, and client harm that no malpractice policy fully absorbs.

Table of Contents

Not every AI error is a hallucination. A hallucination is specifically a fabricated or materially misrepresented legal fact presented with the same confidence as a real one. Courts and bar regulators have identified several recurring patterns, and knowing them cold is the first step toward catching them before a client sees the draft.

A fabricated citation pattern might read like Thompson v. Meridian Health Systems, 847 F.3d 221 (3d Cir. 2019), attached to a proposition about medical malpractice discovery, when no such case appears in any reporter. A misquoted holding pattern looks different: the case is real and findable, but the “quote” pulled from it was never written by that court. A blended jurisdictional claim might cite a real federal rule number but attach a state court’s local practice requirement to it.

These errors are convincing because generative AI models are built to produce fluent, structurally correct legal prose. The citation format is right. The case name sounds plausible for the jurisdiction and era. The holding matches how a court in that circuit typically rules. That plausibility is precisely what makes hallucinations dangerous. A junior associate skimming a draft has no visual cue that a citation is fake. It reads exactly like a real one, because the model was trained to make it read that way.

How Widespread Is the AI Hallucination Problem in Court Filings?

The scale is no longer a hypothetical. Since 2023, hundreds of court decisions referencing AI-generated hallucinations have been documented in an open database tracking real-world cases and their outcomes, with public counts exceeding 400 instances globally and a sharp acceleration through 2024 and 2025.



Public tracking of AI hallucination cases now exceeds 400 documented court incidents worldwide, spanning sanctions, disciplinary referrals, and outright dismissals tied to fabricated legal authority.

The originating case that put this on every general counsel’s radar was Mata v. Avianca in the Southern District of New York, where attorneys submitted a brief citing cases that did not exist. That 2023 sanction was not an isolated event. It triggered a wave of similar filings across state and federal courts, prompting the Illinois Attorney Registration and Disciplinary Commission to publish a formal guide to implementing AI after tracking multiple sanctions and public reprimands across jurisdictions.

Representative sanction patterns worth knowing:

If you need to confirm whether a cited authority actually exists, three checks matter: pull the case directly from Westlaw, Lexis, or Bloomberg Law rather than trusting the AI’s summary; cross-reference the reporter citation format against the jurisdiction’s official style; and search the case name independently, since a fabricated citation frequently returns zero results even when the format looks correct. The AI Hallucination Cases database itself is searchable and worth bookmarking as a standing reference for your litigation team.

What Professional Duties and Liability Rules Apply?

Your duty of competence does not pause because a machine drafted the first version. The ABA Model Rules of Professional Conduct require lawyers to understand the tools they use well enough to supervise their output, and ABA Formal Opinion 512, issued in July 2024, states this directly for generative AI: competence, candor to the tribunal, and supervision of nonlawyer assistance all apply to AI-generated work product the same way they apply to work from a paralegal or junior associate.

Three duties carry the most exposure:

Courts that have sanctioned attorneys for AI-generated false authorities have consistently rejected the defense that the lawyer did not know the AI could fabricate citations. The reasoning is straightforward: ignorance of a tool’s failure modes is itself a competence violation once that failure mode is publicly documented, which it now is.

Liability does not stop at the individual attorney. Deployer liability theories are emerging under negligence (failure to exercise reasonable care in tool selection and oversight), product liability (where a vendor’s tool is defectively designed or marketed), and defamation (where a hallucinated claim about a real person or entity gets repeated in a public filing). Firms that deploy AI without governance controls absorb risk across all three theories simultaneously, and risk allocation in vendor contracts has become a live negotiating point rather than boilerplate.

What Are the Warning Signs of a Hallucinated Citation?

Some red flags are visible to a trained eye in seconds. Others require a database pull. Training your team to recognize the first category speeds up triage on everything else.

Watch for these signals in any AI-drafted legal document:

Once a red flag surfaces, run a three-step triage:

Some of this triage can be automated. A citation-matching tool can flag a case name that returns no database hits in seconds. What automation cannot do is confirm that a real case actually supports the proposition attached to it. That step needs a human who reads the actual holding, every time.

Pro Tip: Build your red-flag list into your document assembly template itself, so reviewers see a verification checklist inline rather than relying on memory during a deadline crunch.

Verification cannot be optional, informal, or left to whoever has time. It has to be a defined procedure with defined evidence, because that is what regulators, courts, and your own malpractice carrier will ask to see if something goes wrong.

The baseline requirement is individual verification of every cited authority in an authoritative source. That means Westlaw, Lexis, Bloomberg Law, an official court reporter, or a government portal, not a general web search and not the AI’s own follow-up confirmation when asked “are you sure?” A legal practitioner’s guide to AI and hallucinations published by the National Center for State Courts is explicit on this point: lawyers must individually verify every authority and retain proof that they did.

Beyond the baseline, three practices separate teams that catch problems early from teams that find out in a sanctions order:

Evidence retention matters as much as the verification itself. If a citation is later challenged, you need a timestamped audit trail, not a recollection. That means preserving a screenshot or database link (a PACER pull, a Westlaw print record) alongside a verification log noting who checked what and when.

Verification elementWhat it requiresWhy it matters in a disputeNamed verifierOne accountable person per document classAnswers “who checked this” without guessworkCitation contractEach claim tied to a specific source passageConverts verification into a mechanical, auditable checkTimestamped audit trailScreenshot, database link, or PACER recordProvides evidence of diligence to a court or regulatorVerification logRecord of who verified what and whenSupports a defense against a malpractice or sanctions claim

Firms that skip this structure tend to discover its absence during discovery in a malpractice claim, which is the worst possible time to build a paper trail from memory.

Which Technical Controls Actually Reduce Hallucination Risk?

Prompting more carefully helps, but it does not fix the underlying problem. The technical patterns that materially reduce hallucination rates operate at the system level, not the prompt level, and legal teams evaluating vendors should ask specifically whether these controls exist.

Retrieval-augmented generation, known as RAG, is the foundational pattern. Instead of asking a model to recall a case from its training data, RAG retrieves the actual source document first and asks the model to answer based only on that retrieved text. This converts an open-book recall problem into a reading comprehension problem, which is a fundamentally easier and more verifiable task for a language model. Retrieval quality is the entire game here: a RAG system pulling from an outdated or incomplete case database will still produce confident, wrong answers, just with better formatting.

The citation-contract approach, mentioned above as a verification practice, is also a design pattern vendors can build in. When a system requires every generated claim to link to a specific retrieved passage, and it cannot produce a claim without that link, fabrication becomes structurally harder rather than merely discouraged.

Mandatory abstention is the control most legal teams underestimate. A well-governed system should refuse to answer, explicitly, when its retrieval returns nothing relevant, rather than filling the gap with a plausible-sounding guess. Systems without abstention logic will produce an answer regardless of whether they have supporting material, which is exactly how fabricated citations get generated in the first place.

Automated verification checks add a further layer:

Governance is the difference between “we use AI” and “we can prove exactly how we use AI, to whom, and with what verification.” Regulators are signaling clearly that the second version is what they expect. Guidance from bodies including the Illinois ARDC now focuses less on whether firms use AI and more on whether firms can demonstrate supervision over what AI produces.

A workable governance playbook has four components:

That last point deserves emphasis. A groundedness metric, meaning how much of a given output is actually supported by retrieved source material, gives you an early warning when a tool or a data source starts degrading, well before that degradation shows up in a filed document. Sampling a percentage of outputs weekly and scoring them against this metric turns governance from a policy document into an operating number you can defend to a regulator or an insurer.

Pro Tip: Report your verification failure rate to firm leadership the same way you’d report a billing realization rate. A number that leadership sees regularly gets fixed faster than a policy that sits in a binder.

What Sanctions and Fixes Have Real Cases Produced?

The pattern across documented sanctions is consistent enough to extract a repeatable lesson, even without naming every firm involved. A brief gets filed. It contains one or more fabricated citations. Opposing counsel or the court cannot locate the cited case. The court issues an order to show cause. The response, almost universally, is that an AI tool generated the citation and no one verified it before filing.

The sanction that follows varies: monetary fines, public reprimand, referral to a state bar disciplinary body, or in the most serious instances, an order requiring the attorney to notify every other court where they have pending matters. Courts have shown little patience for the explanation that the lawyer did not know the tool could fabricate case law, since that failure mode has been publicly documented since 2023.

What firms and courts required afterward tends to follow the same short list:

The practical takeaway for any firm that has not yet had its own sanctions scare: implement the named verifier requirement and the certification habit now, not after your own order to show cause.

How Governed Workflows Like Neota Logic’s Reduce Hallucination Risk

Neota Logic is governed AI infrastructure for legal and compliance teams. It is not a point solution and not a chatbot. The governance layer is the product, not a feature bolted onto a general-purpose model.

Every action inside a Neota Logic workflow generates an audit trail: who ran a process, what output was produced, and when. That evidence record aligns directly with the named-verifier and verification-log practices covered above, because it exists automatically rather than depending on someone remembering to document it manually.

Neota Logic orchestrates multiple AI models rather than locking a firm into a single vendor’s outputs. That matters for hallucination risk specifically: no single model is immune to fabrication, and a governed orchestration layer lets legal ops apply verification and abstention rules consistently, regardless of which underlying model handled a given task.

The features that map directly to the controls this article has described:

A governance playbook is only useful once it is operational. A targeted pilot on one document class is the fastest way to see whether these controls fit your existing review process.

What Happens to Client Confidentiality When AI Hallucinates?

Client confidentiality risk in AI use does not only arise from data leaving your control. It arises from what an AI tool does with the client’s actual matter facts when it hallucinates around them. A model that fabricates a supporting case may, in the same output, misstate a client’s actual factual history in a way that gets copied into a filing, effectively broadcasting a confidentiality-sensitive error into the public record.

Privilege waiver is the sharper risk. If your team feeds privileged material into a third-party AI tool without contractual and technical safeguards confirming that input is not retained, logged, or used for model training, you may be creating an argument that privilege was waived through disclosure to an outside party. Opposing counsel does not need to prove the AI vendor actually misused the data. They only need to raise a credible argument that confidentiality was not adequately protected, which is often enough to force costly litigation over the privilege question alone.

This is where governance and confidentiality protection converge. A platform that keeps data processing within a controlled, audited environment, rather than routing privileged content through an ungoverned consumer AI interface, gives you a defensible answer when a privilege challenge is raised. The absence of that answer, in the middle of litigation, is a far more expensive problem than the cost of implementing the control beforehand.

How Should Firms Manage AI Risk, Including Insurance?

Risk management for AI use in legal practice starts with the same discipline firms apply to any other operational risk: identify the exposure, control what you can, and transfer what you cannot through insurance.

Malpractice carriers have started asking pointed questions during renewal about AI governance: whether firms have a written AI use policy, whether verification is documented, and whether any claims or near-misses involving AI-generated errors have occurred. Firms without documented answers to these questions should expect harder underwriting conversations, and some carriers have begun treating undocumented AI use as an aggravating factor in claims involving fabricated citations.

Practical risk management steps that also strengthen an insurance renewal conversation:

Vendor contracts deserve the same scrutiny. Indemnification language, data handling commitments, and disclosure of a vendor’s own failure modes should all be negotiated terms, not assumed protections. A firm that treats its AI vendor relationship the same way it treats a malpractice carrier relationship, with documentation and defined obligations on both sides, is in a materially stronger position when something goes wrong.

The ethical debate inside the profession has largely moved past “should lawyers use AI” and settled on a harder question: how much independent judgment can a lawyer delegate before the work stops being legal advice and starts being a repackaged machine output with a signature attached.

One camp argues that AI-assisted drafting, properly verified, is no different in kind from delegating research to a junior associate or a contract paralegal, a practice the profession has accepted for decades. The counterargument is that a junior associate can be cross-examined about their reasoning, while an AI model cannot explain why it generated a specific fabricated citation, which changes the nature of the supervisory relationship entirely.

A second ethical thread concerns access to justice. AI-assisted drafting can lower costs for underserved clients, and some argue that overly cautious governance policies risk pricing out the efficiency gains that make legal help more affordable. Others counter that a hallucinated citation in a pro se or legal aid matter, where the client has no second lawyer checking the work, causes disproportionate harm precisely because there is no safety net.

A third debate concerns disclosure. Should clients be told when AI assisted in drafting their documents? Some jurisdictions are moving toward disclosure requirements; others leave it to firm discretion. The layered policy analysis from Stanford’s TTLF working paper argues these questions require weighing systemic and epistemic harms, not just measuring accuracy rates, because the asymmetry between a confident-sounding AI output and a client’s ability to evaluate it is itself an ethical problem independent of error rate.

Training that consists of a single onboarding slide about “AI tools are available” produces exactly the sanctions risk this article has described throughout. Effective training treats AI verification the same way firms treat conflicts checking: a mandatory, repeated, tested competency, not a one-time announcement.

A workable training program covers four elements. First, every attorney and paralegal needs hands-on exposure to what a fabricated citation actually looks like, ideally using real examples from the documented sanctions cases discussed earlier, so the pattern is recognizable rather than abstract. Second, staff need explicit instruction on the verification workflow itself: which database to use, how to document the check, and who the named verifier is for their document class. Third, training needs to cover confidentiality boundaries specifically, since staff frequently do not realize that pasting client facts into a general AI interface carries privilege implications. Fourth, refresher training on a set cadence matters more than a single strong onboarding session, since tool capabilities and firm policy both change.

Hand pointing at a tablet in legal training

Ongoing guidelines should be written down, not passed along verbally. A written policy on AI governance gives new hires a reference point and gives the firm a document to produce if a client, court, or insurer ever asks how AI use is actually supervised. Firms that skip the written version tend to discover, during a dispute, that everyone remembers the policy slightly differently.

The underlying technical problem, a model generating a fabricated authority with confidence, is identical everywhere. What differs sharply by jurisdiction is the regulatory and disciplinary response, and firms operating across borders need to track more than one rulebook.

United States federal and state courts have moved fastest on visible enforcement, driven by the Mata v. Avianca sanction and the wave of similar filings that followed. Individual states have taken different paths: Illinois built a dedicated implementation guide through its Attorney Registration and Disciplinary Commission, while other states have relied on existing professional conduct rules without new AI-specific guidance, creating inconsistent expectations for multistate practices.

Outside the United States, regulatory posture varies further. Some bar associations and law societies have issued formal AI guidance emphasizing supervision and disclosure, following a similar arc to the ABA’s Formal Opinion 512. Others have been slower to formalize rules, leaving firms to apply general competence and candor obligations to AI-specific fact patterns without dedicated guidance. Court systems in some jurisdictions have adopted standing orders requiring attorneys to certify AI verification on every filing; others have made no formal procedural change, relying entirely on existing sanctions authority when a problem surfaces.

For a firm practicing across multiple jurisdictions, the practical implication is that a single internal AI governance policy needs to satisfy the strictest jurisdiction you operate in, not the most permissive one. Building to the higher bar, then documenting compliance everywhere, avoids the trap of accidentally under-complying in a jurisdiction that has moved faster than your home base.

Regulatory frameworks specifically addressing AI outputs in legal contexts are still forming, but the direction is visible in the guidance already published. Expect three trends to solidify over the next several years.

First, disclosure and certification requirements will likely expand beyond the jurisdictions that have already adopted them. Standing orders requiring attorneys to affirmatively certify AI verification, currently limited to specific courts, are a low-cost regulatory tool that other jurisdictions are likely to copy once the enforcement pattern proves workable.

Second, expect regulatory focus to keep shifting from tool disclosure toward demonstrable supervision, following the trajectory already visible in the Illinois ARDC’s guidance and in academic policy analysis. Regulators appear less interested in which AI tool a firm used and more interested in whether a named person verified the output and can prove it.

Third, layered regulatory approaches that address systemic and epistemic risk, not just per-instance accuracy, are gaining academic and policy traction. That framing suggests future rules may eventually require firms to report aggregate verification failure rates or hallucination incident data, similar to how some regulated industries already report error and incident statistics, rather than only responding after an individual sanctions case surfaces. Firms that already track a groundedness or verification failure metric internally will be far better positioned to comply with that kind of requirement than firms starting from zero.

Governed AI and the Discipline of Verification

Ungoverned AI use in legal practice is not a technology problem. It is a supervision problem wearing a technology costume, and the sanctions record since 2023 proves it. Every documented case traces back to the same failure: no named person verified the output before it left the building.

Three things GCs and legal ops leaders should do this quarter. First, name a verifier for every document class where AI assists drafting, and write that assignment down. Second, require a citation contract, meaning every claim ties to a specific source passage, for any AI-assisted research that touches a filing. Third, start measuring your verification failure rate now, even informally, because you cannot govern what you do not measure.

None of this requires banning AI. It requires treating AI output the way you already treat a junior associate’s first draft: useful, often good, and never final without a named reviewer’s sign-off. Firms that build that discipline into their workflow now will not be writing an incident report later. Consult a structured governance playbook before your next AI-assisted filing, not after your first sanctions order.

See How Neota Logic Operationalizes AI Governance

Everything covered here, the named verifier, the audit trail, the citation-contract discipline, is a policy until someone builds it into your actual workflow. Neota Logic is governed AI infrastructure built specifically to operationalize that policy for corporate legal teams and law firms, not a chatbot layered on top of existing tools.

Neotalogic

The platform records who ran a process, what output resulted, and when, giving you the audit trail a regulator or malpractice carrier will ask for. It orchestrates multiple AI models rather than locking your team into one vendor’s failure modes, which matters directly for hallucination risk since no single model is immune. Verification checkpoints get built into the workflow itself, so a named reviewer sees flagged output before it reaches a filing rather than relying on memory during a deadline crunch.

If your team is ready to move from a written AI policy to an enforced one, review the Neota Logic platform and schedule a demo to see how governed workflows apply to your specific document classes and review chain.

This article is general information, not a substitute for advice from a qualified lawyer. Consult a qualified legal professional about your own circumstances before acting on anything here.

Sources

Four resources belong on every legal team’s reference list. Use the ABA Model Rules and Formal Opinion 512 for the governing ethics framework on competence, candor, and supervision. Consult the Illinois ARDC’s guide to implementing AI for regulator-level operational guidance. Search the AI Hallucination Cases database to confirm whether a pattern you’re seeing has already produced a sanction elsewhere. And review the NCSC’s practitioner guide for court-facing best practices on verification.

FAQ

An AI hallucination in legal work is a fabricated or materially misrepresented case, statute, holding, or procedural fact that an AI tool generates and presents as accurate legal authority.

What Should You Do If You Discover AI Is Hallucinating in a Draft?

Stop the document from moving forward, escalate the flagged citation to a named verifier for independent confirmation in an authoritative database, and block filing until every questioned authority is verified or removed.

Are Lawyers Overworked, and Does That Contribute to Hallucination Risk?

Heavy caseloads and tight deadlines increase reliance on unverified AI shortcuts, which is a documented factor behind several sanctions cases where attorneys admitted they filed AI-drafted citations without independent checking.

What Is the Depression Rate Among Lawyers, and How Does It Relate to AI Risk?

Attorney well-being research consistently shows elevated rates of depression and burnout in the legal profession, and firms citing time pressure as a reason for skipping verification should treat that as a governance gap rather than an acceptable tradeoff.

Governed platforms like Neota Logic build verification checkpoints, audit trails, and multi-model orchestration directly into the workflow, so named reviewers catch flagged output before it reaches a court filing rather than after.

Ready to make your AI workflows defensible?

Book a demo and we'll walk one of your real processes through Neota.

Book demo