By · Last updated 2026-03-04

Back to BlogLegal Tech

Attorney-Client Privilege & AI in 2026

A February 2026 federal court ruled that AI communications don't carry attorney-client privilege.

March 4, 20268 minute read
attorney-client privilegeAI securitylaw firm compliancelegal tech

Updated for 2026

The Ruling That Changed Law Firm AI Use

In February 2026, a US federal court issued a finding that hit every law firm's risk team hard. The ruling: AI tool chats do not carry attorney-client privilege.

In United States v. Heppner (No. 25-cr-00503-JSR, S.D.N.Y.), Judge Jed Rakoff ruled on February 10, 2026. He found that 31 documents a defendant made using Claude were not protected. His written opinion came on February 17, 2026. He called it a first-impression question at the federal level.

The logic is plain. The AI is not a lawyer. There is no right to keep secrets from a third-party AI provider. When a lawyer pastes case details into Claude, ChatGPT, or any external AI tool, privilege does not follow.

This is now set case law.

The Scale of the Problem

79% of lawyers use AI in their work. Yet only 10% of firms have formal AI policies (Clio 2024 Legal Trends Report).

That gap — between use and governance — is where privilege waiver risk sits. Lawyers use AI for tasks that touch private case details:

  • First-pass contract review (names, deal terms, dollar figures)
  • Research memos that include case facts
  • Discovery document summaries with private details
  • Deposition prep with witness background
  • Settlement analysis with financial positions

In each case, the AI speed gain comes at a possible privilege cost. Without technical controls, every AI chat involving case data is a potential waiver.

Why Policy Alone Fails

Most firms respond with policy: update the rules to ban sharing case details with external AI tools.

The problem is enforcement. A 2025 analysis found that most law firm AI policies exist only as documents — not as technical controls. A lawyer on deadline who pastes a contract into Claude at 11pm does not stop to check the rules first.

Human behavior under time pressure drives AI data exposure in all sectors. Law firms are not exempt. Policies without technical controls are hopes — not safeguards.

What Privilege Waiver Costs

Privilege waiver results range from bad to very bad:

Inadvertent waiver in discovery: The other side learns that protected communications reached a third-party AI provider. Under Federal Rule of Evidence 502, intentional disclosure waives privilege. Courts weigh whether disclosure was accidental. But "I did not know AI chats aren't privileged" is not a strong defense after the 2026 ruling.

Bar discipline: Many state bars have issued guidance on competence in the AI era. Failing to grasp the privacy risks of AI tools may violate Rule 1.1.

Client relationship harm: A customer who finds out that their private merger plan went through an external AI tool has grounds for a hard conversation. That data may be stored on that provider's servers.

Malpractice exposure: Where privilege waiver causes harm, malpractice claims can follow.

The Fix: Anonymize Before You Submit

The February 2026 ruling creates a clear path forward. The core issue is that real case details reach the AI provider. Strip those details before they reach the AI, and the privilege question changes.

This is what token-based anonymization does. See how it works on anonym.legal's security page and in the legal conformance docs.

Consider an M&A group reviewing a merger agreement. The raw prompt might be:

"Please review this merger agreement between TechCorp and MegaStartup for the $450M deal. Identify any problems with the IP reps and warranties."

With anonymization running in the background, the prompt that reaches Claude becomes:

"Please review this merger agreement between [COMPANY_1] and [COMPANY_2] for the [$AMOUNT_1] deal. Identify any problems with the IP reps and warranties."

Claude analyzes the masked version and returns its output. The lawyer sees the result with original names restored. The AI work was useful — but no real details were sent to Anthropic's servers.

Practical Application: M&A Contract Review

A mid-size law firm's M&A team uses Claude for first-pass contract review. Names like "TechCorp acquiring MegaStartup for $450M" get swapped with tokens ("CompanyA acquiring CompanyB for $[AMOUNT]M") before Claude sees them. Claude's redlined contract comes back with the original names restored.

The steps are:

  1. The lawyer pastes the contract into their tool (Claude Desktop or browser)
  2. The anonymization layer catches the text before it is sent
  3. Names, deal values, and private terms get replaced with fixed tokens
  4. Claude processes the masked version and returns its analysis
  5. The response is auto-decoded — the lawyer sees original names in the AI output

Privilege is preserved because no real identifiers leave the firm's control. AI value is kept because the work product is just as good.

Learn more in the token system docs and the FAQ hub.

Building a Compliant AI Policy in 2026

