Live data from Hacker News

I believe there are entire companies right now under AI psychosis

twitter.com

371–380 of 1001 posts

Re: I believe there are entire companies right now under AI psychosis

#371
post #322

Earlier quoted context omitted.

> If you are not an expert, AI seems to create a complex solution to whatever it is you were trying to do. I've been watching non-developers vibe code stuff, and the general failure mode seems to be ignorance of 3-pick-2 tradeoffs. They'll spam "make it more reliable" or some such, and AI will best-effort add more intermediary redis caches or similar patterns. But because the vibe coders don't actually know what a re…

I’ve noticed something similar with vibecoded game rendering logic submitted by peers. Sometimes it will be peppered with extraneous checks for nullptr, or early returns on textures that have zero size. I often wonder if it’s the statistical nature of the LLM mixed with a request in the prompt.

AI LOVES defensive coding. I asked you for code to filter and reduce an array. I didn't ask you for a method that makes sure the array exists and is an array before it does anything else.

Re: I believe there are entire companies right now under AI psychosis

#372

This post calls out how you can't argue with these people because they say its fine to ship bugs because the agents will fix them so quickly and at a scale humans can't do!" the top reply is from someone doing exactly that, arguing "but the agents are so fast!"

their ai must have missed that part of the post when it summarized to 3 bullet points

Re: I believe there are entire companies right now under AI psychosis

#374

I'm pretty sure he's talking about companies and people outsourcing their decision making and thinking to AI and not really about using AI itself. I don't think using AI to write code is AI psychosis or bad at all, but if you just prompt the AI and believe what it tell you then you have AI psychosis. You see this a lot with financial people and VC on twitter. They literally post screenshots of ChatGPT as their thinki…

I think the author means that we as homosapiens cant stop talking about this new shinny hammer we just invited

Re: I believe there are entire companies right now under AI psychosis

#375
post #198

Earlier quoted context omitted.

I thinking that it’s quite a different experience going all Jackson Pollock with AI in your own studio on your own terms, compared to the sorry state of affairs of having 100s of Pollocks throwing paint around wildly within a corp to meet a paint quota.

Earlier today: >Amazon workers under pressure to up their AI usage are making up tasks https://news.ycombinator.com/item?id=48148337

It's the new "counting lines of code". I think many companies are so terrified of falling behind that they're irrationally floundering, trying to appear like they're "with it".

Re: I believe there are entire companies right now under AI psychosis

#376

I'm pretty sure he's talking about companies and people outsourcing their decision making and thinking to AI and not really about using AI itself. I don't think using AI to write code is AI psychosis or bad at all, but if you just prompt the AI and believe what it tell you then you have AI psychosis. You see this a lot with financial people and VC on twitter. They literally post screenshots of ChatGPT as their thinki…

Correct. I use AI a ton and I'm having more fun every day than I ever did before thanks to it (on average, highs are higher, lows are lower). Your characterization is all very accurate. Thank you. Here's some other topics I've written on it: - https://mitchellh.com/writing/my-ai-adoption-journey - https://mitchellh.com/writing/building-block-economy - https://mitchellh.com/writing/simdutf-no-libcxx (complex change th…

I’ve had to do a ton of SQL stuff lately, which I haven’t really worked with since the late 90s. ChatGPT has been a godsend, not just for me, but for our only coworker who knows SQL well, whom I’d probably be bugging several times a day at my wits’ end.

But no one cares about those kinds of productivity gains. Just the ones that will completely replace us.

Re: I believe there are entire companies right now under AI psychosis

#377
post #113

I think AI rescue consulting is going to be come a significant mode of high value consulting, similar to specialists who come in to try and deal with a security breach or do data recovery. Purely AI written systems will scale to a point of complexity that no human can ever understand and the defect close rate will taper down and the token burn per defect rate scale up and eventually AI changes will cause on average m…

That sounds so horrible, though. It's akin to people working as COBOL devs because someone has to do it, so they'll get the big bucks. Except I've never heard of anyone who actually likes COBOL and the more I've learned about how mainframe development actually works, the more horrified I've become haha. Dealing with an LLM spaghetti codebase sounds like hell.

Re: I believe there are entire companies right now under AI psychosis

#379

I'm pretty sure he's talking about companies and people outsourcing their decision making and thinking to AI and not really about using AI itself. I don't think using AI to write code is AI psychosis or bad at all, but if you just prompt the AI and believe what it tell you then you have AI psychosis. You see this a lot with financial people and VC on twitter. They literally post screenshots of ChatGPT as their thinki…

Correct. I use AI a ton and I'm having more fun every day than I ever did before thanks to it (on average, highs are higher, lows are lower). Your characterization is all very accurate. Thank you. Here's some other topics I've written on it: - https://mitchellh.com/writing/my-ai-adoption-journey - https://mitchellh.com/writing/building-block-economy - https://mitchellh.com/writing/simdutf-no-libcxx (complex change th…

> outsourcing their decision making and thinking to AI and not really about using AI itself

> I use AI a ton and I'm having more fun every day than I ever did before

With respect, this is what makes me worry.

If someone is a user of AI, can they really tell the difference between "outsourcing" and "using"? I worry that a lot of people will start out well-intentioned and end up completely outsourced before they realise it.

Re: I believe there are entire companies right now under AI psychosis

#380
post #324

Hard to have sober talk about this since a lot of discourse is AI psychosis vs. AI naysayers. Does software quality seem to have taken a jump in the past few years to anyone? Not to me, seems to be getting worse. Think that's a decent signal. Can tell you I'm dealing with a non-technical VP who loves blast submitting vibe-coded PRs and while there's some quick wins, overall quality is bad, and we had our first real p…

There's an acceleration of current known processes that is being referred to as agent speed (vs human speed). But this is purely a mechanical effect. There don't seem to be augmentive cognitive effects. "AI has invented this revolutionary algorithm/workflow/architecture" is an article title you'd expect to see pop up quick, and often.
Post reply on HN