this post was submitted on 08 Apr 2026
11 points (72.0% liked)

Linux

13631 readers
1050 users here now

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

founded 2 years ago
MODERATORS
 

TL;DR: The advent of AI based, LLM coding applications like Anthropic’s Claude and ChatGPT have prompted maintainers to experiment with integrating LLM contributions into open source codebases.

This is a fast path to open source irrelevancy, since the US copyright office has deemed LLM outputs to be uncopyrightable. This means that as more uncopyrightable LLM outputs are integrated into nominally open source codebases, value leaks out of the project, since the open source licences are not operative on public domain code.

That means that the public domain, AI generated code can be reused without attribution, and in the case of copyleft licences - can even be used in closed source projects.

you are viewing a single comment's thread
view the rest of the comments
[–] definitemaybe@lemmy.ca 2 points 1 month ago (1 children)

This argument fundamentally misunderstands AI and copyright.

Straight dumps of AI output can't be copyrighted, but as soon as it's modified by a human in nontrivial ways, it's copyrightable again. If open source projects are using straight dumps of AI output without modifications, then the project will be irrelevant before copyright matters, lol.

[–] yoasif@fedia.io 1 points 1 month ago

as soon as it's modified by a human in nontrivial ways

is doing a lot of heavy lifting here.

We know that people are using coding LLMs as slot machines - pull the handle and see if it solves your problem. Where is the human modifying anything? That is a "straight dump" of AI output without modifications.