22
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 07 Jun 2026
22 points (95.8% liked)
TechTakes
2611 readers
90 users here now
Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.
This is not debate club. Unless it’s amusing debate.
For actually-good tech, you want our NotAwfulTech community
founded 3 years ago
MODERATORS
This is fascinating to me and has shades of Iris Merideth's The Problem is Culture. In other engineering fields, if you had a tool that cut costs but caused a threefold increase in failures you would be looking at a massive scandal, probably because if this was structural engineering rather than software engineering you'd be looking at a new Grenfell Tower or Hyatt Regency Walkway from every other project that used this shit. From what I've been following I don't know that vibe coding has directly racked up quite so literal a body count yet, but if this pattern holds (and I see no reason to expect otherwise) then it's only a matter of time before someone fucks up something important.
Also the fact that the framing here doesn't seem to treat this as an existential risk to the project of AI coding is fascinating. If you're not producing stable and secure applications in prod then what in the actual fuck are you writing all that code for?
I think part of the issue is that historical software quality was an artefact of its time… if you can’t easily patch your released products, you need to work harder to ensure they’re functional. If the only way for people to learn about how your product works in the documentation you ship with it, the docs need to be useful and comprehensive.
The combination of software needing no guarantee of merchantability or fitness for any particular purpose and the internet rendered those pressures obsolete. Ship shit, fix later. Mass-scale a/b testing over past decade or two shows that most people seemingly don’t care if their software runs like absolute garbage, and is covered in adverts, and harvests all their personal data and the leaks all of it that wasn’t sold.
An incident-to-pr ratio that’s up by 250% is unfortunate, but it is not yet so bad that the end-users actually care enough to do anything about it, even assuming they can do anything.