Live data from Hacker News

I believe there are entire companies right now under AI psychosis

twitter.com

591–600 of 1001 posts

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

#591
post #538

I’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…

Also at a FAANG here. Surprised you don't manage to use $300 in a whole day. It's almost trivial to productively use that much in under an hour.

Leadership is not being dumb, at least on this topic. If your token usage is that low, you just aren't using AI that much (even if you think you are.)

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

#592
post #444

Earlier quoted context omitted.

[flagged]

There are more points of view than that on HN. A common one: "I have stopped writing code, the world is going to end" Another: "I will code by hand, I don't care" Another: "I use it as a tool, but the hype bothers me so much that I have to bitch and moan from morning to night" This one is: "I have stopped writing code, it wasn't the end of the world."

My view is write the code that matters to you and that you want or need to be proficient with. If you need to defend, explain or discuss code, you are better off writing it yourself.

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

#593
post #494

Earlier quoted context omitted.

To me the big thing I see in blog posts is this implication that “all software engineering best practices are out the window” And to me, AI should best be used to add rocket fuel to existing practices. Better tests, better observability, more atomic changes instead of big changes, automatic rollback etc.

> And to me, AI should best be used to add rocket fuel to existing practices The more your codebase follows best practices and consistent patterns, the better AI will do and the faster you can move. Same as humans really, just even faster. I'm also excited that people are finally writing docs and without even any flogging! They're calling the docs "skills" but hey whatever works

I have recently needed to read a skill document because it was more understandable and more through than the official document.

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

#595
post #538

I’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…

Also at a FAANG here. Surprised you don't manage to use $300 in a whole day. It's almost trivial to productively use that much in under an hour. Leadership is not being dumb, at least on this topic. If your token usage is that low, you just aren't using AI that much (even if you think you are.)

How are you able to get to $300/hr productively? (I’m assuming this isn’t fast mode tax).

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

#596
The DevOps team at my company wants to hire a replacement for a very talented engineer. They’ve been interviewing candidates. The board got wind of it and someone not in their team decided they needed an AI Engineer, which is absolutely not what they want. So to release the funds they have been forced to change the job description and go after a different type of role altogether. It’s complete nonsense.

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

#597
post #518

[flagged]

> I feel like I'm in a different field compared to the rest of hacker news. That should be my line. My new employer does not use LLMs at all. Software development, marketing, hardware development, nothing. Maybe too little, but whatever. The problems the company is facing are entirely unrelated to "throughput".

That's great.

Is it possible to have any means of private communication with you where you would share the information who this employer is?

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

#599
post #583

Earlier quoted context omitted.

[flagged]

Or he's just giving a sane take, one that most people in the Bay Area have by now. Lots of tech companies are doing just fine with purely AI written code at this point. Saying that the quality is getting worse in some immeasurable way (while incidents remain the same) is literally unfalsifiable.

It is getting worse in a measurable way:

1) Since vibe coding GitHub has frequent outages and isn't able to load a large number of comments.

2) The slop translation of Bun resulted in immediate bugs (https://github.com/oven-sh/bun/issues/30719) that the hyped Mythos apparently did not find.

3) AI features and (likely, though not proven) AI code resulted in a 0-day in Google code:

https://projectzero.google/2026/01/pixel-0-click-part-1.html

The house of cards is beginning to collapse.

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

#600

Earlier quoted context omitted.

Anthropic/OpenAI have been flooding this site with pro "AI" bots the last few weeks, this is for sure a pro-AI bot or employee from an "AI" company.

It may be the case. I've been around in the industry for 25 years and I barely code. I babysit multiple instances of Claude and we were very purposeful and deliberate in altering our workflows for it; we made our local dev environments capable of spinning up multiple instances to work from parallel worktrees. We added MCP servers to let LLMs observe our CI, Jira and deployments. Most of our time is spent doing spec w…

Why is there manual QA step? If AI was that good you would go straight to prod. Actually have agent deploy live with full control over the whole production environment.
Post reply on HN