this post was submitted on 07 Aug 2026
494 points (99.2% liked)
Fuck AI
7863 readers
1508 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
And yet, the fields that require thinking the most are the ones that are getting the most use out of AI. Your average factory worker is not the one that uses AI, it’s the scientist, engineers and doctors.
Implying there's some kind of contradiction here? Why would you need to out-source your "thinking" if your job doesn't require "thinking"?
How is it not a contradiction? You say “people who are the worst at thinking” when it’s the people who are the best at thinking that use it the most, because they get to spend more time thinking by outsourcing the low-thinking tasks to AI.
Vaguely insulting to factory workers, first.
Second, much of the AI use is counter productive. Some of it is metrics chasing.
I did not mean to insult anyone.
If your AI use is counter productive, then it’s probably either because the scenario doesn’t benefit from AI or because you’re using it wrong.
There are PLENTY of cases where AI has made a world of difference productivity wise. Since it gained the ability to reason last year, there are just so many things it can do. Right now it’s better than every human at cyber security, period. Ask anyone who got to work with mythos.
Now I’ll agree that in the end cybersecurity is not a “productive” field since nobody cares when the cat doubled in size if the mouse did the same. However just last week we’ve seen something similar happen in Math, where it solved many math problems that no human or traditional computer has ever been able to solve. To say AI is “dumb” and “useless” after reading that paper feels a bit silly.
It's harder to review code than to write it. Humans are kind of of lazy, and when we see code that looks generally correct we skim. We lose focus.
So if someone uses AI to generate a lot of code, it's hard to review. If we just trust it, we lose knowledge of how our system works. If we spend the time reviewing it, that's harder than just doing it ourselves. This is true at any scale, but the more you use it the worse it gets.
Maybe you consider using AI for code generation "using it wrong". If so, please tell it to management at my job who are frothing at the mouth over the idea.
If you disagree that humans don't notice problems, did you see the mistake I added in this post? Maybe you did! But most people wouldn't.
Even if that wasn't a problem, de-skilling is definitely a problem long term. If the AI did produce flawless code, after a few months of using it you'd start losing the ability to code yourself. Counter productive. Unless you're management, and don't care about your laborers.
I agree with what you’re saying in general, but most code out there doesn’t need to be high quality. There is no reason for anyone to design a web page manually in 2026 for example, AI will do it faster and cheaper than any human can dream of. And the code itself is incapable of causing issues, it’s just markdown/css. However even for high-quality code, if you look at benchmarks the top models produce higher quality code than the majority of devs.
As for losing understanding of our code, I agree but I suppose it’s the price to pay for productivity. Besides, it’s not like I understand Joe’s 30 years old ugly code any better than if AI had written it. At least AI has the decency to include comments.
How much web development experience do you personally have? Like, from before AI tooling?
Once your website is more complicated than a static marketing site, I don't think AI is going to do it better. Some of the problems, like slopsquatting might be around for a long time. Possibly forever.
...what?
Doing the wrong thing faster is not an improvement.
From what I've seen of AI comments, it's not really helpful. It's illusionionary confidence.
That's very expensive technical debt, or a massive de-skilling of labor.
Do you own a business? If you don't, why would you dig your own grave here?
Honestly, I’ve only done web dev around 10 years ago and found it so mind-dumbing I left after a year. I have however had AI code a dashboard last year, roughly ~20k lines of mostly front-end and have yet to have heard of any issues from the ~30 people using daily. Why then would I have done this manually in a week when the AI did it better in an hour and $5?
Some reasons may include
Some of this comes down to "why bother learning anything?"
I don't know what your dashboard does. I made a simple display at an old job that showed some stats about new user signups. It took like an hour or two, and I'd never used the particular front end library before.
Edit: lines of code is a poor metric* but even so 20k seems like a lot
*For example, the difference between
and
But why would I care about spending a week learning front end stuff when I can spend that week learning stuff that’s actually important for my job? Even had I actually learned it I’d have forgotten by next time I have to use it since too long would have passed.
There’s no glaring issue as big as exposing keys, I’m not that dumb, I don’t let AI have those. There is 100% some redundant code, AI likes to make 10 helpers that do variants of the same thing, but right now it works and still shows no signs of breaking down a year later. I’d do it again in a heartbeat.
Again, we're circling the question "why learn anything?" I seen to have as an assumption that it's worth it for its own sake more often than you do.