Quick Takeaways
What you'll learn in this article
- 1
Treat your training corpus as a liability schedule, not just a dataset. Know what is in it, where each part came from, and what the worst-case price of each source would be at something like the Bartz benchmark. If you cannot produce that schedule, you do not actually know your cost structure.
- 2
Get provenance discipline before you need it. The legal difference between "we trained on books we bought" and "we trained on books we found" was worth more than a billion dollars in a single case. Build the records now; you cannot reconstruct provenance after the fact.
- 3
Price licensed data into the model, not around it. If your unit economics only work because the data is free, your unit economics do not work. Better to learn that against a spreadsheet than against a complaint.
- 4
Watch the Third Circuit, not the headlines. The settlement set a number, but the appellate ruling will set the rule. A taxpayer-grade fair-use doctrine that survives appeal is a very different world from one that does not, and the difference is worth more than any single model release this year.
- 5
The UK kills its AI copyright opt-out and reopens the licensing battle โ the policy mirror of this litigation story.
Keep reading for detailed implementation, code examples, and real-world results
For the better part of a decade, the entire economic model of frontier AI rested on a single unstated assumption: that the data you train on is free.
Not cheap. Free. The web was there to be scraped. Books could be ingested by the million. Every blog post, every news archive, every novel sitting in a shadow library was treated as raw material with a price of zero, justified after the fact by a four-letter doctrine โ fair use โ that the labs assumed would hold. The cost of a training corpus showed up nowhere on a balance sheet. It was an externality, in the precise economic sense: a cost borne by someone else, the authors and publishers and photographers whose work made the model possible.
That assumption is now being repriced in real time, and 2026 is the year the invoice arrived. This week the most consequential AI copyright case in the country went before a federal appeals court for the first time. It landed on top of a settlement, finalized months earlier, that did something no court ruling had managed: it put an actual dollar figure on a book of unlicensed training data. Put the two together and you can see the shape of the thing that is happening. The free-data era is ending, not with a single landmark verdict but with a slow, grinding repricing โ and the new price is going to decide who can afford to build.
The number that changed the conversation
Start with the settlement, because it is the part that is no longer theoretical.
In late 2025, Anthropic agreed to pay roughly $1.5 billion to settle Bartz v. Anthropic, a class action brought by authors whose books had been pulled from pirate libraries and folded into the company's training pipeline. It became the largest copyright settlement in United States history. And unlike most large settlements, this one came with arithmetic you can actually read.
Total settlement
~$1.5B
Anthropic's payout in Bartz v. Anthropic โ the largest copyright settlement in U.S. history.
Works covered
~500,000
Books drawn from pirate datasets (LibGen and others) that fell inside the settlement class.
Implied price per book
~$3,000
The settlement divided across the covered works โ a concrete, public number for a single unit of unlicensed training data.
Three thousand dollars a book. That is the figure that should be keeping planning teams up at night, and not because anyone expects it to become a fixed tariff. It is the first time the market has had a public, defensible, court-blessed number for the thing it had always priced at zero. Once a number like that exists, every other number gets measured against it.
The crucial detail โ the one most coverage flattened โ is what the money was for. In June 2025, Judge William Alsup had already ruled on the underlying question in a way that was, on its face, a win for Anthropic: training a model on books the company had lawfully acquired was "spectacularly transformative" and qualified as fair use. The model was not reproducing the books; it was learning from them, the way a person who reads ten thousand novels learns to write. If the story ended there, training data really would be free, or close to it.
But the story did not end there. The same ruling held that Anthropic's earlier practice of downloading and storing millions of pirated copies โ building a permanent in-house library from shadow sites โ was not protected by anything. Acquisition was the sin, not learning. The $1.5 billion was the price of the piracy, not the price of the training. That distinction is the hinge on which the entire next phase turns, and it is why the second event this week matters even more than the first.
The appeal that could move the floor
On June 11, 2026, the Third Circuit Court of Appeals heard oral argument in Thomson Reuters v. Ross Intelligence โ the first time a federal appellate court has ever reviewed whether training an AI system on copyrighted work is fair use. Every district-court ruling before this, including Alsup's, was a single judge's read. An appellate decision binds. This is the one that sets the floor.
The facts are almost perversely unglamorous, which is part of why they matter. Ross Intelligence built a legal-research tool and trained it, in part, on Westlaw's headnotes โ the short editorial summaries Thomson Reuters writes for court opinions. There is no chatbot here, no generative flourish, no hallucinated Hemingway. It is a dry dispute about whether intermediate copying of someone else's editorial work to build a competing product is transformative. And that dryness is exactly why the ruling will travel: strip out the generative-AI theatrics and you are left with the pure legal question sitting underneath every case in the pipeline.
In February 2025, Judge Stephanos Bibas โ sitting by designation โ had reversed his own earlier instinct and granted summary judgment to Thomson Reuters, finding that Ross's use was not fair use. The appeal turns on two questions that should sound familiar to anyone who has thought about how models are built: whether the headnotes are even copyrightable given that they summarize public judicial holdings, and whether copying them as training data is transformative enough to be excused.
Ross is a "non-generative" case โ its system retrieved and ranked, it did not generate prose. Labs are quietly hoping the appellate court draws a bright line between Ross's competing-product copying and the "learning, not reproducing" framing that won at the district level for Anthropic. The risk is that the court draws the line somewhere less convenient, and because it is an appellate ruling, wherever it draws it sticks.
Hold the two events side by side and the structure becomes clear. The settlement channel is setting a price for getting the acquisition wrong. The appellate channel is about to decide how much room the training itself has to claim fair use at all. One puts a number on the downside; the other decides how often you are exposed to it.
Two tracks repricing the same externality
From externality to line item
Here is why this is an economics story and not just a legal one.
When a cost is an externality, it does not shape behavior โ that is the whole point of an externality. No lab ever sized its data strategy around the price of the books it ingested, because the price was zero and the risk was a footnote in a risk-factors section. The moment a cost becomes a line item, everything changes: it gets a budget, an owner, a forecast, and a competitor who is better at managing it than you are.
Watch what the $3,000 number does to corpus planning the instant you take it seriously. It converts the size of your training set โ once a pure engineering brag, "we trained on the entire internet" โ into a capital figure.
If unlicensed books cost the Bartz rate: corpus size as capital ($M, illustrative)
| corpus | cost |
|---|---|
| 100K books | 300 |
| 500K books | 1500 |
| 1M books | 3000 |
| 3M books | 9000 |
| 7M books | 21000 |
The chart is illustrative, not a forecast โ nobody is going to pay exactly $3,000 a book at every scale, and licensed deals look nothing like settlement math. But the shape is the lesson. At the settlement benchmark, the roughly seven million pirated works that reportedly sat in Anthropic's internal library are not a data asset. They are a twenty-one-billion-dollar contingent liability wearing the costume of a data asset. Free data was never free. It was deferred, and the deferral period just ended.
This reframes a lot of the past year's news that looked unrelated. The wave of publisher licensing deals โ the reported nine-figure arrangements between major AI labs and news organizations, the per-year payments to large content platforms โ stops looking like goodwill and starts looking like exactly what it is: firms that can see the line item forming and are choosing to pay a known price now rather than an unknown one later. A licensing deal is a hedge against a future Bartz. The companies signing them are not being generous. They are being early.
The repricing is a sorting mechanism
The uncomfortable part โ the part that makes this a strategy story rather than a compliance story โ is that a new cost is never distributed evenly. It sorts. And the way this one sorts runs almost exactly counter to the open, democratized future that the early AI narrative promised.
How the free-data assumption came apart
Alsup splits the baby
Training on lawfully acquired books ruled fair use; storing pirated copies ruled not. Acquisition becomes the liability.
The $1.5B number lands
Bartz v. Anthropic settles โ ~$3,000 per book across ~500,000 works. The first public price for unlicensed training data.
Ross loses at the district level
Judge Bibas finds that the Ross legal tool used Westlaw headnotes without fair-use cover, setting up the appeal.
First appellate argument
The Third Circuit hears Thomson Reuters v. Ross โ the first appeals-court review of fair use in AI training.
The floor gets set
However the Third Circuit rules, it binds. The discount fair use offers stops being an assumption.
Consider who is advantaged when training data acquires a price:
The incumbents. A company that can write a $1.5 billion check, or sign $250-million licensing deals across a dozen publishers, treats the repricing as a moat. The cost is real but affordable, and it is lethal to smaller competitors. This is the oldest move in regulatory economics: a dominant player welcomes the cost that it can pay and a challenger cannot. Expensive compliance is a feature, not a bug, if you are the one who can afford it.
The data owners. Reddit, the large news archives, the stock-image libraries, the publishers sitting on decades of licensable text โ their position just improved. The asset they own went from "being taken for free" to "being licensed at scale." Every settlement and every adverse ruling raises the floor under their negotiating position.
The open-data and synthetic-data camps. If licensed human data is expensive and unlicensed human data is a liability, the relative appeal of public-domain corpora, deliberately licensed datasets, and synthetic data generated by existing models goes up. Part of the industry's frantic interest in synthetic training data is a quality story. Part of it is a balance-sheet story.
And who is squeezed:
Active AI copyright suits
70+
Cases working through U.S. courts in 2026, from authors and publishers to artists and music labels.
Claimed exposure in the pipeline
$50B+
Aggregate damages sought across pending AI training-data litigation โ a number that only moves one way as cases resolve.
The squeezed middle is everyone who built on the free-data assumption and lacks the balance sheet to buy their way out of it: the well-funded-but-not-infinite startups, the open-weight labs operating on thin margins, the academic and nonprofit efforts that scraped because scraping was free. For them, a $3,000 benchmark and a hostile appellate ruling are not a line item. They are an existential input cost. The same repricing that an incumbent files under "manageable" reads, one rung down the ladder, as "uneconomic."
This is the quiet way concentration happens. Not through a dramatic ban, but through a cost that the biggest players can absorb and the rest cannot โ the exact dynamic worth watching as the UK's collapse of its copyright opt-out regime and the three-speed split in global AI governance push the same input cost in different directions depending on where you operate.
What the labs are actually doing about it
The sophisticated players are not waiting for the Third Circuit. They are already restructuring around the assumption that training data has a price, and their moves tell you what they believe.
They are provenance-tracking their corpora โ building the data equivalent of a chain-of-custody record so that, when a plaintiff or a regulator asks where a given training example came from, there is an answer that is not "the open internet." The lawful-acquisition line that saved Anthropic on the training question only helps you if you can prove lawful acquisition.
They are signing licenses pre-emptively, converting an unbounded contingent liability into a fixed, forecastable contractual cost. A known annual payment to a publisher is, from a CFO's chair, vastly preferable to an unknown jury verdict three years out. The licensing wave is risk management dressed as partnership.
They are segregating "clean" training runs โ models trained only on owned, licensed, public-domain, or synthetic data โ so that at least one tier of the product line is litigation-proof and saleable to the most risk-averse enterprise and government buyers. When AI is being reclassified as core infrastructure inside regulated institutions, a clean-provenance model is not a nicety; it is a procurement requirement.
And they are pricing the risk into the cap table. The same Anthropic that paid the $1.5 billion settlement is the one whose investors continue to fund it at valuations approaching a trillion dollars. The market has clearly decided that copyright liability is a cost of doing business, not a disqualifying flaw โ which is itself a form of repricing. The exposure did not vanish. It got absorbed into the valuation and moved on.
What this means if you build
If you are training models, fine-tuning on scraped data, or building products on top of someone else's pre-trained weights, the free-data era is over and the correct posture is to act like it now, before a ruling forces you to.
- Treat your training corpus as a liability schedule, not just a dataset. Know what is in it, where each part came from, and what the worst-case price of each source would be at something like the Bartz benchmark. If you cannot produce that schedule, you do not actually know your cost structure.
- Get provenance discipline before you need it. The legal difference between "we trained on books we bought" and "we trained on books we found" was worth more than a billion dollars in a single case. Build the records now; you cannot reconstruct provenance after the fact.
- Price licensed data into the model, not around it. If your unit economics only work because the data is free, your unit economics do not work. Better to learn that against a spreadsheet than against a complaint.
- Watch the Third Circuit, not the headlines. The settlement set a number, but the appellate ruling will set the rule. A taxpayer-grade fair-use doctrine that survives appeal is a very different world from one that does not, and the difference is worth more than any single model release this year.
The category is the conviction
There is a version of this story that is purely about lawyers, and it is the boring version. The interesting version is about what happens to an industry when a cost it had treated as zero turns out to be real.
For ten years, "we trained on everything" was a flex โ a signal of scale and ambition. In 2026 it is starting to sound like a disclosure. The settlement put a public price on the input the whole field had been getting for free, and the appeal is about to decide how much legal cover remains for taking it. Neither event, by itself, ends anything. Together, they convert training data from an externality into a line item โ and once a cost is a line item, it stops being a footnote and starts being a strategy.
The labs that understood this early are the ones tracking provenance, signing licenses, and building clean-data tiers while everyone else is still calling the data free. The repricing is not coming. It is here, it has a number on it, and the only question left is who can afford to pay it โ because that, and not the benchmark scores, is what will decide who is still training frontier models in three years.
Watch the price of the data. The price of the data is the conviction.
Further reading
- The UK kills its AI copyright opt-out and reopens the licensing battle โ the policy mirror of this litigation story.
- Three-speed AI governance: EU simplification, CAISI, and the UK sandbox โ how the same input cost moves differently across jurisdictions.
- Anthropic's $965 billion S-1 and the bubble test โ how the company paying the largest copyright settlement is valued anyway.
- Prediction: a second nine-figure AI training-data settlement lands by end of 2026 โ the falsifiable follow-through to this piece.

