Keep your Claude code/codex projects to yourself
Posted by Lower_Fan@reddit | sysadmin | View on Reddit | 96 comments
I like these coding models is nice that they can one shot fairly complicated scripts and you can get a demo app working in a few days.
However, keep it to yourself. imagine if people were sharing spreadsheets? nobody does that because we all can use excel and we all can AI to build whatever crap we want that is going to fit us and noone else.
I hope mods can do something about it. Let's ban github for now or at least restrict links to members that have been part of the community for x amount of time or have x amount of karma only on this sub
bileco101@reddit
I get the frustration with low-effort AI posts. But the spreadsheet comparison isn't quite right. People share templates constantly. The real issue is the lack of context, not the tool. Banning GitHub is overkill. Just require meaningful explanation with the code dump. That would filter out most of the noise. Let the community decide what's valuable through voting. No need for heavy-handed restrictions. Just better posting guidelines. That usually works.
PENGUINSflyGOOD@reddit
I just hate when the post is 100% written by ai word for word. At least use your own words to describe what you're sharing.. show that some effort and thought went into it from a human.
OneSeaworthiness7768@reddit
And then the people in the comments going “you don’t know that they used AI, AI is just trained to sound like how people write, I’m sick of everyone accusing every post of being AI!” Like, no. It’s extremely fucking obvious.
KingdomOfAngel@reddit
This
ninjaluvr@reddit
Yeah, it's nice to speak with humans
Unnamed-3891@reddit
You thought people aren’t sharing spreadsheets?
Bazzatron@reddit
I've seen people still using them as a database, every read/write generating an exclusive lock with the perpetual race condition of "end users gonna end use".
queBurro@reddit
We're decoupled from the db implementation behind a repository layer. As long as we're all happy with performance, security and D/R then why not? Apart from it being a rubbish idea.
thatpaulbloke@reddit
I did that in VBA when it first came out in the early to mid nineties just to prove that it was possible, but I made sure that every single file and piece of code was destroyed afterwards. Can't risk that kind of infection getting out into the world.
Bazzatron@reddit
I just had to do something in VBA, as a relative baby developer, I was absolutely flabbergasted going from things like Python, Java and C to VBA. Totally new way of working, what an experience 😅
Glad the whole thing never saw production!
Mothringer@reddit
You can tell from that example this guy had never played an MMO in his life. Although in practice, those spreadsheets have more in common with xzip than they do with somebody’s vibe-coded app.
Lower_Fan@reddit (OP)
I.... Just forgot about the dozen of monster hunter calculators I have on my gdrive. I went looking for those tho...
Mothringer@reddit
No hard feelings, but was one of the worst possible examples you could’ve used. I know in my pre-sysadmin days I have made spreadsheets that took thousands of hours to develop and are still in use at a fortune 5 company.
mediocrobot@reddit
You brought up spreadsheets for RPGs in the first place, and OP reminisced about their experiences with that. Why the hell are you treating this as an ego measuring competition?
dparks71@reddit
At least in my experience, it's more like one guy built a working version 15 years ago that's 98% big free and it hasn't been QC'd or changed since, so by the time it gets to you it's 3 standards revisions behind.
Trying to get structural engineers to move to git though? Yea, just accept the spreadsheet and pray it's still conservative.
Lower_Fan@reddit (OP)
But that's within your company. That one guy didn't make it public and started advertising it everywhere he could.
rstr1212@reddit
You have zero clue what you are talking about
dparks71@reddit
No they did, it was at a major consultant and they licensed them to major class 1 railroads. I'm sure they're still in production today and still not up to date with modern versions of AREMA haha.
shimoheihei2@reddit
In the personal finance world, people not only share spreadsheets, they sell them as their "budget system". So I agree with your base premise but your example is flawed.
Ssakaa@reddit
I've dealt with the worst middle ground... people selling shit kludged together in spreadsheets and a bit of vbs as "software" that they wanted thousands a seat in licensing for...
MakeUrBed@reddit
We had a user submit a ticket yesterday for installing office so they could work on spread shits . Not familiar with this technology. I wonder if it's similar to a Cleveland Streamer.
jinks@reddit
That was probably just a typo. Ask them if they were looking for Microslop Orifice to deal with their spread shits.
agingnerds@reddit
Also a good spreadsheet with a cool formula doing cool stuff... I am interested in.
Expensive_Finger_973@reddit
There are whole Excel competitions.
https://excel-esports.com/
spittlbm@reddit
I'm going in early and sending my spreadsheet
OregonTechHead@reddit
I'm torn. I don't want to see this sub being nothing but AI coded "I built this" posts.
But also, if you're blindly running something randomly posted on reddit, well....goodluck.
spukhaftewirkungen@reddit
Maybe you could just try to ignore when the mean, horrible people who are inspired by the possibilities of new technology and offer you free software?
Chill_Squirrel@reddit
Anything with the words "I built" just makes my eyes roll nowadays.
FrivolousMe@reddit
They start with "I built" because it sounds humble. Then they go on linkedin and to VCs calling themselves a "Founder" lol.
OneSeaworthiness7768@reddit
They think they run a startup because they published an app and then spammed it on social media. I don’t know how these people take themselves seriously.
FrivolousMe@reddit
They're all over twitter and linkedin with a professional headshot and a bio that has enough buzzwords to to cut a forest down
OneSeaworthiness7768@reddit
“I was sick of _, so I built _”
PsychoGoatSlapper@reddit
Especially because 95% of the time ‘they’ didn’t make a damn thing.
Lower_Fan@reddit (OP)
And are going to put even less effort in maintaining it.
int0h@reddit
Maintaining? Works on my computer...
theEvilQuesadilla@reddit
Ai WrOte It, So ObViOuSlY iT cAn'T bE hAcKeD
NotTodayGlowies@reddit
Honestly, it's pretty bad. What's fun is when it passes linting, SAST, and secret detection, then passes it's own unit test because it's always a good idea to have the LLM write it's own unit test, only to fail in production....
iamwayycoolerthanyou@reddit
It's really too bad. I remember putting so much time into these scripts.
rosseloh@reddit
I have so many other things to do that I'm really coming around to (during our testing period) letting the bot do the grunt work. Most of my time writing scripts in the past hasn't been actually writing or even debugging, it's finding what tools exist in powershell or whatever to let me do what I need to do in the first place. And that's where this excels - it parses search results much, much faster than I do.
I wrote two yesterday that, had I done them by hand, probably would have taken the bulk of my day. It ended up taking 30 minutes for both.
I'm still vetting the scripts line by line and make sure they're doing what I expected, and testing appropriately instead of just deploying blindly.
Frothyleet@reddit
This is really weighing on me, I'm in a similar boat. It's hard to justify handwriting as much scripting when there's other things I could/should be working on. And while I can test and validate and review code that an AI tool is generating or helping generate, I absolutely feel like my coding and problem solving skills are atrophying a bit.
rosseloh@reddit
So far the scripts I've had it assist with have been almost entirely for time saving, like the one I'm testing right now to iterate through switch stacks at one of my remote sites and save the LLDP neighbor info for all of them (which I will then feed back into it and ask it to build interconnect tables). There's not really any troubleshooting involved here, it's just "doing this manually would take hours".
I also had it do "script that kills the teams process and clear's the user's cache", which is one I have yet to fully vet but looks promising. That's an example of "I don't know what to leverage within powershell to do this, I could figure it out, but it would take hours, and the bot made the script in five minutes plus a couple of back and forth iterations for another few minutes".
So I definitely feel you. But overall, I'm the network admin on paper and have network admin work to do, it's just we're such a small team that we all do everything including ticket triage, so time management is important and a tool that can force-multiply me is invaluable. Just casually having to ditch my personal gripes and morals on the subject in order to do my job, lol.
Mrhiddenlotus@reddit
Its too bad you dont have to anymore?
Kyky_Geek@reddit
That’s kinda my thing too. I have old large scripts I spent ages on. I had one of those “book” things right next to me titled Powershell 3.0 lol.
Adrenalinmike@reddit
Isn't it the choice of each member which link he wants to follow and where not ? Just thought so. I assume the majority is old enough without being guarded by mods or members.
hkusp45css@reddit
I don't think you understand the "problem" you're trying to solve, which is why your solution sounds silly.
FrivolousMe@reddit
Gatekeeping "I built this" posts behind a karma gate would eliminate a lot of the worst, most spammy ones to be fair. Brand new account -> AI written post advertising a vibe coded project is currently basis of the zombie bot army destroying subreddits that don't take action.
OneSeaworthiness7768@reddit
It might stop a few of the most low effort ones but in my experience the ones who spam their tools most aggressively do it on accounts that they’ve purposely built up to avoid karma and account age requirements.
ButterflyMundane7187@reddit
I’ve used AI coding tools for months and spent hundreds of hours creating the world’s largest open‑source database of EOL network devices. Is it wrong to share that information with people who might need it just because I used AI to build it?
PigeonRipper@reddit
If it took months because it's hard and not because of a skill issue then I'd personally say it has value I.e not slop. I think we both know what OP is referring to though.
ButterflyMundane7187@reddit
I tried posting about this database on r/homelab, but people called it AI slop just because they saw it was made with the help of AI, so I had to remove it. I spent months looking for the information I generated with AI and couldn’t find anything like it, which is why I created it. But all people see is that it was made by AI, and they downvote it. This backwards thinking is becoming a real problem. Most tech people used to be pro‑tech, not against it, but the atmosphere on Reddit is harsh and everyone acts like an anti‑AI sheep. It’s damaging real progress.
PigeonRipper@reddit
I'll try to actually help you
I've seen plenty of AI assisted projects gain traction when the author writes the post by himself, and especially when the repo shows a long history of effort e.g. months of commits and so on.
In your case, your project jumped from v0.1-beta straight to v1.3.0 in one commit on the same day.
I would personally not trust it, and most other professionals will also see this as a red flag.
Also, apparently you insulted people giving feedback. I know this is an easy mistake because one gets attached to their work, but you need to detach and figure out how to turn the feedback into action.
https://www.reddit.com/r/linux/comments/1tmfssx/eol_scanner_with_a_large_eol_network_hardware/
Lastly, recognise you're playing on hard mode. Your tool demands a higher standard than others as it is doing security work and users need to have a high level of trust in it.
ButterflyMundane7187@reddit
I need a tool with a better database than mine please name one ?
bfodder@reddit
Wow this person actually tried to help you and you're doing the very thing to them that the pointed out you should work on. They really nailed it.
ButterflyMundane7187@reddit
I proved my point if you post anything about a Ai project it get hate no matter if the content is good or bad hate on Ai is what gives the most Karma this is the problem i talked about in the beggning
bfodder@reddit
You need to stop crashing out at the slightest critique.
ButterflyMundane7187@reddit
Sorry where did he try and help? he talked about 18 mars before the database was made when it was stil a simple nmap warpper. What help did i gain?
ButterflyMundane7187@reddit
I have never insulted anyone giving feedback. I want feedback. I was criticizing people like you who judge a tool they never tried. You say you would never trust it, yet here I am running tests every day in my lab, improving it, comparing it to other tools, and it performs better than anything else I’ve tested.
FrivolousMe@reddit
No they were offering genuine advice and because it wasn't what you wanted to hear you're now getting defensive.
PigeonRipper@reddit
I regret trying to be helpful now. Good luck though
ButterflyMundane7187@reddit
How was you helpful?
retornam@reddit
Your responses show why people despise your posts and your AI generated slop project.
ButterflyMundane7187@reddit
"You just repeat ‘AI slop’ without explaining what in the database is actually slop. What should be removed, added, or done differently to make it not slop? Which parts are bad, and which parts are supposedly the slop?
CommanderKnull@reddit
I don't understand why you keep nagging about a DB? The guy simply gave feedback that your git history is sus and your response is to demand that he explain himself?
If you want to gain community support, YOU should clarify why it's not slop if people call it. It's your project and your issue, not everyone else's
PigeonRipper@reddit
No no you don't understand, the burden of building trust is on us as the potential users, not the app-maker. We had it all backwards until galaxy brain here enlightened us xD
ButterflyMundane7187@reddit
I'm not selling anything I'm just giving a hint that it exists so anyone who needs it can find it. If you don’t need it, just move on. But whenever something is made by AI, people always show up and pour out hate for no reason.
bfodder@reddit
Take solace in the fact that they proved you were completely spot on in your analysis lol.
Jmc_da_boss@reddit
Yes correct, it's fine to use it yourself but no one else wants to see it
byronnnn@reddit
I 100% agree and have made similar comments on other post, but we can’t forget that many developers have been writing slop since the beginning. We have all dealt with applications that we yelled “who the hell wrote this shit?”.
Jmc_da_boss@reddit
At least it was human slop in those cases, and required some semblance of knowledge to slop it out.
FrivolousMe@reddit
And human slop is moderated by the time it takes. Now communities are being overrun because the slop can be generated ad infinitum with enough ai credits.
bilange@reddit
~~I've~~ Codex made me 2 Pebble watch apps that suited my personal needs; I never thought of releasing them in the public because it's a niche need for a even more niche product line.
EVEN IF I did release them, it's far from polished. I'm probably still "old school" but I can't address every possible edge case other users could have in my apps, so I can't in good conscience release unfinished apps them in the wild. That's a bit in the same spirit as OP, I believe.
Nate--IRL--@reddit
Same I, i mean AI, has built me loads of stuff Useful to me. Some stuff I've been adding to and tweaking for months. I'd never release it. It is good enough for me - I accept the quirks and work around them, if i can't be bothered to fix.
I have NO interest in supporting other users use of them.
wrt-wtf-@reddit
You can achieve high quality outcomes relatively fast if you have the right structures setup to operate within. You also need to know how to program, manage a project team, and write appropriate requirements and set specifications if you want something of high quality.
Not all AI coded software is the same quality in the same way that not all human coded software is to the same quality. Spreadsheet or not.
goingslowfast@reddit
If you’re trying to push your attempt to monetize your Claude project keep it off here.
If you’re sharing it freely and it solves a problem, I don’t see any issue with it. It’ll save people the time of prompting it themselves and most of these scripts are short enough to review pretty easily.
LakeSuperiorIsMyPond@reddit
I use it to clean up my formatting. I've been horrible at writing scripts that just work but are hard to follow
NotTodayGlowies@reddit
Many built-in linters do that for you know, like
terraform -fmtorgo -fmt.Lower_Fan@reddit (OP)
You can use the cli code and don't even read the script for all I care, but just don't upload it github and try sell it off as a real app that is going to get actual support. When we all know that is not going to be case and is going to be dropped as soon as: A: get bored, B: it works for you very specific user case, C: no longer has a need for it.
donith913@reddit
I honestly don’t know how to tread the line and separate the cool stuff from just junk, and it feels like mostly junk.
I used to skim a lot of the stuff people would post on tech subreddits - helpful scripts, new tools, POC exploits… but it’s all just slop now. And everyone thinks “but MINE isn’t!”, and maybe it isn’t. But your AI generated post and AI generated code on a GitHub repository that has 4 days worth of commits doesn’t really interest me. I can prompt a model, too.
_Do_The_Needful_@reddit
DenverITGuy@reddit
In the same vein, I'm tired of bloggers and Microsoft MVP's sharing their new tool every other week. Except for a few actual developers that have maintained solid solutions for years, it's mostly AI slop.
ExceptionEX@reddit
If you don't like it, don't use it, why not ban yourself, stop telling people what to do.
P.s. people do share spreadsheets everyday, there are literally thousands of template sites out there?
what an unhinged, and odd post.
Jacmac_@reddit
The abject fear of AI is palpable, but reality is reality. No amount of wishing it away will save your career, get with the program, or you will find yourself being judged as not worth paying any longer...
Lower_Fan@reddit (OP)
I don't mean don't use AI. I mean I don't want YOUR AI projects because they must likely suck. And I'm capable of just making them myself as all of the other people in this sub are.
hemps36@reddit
The excitement will wear off, most people including myself feel a sense of accomplishment and I know it's very small but having AI create something that wasn't feasible before or the github project wasnt mantained so you can just have AI build your own project.
There definitively should be a "place" for self built projects just not on here.
lame_thriller@reddit
the spreadsheet comparison kinda falls apart though because yeah people do share excel templates and macros all the time, that's like half of what makes those tools useful. but i get the frustration with low effort posts that are just "i ran claude and here's the output" with zero context about what problem it actually solves. there's a difference between sharing something you refined and tested versus just dumping ai-generated code and calling it a day.
Ssakaa@reddit
Sharing them and advertising them all over the place are two different things. If I said "hey, anyone have a good inventory template?" and someone tossed me an amazing spreadsheet, I'm happy. If I came around and am just browsing, I'm not finding 30 people a day saying "I built this really amazing spreadsheet! Totally open source except the license is "paid only for commercial use", but it's definitely not advertising, and I totally didn't vibe code it, but also if you don't vibe code you suck, bro"
Lower_Fan@reddit (OP)
This is exactly what I'm trying to get at with my spreadsheet comparison. Despite the fact that companies processes and data lives on spreadsheet people are not in the internet advertising their unique ones they built for themselves
PigeonRipper@reddit
Yeah it desperately needs to stop. There's no value in it anymore. It was only valuable before every knuckle dragger like myself could do it.
This is simple supply and demand.
sk_sushellx@reddit
the spreadsheet analogy actually kind of slaps 💀 but the counterargument is open source tooling built on top of AI coding is genuinely different from sharing your personal excel budget tracker. libraries, frameworks, and tools that other devs can use as dependencies are worth sharing even if the demo app itself isn't. the karma gate for github links is a reasonable moderation take though, most low effort project drops are from new accounts lol
Civil_Inspection579@reddit
I get the frustration tbh. A lot of communities go through this cycle where a genuinely interesting tool suddenly turns into endless “look what my AI generated” link drops with barely any discussion attached. After a while it starts feeling more like automated self-promotion than people actually sharing engineering insights.
jjaAK3eG@reddit
The first rule of automating your job is to never tell anyone that you've automated your job.
Neuro_88@reddit
The olden days.
Neuro_88@reddit
I agree! Thank you for posting this!
And it seems like all the projects have the same layout websites with not much variety.
CuckBuster33@reddit
No bro what the fuck I need to advertise my quadrillion dollar SaaS idea somewhere!!!!!!!!!!!
BadSausageFactory@reddit
I"m sorry to not understand but how does this affect you? Just don't read that post or use the script. Caveat emptor to those who are dumb enough to eat things they find on the sidewalk.
Adziboy@reddit
I’ve seen other communities ban ‘I made a thing’ posts, not sure if its going to be enforced here