this post was submitted on 22 Oct 2025
63 points (98.5% liked)

Linux

9948 readers
290 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
 

The Fedora Council has finally come to a decision on allowing AI-assisted contributions to the project. The agreed upon guidelines are fairly straight-forward and will permit AI-assisted contributions if it's properly disclosed and transparent.

The AI-assisted contributions policy outlined in this Fedora Council ticket is now approved for the Fedora project moving forward. AI-assisted code contributions can be used but the contributor must take responsibility for that contribution, it must be transparent in disclosing the use of AI such as with the "Assisted-by" tag, and that AI can help in assisting human reviewers/evaluation but must not be the sole or final arbiter. This AI policy also doesn't cover large-scale initiatives which will need to be handled individually with the Fedora Council.

you are viewing a single comment's thread
view the rest of the comments
[–] passepartout@feddit.org 13 points 1 week ago* (last edited 1 week ago) (2 children)

Don't know how bad this take is, but not using LLMs for coding assistance to some degree just for the sake of not using LLMs might not be the best option right now.

There has to be a middle ground between letting the thing spit out whole kernel modules and refusing to use it at all.

Also having it declared as AI assisted code might be better than the people doing it anyway undisclosed.

[–] curbstickle@anarchist.nexus 15 points 1 week ago (1 children)

The middle ground, IMO, is not letting it spit out code.

Its almost certainly terrible, every time. Sometimes though... Its just mostly bad.

Ive found it useful for finding errors and potential optimizations though. Just not, you know, letting it actually write anything.

But letting it review and seeing:

This library is currently being considered for deprecation on this mailing list, where other library is being suggested instead.

Thats useful! Helpful, even.

Just not the nonsense it makes on its own.

[–] woelkchen@lemmy.world 1 points 1 week ago

The middle ground, IMO, is not letting it spit out code.

Are SPEC files for RPM creation code? How much actual code is even written under the Fedora umbrella, except maintenance scripts and such? Adjacent projects such as Anaconda are in the rhinstaller organization on Github: https://github.com/rhinstaller/anaconda

Either I overlooked the details or they aren't spelled out. From my experience of packaging software for myself as RPM (for openSUSE) the amount of actual code are a few lines of bash scripting to invoke sed and such.

[–] khleedril@cyberplace.social 0 points 1 week ago

@passepartout
Perhaps if AI were explicitly asked to write code in pidgin English (specifically something which is not meant to be compilable), and then that was used as the basis of actual code development?
@cm0002