After the February 2026 ruling, law firms must build their AI programs around technical controls — not just written rules.

Required elements:

1. Technical anonymization controls — Before any case details reach an external AI model, they must be masked. This applies to all AI use: browser-based Claude.ai and ChatGPT, IDE tools like Cursor and Copilot, and any API-connected AI workflows.

2. Data minimization — The habit of including full context "so the AI gets the picture" must change. Use lean prompts with only the details the task needs.

3. Engagement letter updates — Privacy notices should describe the firm's AI use and the technical controls that protect confidentiality.

4. Privilege log preparation — When AI-assisted work product is created, document the controls that were in place. This matters if privilege is later challenged.

The Reversibility Question

One issue unique to legal work: reversibility. Law firms sometimes need to restore original text from masked documents — for audits, discovery, or file review.

Permanent masking (where the original text is gone) creates its own risk. If the original document is needed for litigation and no longer exists in full, that may be spoliation. The Federal Rules of Civil Procedure require production of responsive documents in their original form.

Reversible encryption solves this. The masked version of the document is cryptographically linked to the original through a key held by the firm. Sharing the masked version with AI tools preserves privilege. Restoring the original when needed — with proper sign-off — meets discovery rules.

The 10% Problem

Only 10% of law firms have formal AI policies (Clio 2024 Legal Trends Report). After the February 2026 ruling, that must change — and the policies need real technical controls, not just words on paper.

Firms that act now — adding anonymization controls before the next privilege dispute, the bar inquiry, or the customer complaint — will be in a strong position. Firms that rely only on written policies will be explaining their AI program to a judge.


anonym.legal's MCP Server and Chrome Extension provide technical anonymization controls for law firms using AI tools. Names, deal terms, dollar figures, and other protected information are masked before reaching AI models. They can be restored using firm-held encryption keys when required. Read the founder statement for background.

Sources

Ready to protect your data?

Start anonymizing PII with 285+ entity types across 48 languages.

About this page

We update this page when our platform or the law changes.

Read our founder note for how we work.

Each change shows up in the timestamp at the top.

Related reading

We follow these rules

  • GDPR (EU 2016/679).
  • ISO/IEC 27001:2022.
  • NIS2 (EU 2022/2555).
  • HIPAA safe harbor under 45 CFR § 164.514(b)(2).

Our promise

We do not sell your data.

We do not train models on your text.

We store your files in Germany.

You can delete your account at any time.

You own your work.

Where we run

Our servers live in Falkenstein, Germany.

We use Hetzner. They hold ISO 27001 certification.

All data stays in the EU.

Backups run every day.

Need help?

Email support@anonym.legal.

We reply within one business day.

How we test

We run a full check suite on every release.

Each surface gets its own sweep script and report.

Human reviewers spot-check the output each week.

We track recall and precision on a labelled set.

Bad runs block the deploy.

What we never do

  • We never sell your information to third parties.
  • We never train models on what you upload.
  • We never keep your work after you delete it.
  • We never share keys with any outside firm.
  • We never run ads inside the product.

Plans in plain words

We sell credits, not seats.

One credit covers one short job.

Long jobs use a few credits each.

You can top up at any time.

Unused credits roll over each month.

Read the plans page for current rates.

Who built this

A small team of engineers and lawyers built this.

We ship from Europe and work in the open.

Our founder note spells out why we started.

Where to start

How the parts fit

A browser add-on cleans text inside Chrome.

A Word plug-in handles drafts in Office.

A small desktop tool works on whole folders.

An agent protocol link feeds large models safely.

All four share one core engine and one rule set.

Words from our team

We started this work after a lunch about cookies.

One friend kept getting odd ads on her phone.

We asked why a court file leaked through a draft.

We sketched the first build on a napkin that week.

By month three we had a tiny demo for a friend.

She used it on her first case the next day.

Common questions we hear

Can the tool read scanned PDFs? Yes, with OCR.

Does it work on long files? Yes, in small chunks.

Can I roll my own rule set? Yes, save it as a preset.

Does it run offline? The desktop build runs offline.

Do you keep my files? No, the cloud build wipes after each run.

Will it learn from my work? No, we never train on inputs.

A short tour of the workflow

Upload a file or paste a snippet of prose.

Pick the entities you want gone from the draft.

Choose a method: replace, mask, hash, encrypt, or redact.

Press run and watch the side panel show each hit.

Skim the result and tweak any rule that misfired.

Save the cleaned file or send it to a teammate.