this post was submitted on 04 Mar 2026
57 points (98.3% liked)
TechTakes
2472 readers
294 users here now
Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.
This is not debate club. Unless it’s amusing debate.
For actually-good tech, you want our NotAwfulTech community
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I guess all that bad code people have been prompting AI to write is public domain, no matter what license they assign to it. Licenses are all based on copyright.
except that it's all stolen code. whether it's a copyright violation, well that's call your lawyer
Heh, this would be fantastic and I think technically in line with the GNU GPL - all code produced from GPL code must also be licensed as GPL. Therefore the output of any model that trained on any GPL code would also be GPL.
Open source all the things!
The GPL is a license based on copyright. If AI output can't be copyrighted, then it can't be licensed, it becomes public domain, which means you can make a derivative, then copyright that under a commercial license.
With no.copyright, stuff gets weird fast.
No no, see the GNU GPL is copyleft:
https://en.wikipedia.org/wiki/GNU_General_Public_License
So if (stressing the if) output from an AI that was trained on GPL code is considered a derivative work, then it must also be licensed as GNU GPL. That makes it open source, but not unlicensed.
GNU GPL is intentionally insidious this way, it prevents corporate profiteering from GPL projects because any derivative work must use the same license.
The question is whether a court decision would uphold that AI generated code based on GPL code training counts as a derivative work. This decision regarding generated art seems like it might set a precedent for that.
Wait, so if you include LLM-derived source code into a GPL project, it loses it's access to copyright?
This doesn't make sense...
And one would thing the same would have to be true of proprietary software.