this post was submitted on 13 Dec 2025
481 points (99.0% liked)

Linux

11023 readers
419 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 GNOME.org Extensions hosting for GNOME Shell extensions will no longer accept new contributions with AI-generated code. A new rule has been added to their review guidelines to forbid AI-generated code.

Due to the growing number of GNOME Shell extensions looking to appear on extensions.gnome.org that were generated using AI, it's now prohibited. The new rule in their guidelines note that AI-generated code will be explicitly rejected

you are viewing a single comment's thread
view the rest of the comments
[–] i_stole_ur_taco@lemmy.ca 86 points 4 weeks ago (2 children)

extension developers should be able to justify and explain the code they submit, within reason

I think this is the meat of how the policy will work. People can use AI or not. Nobody is going to know. But if someone slops in a giant submission and can’t explain why any of the code exists, it needs to go in the garbage.

Too many people think because something finally “works”, it’s good. Once your AI has written code that seems to work, that’s supposed to be when the human starts their work. You’re not done. You’re not almost done. You have a working prototype that you now need to turn into something of value.

[–] skepller@lemmy.world 11 points 4 weeks ago

Too many people think because something finally “works”, it’s good. Once your AI has written code that seems to work, that’s supposed to be when the human starts their work.

Holy shit, preach!

Once you give a shit ton of prompts and the feature finally starts working, the code is most likely complete ass, probably filled with a ton of useless leftovers from previous iterations, redundant and unoptimized code. That's when you start reading/understanding the code and polishing it, not when you ship it lol

[–] Jankatarch@lemmy.world 8 points 4 weeks ago* (last edited 4 weeks ago)

Just the fact that people are actually trying to regulate it instead of "too nuanced, I will fix it tomorrow" makes me haply.

But they are also doing it pretty reasonably too. I like this.