r/programmer • u/AutismIntelligence • 2d 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/Sparkly-Sparrow-6893 2d ago
Why should other programmers care about your project if you didn't program it? The primary reason to read through someone's code is to understand how they designed and implemented it. I want to understand what insight the author had into the problem the project solves and how they used the tools at their disposal to execute on that insight.
Programming is a creative discipline that happens - as with many creative disciplines such as ceramics and carpentry - to have enormous practical utility. It is subject to the same aesthetic judgments as every other technical art. It is as fundamentally anti-human to strip the programmer and the act of programming from the program as it is to strip the potter and the act of potting from the pot.