Are you using LLMs to write Free Software?

Then you should know whether your software is copyrightable, the situations in which you can license it, and what risks it may create for maintainers.

Our new Legal Corner explains what you need to consider:
fsfe.org/news/2026/news-20260825-01.html

#FreeSoftware #OpenSource #Copyright #LLM #AI #generativeAI #VibeCoding

Esta entrada fue editada (hoy, 10:46)

reshared this

in reply to Maât
@Landa I'm surprised by a vision of the thing which does not fit with reality. You can always try to give these things a detailed specifications document and keep your fingers crossed. It will just produce horrible result. Maybe for tiny perimeters it might work (more or less) but for bigger software pieces don't expect it to produce decent things without permanent watch and guidance.
in reply to Maât

@maat

I was exaggerating a bit for dramatic effect, but most of these roles also don't get any copyright in the finished product, be it source code or a novel.

If you write architectural or design documents, you may have copyright on them, but not on source code created based on them.

Debugging a piece of software doesn't give you copyright on it, except on any code changes you write if they're significant enough.

Coaching someone or something or reviewing the output gives you nothing.

Sorry, you can't have your cake and eat it too.

@fsfe

Esta entrada fue editada (hoy, 17:07)
in reply to Free Software Foundation Europe

Same vibe...

Edit: Actually actually actually:

"Some legal professionals have suggested that Naruto v. Slater could be a potential precedent in copyright litigation over works created by generative AI.[57]"

🐵 📷

en.wikipedia.org/wiki/Monkey_selfie_copyright_dispute

Esta entrada fue editada (hoy, 12:30)
in reply to Rihards Olups
The LLM would have to be trained in such a way that each token keeps a reference to which source documents are being used as a reference, and in which proportions. When said token is used to generate a response, it would then be able to compare it with the source documents, determine how much of a contribution did each document provide to the response, and credit each document above a given threshold.
in reply to Free Software Foundation Europe
honest question: if I were to publish all my code as Public Domain (or CC-0), I understand it would not be free software under the FSF definition, but could it still be safely included/reused in other free software projects? (if so, I'd be quite happy to simply relinquish my copyrights, and get on with it).