Earlier quoted context omitted.
If the clean room re-write was done entirely by Claude, then the result cannot be copyright in the USA, and thus there is no license at all. And if he was in fact more involved (which he appears to deny) that it's a bit weak to say that someone with huge familiarity with chardet could choose to reimplement chardet without the result being derivative.
So if I read any LGPL code in my life, I can never think about working on something similar in my life?
Is legal the same as legitimate: AI reimplementation and the erosion of copyleft
451–460 of 623 posts
Re: Is legal the same as legitimate: AI reimplementation and the erosion of copyleft
#452So, you could argue that people are using double standards here a bit. It's fine when people take proprietary software and create GPL versions of it. But it's not OK when people take GPL software and create permissively licensed or proprietary versions of it. That's of course not how copyright actually works. The reason all of this is OK is that copyright allows you to do this thing. This isn't some kind of loophole that needs closing but an essential feature of copyright.
The friction here, and common misunderstanding about how copyright works is that you don't copyright ideas but the form or expression of something. Making a painting of a photograph is not a copyright violation. Same idea, different expression. Patents are for protecting ideas. Trademarks are for protecting brands. Some companies have managed to trademark certain color codes even, which is controversial.
There's a lot of legal history for interpretation of what is and isn't "fair use" under copyright of course. It gets much more complicated if you also consider international law and how copyright works in different countries. But people being able to make reasonable use of copyrighted material always was essential to the notion of having it to begin with.
The reason we can have music that uses samples from other people's music without that being a copyright violation is exactly this fair use. In the same way, you can quote from books and create funny memes based on movie fragments. Or create new theater plays, movies, etc. reinterpreting works of others. All legal, up to a point. If you copy too much it stops being fair use and starts being plagiarism.
With software copyright violations, you have to prove that substantial parts of the software were lifted verbatim. Lawyers and judges look at this in terms of how they would apply it to a plagiarism case. Literally - software doesn't get special treatment under copyright. Copyright long predates the existence of software and computers and did not change in any material way after that was invented.
Re: Is legal the same as legitimate: AI reimplementation and the erosion of copyleft
#453"If you distribute modified code, or offer it as a networked service, you must make the source available under the same terms. This is not a restriction on sharing. It is a condition placed on sharing: if you share, you must share in kind." -- This is, on any plain reading, a restriction on sharing. "You can share only under these conditions" is plainly more restrictive than "sure do whatever you want". You can argue…
Re: Is legal the same as legitimate: AI reimplementation and the erosion of copyleft
#454Earlier quoted context omitted.
What if you used the LLM to generate works that were already copyrighted?
IMO the bigger question is how would you even tell if a work was generated by an LLM? There's a ton of code being written out there; the folks who generated it are going to claim they authored it for copyright purposes, and those who want to use it are going to claim it was LLM-generated. So what happens?
Re: Is legal the same as legitimate: AI reimplementation and the erosion of copyleft
#455Earlier quoted context omitted.
> In practice, IP law tends to be an expensive weapon the wealthy major corporations use against the little guy. Deep enough pockets and a big enough warchest of broad parents will drain the little guy every time. Then fix that instead of blowing it up. Because IP law is also literally the only thing that protects the little guy's work in many cases. Arguments like yours are kinda unfathomably incomplete to me, almos…
It's not at all obvious whether copyright net protects or destroys the little guy. It definitely does some of both, and we have no obvious measure or counterfactual to know otherwise. You also have to take into account not just if optimal reform or optimal dismantle is better, but the realistic likelihood of each, and the risk of the bad outcomes from each. Protect even more conceptual product ideas seems pretty stro…
It's super obvious, unless your perspective basically stems from someone who was mad they couldn't BitTorrent a ton of movies.
I mean, FFS, copyright is the literal foundation for open source licenses like the GPL.
My sense is a lot of the radically anti-IP fervor ultimately stems from people who were outraged they could be sued for seeding an MP3 (though it's accreted other complaints to justify that initial impulse, and it's likely some where indoctrinated from secondary argumentation somewhat obscured from the core impulse).
That's not to say that there are not actors who abuse IP or there aren't meaningful reforms that could be done, but the "burn it all down" impulse is not thought through.
Re: Is legal the same as legitimate: AI reimplementation and the erosion of copyleft
#456The really interesting question to me is if this transcends copyright and unravels the whole concept of intellectual property. Because all of it is premised on an assumption that creativity is "hard". But LLMs are not just writing software, they are rapidly being engineered to operate completely generally as knowledge creation engines: solving math proofs, designing drugs, etc. So: once it's not "hard" any more, does…
The point of IP is to encourage the creation of new things. Not all protections have to be ones that give total control like copyright. I think it's a mistaken assumption that costs will fall to zero. The low hanging fruit will get picked, and then we'll be doing expensive combined AI/wetlab search for new drugs. If there is any meaningful headroom we will keep doing expensive things to make progress.
Then why are corporations allowed to milk successful works for all eternity? Why do we have Disney monopolizing films made half a century ago? Why do we have Nintendo selling people the exact same Mario ROMs from the 80s every single console generation?
They should have like 10 years of copyright so they can turn a profit. Once it expires it's over and the work enters the public domain where it belongs. If they want to keep profiting they should have to keep creating new things. They shouldn't be able to turn shared culture into eternal intellectual property portfolios that they monopolize and then sit on like dragons.
Re: Is legal the same as legitimate: AI reimplementation and the erosion of copyleft
#457Has anyone else lost almost all respect for Antirez because of stuff like this?
Re: Is legal the same as legitimate: AI reimplementation and the erosion of copyleft
#458Here we see three engineers writing — at length! — about a hugely complicated matter of law.
No one outside your bubble cares what you think. You are unqualified and your opinions irrelevant. You might as well be debating open heart surgery techniques.
Re: Is legal the same as legitimate: AI reimplementation and the erosion of copyleft
#459Re: Is legal the same as legitimate: AI reimplementation and the erosion of copyleft
#460Earlier quoted context omitted.
> Training on copyleft licensed code is not a license violation. Any more than a person reading it is. Some might hold that we've granted persons certain exemptions, on account of them being persons. We do not have to grant machines the same. > In copyright terms, it's such an extreme transformative use that copyright no longer applies. Has the model really performed an extreme transformation if it is able to produce…
>Has the model really performed an extreme transformation if it is able to produce the training data near-verbatim? Sure, it can also produce extremely transformed versions, but is that really relevant if it holds within it enough information for a (near-)verbatim reproduction? I feel as though, from an information-theoretic standpoint, it can't be possible that an LLM (which is almost certainly <1 TB big) can contai…