Recently I had a request come through to allow finance analysts to vibe code their apps. During a discussion one of the finance managers let the cat out of the bag. Turns out our CFO had met fellow CFOs at a get together. They talked about how each of them were using AI. Our CFO was lagging behind and felt that we need to "accelerate" our usage of AI. He wants to push it just because he lost a bragging contest.
It is a tale as old as time (in the industry) I wrote a while back, Most of the executives I have met really have no clue. They just go with what is being promoted in the space because it offers a safety net. Look, we are "not behind the curve!". We are innovating along with the rest of the industry. https://news.ycombinator.com/item?id=46670190
I believe there are entire companies right now under AI psychosis
951–960 of 1001 posts
Re: I believe there are entire companies right now under AI psychosis
#952Earlier quoted context omitted.
I'm going directly to the point here: those people have clearly mental issues that would and probably did already show in the past without AI as well.
I agree that these people had mental health issues. I think if they got to billionaire level and were surrounded by yes men they would have the same reaction. The difference nowadays is you can get the same surrounded by yes men experience for only 20 dollars a month so a lot more of the people who are primed for this sort of breakdown are now being exposed to it due to the decrease in cost.
Edit: but at the same time there are issues that were always there and Just manifestate in new ways. A bit like addiction, you can have an addictive personality already, but if you get addicted on heroin is much much worse that on tobacco.
Re: I believe there are entire companies right now under AI psychosis
#953Recently I had a request come through to allow finance analysts to vibe code their apps. During a discussion one of the finance managers let the cat out of the bag. Turns out our CFO had met fellow CFOs at a get together. They talked about how each of them were using AI. Our CFO was lagging behind and felt that we need to "accelerate" our usage of AI. He wants to push it just because he lost a bragging contest.
Things like this make me realize the software engineering 'industry' is not a real industry. There are people who write important software that the world runs on, but they do it outside the 'industry'. A real industry should be responsive to events of nature, or at least the market, not vibes.
It is a better play to do the popular thing in a way that measures as "ahead". Then it's hard to argue against a raise. But if you stick your neck out on your thoughtful expertise, it can take years or more for the value to come thru. You can easily be replaced by then.
The only antidote is a board that has a real working nuanced understanding of the entire industry. But this rarely happens, for many reasons.
Re: I believe there are entire companies right now under AI psychosis
#954I 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…
A non-technical friend of mine has just won some hospital contracts after vibecoding w/ Claude an inventory management solution for them. They gave him access to IT dept servers and he called me extremely lost on how to deploy (cant connect Claude to them) and also frustrated because the app has some sort of interesting data/state issues.
Dear Lord. Respect to your friend for mad marketing skills, however. Selling slop to mission-critical sectors is next level.
Re: I believe there are entire companies right now under AI psychosis
#955I’m at a FAANG and we have $300/day token quota. Personally I don’t use that much of it but management is pushing really hard for it. “the quota has been raised for a reason, use it”. Any task: “have you tried working on it with Claude?”. Every meeting “now engineer x and y will show you what he did with AI”. It’s not all useless but most of the days I think I would be more productive if some processes were streamlin…
Not something I would do personally. But it is surprisingly easy to set up a claw that eats half of your token budget in a meaningless "research" task. Set it up as a cron job and you will soon be promoted for being an AI visionary
Re: I believe there are entire companies right now under AI psychosis
#956Earlier quoted context omitted.
I've never had more fun coding, but the key is actually still writing the code yourself. The LLM has terrible judgment but an encyclopedic knowledge and the ability to pick out important details in a sea of information. Their worse use is producing code, but somehow that gets all the energy. Being an LLM babysitter is energy draining and you feel less and less in control. No job is worth being miserable doing somethi…
After turning off my brain a few times and ending up in a place I don't want real fast, I am learning to ride this dragon. And, you are right - use it as a fast typer, not a fast thinkier. And for those who claim that AI is a good code writer - wrong. It can OUTPUT a wall of code, but it's overeager to flood you will legacy code on arrival to "solve a problem". It's harder to write LESS code, which is still the goal…
That's a great way to put it.
Re: I believe there are entire companies right now under AI psychosis
#957Earlier quoted context omitted.
I've never had more fun coding, but the key is actually still writing the code yourself. The LLM has terrible judgment but an encyclopedic knowledge and the ability to pick out important details in a sea of information. Their worse use is producing code, but somehow that gets all the energy. Being an LLM babysitter is energy draining and you feel less and less in control. No job is worth being miserable doing somethi…
In my experience, its the opposite. The AI is very good at writing code, but it is unreliable at any kind of design. I use it as a fancy form of autocomplete. I give the broad strokes: "add a method here and change all but this one caller to use the new method", "Apply this design pattern here for this change but don't do this other thing". It completes the task reasonably well and sometimes even remembers to run the…
Re: I believe there are entire companies right now under AI psychosis
#958I think there's a reasonable argument that our entire society right now is under AI psychosis: The stock market keeps going up in the face of the indefinite closure of Hormuz. We're investing in datacenters at a scale that only makes sense if AI capabilities continue to advance to the point where they surpass most humans at most white collar tasks, if not reach superintelligence. And what are the possible outcomes? -…
If we want to understand a phenomenon, we should be careful with technical terms. It is not "psychosis" [1] anymore than bad software that makes mistakes is "hallucinating".
The truth is simpler and less dramatic: hapless ambition-monkeys who climb the corporate ladder are demonstrating that they are not promoted for mental acuity. Corporations, after all, do not serve "the interests of humanity" — they are an organised collusion system that diffuses responsibility and anonymises negligence. And when it works as intended, shareholders rejoice.
For companies that can afford to build data centres, the latter are seen as a sure bet that can't fail, like building a bridge or buying new computer/hardware now with the pile of cash on hand without necessarily knowing which OS/software they will install. They are even planning to restart or build nuclear reactors. [2]
[1] https://en.wiktionary.org/wiki/psychosis
[2] https://www.cnbc.com/2024/12/28/why-microsoft-amazon-google-...
Re: I believe there are entire companies right now under AI psychosis
#959Earlier quoted context omitted.
300 a day?? 7K dollars a month? No wonder they need to lay people off!
At Nvidia, we have no limit for Anthropic or Open AI models (for now) and are heavily encouraged to use them as much as possible.
Re: I believe there are entire companies right now under AI psychosis
#960Earlier quoted context omitted.
In my experience, its the opposite. The AI is very good at writing code, but it is unreliable at any kind of design. I use it as a fancy form of autocomplete. I give the broad strokes: "add a method here and change all but this one caller to use the new method", "Apply this design pattern here for this change but don't do this other thing". It completes the task reasonably well and sometimes even remembers to run the…
Can you pro-AI people at least agree on what is it even useful for? Every thread is endless back-and-forth between the "AI works great and vibe coding is the future" and "no, AI works great as long as you don't vibe code" camps.