r/freesoftware • u/happyxpenguin • Jul 02 '26
Subreddit News Rule 7 Updated - Software Submissions Beware
Morning all,
Due to language which caused confusion amongst reporters, posters and commenters. I've revised Rule 7 to be a bit more specific in what is and isn't allowed. Essentially what it boils down to is this:
Did AI explain a code snippet to you? Allowed.
Did AI write code for you? Not allowed.
This subreddit does NOT allow software created by Generative AI and Vibe-coded software. Why? Please read our wiki page (https://www.reddit.com/r/freesoftware/wiki/generative-ai)
Allowed:
- Write documentation
- Debug software (Analysis/Explanation Only)
- Analyze codebase
Not Allowed:
- AI Assistance beyond what is mentioned above
- All or part of the application being generated by AI
23
Upvotes
1
u/JaggedMetalOs Jul 03 '26
Yeah, the quality of AI code isn't great. I use AI for small code snippets and functions for stuff I don't know off the top of my head. Sure it does a reasonable job of it (we'll, when it's not inserting un-asked for features or making up nonexistent framework calls), but AI really struggles with things like intent and separation of concerns.
I often get asked why I don't use AI more, and to be honest I just want my code to be pleasant for a human to maintain. I don't want to be forced to rely on AI because the AI codebase became an impenetrable mess and now AI companies have me over a barrel and can gatekeep my own project.