|
|
Log in / Subscribe / Register

Is that not the LLM guy?

Is that not the LLM guy?

Posted May 8, 2026 22:28 UTC (Fri) by intelfx (subscriber, #130118)
In reply to: Is that not the LLM guy? by mirabilos
Parent article: killswitch for short-term emergency vulnerability mitigation

>> * All code must be compatible with GPL-2.0-only
> … which clearly excludes LLM-regurgitated slop.
> After all, it is a plagiate of other works under conflicting licences and, in ipso, unlicenced.

It must be noted that this (both the premise and the conclusion you made from this premise) is your opinion only, which is not necessarily shared neither by the majority of the community, nor by the law and/or legal precedent so far.


to post comments

Is that not the LLM guy?

Posted May 8, 2026 23:15 UTC (Fri) by mirabilos (subscriber, #84359) [Link] (8 responses)

At least the second half is confirmed by the copyright office of the USA.

Is that not the LLM guy?

Posted May 9, 2026 0:56 UTC (Sat) by intelfx (subscriber, #130118) [Link]

> At least the second half is confirmed by the copyright office of the USA.

Which one specifically? And [citation needed].

Is that not the LLM guy?

Posted May 11, 2026 20:13 UTC (Mon) by JoeBuck (subscriber, #2330) [Link] (6 responses)

Are you sure? The US Copyright Offfice has said that AI generated works aren't protected by copyright, which basically means public domain. So if a patch is partly AI-generated and partly human-written, and the human contributor wants to use GPL 2.0, then the combined work is GPL plus public domain code. So, legal to distribute under the GPL.

Of course, IANAL.

Is that not the LLM guy?

Posted May 11, 2026 20:28 UTC (Mon) by farnz (subscriber, #17727) [Link] (1 responses)

Have you a link for this?

The last I saw, the US Copyright Office had said that the AI cannot be a copyright holder on an AI generated work, and thus that where the attempt at registering a work explicitly states that the AI is the sole author, there is no copyright.

However, this does not mean that AI generated works aren't protected by copyright; where the AI is used as a tool by a human, there's room for the human input to be enough to reach the bar needed to make the work protected by copyright.

It's essentially, in law, the same position as Emacs; if you claim that the work is purely produced by Emacs, then it can't be protected by copyright (since Emacs is a tool, not a human), but if you claim that the work is produced with Emacs driven by a human being, the resulting work can be protected by copyright. Substitute "AI" for "Emacs", and you get the answer the US Copyright Office came to, last time I looked.

Is that not the LLM guy?

Posted May 11, 2026 20:55 UTC (Mon) by mirabilos (subscriber, #84359) [Link]

> The last I saw, the US Copyright Office had said that the AI cannot be a
> copyright holder on an AI generated work

That, yes (that much is obvious, it has to be human creativity), but they did NOT rule out that copyright from authors of “training data” applies.

Is that not the LLM guy?

Posted May 11, 2026 20:30 UTC (Mon) by Cyberax (✭ supporter ✭, #52523) [Link] (3 responses)

It's likely that we'll see the protection applied to the _prompt_.

So if you ask the LLM to "fix this issue", then the result is not going to be copyrightable. But if you provide a detailed step-by-step spec for the fix, the result might be protected.

Is that not the LLM guy?

Posted May 12, 2026 10:17 UTC (Tue) by stijn (subscriber, #570) [Link] (2 responses)

Prompts do not deterministically lead to the same result every time, so the detailed step-by-step spec is not a spec; I have doubts that the code resulted from the prompt is thus copyrightable. The rules in this new world are very unclear to me.

Is that not the LLM guy?

Posted May 12, 2026 19:25 UTC (Tue) by Cyberax (✭ supporter ✭, #52523) [Link]

Sure. And in photography you'll never get two identical pictures. Yet you can still copyright specific arrangements of items in a photo.

This is going to be a case-by-case issue.

Is that not the LLM guy?

Posted May 12, 2026 21:27 UTC (Tue) by rgmoore (✭ supporter ✭, #75) [Link]

The question is whether the LLM is the thing doing the work or if it's a tool being used by a human. Deterministic results aren't necessary to show human creativity was involved. Plenty of artists use techniques that incorporate some degree of randomness, like Jackson Pollack's splatter paintings or works including found objects. As long as the artist is making substantial creative choices, the work still qualifies for copyright. The same thing should be true of using an LLM as a programming tool. If the programmer is providing the ideas and the LLM is only handling implementation details, there would probably be enough creativity to qualify.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds