cd /news/artificial-intelligence/ai-slop-keeps-flooding-gnome-extensi… · home topics artificial-intelligence article
[ARTICLE · art-84798] src=feed.itsfoss.com ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

AI Slop Keeps Flooding GNOME Extensions, So They Wrote a Manual for Bots Instead

GNOME Shell Extensions reviewer Javad Rahmatzadeh published a new set of best-practice guidelines on July 27, 2026, aimed directly at AI models generating extensions, after the flood of AI-generated submissions to extensions.gnome.org (EGO) continued despite a December rule banning them. The guidelines instruct AI models to clean up resources properly, avoid overengineering, target a single GNOME Shell version, and include a comment stating the extension is AI-generated for personal use and should not be uploaded to EGO unless the user understands the code. Rahmatzadeh's move is damage control to protect the manual review process from being overwhelmed by low-quality AI slop.

read3 min views1 publishedAug 3, 2026
AI Slop Keeps Flooding GNOME Extensions, So They Wrote a Manual for Bots Instead
Image: source

GNOME Shell Extensions are usually sourced from extensions.gnome.org, or "EGO" as the GNOME folks call it. Every submission on this portal is manually reviewed, and that review process has been under strain for months now.

We covered this back in December when GNOME added a rule to its EGO review guidelines rejecting AI-generated slop.

They did allow the use of AI for learning and code completion purposes, but generating the entire extension where the developer can't explain or debug it convincingly was explicitly forbidden.

Months later, and the deluge of AI slop hasn't slowed.

So last week, Javad Rahmatzadeh, the same developer behind that original rule, tried a different approach. Instead of just rejecting bad submissions after the fact, he wrote instructions aimed directly at the AI models generating them.

Making the clankers understand #

Given that the review queue is still flooded with AI-generated extensions, and most of them repeat the exact same mistakes (bad practices, as he puts it), Javad's new approach skips the reject-and-explain method entirely.

Most of the guidance is about cleanup. Extensions need to remove timeouts, disconnect signals, and destroy widgets in a specific order inside destroy()

. Javad also calls out AI models for adding boolean flags like _destroyed

to guard against improper calls, when the instance should just be nulled out and never referenced again after destroy()

runs.

Then there's the overengineering. AI models tend to wrap safe function calls in unnecessary error handling and add checks for methods that are guaranteed to exist. Javad traces this back to models trying to write code that works across several GNOME Shell versions at once, and his fix is simple.

Just target one version instead of covering every possible one.

The rest is about keeping code organized. Split logic across multiple files instead of one bloated entry point, keep related functions close together so cleanup is easy to check, and don't submit placeholder code with empty functions just to have something to show for it.

There's a separate rule aimed at the AI models themselves. Any AI-generated extension meant only for personal use has to ship with a comment saying so, telling the person not to upload it to EGO unless they actually understand the code well enough to maintain it. 👇

// Generated with AI for personal use.
// Do NOT upload to extensions.gnome.org (EGO) unless you understand JavaScript
// and can maintain this code.

Some thoughts #

Clankers overwhelming open source contributors is not new news. We've seen more than enough by now to conclude that these bots will take the open source ecosystem down if not moderated with a strong hand.

What GNOME's Javad has done here is damage control. He and the other EGO reviewers have an important job. If they get inundated with AI slop that literally doesn't make sense, then that is a big loss for us, the GNOME users who install extensions to improve our desktop experience.

Enjoyed this update? Support independent Linux news coverage

It's FOSS has been helping people use Linux for the past 14 years. Help us stay independent from big tech. Become a Plus member, enjoy ad-free reading and get 5 eBooks.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @gnome 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/ai-slop-keeps-floodi…] indexed:0 read:3min 2026-08-03 ·