Replying to @⁨Malyca@lemmy.zip⁩

Not to defend the AI crowd, but ever go to a Goodwill Outlet store? They usually have at least 1 gaylord box (the giant box on a pallet watermelons come in) full of books. Not sure how often they cycle those out, but I’m guessing pretty regularly. Multiply that by every semi major city Goodwill has a presence in. Add in other thrift sores with a similar quantity of books. You’re talking ALOT of books. SO MANY books are thrown out everyday. Including by libraries. I don’t really have a problem if some of those get diverted for a bit to be scanned. Yes, it’s sad to see books getting destroyed. But there’s alot of stuff people just really don’t want. And, if you REALLY want a villain, maybe you can blame copyright law? That’s part of the reason AI companies destroy the books - it helps to make their scanning efforts more legal. Absent that, they could probably be convinced to spend just a little more for nondestructive scanning, assuming they could find a home for the books they scanned (the sellers of these things couldn’t, so good luck).

Replying to @⁨auntieclokwise@lemmy.world⁩

Bibles. There are so many fucking bibles. When I worked for a church we probably had 20 people a year buy a while new set of new bibles for the church. Like - we already had like 3,000 bibles with a weekly attendance of about 500. We didn’t need new bibles, but people just kept giving them to us.

It’s the most-printed book of all time, and they just don’t stop making them. It’s insane.

Replying to @⁨minus@lemmy.zip⁩

Is it really destroying though? They’re digitizing them, and publishers still have the digital copies ready to print more at any time. So it’s not like they’re destroying the texts, they’re just shifting them.

Nobody complained when Google did this over a decade ago 🤷

When you say they’re “destroying the books” you make it sound like they’re erasing one of the last known copy of some important work when in reality, most of these books were purchased in bulk from bookstores and libraries that were planning on discarding them anyway.

Almost all these books were either headed to the dump or the recycling center. They’re just being digitized on the way.

Replying to @⁨minus@lemmy.zip⁩

If you think any more than 0.1% of these physical books would ever have ended up in antique bookstores, you’re dreaming.

Think about how many books out there are things like Donald Trump’s biography, or pointless drivel from non-experts, self-help books that tell people to down “essential oils”, old editions of programming books, or just plain shitty fiction that never sold much in the first place.

It’s ok to throw trash away! Really!

Replying to @⁨riskable@programming.dev⁩

Why would they scan that stuff though? That kind of mass market (human made) slop is easily available in digital form. We know the AI companies have engaged in mass digital piracy, including running massive torrenting operations. So if a digital copy exists, they probably already have it. And even if they have to buy it, purchasing an ebook is a lot cheaper than buying a physical one, shipping it, paying someone to scan it, etc.

I would think the old, the out-of-print, the rare, and never-before digitized are the only things worth buying and physically scanning in 2026. Everything else has already been scanned or was born digital-native.

Replying to @⁨isleepinahammock@lemmy.blahaj.zone⁩

Legal reasons: When you “purchase” an ebook you’re actually just licensing it and nearly all ebook licenses exclude the ability to do anything with the ebook other than read it yourself.

They could get a commercial license to get big ebook libraries like Anthropic did, but they can’t, really, because Anthropic paid for an exclusive license. Which means that if other AI companies want to compete, they sort of have to buy books in bulk and tear them apart to scan them.

Replying to @⁨isleepinahammock@lemmy.blahaj.zone⁩

Haha: What you state is logical and reasonable. That position would be easy to defend, if the legal system around copyright made sense.

Unfortunately, it isn’t a logical system. You’re trying to apply copyright law—which has now been ruled on in court, officially making training AI with copyrighted material Fair Use.

The problem is that the issue with ebooks is all about contract law. Not copyright.

When you “purchase” an ebook (which is a misnomer), you’re actually signing a legally binding contract. A license, in effect, to use that copyrighted work for the sole purpose outlined in the contract. That outlined purpose expressly forbids using the work for anything other than you—the purchaser—reading it (usually on the platform they specify).

Having said that, many, many court rulings have found numerous license clauses like that to be unenforceable. That is, just because it’s written in the contract, doesn’t mean it’s legal.

The courts have ruled—thanks to everyone’s efforts fighting the MPAA, RIAA, Sony, Microsoft, and Nintendo in the 1990s and early 2000s—that everyone does have the legal right to “platform shift” whatever copyrighted works they own.

To get around that, those very same entities tried to use the Digital Millennium Copyright Act’s rules about circumventing “copyright protection mechanisms” to try to make it illegal for people to platform shift their stuff anyway. That is, they added trivial encryption to all their platforms.

But it’s even more complicated than that! Because Congress gave the Librarian of Congress the power to say when it’s legal to circumvent such “copyright protections.” For example, technologies that aid the blind (I.e. gotta decrypt that file for the program to read it out loud).

There’s other exceptions and everyone fights to get more added whenever it comes up.

The key takeaway, though is that none of this complicated mess applies to physical books! So there ya go 😁👍

Replying to @⁨riskable@programming.dev⁩

I imagine they were talking about destruction in a practical sense. Disassembling the book and scanning it like that is faster and cheaper than purpose build book scanning machines.

Additionally, court documents indicate they generally just throw them away afterwards. So the knowledge is retained, but that book is destroyed.

tagteam.harvard.edu/hub_feeds/3415/…/14341220

tagteam.harvard.eduTagTeam :: Anthropic destroyed millions of print books to build its AI models - Ars Technica - Music and Digital Media

Replying to @⁨kescusay@lemmy.world⁩

Big AI mostly switched to synthetic training data anyway. The books they’re digitizing are being used to gather knowledge, not writing styles or logic (mostly).

As in, when you ask ChatGPT how long some book is, it can just go check (if it’s in the database). It’s also useful if you ask about that book or about knowledge contained in that book. It’ll even reference books now (if you demand that in your prompt).

It’s not the same as earlier LLM tech which relied on scanned text to figure out how to respond to any given prompt (from a language standpoint). The “language” part of LLMs is a solved problem now (thanks to the synthetic training). At least for English 🤷

Replying to @⁨riskable@programming.dev⁩

The problem is that synthetic data is not fit for that purpose. The more of it you use, the worse at dealing with the edge cases LLMs get.

Think of it like this… You feed a language model a bunch of genuine human-written content. Great. Now it can produce the most likely text in a lot of cases. Word combinations that rarely appear in written language rarely get generated, so most of its synthetic data lacks those rare - but still valid - combinations.

Train it on this synthetic data, and now more outliers and rare combinations get filed off. Rinse and repeat.