155
Linux creator Linus Torvalds puts foot down on anti-AI comments
(www.gamingonlinux.com)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Not only that, but AI output can't be licensed/copyrighted. The GPL license no longer covers the kernel in legal terms.
There seems to be legal discussions about that. It’s not quite as simple as you say:
https://kpmg-law.de/en/ai-and-copyright-what-is-permitted-when-using-llms/
Yeah any decision would be on a case by case basis, which is normally something you'd want to avoid.
I've seen a couple of Linux devs talk about how they just give a prompt to claude and walk away leaving it alone to spit out the code, none of which can be licensed as GPL. But good luck working out what specific lines of what specific patches of theirs used an LLM vs. were re-written or such.
While I share Linus opinion on LLMs, I think doing this shit is extremely stupid and lazy.
Best to not believe anything KPMG says about AI.
Actually if KPMG say the sky is blue you should probably go outside and check and also make sure you still have your wallet.
yeah and the paintbrush somehow has abstracted access to millions of proprietary and copyleft licensed source code in forms of weight.
this is a clear misuse and abuse of any fair use rights, and clear push to centralisation of copyright to only a few companies with big budgets that can defend themselves.
i mean, can you really challenge and win against openai, a company backed by the govt, that your copyleft source code are misused as training data?
this is FUD and not true. projects are licensed not lines of code.
But if there are proprietary lines of code that end up in a project with an open license, you get a violation. 🤷♂️
what is a proprietary line of code? how do you look at a for loop or uf statement and say "i own that". i can tell you that in all the huge applications i have worked on in the last 27 years, there isnt special proprietary code. there is proprietary data but not code.
the only time you really have proprietary codeis specialized code talking to a specialized device. so maybe a closed source driver.
I have worked at two companies back-to-back for a total of about 8 years, so significantly less time, that both definitely had proprietary code.
It is code that does things that nobody else is doing, or able to do, and patented, I believe(?).
But nice anecdote. 👍