293
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 20 Aug 2026
293 points (97.7% liked)
Fuck AI
8054 readers
1427 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
False, it's able to fool c-suite execs and gullible rubes into thinking they can build an app. In reality, these vibe coding projects all fall apart. Zitron relies on Nik Suresh's arguments, which I agree with, that software development: shipping, running, and supporting software, is a hell of a lot more than just code.
The bad quality of the code and resulting app is really a secondary discussion to whether this can really count as software development. One of my favorite software development tools of the last decade is actually a Microsoft standard called LSP, which allows text editors to talk to compilers to get code suggestions and linting as you type. You used to have to use an 'integrated' text editor, or IDE, that usually only worked with one or a handful of languages. Now, everyone can use their editor of choice.
The ai craze, to me, is much lower in productivity gains than LSP for software development, it might be negative because you are handing off the one part of software development that ties all of its subdisciplines together. It's crazy how fast the industry standard went from 'clean code' and concerns about whitespace, furiously tracking issue lifetimes, to just throwing up their hands, actively telling people not to care. I hate both paradigms, to be clear, but at least they were trying to measuring things in the former.