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

  • Modular Open-Sources Mojo Language Compiler and Toolchain Under Apache 2.0

    Modular Open-Sources Mojo Language Compiler and Toolchain Under Apache 2.0 Modular has released the complete source code for the Mojo programming language compiler, standard tooling, and runtime infrastructure under the Apache 2.0 license with LLVM exceptions. The announcement, delivered on August 18, 2026 during the company's ModCon developer conference, fulfills a multi-year roadmap commitment to transition the systems programming language to a fully open development model. The compiler sour

    1 min
  • AI Agent Evaluation in Production: Trajectory Benchmarks, Sandbox Harnesses, and Flakiness Mitigation

    Evaluating standard large language models relies on static input-output pairs: a fixed prompt produces a completion that an automated script compares against reference strings or grades with a calibrated judge. Autonomous AI agents break this paradigm completely. An agent executes a multi-step trajectory consisting of planning, tool invocation, environment state observation, error recovery, and variable-length decision loops. Evaluating an agent requires testing not just the final string output,

    1 min
  • Fully Sharded Data Parallel (FSDP) and ZeRO: How Memory Sharding Eliminates Redundant Model States in Distributed Training

    Fully Sharded Data Parallel (FSDP) and ZeRO: How Memory Sharding Eliminates Redundant Model States in Distributed Training Training large language models across distributed GPU clusters introduces a fundamental memory bottleneck. In traditional Distributed Data Parallel (DDP) setups, every GPU maintains an identical copy of model weights, optimizer states, and gradients while processing independent data batches. As models scale from billions to hundreds of billions of parameters, static model s

    1 min