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.
I believe there are entire companies right now under AI psychosis
371–380 of 1001 posts
Re: I believe there are entire companies right now under AI psychosis
#372This 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!"
Re: I believe there are entire companies right now under AI psychosis
#373“very resilient catastrophe machine”
Re: I believe there are entire companies right now under AI psychosis
#374I'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…
Re: I believe there are entire companies right now under AI psychosis
#375Earlier 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
Re: I believe there are entire companies right now under AI psychosis
#376I'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…
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
#377I 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…
Re: I believe there are entire companies right now under AI psychosis
#378Why do you all still submit twitter.com links when that domain does not even work?
Re: I believe there are entire companies right now under AI psychosis
#379I'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 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
#380Hard 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…