Judge approves 1.5 billion Anthropic settlement over pirated training books

A federal judge has approved a 1.5 billion dollar copyright settlement between Anthropic and thousands of authors whose pirated books were used to train the Claude chatbot. The ruling makes it the largest known copyright recovery in history. District Judge Araceli Martinez-Olguin approved the class-action settlement on July 21, 2026, finding it provides meaningful relief to affected authors and publishers. The settlement covers more than 482,000 books, with approximately 91 percent claimed by a

2 min
Judge approves 1.5 billion Anthropic settlement over pirated training books

A federal judge has approved a 1.5 billion dollar copyright settlement between Anthropic and thousands of authors whose pirated books were used to train the Claude chatbot. The ruling makes it the largest known copyright recovery in history.

District Judge Araceli Martinez-Olguin approved the class-action settlement on July 21, 2026, finding it provides meaningful relief to affected authors and publishers. The settlement covers more than 482,000 books, with approximately 91 percent claimed by authors or publishers who are now due payment.

What happened

Anthropic downloaded millions of pirated books from sources including Library Genesis and Books3 and used them as training data for Claude. The company also purchased millions of print books, scanned them, and built a searchable digital library.

U.S. District Judge William Alsup, who issued the preliminary approval in September 2025 before retiring, delivered a mixed ruling in 2025. He found that training AI chatbots on copyrighted books constituted fair use under copyright law. But he ruled that Anthropic acquisition of those books through pirate websites was unlawful.

Settlement terms

Anthropic will pay approximately 3,000 dollars per book. The company is also required to destroy all pirated datasets. Once lawyers finalize the class list, Anthropic may owe an additional 3,000 dollars for every infringing work beyond the first 500,000.

Plaintiff attorney Justin Nelson called it the largest known copyright recovery in history and said distributions to the class would begin as soon as possible.

Anthropic deputy general counsel Aparna Sridhar emphasized the fair use finding, calling it a landmark showing that training AI on books is fair use under copyright law.

Context

The lawsuit was first brought in 2024 by bestselling thriller novelist Andrea Bartz and two other authors. It is the first major settlement among dozens of AI copyright cases still working through U.S. courts.

The case establishes a split precedent: AI companies can train on copyrighted works under fair use, but acquiring those works through piracy carries massive financial liability. For the broader AI industry, the settlement signals that the era of scraping pirated datasets for training data is over, even as the legal framework for licensed training data remains unsettled.

Sources

- Judge approves a 1.5B Anthropic settlement over pirated books used to train the Claude chatbot - ABC News, July 21, 2026: https://abcnews.com/amp/Technology/wireStory/judge-approves-15b-anthropic-settlement-pirated-books-train-134949964

- Judge approves a 1.5B Anthropic settlement over books used to train Claude - AP News: https://apnews.com/article/ai-anthropic-copyright-settlement-claude-books-bartz-74b140444023898aeba8579b6e9f0d63

Written by

More to read

  • LLM Text Watermarking in Production: Statistical Logit Biasing, Cryptographic Signatures, and Evasion Vectors

    As regulatory frameworks such as Article 50 of the EU AI Act enforce machine-generated content provenance, text watermarking has transitioned from academic theory to a core component of production LLM serving stacks. Unlike post-hoc classifiers that evaluate perplexity or burstiness and suffer from high false-positive rates on formal or non-native writing, generation-time watermarks embed imperceptible statistical or cryptographic signals directly into the token sampling process. When engineere

    1 min
  • Grokking in Large Language Models: How Weight Decay and Circuit Efficiency Drive Delayed Generalization

    Grokking in Large Language Models: How Weight Decay and Circuit Efficiency Drive Delayed Generalization In standard machine learning paradigms, model generalization closely tracks training loss: as an optimizer minimizes loss on training data, performance on held-out validation data improves in tandem until the model begins to overfit. In 2022, researchers at OpenAI observed a phenomenon that inverted this assumption: small neural networks trained on algorithmic tasks achieved near-zero trainin

    1 min
  • Serverless GPU Inference in Production: Cold Starts, GPU Memory Snapshotting, and Weight Paging Architectures

    Serverless GPU Inference in Production: Cold Starts, GPU Memory Snapshotting, and Weight Paging Architectures Deploying large language models on dedicated cloud GPUs creates an uncomfortable financial trade-off: keeping enterprise accelerators such as NVIDIA H100s or A100s warm 24/7 costs thousands of dollars per instance each month, yet scaling instances to zero introduces severe latency penalties. When traffic arrives at a dormant node, a standard inference server cold start can take anywhere

    1 min