this post was submitted on 30 May 2026
286 points (92.3% liked)
Fuck AI
7221 readers
1638 users here now
"We did it, Patrick! We made a technological breakthrough!"
A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.
AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Did they really need AI to set a number to 45?!? Also you can do this centrally in the repo settings and don't need to do it on every single workflow!
Conclusion: Garbage code
lol - I don't use any AI code in projects I'm paid for at all, but I experiment in my free time. One of the few advantages is that I can keep going when I'm completely braindead, like before first coffee or when I should have gone to bed 3 hours ago. So I prompt things like "run those test thingies" when I can't even remember the gradle/maven task that I use 50 times per week.
So yes, for me, strangely relatable :-)
This is what AI does...it "removes the friction" of doing large scale find and replace operations consistently so your whole repository becomes terrible, repetitive patterns because it made it much easier to do the wrong thing.
My question is if that number is set/used separately in all those places why isn't it defined somewhere more centrally. It's silly that you need to update so many files for such a simple change.
I once worked with a dude that basically maintained what would've been a database in a reasonable code base through a series of data structures hard-coded into the Java code. When there were changes, he would roll through the dozens of files and add additional records into the code. AI has probably made his "job" a snap...if he still has one.