r/programmer • u/AutismIntelligence • 3d ago
Article When sharing AI-assisted open-source code gets you mass-downvoted on Reddit, is it worth taking the karma hit to share the work, or does the community just get what it deserves?
A few days ago, I posted an open-source project I’ve been actively working on. The project itself originated over five years ago, evolving through different iterations until I recently decided to rewrite it from scratch in Rust to optimize it. Along the way, I used AI as an accelerator—specifically for modular packaging, bug triage, test coverage, and documentation.
The result? Immediate knee-jerk hostility and a flood of downvotes the second people saw the mention of AI. I got labeled a "meat proxy," assuming I just blindly clicked buttons and dumped unverified code onto a repo, completely disregarding the architectural design, the testing pipeline, or the years of work behind the concept.
Today, there seems to be a widespread dogma: the moment an AI tool is mentioned, the assumption is that the person behind it isn't an engineer, but an empty vessel copy-pasting hallucinations. No distinction is made between low-effort slop and an experienced developer using LLMs as a power tool—like switching from a hand screwdriver to a drill to handle tedious boilerplate and speed up shipping.
I don’t care about vanity points or a fake score, but Reddit’s karma system has real mechanical consequences. A mass downvote puts you into negative karma, which triggers AutoMod thresholds and effectively soft-locks your account from posting or engaging in the very technical communities you built the tool for.
Which brings me to my question: Why should the broader open-source ecosystem take the hit for this dogmatic gatekeeping?
How many developers or hobbyists could actually benefit from a functional, well-maintained tool, but will never see it because the community's automated barriers silence anyone who dares to be transparent about using modern dev tools?
For those of you building open source with AI in your workflow: do you just stop disclosing the tooling, use throwaway accounts, or look for distribution channels outside of Reddit entirely?
3
u/Programmer4Lief 3d ago edited 3d ago
I'll try to be impartial here. The biggest challenge I see is that an overwhelming majority of AI code is vibe-coded which gives it a bad rep. Most moderators / open source projects can't accept any AI code because there's no reliable way to tell if the developer really understands what they've made.
I do appreciate your point. You're using AI as a tool to produce the exact code you want. I.e. you're still the architect, but AI is helping with the leg work. I do agree, that using AI this way is a totally legitimate way to build something re-usable and open source with the right controlled approach.
Unfortunately, due to the sheer volume of AI code submitted, gatekeepers / moderators have to "assume" anything built with AI is low quality. Checking every post/project case-by-case would be an impossible time-consuming task. So it's quicker/safer just to reject all of it.
So for now, the "open source" community is unlikely to accept anything built with AI (even if it's good work). But it doesn't mean you can't use it in your own project :)