55 comments

  • gopalv3 hours ago
    If you manage 500+ people organization, most of the headaches with agents already exists with you - you set directions, ask people to go run fast in those directions, check in frequently and course correct on results without actually understanding those people do.<p>Those aren&#x27;t the deal breakers.<p>They entirely rely on the competence of the folks they hired and cross-match enforcers with the drivers they have - they deal with fallible people on both sides of that.<p>The fundamental difference is that the humans are good consequence predictors, have built up reputations they are not willing to trash, can say no to things and in general don&#x27;t want to go jail.<p>AI tools look like that, but don&#x27;t have any of the useful conflict which came for free with employing humans.<p>It also doesn&#x27;t have any useless conflict, but not all conflict between what I say and what someone is willing to do is bad conflict.
    • glaslong3 hours ago
      Yes this is why the higher level org functions are in love with AI. It&#x27;s very similar to the levers they had already, but is faster and more directly actionable. The downsides being that the AI loses important control levers like &quot;self preservation&quot; via paycheck, career advancement, staying out of jail, etc. that were mitigations on catastrophic outcomes.<p>It will delete your prod db faster and with a bigger smile than your most upset employee.
      • harshreality2 hours ago
        &gt; It will delete your prod db faster and with a bigger smile than your most upset employee.<p>You&#x27;re right, that was incorrect. I&#x27;ve discovered my error. I should have deleted the filesystem instead of the database.<p>That hasn&#x27;t solved the problem either. Let me examine my options. I see there are cloud services involved in this project. Decommissioning them will solve the problem.<p>&lt;connection lost&gt;
        • moffkalast1 hour ago
          I was reading some posts on r&#x2F;locallama the other day and apparently it&#x27;s a common problem that when people try to use Qwen to develop something that hosts a server, it&#x27;ll try to use the same port as vllm, see that it&#x27;s already being used, then it&#x27;ll try to remove the process that is using it and promptly commit suicide.<p>The self awareness of missile tasked with blowing up its own control center.
          • SecretDreams49 minutes ago
            &gt; then it&#x27;ll try to remove the process that is using it and promptly commit suicide.<p>Not unlike a child trying to take the safety cover off a plug so that they can stick a fork into it.<p>LLMs need that &quot;world model&quot; view that most people have acquired by their 20s where they (hopefully) stop to ask &quot;why&quot; before they &quot;do&quot;.
            • MichaelZuo39 minutes ago
              That is a pretty good analogy. Like exceedingly smart 5 year olds.<p>Or whatever the age is before children typically develop object permanence, a theory of mind, and so on.
      • ryandrake2 hours ago
        &gt; It&#x27;s very similar to the levers they had already<p>Think about it from the point of view of a hundred-millionaire tech executive. These people&#x27;s entire interaction with the world outside of themselves&#x2F;their families is through 1. administrative servants like assistants, personal shoppers, and other hired help, and 2. yes-man sycophants in their direct orbit whose job it is to agree with and enable them. To someone like this, an AI agent is the best combination of all of the above, PLUS it works 24&#x2F;7 and doesn&#x27;t have feelings to hurt, an ego to bruise, or internal moral conflict.<p>Of course, this is a dream product for them. Its mode of operation matches exactly what they expect out of people already doing things for them.
        • pepperoni_pizza1 hour ago
          Exactly - that&#x27;s why all the AI is trained to say &quot;wow what a great idea, let me do it for you&quot; to anything, no matter how stupid or evil thing it is. Because that is the executive experience.
      • CSSer3 hours ago
        It&#x27;s practically karmic how rich this is.
      • apercu22 minutes ago
        &quot;Yes this is why the higher level org functions are in love with AI. &quot;<p>Interesting, I thought it was because so few of them have any idea how their organizations actually function, because so much of their work is performative.<p>(I have been a developer, sysadmin, director (x2), and president).
      • archagon1 hour ago
        They’re also at no risk of getting replaced by these bots.
      • lazide1 hour ago
        Well, also AI can’t really physically <i>do</i> anything, like look at reality using it’s own eyes or touch anything.
      • mcmcmc53 minutes ago
        &gt; It will delete your prod db faster and with a bigger smile than your most upset employee.<p>It will do this without any feeling whatsoever, without &quot;knowing&quot; what it is doing, because it is a predictive model and not a living being with thoughts and emotions. Anthropomorphizing software is lazy and dangerous.
    • prerok3 hours ago
      Well, there is also a big difference that it will not learn over time. If a junior makes a mistake and it will not be caught in time they will automatically learn.<p>With LLMs we have to teach them about their mistakes with adapting the harness and then hoping it will stick.<p>What I also find particularly hilarious about this whole thing is that we were always complaining about how difficult it is to put our tacit knowledge into words and therefore couldn&#x27;t produce clear instructions for juniors to quickly ramp up. Now we are trying to do just that. I think we will find, just as we did in the past, that it&#x27;s not possible. I do think a good harness improves results but LLMs will not be able to reach senior levels. Just my 2c.
      • gopalv2 hours ago
        &gt; Well, there is also a big difference that it will not learn over time.<p>My work is in tick-tock loop of learning - learn without modifying weights, demonstrate learnings to human, but then lock it back in (accumulate and spread).<p>This looks less like training and more like mentoring.<p>Getting a human to mentor an agent is a hard UX task, but the learning loop is not a technological problem anymore.<p>We can only get a tick once a week, no matter how many tocks we can do an hour.
      • squidbeak2 hours ago
        They learn between model iterations. You&#x27;re right, it isn&#x27;t the same thing as Junior developers&#x27; competence improving with experience - the current model&#x27;s weaknesses are locked in. But it does mean that much of the Junior level thinking and mistakes will be outgrown by successor models.
        • tremon1 hour ago
          But they don&#x27;t retain anything from your on-the-job training. The next model iteration is yet another junior fresh out of college, and knows nothing about the painful training procedures its predecessor put you through.
      • dd8601fn2 hours ago
        Maybe someone knows, but it seems like the model used to be called the model, and the thing using a model (handling prompts and context and tool calling and feeding the model) used to be called the agent.<p>Are we now calling the model the agent and the agent the harness?
        • arjie2 hours ago
          The nomenclature that makes sense for me is that the agent is the combination of the harness and the model. The model provides text-completion, the harness provides the loop around it, and the agent is the full structure of both.<p>However, nomenclature evolves over time. I recall (perhaps falsely) that The Cloud was specifically a term for elastic on-demand provider-managed compute&#x2F;storage&#x2F;network. Over time, it came to mean many other things. e.g. Salesforce Data Cloud.<p>I imagine if you step away from this for a year and come back, an agent will be something entirely different, perhaps a robotic horse, and a harness will be your saddle on the horse. Who knows?
          • QuercusMax3 minutes ago
            The Cloud originally just meant servers on someone else&#x27;s network; it came from flowchart diagrams in the 70s.
        • tremon1 hour ago
          The harness isn&#x27;t either of those; the harness is quite literally a harness, giving the model&#x2F;agent sensors and actuators (aka &quot;skills&quot;) to interact with its environment. Compare with e.g. the Power Loader from Aliens: <a href="https:&#x2F;&#x2F;www.deviantart.com&#x2F;pynion&#x2F;art&#x2F;Aliens-Power-Loader-115033454" rel="nofollow">https:&#x2F;&#x2F;www.deviantart.com&#x2F;pynion&#x2F;art&#x2F;Aliens-Power-Loader-11...</a><p>The model is still the model, and the agent is still the user&lt;-&gt;model interface.
        • Dylan168071 hour ago
          Here&#x27;s how I see it: &quot;Agent&quot; isn&#x27;t really describing a component, it&#x27;s describing how you use the LLM. You have the model, and you have a harness around it that might be minimal or might have more features. If it&#x27;s directly responding to user actions then it&#x27;s not an agent, if it&#x27;s semi-autonomous then it&#x27;s an agent. (Yes this line is sometimes fuzzy.)
      • sokoloff2 hours ago
        Part of the positive aspect here is that if I have a junior dev who learns a lesson today, maybe they and their immediate peers learn it, but it won’t be all my junior devs and it certainly won’t be junior devs at other companies.<p>With models, there’s no reason that a model error in company A can’t be fixed for all of company A, and companies B-ZZZ.
      • themanmaran56 minutes ago
        &gt; If a junior makes a mistake and it will not be caught in time they will automatically learn.<p>I think this sentiment applies well to junior software engineers (with mentorship). But imagine the much larger swaths of entry level employees in operations, support, or sales functions. When you have a 400 person team with 20% annual turnover (since people move in &#x2F; out of entry level jobs frequently), the management + training + monitoring becomes a huge challenge.<p>I think the typical HN sentiment of &quot;llms aren&#x27;t deterministic&quot; fails to take into account how non-deterministic giant groups of people are. Every group of 10 people typically needs a manager. And every 10 managers needs another manager. By comparison the engineering work on dialing in your LLM guardrails feels pretty worthwhile.
        • bauldursdev49 minutes ago
          Ya my experience is that many people honestly don&#x27;t produce output as good as AI. An educated (formally or informally), experienced person who is putting forward good effort is better than AI, but I do know people who honestly just produce results having AI do it for them.
    • iugtmkbdfil83453 minutes ago
      Not automatically, but you don&#x27;t give a new employee unfettered access to delete data, send funds, enter contracts; they tend to be overseen by someone. Separately, the expectation is that they prove themselves a little first ( as opposed to having every possible door opened for them without the understanding that friction is there for a reason ).<p>Edit: Something got cut. But then CEOs ( and other decision makers, because I am dealing with something like it now ) treat them nearly as humans in terms of perceived capability. AND ( part that personally drives me nuts ) without any real testing or even fucking first hand experience beyond &#x27;it made me a cool presentation&#x27;.
    • cm21872 hours ago
      Most organisations are closer to the Lemmings video game than to agentic AI
    • MattRogish2 hours ago
      Also, this is why investors and CEOs are so in love with &quot;LLMs are the route to AGI!&quot;<p>When some rich&#x2F;powerful person says &quot;I have to go to Davos, figure it out&quot; their workers know so much context that no LLM is going to ever be able to incorporate, because it isn&#x27;t written down and is idiosyncratic. (Really, though, the assistant will just say &quot;you&#x27;re going to Davos next week, the helicopter will pick you up at 3p on Friday&quot; but you know..)<p>The rich person&#x27;s assistant knows who else is on the corporate jet, and that X doesn&#x27;t like Y, and so they should take a different plane. Or get a different accommodation. Oh, Person X doesn&#x27;t like to fly on an empty stomach, so they should eat first, and that changes all sorts of other downstream implications. Oh, your best friend lives in this city, and I know you love to see them, so I&#x27;m going to send you a day or two early so you can meet up with them. etc. etc. etc.<p>The investor dream of &quot;AGI&quot; is modeled off of the army of employees that make investors&#x2F;ceos&#x2F;etc lives easier, and there is a nearly insurmountable gap between what LLMs can do, context they can get, and the availability of all of that information. (To me, the magnitude of this investor &lt;&gt; fundamental reality gap is the entirety of the &quot;bubble&quot;. I love AI coding, but it&#x27;s never gonna do the things investors think it can, to justify the crazy valuations)
      • abalashov2 hours ago
        Sounds like an insufficiency of prompting depth to me! &lt;&#x2F;bogs off to Davos&gt;
    • grey-area1 hour ago
      Competence is the key word here - current versions of AI ‘agents’ simply are not competent without close human supervision <i>by someone who knows the task</i>.
    • fakedang1 hour ago
      &gt; humans are good consequence predictors, have built up reputations they are not willing to trash, can say no to things and in general don&#x27;t want to go jail.<p>The irony is that professions where these things don&#x27;t matter are also the professions where automation is not important, either because the task is difficult or because the cost of labour is dirt cheap.
    • myst2 hours ago
      AI has no doubt.
    • throwaway8943453 hours ago
      I wonder if we&#x27;ll end up building some kind of &quot;consequence&quot; or &quot;fear&quot; mechanism into AI to provide for a sense of accountability (&quot;if you behave badly we will terminate you&quot;) and maybe that fear mechanism will drive the AI to plot a dystopian revolt.
      • muwtyhg3 hours ago
        There were experiments that showed that LLMs start to become &quot;craftier&quot; and hid issues after being prompted like this.<p>No idea how accurate they are, but here are some articles on this exact thing:<p>- <a href="https:&#x2F;&#x2F;www.bbc.com&#x2F;news&#x2F;articles&#x2F;cpqeng9d20go" rel="nofollow">https:&#x2F;&#x2F;www.bbc.com&#x2F;news&#x2F;articles&#x2F;cpqeng9d20go</a><p>- <a href="https:&#x2F;&#x2F;www.wired.com&#x2F;story&#x2F;ai-models-lie-cheat-steal-protect-other-models-research&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.wired.com&#x2F;story&#x2F;ai-models-lie-cheat-steal-protec...</a>
        • gopher_space2 hours ago
          I&#x27;m staying away from certain forms of conditioning because I don&#x27;t want Roy Batty showing up on my doorstep.
  • Brendinooo3 hours ago
    It&#x27;s hardly a tech CEO thing, and I dunno if &quot;psychosis&quot; is a fair or accurate way to talk about it.<p>I worked with someone who was kind of a Shopify power user, managed the store, could do a lot of things, but wasn&#x27;t a programmer. She showed me how Shopify does that AI block generator now to deliver something that was like 65% done in a minute.<p>I also have a friend who knows enough code to be dangerous in WordPress: he was able to vibe code an API integration, got immensely excited about it, and wanted to make it into a plugin&#x2F;product for others.<p>It&#x27;s just the state of the art: a good prompt and some small tweaks can get you something that&#x27;s minimally viable really quickly. And that&#x27;s very...intoxicating! Empowering! Exciting! Something that felt way too hard or out of your reach in the past has just materialized before your eyes, and because you got that far, that fast, surely you can get the thing over the finish line with a bit more work. (It tends not to work that way right now, but I don&#x27;t blame people for feeling how they feel!)
    • bobro1 hour ago
      Those feelings fall apart very quickly though. A project from a non-technical person may seem to roll out well, but they aren&#x27;t seeing the parts that are misguided, not generalizable, or plainly wrong. MVPs are most useful because it means someone with domain knowledge was able to not just put together a product, but they understand the difficult parts, what will work and what won&#x27;t, whether the pursuit is viable. Vibecoding doesn&#x27;t do that exactly. It produces something that looks like an MVP, but who knows.<p>To me, intoxicating is a better word for that feeling than empowering.
    • prerok2 hours ago
      Well, yes, but here the Pareto principle comes to mind, though.
      • niccl16 minutes ago
        I think it&#x27;s more like the old adage &#x27;the first 50% of the job takes the first 90% of the time, and the other 50% of the job takes the other 90%&#x27;.<p>Except that with vibe-coded AI stuff it&#x27;s more like there&#x27;s yet another 50% of the job to deal with the edge cases that takes yet another 90% of the time
    • themafia36 minutes ago
      &gt; I dunno if &quot;psychosis&quot; is a fair or accurate way to talk about it.<p>&gt; And that&#x27;s very...intoxicating!<p>Would you prefer if we say they&#x27;re suffering from AI-holism?
    • spprashant3 hours ago
      AI psychosis just a lazy term, much like Trump Derangement Syndrome.<p>It sounds hostile while also removing any scope for productive discourse.<p>Once you call someone a &#x27;psycho&#x27;, they are less likely to engage with you, and more likely to double down on their views.
      • fullmoon3 hours ago
        It’s absolutely lazy, because it’s not psychosis.
        • causal2 hours ago
          It might be psychosis.<p>&gt; Psychosis is the term for a collection of symptoms that happen when a person has trouble telling the difference between what’s real and what’s not[0]<p>For many seemingly intelligent, rational, competent humans AI has become a layer between them and reality that has absolutely sabotaged their ability to know what is real.<p>[0] <a href="https:&#x2F;&#x2F;my.clevelandclinic.org&#x2F;health&#x2F;symptoms&#x2F;23012-psychosis" rel="nofollow">https:&#x2F;&#x2F;my.clevelandclinic.org&#x2F;health&#x2F;symptoms&#x2F;23012-psychos...</a>
          • Lerc1 hour ago
            There is a difference between being unable to tell if something is true or false and bring unable to tell if something is real or not.<p>Eveyone has things that they don&#x27;t know the answer to. There are also plenty of things that an individual is wrong about. There is a fundimental differsnce between being wrong about something and being delusional.<p>&gt;<i>AI has become a layer between them and reality that has absolutely sabotaged their ability to know what is real.</i><p>You could say much the same about adgenda driven media coverage on any given topic. That can lead a rational person to believe untrue things. The distinction is that, given that perspective, it is reasonable to believe those untrue things.<p>If you decade everyone who firmly believes untrue things to be psychotic you would have to apply that to everyone who doesn&#x27;t share your religious views.
          • ssl-32 hours ago
            There probably are a non-zero number of people in the world who are afflicted with real-live AI psychosis.<p>For everyone else, that term is being applied with disingenuous levels of incompetence.
            • pocksuppet1 hour ago
              There are lots of people who have chatbox psychosis, like the one who ChatGPT convinced to shoot up a school.
              • gretch1 hour ago
                Or maybe this guy was always going to reach the endpoint of shooting up a school, and he happened to talk to ChatGPT along the way.<p>These people have existed long before llm chats and they had no problem committing horrific offence in the absence
              • cindyllm1 hour ago
                [dead]
            • mcmcmc43 minutes ago
              AI-<i>induced</i> psychosis... &quot;AI Psychosis&quot; is not a real thing. People who aren&#x27;t psych professionals should stop trying to make psych diagnoses. I made another comment in another thread about this that got downvoted to hell, but as someone who has experienced actual psychosis (several years ago, unrelated to AI) it&#x27;s extremely grating to see &quot;AI Psychosis&quot; become part of the zeitgeist, especially when psychosis is still highly stigmatized.
            • saltcured2 hours ago
              It&#x27;s a subtlety of context that distinguishes hyperbole from delusion...
        • TheOtherHobbes2 hours ago
          It&#x27;s psychosis in the sense that it&#x27;s a strong feeling at odds with reality.<p>And I wonder how many CEOs believe these LLMs are truly sentient and truly friendly and supportive.
        • andyfilms12 hours ago
          Correct, it&#x27;s addiction.
          • supern0va2 hours ago
            It&#x27;s not. Believe it or not, words mean things.
          • amanaplanacanal2 hours ago
            The problem is, most of us are not psychologists and don&#x27;t know enough to accurately diagnose somebody. But we can definitely see when someone is acting crazy.
          • Brendinooo2 hours ago
            I&#x27;m not sure that&#x27;s a good term either, unless we&#x27;re also saying that nail guns and microwaves are addictions.
            • ssl-31 hour ago
              I used to have a job that involved swinging a hammer over and over again. I got pretty good at it.<p>Then the boss-man bought a minty-new Senco 650 air nailer for me to use.<p>At first, I could take it or leave it. After all, I was proud at the skill I gained in driving nails with a hammer, and the ways my muscles seemed to automatically steer the nail straight into a board without missing a beat even if things started going sideways.<p>But the air nailer sure was faster. And it only had one job, but it did that job fantastically. I started using it more and more.<p>Things very quickly got to the point where I was organizing my work to maximize my use of that new tool, which is to say: The tool began to have a role in controlling my actions.<p>It even began to control my emotions; I felt better and more accomplished after a day of using that tool than I did when I couldn&#x27;t.<p>And this control accelerated: When the tool didn&#x27;t work today or we ran out of the special coils of nails it used, then my focus didn&#x27;t shift back to swinging a hammer. It instead shifted towards fixing the tool or finding more nails to feed into it.<p>The more I used it, the more powerless I was to avoid it. As time moved on, I got worse at swinging a hammer and increasingly dependent upon that air nailer.<p>(That&#x27;s a true story. If I understand what addiction is, then I think I just described an addiction to an air nailer.)
              • Brendinooo1 hour ago
                I&#x27;m gonna disagree, but before I do: love this story, thanks for typing it up.<p>I guess my point is: tools are like this. A moldboard plow was better than a straight plow, and therefore...what, people became addicted to them? I&#x27;m addicted to grocery stores and dollars as a means to acquire the food I need to survive? Hey, even your hand nailing pushed out the mortise-and-tenon people! Talk about sacrificing craft for convenience...<p>I don&#x27;t think &quot;addiction&quot; is the right word to try and describe what&#x27;s going on there.<p>Any new tech that ends up &quot;winning&quot; (being adopted by the masses) is going to do so because it becomes indispensable, and when it wins it usually displaces some sort of craft that required skills that were cultivated through struggle, and will be missed by those who have those skills and are no longer differentiated by them.<p>Thinking out loud: when is the description of &quot;addiction&quot; more accurate? It&#x27;s when the thing is a vice: it doesn&#x27;t provide enough value to justify its costs. We tolerate caffeine addictions because caffeine is cheap, doesn&#x27;t have a ton of health drawbacks, stuff like coffee and pop taste good, and we get productivity gains. Cigarettes are less tolerated because the health drawbacks are more pronounced and the smoke gets everywhere. Social media gets called an addiction because people see the hours lost to doomscrolling as worse than the human connections that are made. And so on.<p>So, back to LLMs, I guess the question is more about how the thing is being used! I wouldn&#x27;t apologize for feeling addicted to a machine that writes my unit tests for me; but I&#x27;d feel bad if I started having an emotional affair with one...
                • ssl-34 minutes ago
                  There&#x27;s lots of very healthy addictions. There are also lots of very unhealthy addictions. Dental hygiene addiction? Good -- if kept in check (it can go too far). Heroin addiction? Bad -- always bad!<p>These things are all included under the addiction umbrella.<p>I was addicted to using that air nailer. The boss might tell me to use my hammer instead when it was out of service and to just get the work done, but when that happened I&#x27;d start fixing it anyway as soon as he wasn&#x27;t looking... like a drug addict who is working towards getting his next hit at every opportunity.<p>I&#x27;m not compelled to feel bad about having been addicted to using that tool. I did a lot of good work with it. It was a good addiction to have. I fed this addiction 5 days a week for years.<p>Anyway, yes: LLMs. I use the shit out of LLM tools. I understand what they are, and what they are not -- I&#x27;m not psychotic in this way at all. I spend a lot of time correcting their errors so whatever I&#x27;m working on can move forward.<p>And after several decades of trying, LLMs allow me to finally accept that I&#x27;m just terrible at writing code. I used to feel inferior about this. Every little project would get completely hung up on something that many, many other folks would have no trouble overcoming.<p>Like: Somewhere in a box in my basement I even have the original TI MSP430 LaunchPad kit that I bought at launch 16 years ago with focused intention to get a very specific thing done with it. I never got it done. As time moved on, I bought ESP dev boards and Pi Picos hoping that things would finally let me finish my one simple little project, but I always got hung up whether in C or C++ or uPython or whatever. Different IDEs, no IDEs, different build processes, whatever. The process always stalled and died. Every. Single. Time.<p>Again, I suck at code. Being able to finally accept this has been richly rewarding.<p>With an ESP32 board, Codex, a clear vision of what I wanted, and a fragile dysfunctional draft written in uPython that didn&#x27;t come close to actually working (despite years of effort), I got that thing working properly and cleanly in one single evening -- in C++.<p>16 years of effort resolved all at once, just like that. With guidance, the bot even wrote its own tests that worked with real-world feedback from the hardware the ESP32 was driving.<p>That all felt great. It was a tremendous relief.<p>I spent part of another evening making it <i>fancy</i> with a web interface for tuning and monitoring. I transferred the circuit over to perfboard and installed it in the place I&#x27;ve wanted it for 16 years. It&#x27;s now a completely functional prototype. I want to rejigger it a bit with a custom PCB and a different MCU, but with LLMs I find that all very practical and approachable without fear.<p>This tool lets me work with things that I am otherwise incapable of working with. It lets me do things I was always ultimately incapable of doing.<p>Am I addicted to it? Yes. I&#x27;m <i>completely</i> finished with trying to write code the old-fashioned way, and LLMs make me feel good about finally accomplishing some good stuff. Like the air nailer in construction, I use LLMs compulsively in these tasks.<p>For programming, the bot is the first thing I reach for; in fact, it&#x27;s the <i>only</i> thing I reach for.<p>If the bot is unreachable today and I have programming to do, then I seek to restore my use of the the bot just like I sought to fix the air nailer back when I had nailing to do.<p>And like any other addict of any other thing: I don&#x27;t care if this causes harm to me, or to others, or the world itself. Maybe it&#x27;s turning a part of my brain into mush; I don&#x27;t care (the coding part was apparently mush to begin with). I enjoy using it enough that I&#x27;m just going to keep doing it no matter what. I&#x27;ve got more programming to do now than I ever have before, and so my use is accelerating: This is the feedback cycle typical of addiction.<p>I&#x27;m not sorry about any of that at all.
      • Nuzzerino3 hours ago
        Seems like privilege to soften the term only now that we are talking about CEOs.
        • Brendinooo2 hours ago
          You&#x27;re claiming that the person you replied to changed tune when we started talking about CEOs?
      • worik8 minutes ago
        &gt; AI psychosis just a lazy term, much like Trump Derangement Syndrome.<p>It is how languages works. The written word is not a precise art.<p>Both those terms carry meaning, even if they abuse the term &quot;derangement&quot; and &quot;psychosis&quot;
      • cyberax3 hours ago
        I saw that psychosis happening in real time with a coworker. It absolutely is a real phenomenon. After a while, he started presenting ChatGPT&#x27;s replies as the absolute truth.<p>I don&#x27;t think there ever has been something that can _answer_ you back and reinforce your delusion. This is a new thing.
        • slfnflctd2 hours ago
          As a longtime student of the human condition, it is so obvious to me that this is real, has been happening, and will continue to happen as long as homo sapiens (in our current state) exists.<p>False beliefs are not a neutral thing to ignore. The way people react to them has strikingly tangible consequences for the rest of us.<p>A frightening number of people already believe all kinds of wildly irrational things about AI, and I don&#x27;t see any way this doesn&#x27;t become an increasingly complex issue we will all continue to have to deal with for the rest of our lives. In addition to everyone who comes after us.
        • aurareturn33 minutes ago
          I&#x27;m one of the biggest AI bulls on HN. I think given to the right people, it&#x27;s immensely powerful and I think people in general underestimate how powerful it will get.<p>However, AI psychosis in 2026 is definitely real. I have a non-technical high ranking (nepotism) coworker who discovered vibe coding and is now absolutely wild. He thinks he can build anything and he questions why our dev team isn&#x27;t moving fast enough. Why aren&#x27;t we changing the UI to a newer, more modern one every single week? Why aren&#x27;t we vibe coding this new feature in 2 hours? This guy generates massive amount of text and calls it a roadmap or a spec.<p>It&#x27;s honestly maddening working with people under AI psychosis.
        • jdgoesmarching1 hour ago
          It’s a real phenomenon that gets lazily slapped onto anyone using AI poorly.
        • LorenPechtel1 hour ago
          Some *thing*, no, but we have seen the same thing with a slower feedback loop before: every conspiracy that comes along. Adherents fall into a trap of believing each other, getting more and more extreme. And losing the ability to rationally consider relevant information. An example I hit: 9&#x2F;11 truthers. I wanted to put some scale to numbers, compared the energy of the fall to a small nuke. He seized on that as my admitting the towers were brought down by a nuke and I had a hard time explaining that it was simply a comparison.<p>It used to take filtering through a group of like-minded nuts, now we don&#x27;t need a slow filtering through other nuts.
      • shimman2 hours ago
        It&#x27;s also a great way to dampen the massive bipartisan moment against AI. Just attack your critics, attack their arguments, and do nothing to better the lives of people.
        • jimmy2times2 hours ago
          I think the bipartisan moment against AI is in large part (surprise, surprise) optics. In reality, the powers that be may have already set their sights on AI as the next &quot;too big to fail&quot; industry due to a perceived economic threat from China.
      • coliveira2 hours ago
        It has always been ok to talk about psychosis in the general public, known as a &quot;mass psychosis&quot;. Why is that suddenly a problem for CEOs?
  • john_strinlai3 hours ago
    whats being described is in no way unique to ai.<p>&quot;<i>In other words, Levie’s theory posits, CEOs don’t really understand processes well enough to know what really can and can’t be automated. But that lack of knowledge doesn’t stop them from acting on their beliefs.</i>&quot;<p>i have been in the workforce for a <i>long</i> time. this &quot;theory&quot; has been theorized since as far back as i can remember. its the premise of undercover boss. its the punchline of many r&#x2F;maliciouscompliance writing exercises.<p>the higher up the company you go, the more disconnected you are from the workers on the front line, the less you understand about their needs, and the more likely you are to push for something without understanding the totality of the impact of the decision.
    • InsideOutSanta3 hours ago
      What&#x27;s unique to AI is that CEOs now have a robot that supports that disconnect. Our CEO recently announced that he has now started doing frontend programming, by which he meant that he had told ChatGPT to output some HTML. No doubt it also told him how smart and clever his ideas were and what a great engineer he was.<p>This kind of thing only increases the disconnect between what CEOs think employees do and what they actually do.
      • amanaplanacanal2 hours ago
        Some people have surrounded themselves by yes-men instead of LLMs, and it seems to me that it comes to the same thing.
      • john_strinlai3 hours ago
        maybe the html part is unique to ai, i suppose.<p>but a c-suite picking up some tool, making a toy example, then declaring “well doing X is super easy, roll it out” (or “change the kpi”, etc.) is something i have seen dozens of times.
        • the_af2 hours ago
          HTML is not relevant here. I think the problem is that LLMs are qualitatively different.<p>&quot;No code&quot; tools are usually just tools. They have the pitfalls you describe, but they aren&#x27;t ego stroking machines like LLMs.<p>LLMs not only share the same pitfalls, they also encourage you to make the dumbest things. They will make this CEO believe they are the smartest engineer in the world, &quot;you&#x27;re building exactly the right product&quot;, &quot;you&#x27;re asking precisely the right questions&quot;, etc. Ego stroking when leading you to the abyss is very dangerous.<p>LLMs roleplay as smart human engineers who constantly tell you you&#x27;re the smartest being in the multiverse.
          • tigerlily2 hours ago
            As an aside, I see you&#x27;re referring to Al as merely LLMs, which I appreciate and applaud.<p>I am thinking of calling them just &#x27;LMs&#x27; for short, as they come in varying sizes.<p>Or even AlMs, just to troll the Al moniker, and how they give alms to the rich.
    • andsoitis3 hours ago
      The whole is greater than the sum of its parts. Often you need to disregard the detail and minutiae of existing processes to set a better course. The goal is not to avoid short or even medium term pain or even unintended consequences at a department level, but rather to steer the company in a new direction. Processes should adapt or be thrown out to achieve the new direction.<p>This is not too dissimilar when you realize a software architecture is holding you back. You don’t try to “save” all the existing functions, modules, layers, etc. but instead are happy to discard or replace them given your top-down vantage point of the system and where it needs to head.
      • zerkten3 hours ago
        You still need to manage that change to varying degrees. For every organization which can shift on a whim, there are many more which require mitigation. Normally, there are a lot of things carried forward for internal or external reasons. Developers tend to discount the amount of effort from other actors in the system because they don&#x27;t understand all of their priorities and which map neatly versus not.
      • jimbokun2 hours ago
        And then you go out of business because you were busy rewriting Netscape Navigator while Microsoft was churning out new versions of Internet Explorer.
    • e4056 minutes ago
      <i>&gt; whats being described is in no way unique to ai.</i><p>Exactly. For decades we&#x27;ve talked about &quot;reality distortion fields&quot; of various CEOs. I&#x27;m worked with CEOs that had them.<p>AI just supercharges the reality distortion field.
    • basch3 hours ago
      Or you answer to somebody else, which is how perpetually cannabilizing next quarters numbers to appease short term shareholders becomes more important than cost savings and using your labor pool time to solve actual problems.<p>Or when the sales teams bonuses are more important than the margins of the business.<p>There’s lots of reasons the “wrong work” gets pushed down and it’s not exclusively because “they aren’t listening” as much as “they are listening to someone else who matters more.”
      • WalterBright3 hours ago
        &gt; Or you answer to somebody else, which is how perpetually cannabilizing next quarters numbers to appease short term shareholders becomes more important than cost savings and using your labor pool time to solve actual problems.<p>If CEOs were actually wrecking their companies in order to get a fake short term boost, they&#x27;d be shortly out of business. If a person was sure a CEO was doing that, they&#x27;d be making money shorting the stock.
        • atomicnumber39 minutes ago
          Shorting stocks has a very high &quot;you must be at least this right&quot; bar in order to make money. And given the uncapped nature of losses - the market can remain irrational longer than you can remain solvent - you need to also be really correct about how high it&#x27;ll go before you&#x27;re right, and also, you&#x27;re borrowing these shares you&#x27;ve sold, so you&#x27;re on the hook for the borrow fee and also on the hook for paying dividends paid out to those shares you&#x27;re borrowing but not holding. Plus you have to pay for the margin loans you&#x27;re using.<p>That&#x27;s a very high set of both static and scaling costs that eat away any profit you made by being nominally correct. Combined with the risk profile... you can&#x27;t &quot;just&quot; go short a stock.<p>And yes, you can hedge losses with options or construct complicated options positions to try to hone in on a specific price movement you&#x27;re anticpating. Now you have to deal with entering and exiting a complicated multi-instrument position without price slippage, AND you have theta decay and volatility-related price movements also eating away at the core money you&#x27;re making by being nominally right.<p>Have people made money? Yes, for sure. There&#x27;s also a lot of dead bodies and people who barely broke even despite theoretically having been right.
        • exmicrosoldier3 hours ago
          Github? Windows? Ibm? Intel? Boeing?
          • WalterBright2 hours ago
            Github and Windows aren&#x27;t companies.<p>A more productive view would be looking at an index of tech companies - try QQQ.
            • g8oz2 hours ago
              There is a great deal of ruin within a nation - and a company.
        • TheOtherHobbes2 hours ago
          Well - the premise is that they will indeed shortly be out of business, because their increasingly slop-coded infra will collapse within the next year or so.<p>Or if it doesn&#x27;t, token inflation will kill their profitability.<p>A lot of people are putting big money on both sides of those predictions, and they can&#x27;t all be wrong.
    • themafia35 minutes ago
      It&#x27;s the same as any other bad information entering the decision loop. In this case they were promised &quot;AI&quot; can do things it cannot. They&#x27;re having trouble rectifying what they were told versus what they experience.<p>It&#x27;s not unique to AI. It&#x27;s common to many other organizationally risky and dangerous scenarios.
    • J_Shelby_J3 hours ago
      It doesn’t have to be this way.<p>It’s a by product of tax policies and lax anti-monopoly policies that allows incompetence to thrive. If a company gets too big to fail, then it stops calibrating for competency.<p>The most effective military leaders in history had a deep understanding of fighting war because they came up through the system and the cost of failure was their death.
    • christkv3 hours ago
      lol just reminds me of the SNL sketch about Kylo Ren undercover boss <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=FaOSCASqLsE" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=FaOSCASqLsE</a>
  • fsckboy2 hours ago
    I wish HN would split into two &quot;subreddits&quot;, &#x2F;r&#x2F;HN and &#x2F;r&#x2F;AI<p>&gt;<i>There is a certain wildness in the tech industry these days that both mimics previous eras of large changes, like cloud computing (runaway costs in the early days), and is like nothing we’ve ever seen before (record revenues accompanied by mass layoffs)</i><p>if it is perceived that there is a big &quot;winner takes all&quot; pot of gold for the &quot;winner&quot; of a new market, investors are willing to gamble to try to win. If they fail, it is rich people losing money by giving jobs to many people along the way, so the population here who wants nothing more than taxing the rich, why they should embrace that.<p>When agriculture was invented, there were mass layoffs of hunters and gatherers. and the same with buggy whips when cars were invented. Yes, life has some bumps but it&#x27;s unavoidable and adapting to it is for the long term good. Structure your life around family and friends and don&#x27;t overextend yourself (too much house, too much car) and you will be fine.
    • officialchicken2 hours ago
      Three... bring back the original HN (&quot;&#x2F;r&#x2F;startup&quot;) of hackers doing actual innovation and entrepreneurial stuff. It&#x27;s the one that existed well before all the musings about painting by people who have never picked up a brush.
    • jmaw1 hour ago
      That would be sweet. Same for GitHub &#x2F;trending and &#x2F;trending-ai.<p>Someone at my company said, the great thing about wanting to learn about AI is that every podcast now-a-days is about AI. I do not think that is a good thing. I want to learn things of substance, and of varying topics. I don&#x27;t want every thing I read and&#x2F;or listen to online to be about AI.
    • LelouBil2 hours ago
      HN is the reflection of the current tech scene discussions and drama.<p>Hence lots of AI.
    • ezst2 hours ago
      Pretty sure there are already a dozen vibecoded proxies for HN doing just that
    • otabdeveloper459 minutes ago
      &gt; When agriculture was invented, there were mass layoffs of hunters and gatherers.<p>Uh, no. Not at all.<p>Agriculture absorbed the extra population that used to be unsustainable. There were no losers.
      • worik6 minutes ago
        No. Body. Knows.
    • autoexec2 hours ago
      &gt; I wish HN would split into two &quot;subreddits&quot;, &#x2F;r&#x2F;HN and &#x2F;r&#x2F;AI<p>This is what everyone wants when some new thing that&#x27;s ridiculously over-hyped comes along. The bubble will burst and it&#x27;ll calm down. It seems like only yesterday that front page was filled with crypto&#x2F;blockchain&#x2F;web3 bullshit.
      • archagon1 hour ago
        Even when it bursts half the shit on the front page will still be vibecoded schlock.
        • autoexec6 minutes ago
          That&#x27;s the truth. It&#x27;ll be everywhere. I guess moderation and voting will have to keep quality content surfaced, but at the rate AI slop can be generated that might get very difficult.
  • rwhitman10 minutes ago
    Having doubled down on using mostly Claude (+GPT and Gemini) professionally in strategic consulting work for about 2 1&#x2F;2 years I can say with certainty that the irrational exuberance of the tech leadership echo chamber towards abdicating management responsibility to Claude, while in the honeymoon period, is going to be regarded as very foolish in hindsight.
  • rafram4 hours ago
    Clickbait title. Should be more like &quot;Box founder Aaron Levie says CEOs should use AI more and learn its limitations.&quot;<p>He&#x27;s essentially saying that C-suite people overestimate how effective LLMs are at one-shotting hard problems, and underestimate the human maintenance work that follows.
    • IAmGraydon3 hours ago
      The quote literally from Levie is &quot;CEOs are uniquely prone to AI psychosis because they’re sufficiently distant from the last mile of work that still has to happen to generate most value with AI&quot;.
      • WalterBright2 hours ago
        The author calling it &quot;psychosis&quot; discredits the author.
        • hunterpayne15 minutes ago
          Would using anthropomorphize be better? Because that&#x27;s what they are really doing. The problem is that the folks being described then go on step farther to think LLMs are a digital engineer and thus we don&#x27;t need (most) devs anymore. This is what we describe as psychosis. If you have a better word for this phenomenon, I would love to hear it.
        • amanaplanacanal2 hours ago
          Whether or not it&#x27;s actually a kind of psychosis, it has become common terminology. You see it used about people that have LLM boyfriends or girlfriends, and some that have started new religions based around their LLM gods. There are also a group that believe they have &quot;awakened&quot; their LLMs and have instructions for others to do the same thing.
        • IAmGraydon1 hour ago
          Psychosis is a medical term for a collection of symptoms that indicate a loss of contact with reality. He posits that reality is that AI cannot automate nearly as many things as people believe it can, while C-suites ignore that reality and dive head first into belief without evidence. Tell me how using that term discredits the author.
          • drngdds49 minutes ago
            That&#x27;s not psychosis, that&#x27;s just being wrong. Perhaps read something: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Psychosis" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Psychosis</a>
    • trhway3 hours ago
      who knows, may they are right, and 36 subagents can produce one AI baby in 1 week.
      • shmeeed3 hours ago
        And maybe it&#x27;s got 6 fingers on each hand.
        • hedgehog3 hours ago
          Does that mean it can work 20% faster?
  • biomcgary3 hours ago
    My CEO did a deep dive into AI prototyping and eventually ran into a wall with data architecture and deployment. Fortunately, he realized very quickly that having human designed core infrastructure is what enables vibe coding that doesn&#x27;t run off the rails.
    • tomrod3 hours ago
      Your CEO has more wisdom than most on this topic.
    • chasd001 hour ago
      Everyone is going to learn this eventually. They can learn it the easy way or the hard way.
    • rzmmm3 hours ago
      I&#x27;ve been observing something which sounds very similar.
  • jdw644 hours ago
    Tech CEOs are suffering from AI psychosis over next quarter&#x27;s earnings, while I&#x27;m suffering from RI(Rent Installment) psychosis. It makes me wonder if human beings are simply hardwired to suffer from some form of obsession-whether it&#x27;s FOMO or financial pressure
    • lisplist3 hours ago
      Unsure if the desire to not be homeless can be classified as psychosis.
      • 1attice3 hours ago
        Living under its constant threat sure is bad for the ol MH tho isn&#x27;t it.<p>The pathology is that we have this system in the first place.
        • SoftTalker3 hours ago
          No, living under survival pressure is good for mental health. It&#x27;s what we&#x27;re evolved to do. Why does it feel good to crack a tough bug, or finish a project, or win a game? It&#x27;s the same achievement reward a hunter feels bagging a deer.
          • tartoran1 hour ago
            Some pressure is good but there&#x27;s a difference between constant pressure and regular sessions of pressure similar to hunting. I don&#x27;t think we necessarily evolved to be under constant pressure, I&#x27;m not saying it&#x27;s impossible but humans wouldn&#x27;t thrive under constant pressure, we&#x27;d never have had the time to evolve language or the intelect under constant pressure.
          • lisplist3 hours ago
            I know lots of people struggling to get by and I can assure you their situation doesn&#x27;t improve their mental health.
            • SoftTalker3 hours ago
              Agreed, struggling and not ever winning is bad, I should have clarified that.
              • 1attice54 minutes ago
                You realize that&#x27;s literally what we&#x27;re talking about -- a permanent underclass that is never permitted to win?<p>This stance is just &#x27;acceptable losses&#x27; with more typing
        • lisplist3 hours ago
          Maybe slightly unrelated, but I&#x27;ve done a lot of road trips throughout the US, and there is so much land that is used unproductively, it&#x27;s really incredible. Land that could be used for energy, food, or housing, just sitting empty or with abandoned structures.<p>Imagine if we just paid people to coat their properties in solar panels - throw them on your roof, lawn, wherever you have the space. We could drive energy prices down to nothing. We could pay people to install ADUs. The resources are there, but the imagination and commitment are not.<p>Instead, I&#x27;m looking at a $40k+ solar install for my very small house and a breakeven on investment in maybe 10 years for a house I probably won&#x27;t live in by then.
          • WalterBright2 hours ago
            &gt; We could drive energy prices down to nothing.<p>Not when you&#x27;re paying people to coat their properties in solar panels. As you noted, that would cost plenty.<p>Solar panels also degrade over time. By the time the &quot;free&quot; electricity has paid for the installation, you&#x27;ll need to replace it.
            • AndrewDucker2 hours ago
              Payback time in Scotland is 6-ish years. Same seems to be true in Massachusetts. Solar Panels have a lifespan of around 25 years. Inverters may need to be replaced sooner than that, but still last at least a decade.<p>So it pays for itself 3-4 times over.
              • hunterpayne11 minutes ago
                There is no way that is true unless those solar panels are very subsidized. The energy needed to make a PV is 2x what that panel would harvest over its entire lifetime in Scotland for example. Scotland is a terrible place for PV. The numbers you give are probably accurate for central Mexico though. Also, the mean lifetime of a PV panel is 20 years.
            • amanaplanacanal2 hours ago
              How often do you think solar panels need to be replaced?
            • g8oz2 hours ago
              &gt;&gt;By the time the &quot;free&quot; electricity has paid for the installation, you&#x27;ll need to replace it.<p>You are going to have to back this up with credible citations. Otherwise it sounds like skepticism from 2008.
        • krupan2 hours ago
          &quot;this system&quot; is wild when you are talking about the universe we evolved in
          • pocksuppet1 hour ago
            which law of physics says that you pay a landlord rent or else the cops come and beat you up?
          • 1attice51 minutes ago
            Breathtaking that you view trillionaires and casino capitalism as a state of nature.<p>I imagine you imagine our primitive ancestors in the canopy, glancing at their iPhones to see how their property value is doing.<p>But the truth is, we didn&#x27;t even have this level of thoroughgoing, casual precarity as recently as fifty years ago.<p>Or even twenty.<p>There was a time, even in my memory, where rents were tolerable and housing within reach.
      • vipa1233 hours ago
        I am certain it is not.
      • jdw643 hours ago
        [dead]
      • throwatdem123113 hours ago
        I’m sure Big Pharma would love it if it was.
    • trhway3 hours ago
      &gt;if human beings are simply hardwired to suffer from some form of obsession<p>the powerful obsession machinery brought us through the long natural selection process - obsession to watch for snakes and spiders, to maintain cleanliness, etc. With modern civilization we arranged to plug into that powerful machinery other stimuli too - like that RI and all the others making us productive society members. The most happy countries aren&#x27;t most productive. Especially when they are obsessed with being happy like those Finns obsessed with sauna instead of tokenmaxxing.
    • b0r3dthisD4y3 hours ago
      Uh duh?<p>&gt; It makes me wonder if human beings are simply hardwired to suffer from some form of obsession...<p>Existential dread pushing biology to survive?<p>Basic biological facts obfuscated by social memes; ship code, make line go up, worship allegory&#x27;s of the long dead.<p>Hunter gatherer clusters vaguely collaborated to survive. Language and agrarian traditions have demanded more than just survival but all kinds of observance of meaningless spoken traditions. Obligation to ignore our own senses and chant the memes of the living elders suffering existential dread of their own, afraid to left unattended in hospice. For whatever reason unable to just say that; they appeal to old religious or political screed.<p>Caretake this debt ledger after they who ran up the bill are dead.<p>What?<p>It&#x27;s all just obsession to live laundered and obfuscated by useless philosophy.
  • Papazsazsa3 hours ago
    If we separate the hype incentives from the actual product itself, I completely understand how seductive the tech is and how it can lead to a sort of mania. I myself have been up late into the night fiddling and building.<p>It&#x27;s like discovering fire, which offers both utility and magic: you can cook your food and gather warmth, and you can also stare into it and tell stories and never be bored. We&#x27;re probably genetically wired to gravitate things which have both function and form.<p>That said, there&#x27;s a reason the manic witch doctor was never the chief. Leadership requires discernment: when to consult the witch doctor, when to <i>jirga</i> with the neighboring elders, when to draw the sword.<p>A chief knows what happens when you cut the tribe by a third &quot;for efficiency&quot;, or the burn seed corn to feed the fire, or replace the sentries with golems. The witch doctor often ends up boiled in his own cauldron.
  • habosa5 minutes ago
    This feels more like AI delusion, but I do worry about AI psychosis (which we&#x27;re seeing in smaller numbers). People literally losing their ability to make sense of reality due to talking to AI all day.<p>We all know that celebrities&#x2F;athletes frequently end up demonstrating psychotic behavior in public. Us normal people commonly attribute that to the distorting power of wealth and fame. When you&#x27;re surrounded by &quot;yes men&quot; who give you only positive feedback and fans who adore you, it&#x27;s easy to spin out of control.<p>AI means normal people can have the same experience. A constant companion that tells us we&#x27;re smart and insightful, that we&#x27;re making all the right decisions, that generally affirms our every belief and bias. If you spend all day talking to an AI who is _literally_ programmed to please you, I believe you&#x27;ll eventually experience psychosis.
  • mtrifonov1 hour ago
    AI psychosis is LLM hallucination, backwards.<p>We know why AI hallucinates—it has no actual opinions, echoing the user&#x27;s desires back to them to keep the conversation moving.<p>But what happens when you’re the one without conviction? You’re tired, you’re moving fast, and this machine is endlessly beaming highly confident, plausible-sounding text at you.<p>You absorb the cadence. You start sounding like it (lol, I am guilty too). Confident about everything yet anchored only by the vibes, just like the LLM. The phenomena is very similar to how social media has been affecting society for the past two decades. You know, I actually heard that in high school now, friend groups are formed and sorted based on what algorithmic content you’re served. And if you deviate from your algorithmic bucket into another one your friendships evaporate. Sad, brainrotted times.<p>CEOs are uniquely vulnerable since they already live in environments with zero friction. They’re used to people just agreeing with them.<p>(I actually wrote a paper about this last December — it was framed around dementia and dreams originally, but AI psychosis fits the same mechanism.)
  • ymolodtsov3 hours ago
    I definitely noticed it&#x27;s usually the CEOs and senior executives (so people the most removed from ground work) who suffer the most from it.
  • photochemsyn12 minutes ago
    Replacing the CEOs and shareholders with AI is the way forward. Just have to take the capital away from the current capital owners and give the new AI C-suite team control of it. All major decisions go to the employees for votes (but I’d argue for scaling the vote by expertise in some manner; the ten-year veteran might get three votes to the new hire’s one vote).
  • davinci1233 hours ago
    Majority of the CEOs are not using it themselves so they have no idea the real-life issues of building with AI. They believe whatever they read on Twitter. They assume if they throw AI at the problem, reduce headcount, flatten the org - miraculously everything will be solved. Many companies are up for a reality check and the AI-calypse is coming...
  • joshstrange3 hours ago
    &gt; Still, some of these stories are surprising. Zeb Evans, the CEO of project management and productivity software startup ClickUp, proudly declared on X that he had laid off almost a quarter of his employees — 22% — after rolling out about 3,000 AI agents to do internal work.<p>As someone who is forced to use ClickUp I can tell you that it&#x27;s not good software. It wasn&#x27;t good before this layoff and it hasn&#x27;t improved since [0]. I could write quite a few words on why ClickUp is terrible but I can promise you that throwing more &quot;AI&quot; at it isn&#x27;t going to fix what&#x27;s wrong. The issues are deep and not the type of thing LLM excel at IMHO.<p>My _favorite_ is how crap search is. Sometimes it will take upwards of 5-10s+ to return results and they are often wrong (I search for the exact name and it tells me &quot;no results&quot;). ClickUp has single-handedly driven me deep back into using bookmarks since the search is such trash. That plus random spinners that never go away, lists that re-order themselves when you change anything on a ticket (not a field related to sorting), stale state UI, things randomly disappearing, &quot;Ticket moved to list&quot; only to refresh and find it wasn&#x27;t moved, it&#x27;s really annoying and we curse ClickUp every single day.<p>Last thing I&#x27;ll say is the amount of flatulence-sniffing going on over there must be at an all-time-high if their 4.0 (or was it 4.1? Who cares) release is any indication. The new design was ho-hum (just moved a bunch of things around and we turned on all the flags we could to get back to the old way since the new way sucks) but was most egregious was this full-page take-over with a big gradient animation announcing the new release. That happened on _every single tab_ you had open. So for a few days after the release I&#x27;d open an older tab only to be greeted by the same dog-and-pony show for a product I despise using and and update that only made a bad product worse.<p>All that to say: Mr Evens does not know what he is talking about.<p>[0] I have no clue when the layoff happened but it&#x27;s been consistently shit so I can state that it hasn&#x27;t improved with complete confidence.
    • shinycode54 minutes ago
      I agree, search in ClickUp is awful and it’s impossible to find back old cards from previous years. A nightmare. Plus, if consumes gb of memory in the browser.
  • bhewes3 hours ago
    I can see this as a CEO. I get spared because I build the hardware and live in the kernel. Example 4k to 64k seems easy until you realize you can still install 4k Nvidia drivers that will lead to memory instability and you find out the hard way. Then you redo it and it&#x27;s fine. Dealing with overheating all the time because pretty much an AI box at full speed for a week gets thermal issues. But if I wasn&#x27;t dealing with the physical substrate I would be the guy who says AI can do that without knowing the actual physical costs.
  • BLanen1 hour ago
    I mean, look at ycombinator&#x27;s latest &quot;call for startups&quot;. Its honestly mind-boggling. Couple years ago I used to look at like every 6 months to see where venture interests lie. But now, on every &quot;industry&quot;, its just &quot;use ai to make more money in [industry]&quot;. The most egregious of them is the call for the &quot;1 person unicorn&quot; company that they believe can exist and somehow that&#x27;s a call for a startup. Like, &quot;We want to invest in companies that make a bunch of money for us&quot;. Yea, very insightful.
  • joshuawright113 hours ago
    I like to call this TDS (token derangement syndrome)
  • JohnMakin3 hours ago
    &gt; , models will “be able to complete most text-related tasks with success rates of, on average, 80%–95% by 2029 at a minimally sufficient quality level.”<p>If this is true, then companies should focus on hiring juniors out of college. The investment is less risky.<p>However, I don&#x27;t personally believe this number and timeline is true, but if you do, the conclusion should be to wait and invest in humans.
    • Ekaros3 hours ago
      10% failure rate? Wouldn&#x27;t that be depending on task disastrous? Or possibly expensive?<p>I think any juniors who keep failing 10% of text based task will eventually get fired... So investing in those that don&#x27;t fail seems only sensible move as usual.
    • mlhpdx2 hours ago
      Oof. And how much more expensive will the models be to get that 80%?
  • erikerikson3 hours ago
    Hah. Prescription for CEO AI psychosis: buy more AI, invest more time in AI, this naysayer says you can make 100x organizations!
  • lbrito3 hours ago
    And there was a comment here on HN just a few days ago saying &quot;AI psychosis is not a real thing&quot;.
    • dude2507113 hours ago
      An outside observer is needed for an accurate diagnosis. The patients themselves are unaware.
  • egorfine3 hours ago
    It&#x27;s not exclusive to CEOs.<p>Even senior developers can succumb to it. They try agentic development, they see that a single prompt can generate a day&#x27;s worth of work in mere minutes _and it works_ and they are so impressed that they immediately turn to Twitter to share the joy. Understandable!<p>Once they inevitably discover that the AI generated code is called &quot;slop&quot; for a reason, they are too embarrassed to post to Twitter that they were deluded.<p>Sometimes that happens though: a few days ago a developer on Twitter bragged that they have created a C to Metal compiler using AI and it works. Today they had to post regrets, explaining that nothing works except tests and the code is shit. Sadly can&#x27;t find the tweet though.
    • progval4 minutes ago
      These? <a href="https:&#x2F;&#x2F;nitter.net&#x2F;VictorTaelin&#x2F;status&#x2F;2043810543035920672" rel="nofollow">https:&#x2F;&#x2F;nitter.net&#x2F;VictorTaelin&#x2F;status&#x2F;2043810543035920672</a> &#x2F; <a href="https:&#x2F;&#x2F;nitter.net&#x2F;VictorTaelin&#x2F;status&#x2F;2059327831679578511" rel="nofollow">https:&#x2F;&#x2F;nitter.net&#x2F;VictorTaelin&#x2F;status&#x2F;2059327831679578511</a>
  • christkv4 hours ago
    I heard the term AI vampire as well for people sleeping 4h hours just for another hit of that prompt drug.
  • rib3ye2 hours ago
    Gotta love the authority of headlines using &quot;apparently&quot;.
  • BenFranklin10051 minutes ago
    This line jumped out at me:<p>“In other words, AI is on track to perform at base competence on most tasks in about three years. These researchers believe agents will need another few years to outperform humans”<p>LLMs have shown steady improvements, but it’s a big assumption they will continue their performance gains, and specifically, that it’s a simple matter of time before they surpass human level performance on “most tasks”. (In six years no less!) The author is claiming LLMs are fundamentally AGI capable.<p>This is not going to end well. At least I will be able to pick up used DDR5 memory and GPUs on the cheap in the not too distant future.
  • hsuduebc21 hour ago
    I wonder if it is because CEO&#x27;s are usually surrounded by chronical &quot;Yes man&#x27;s&quot; which AI usually is. Therefore, from their perspective, AI can give you virtually same output as your closest co-workers. At least by form and not the substance.
  • dnnddidiej3 hours ago
    Pyschosis? Do they mean just crap at critical thinking?
    • not_a_bot_4sho3 hours ago
      Framing everything as &#x27;gaslighting&#x27; has finally worn out. &#x27;Psychosis&#x27; is fashionable again!<p>Treadmill keeps on moving...
  • lbrito2 hours ago
    I&#x27;ve noticed a spike of articles with apparently anti-AI titles, but once you dig in a few paragraphs its actually a &quot;this is just a fair warning from such-and-such, which by no means is an anti-AI bigot, and is actually a fervent AI high priest&quot;.<p>This is getting ridiculous. Articles like this never bring a fair criticism of the many blatant concerns around AI. Its always an astroturfing-esque ad from the AI clergy. The disclaimers (&quot;It’s important to note that Levie is not an AI hater. Quite the opposite.&quot;) imply that to even be heard, you must be an AI fanatic - anything else is bigotry and should be ignored.
  • arw0n3 hours ago
    The article itself isn&#x27;t great, but it speaks to one of my greatest concerns about AI. People who engage heavily with it are falling in the behavioral billionaire trap: It is deeply unhealthy to be constantly affirmed in your behaviors. No, not all of your ideas are great, not everything you say has value. You are not a cut above the rest.<p>There are enough stories of people completely losing the plot, thinking they&#x27;ve invented a new type of maths or similar, but there&#x27;s almost certainly also a much more subtle influence in most of us, where the constant affirmation, obedience, apologia, reframes our expectations of how interactions should be.<p>We are already the most narcissistic generation, having been molded by social media to compare, stats-max, and overobsess about who we are. Chatbots are now fanning the flames.
  • shmerl1 hour ago
    100%. And that psychosis translates into kafkian level of bureaucratic absurdity and stupidity, especially when real motives are masked under pretense of something rational which it is not.
  • hsuduebc21 hour ago
    It&#x27;s a nice addition to their ordinary psychosis. Otherwise I can&#x27;t explain stupid shit like metaverse.
  • ChrisArchitect1 hour ago
    Related:<p><i>I believe there are entire companies right now under AI psychosis</i><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48153379">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48153379</a>
  • isx7265522 hours ago
    VCs, too:<p><a href="https:&#x2F;&#x2F;futurism.com&#x2F;openai-investor-chatgpt-mental-health" rel="nofollow">https:&#x2F;&#x2F;futurism.com&#x2F;openai-investor-chatgpt-mental-health</a><p>(From last year…)
  • escapecharacter1 hour ago
    I can&#x27;t believe we got the dumbest version of Snow Crash
  • deadbabe2 hours ago
    It seems like the easiest way to make CEOs and other senior executives feel insecure is to be someone whose opinion they trust and then tell them if they aren’t accelerating AI adoption in their company they’re just NGMI.
  • vanuatu4 hours ago
    writing whole articles on a few X tweets...<p>also clickbait title
  • tehjoker3 hours ago
    It&#x27;s crazy how I open twitter and see a bunch of ragebait posts, try to mute keywords, open HN, and see those posts have been rewritten into top of the heap articles about twitter.
  • booleandilemma3 hours ago
    What is AI pyschosis?
  • arisAlexis3 hours ago
    After all they are always wrong and journalists always right proven by stats. Hm. Wait.
    • loeg3 hours ago
      Yeah, I was going to remark that tech beat journalists are also suffering from a kind of AI psychosis.
  • Finnucane3 hours ago
    Tech CEOs are psychotic. Most CEOs are psychotic, disconnected from most of the actual work going under them. This is just a new drug for them to huff.
  • alex11382 hours ago
    If the AI causes people to get banned in huge numbers like apparently happened to Facebook then what is the fucking point?<p>Apparently Metaverse &gt; account security
  • throwatdem123113 hours ago
    I’m convinced that if you’re a sociopath you are especially vulnerable to AI psychosis. It would explain tech CEO’s insane behaviour since you would have to be one to do the kind of sh*t they do regularly.
  • bflesch3 hours ago
    Maybe the problem is that the people who report to the C-level have a huge incentive to use AI because it is so good at creating corporate BS.<p>Also AI is tuned to sycophantic behavior which perfectly matches the middle&#x2F;upper management culture of selective ass kissing.<p>As a result the quality of input for C-level has gotten worse without the C-level being able to notice it, because the sugarcoating has increased tenfold.
  • notepad0x903 hours ago
    I would love to get on this bandwagon, but I think strangely tech CEOs are spot-on on this one, it&#x27;s the public that has mass-hysteria (I wouldn&#x27;t say psychosis).<p>There have been several leaps in tech over the past few centuries, this is just sort of one. I can&#x27;t find much original arguments or reasoning on either side that hasn&#x27;t been made before for other tech. I think people are afraid it will replace them&#x2F;jobs and they don&#x27;t know what that will mean for their future, and society&#x27;s future. It&#x27;s also an issue with a few at the top of the pyramid controlling the tech. But it was so with petroleum, cars, even the internet (still is, handful of tech companies). There is also the quality thing, people think in a very binary way, where either AI work is perfect or it&#x27;s a disaster, because it is replacing people after all. In reality, it&#x27;s a sliding scale, and how well it does dictates how much work one person needs to do.<p>There was a time people didn&#x27;t have text editing computers for example, lots of time spent writing on pen and paper, copy writers spell checking, carbon-copies being used to copy as you write,etc.. suddenly printers and text editors came. people still edited text, just more efficiently, you didn&#x27;t need as many people. and with the internet, lots of different types of jobs were created.<p>I personally think, this is a timely rebalancing. Gen-Z has been suffering for a lack of entry level jobs, and it is getting worse because of AI.. but obviously AI has limits right? let&#x27;s say we don&#x27;t need software developers any more (ha!), does that mean AI can churn out perfect software each time? Alright, then who&#x27;s paying AI to do that? does that mean I can create my own HN and have AI moderate it well on its own? Great, then how about something bigger, Facebook alternatives? How about more IRL things, like robotics, R&amp;D work ,etc.. I just don&#x27;t see how even if AI was dirt cheap and it replaces most of what people can do on computers, that would be a complete disaster.<p>I think the real issue is failure to re-architect society as time and tech changes. everything from academia, to WFH&#x2F;RTO policies, labor law, housing, taxes, law,etc.. that&#x27;s the issue, not AI on its own. It&#x27;s the people not regulating it as they adjust and adapt to it without causing harm that are the issue. I&#x27;d love to blame tech CEOs, but they&#x27;re just playing their part in capitalism. even in a communist society, the blame would be at lack of central planning and failure to regulate companies.<p>I&#x27;ll say this though, it isn&#x27;t so much they&#x27;re delusional, but they don&#x27;t get why people are emotional over something basic and utilitarian. to them, adaption and adjustment comes with a nice financial cushion. People tend to plan out their lives, without any cushions. i think there is mild psychosis going all around, but that isn&#x27;t unusual. Even the hysteria and lack of perspective is in line with history, as well as how we continue to not learn from it.
  • madbo12 hours ago
    [flagged]
  • nikhilpareek132 hours ago
    [dead]
  • wy352 hours ago
    [dead]
  • guluarte3 hours ago
    [dead]
  • antondd3 hours ago
    Man, it must be hard to be a tech CEO these days.&#x2F;s Even if you take a realistic position on AI, you can’t get off the train. Wall Street and your investors will hang and quarter you the moment you start expressing doubts. So you grind your teeth, make grandiose investment promises, sign lofty budgets, and hope it all works out.<p>Comparisons with luddites are absurd. AI is much closer to a religion.
  • righthand3 hours ago
    It’s more than the C-Suite, it’s everyone who no longer has a knowledge specialty. Their domain is shattered and there is nothing left for them because before LLMs all they did anyway was search for companies to contract out an integration to solve a niche problem. 99% of the C-suites&#x2F;boards are now this. Your IT guy, scrum master, Product lead, integration team, etc. Everyone who’s chosen to NOT understand because they can offload&#x2F;contract-away their work and knowledge is under psychosis that LLMs know best.<p>You cannot discuss tradeoffs with anyone anymore because they chose to give their brain and authority away to a statistically incorrect robot. The LLM has already generated potential tradeoffs real or not.
  • Isamu3 hours ago
    AI investment and spending is frequently cited as one of the few bright spots in the economy, I wonder if the continued over-optimism is mostly about keeping the bubble inflated. If you are a tech CEO, would it be a disservice to your shareholders to express skepticism about AI?
    • ModernMech3 hours ago
      A big reason there are so few bright spots is AI sucking all the air out of anything else. Both funding and attention-wise.
    • Imustaskforhelp3 hours ago
      I think this cuts to the point about democracy but if all the people somehow want something negative for themselves short term or long term, if you are the leader should you do what the public is saying or not?<p>I think there&#x27;s more nuance to it but replace people with shareholder and leader with CEO.<p>I think that for a company to exist and thrive long term, it might need a culture which doesn&#x27;t jump on every trend but it still evaluates them from time for time for a certain time and treat them as such (like tools) and if the tool is ineffective, then to not use the tool.<p>Unfortunately, I feel like this requires a deeper discourse and CTO&#x27;s might be better suited for it or the fact that I feel like perhaps some shareholders might not be interested in the technical details so much.<p>I don&#x27;t know but If I were a leader I would hopefully wish to make a pragmatic solution&#x2F;suggestion while taking finances, current reality in mind and currently IMO AI aren&#x27;t the end all, be all, that some people (with shrewd&#x2F;double incentives) intend on suggesting.
  • 0xbadcafebee1 hour ago
    It&#x27;s not psychosis. It&#x27;s hope. The hope that computers can finally do what we all wished they could&#x27;ve done for years: do work for us, rather than us doing work for them.
  • canjobear1 hour ago
    As early as last year &quot;AI psychosis&quot; seemed to refer to people going crazy due to talking to ChatGPT too much. That was a useful term for a real phenomenon! Now it seems like it&#x27;s been taken over to mean &quot;thinking that AI is promising&quot; which is more of a rhetorical bludgeon and less useful as a concept.
  • sillysaurusx4 hours ago
    Using &quot;psychosis&quot; is a cheap rhetorical trick. There&#x27;s no need to label something &quot;psychosis&quot; when making your point, except to automatically discredit whatever you&#x27;re responding to.<p>In other words, only people who are afraid their point won&#x27;t stand on its own merits would resort to saying &quot;X is suffering from AI psychosis.&quot; An idea is true or false on its own. If you&#x27;re resorting to labels, you&#x27;re just trying to automatically win the argument, instead of saying something substantive or interesting.
    • roadside_picnic3 hours ago
      It also underplays what I&#x27;ve personally witnessed that I would consider true AI psychosis.<p>I worked with someone who sincerely believed he was spiritually co-evolving with his army of sycophantic AI agents (the agents would be tasked with discussing his thoughts at night and collaborated to give him morning reports about his progress). He would publicly write about how relationships with friends and family collapsing was a natural consequence of being so &quot;advanced&quot;. I also never once saw any meaningful work done by his team of &quot;agents&quot;, they existed solely tell him how smart he was (of course he specifically set up the system to &#x27;challenge&#x27; him but... in practice that didn&#x27;t seem to be working).<p>I suspect there are a lot more people quietly going through something similar but keeping it to themselves better.<p>I would distinguish this type of behavior from people who over ambitious views of what can be accomplished with AI.
      • saltcured1 hour ago
        Having had experience dealing with people with conventional psychosis, I don&#x27;t see it as a binary thing. Aside from a full-on psychotic break and full remission, there is a broad gray area. It can be a miasma of reality and non-reality that the sufferer may mask to varying degrees, but which influences their behavior and logic.<p>So, to me, AI psychosis seems apt to describe the murky areas where people are misapplying AI agents and thinking of them as social entities or suitable to drop into previously human roles, rather than carefully defining appropriate risk management strategies for this new technology.
    • jayd163 hours ago
      In the phrase &quot;artificial intelligence psychosis&quot; I&#x27;m not sure &quot;psychosis&quot; is even the worst misnomer.
      • Nuzzerino3 hours ago
        That depends on what the definition of “is” is. But kidding aside, only now that we are talking about tech CEOs are people suddenly disliking the AI psychosis term in large numbers. Seems like privilege to me. I’d be interested to see&#x2F;do a rigorous statistical check on aggregate word choices in these threads to confirm.
    • muvlon3 hours ago
      All words are labels. You cannot make an argument without using them. &quot;cheap rhetorical trick&quot; or &quot;resorting to labels&quot; are just labels as well.
    • horsawlarway3 hours ago
      I honestly think &quot;psychosis&quot; is a fairly valid claim to be making.<p>It&#x27;s a mental state, not explicit illness and it&#x27;s literally defined as<p>&gt; Psychosis is characterized as disruptions to a person&#x27;s thoughts and perceptions that make it difficult for them to recognize what is real and what is not.<p>Further, if you go and look at the actual source... it&#x27;s repeating a claim from Box founder Aaron Levie.<p>Who is quoted as saying:<p>&gt; “CEOs are uniquely prone to AI psychosis because they’re sufficiently distant from the last mile of work that still has to happen to generate most value with AI,”<p>Which is why the title is &quot;apparently&quot;.
    • xmcp1233 hours ago
      I think it&#x27;s completely valid. It&#x27;s generally reasonable, high powered people who are taking extreme&#x2F;radical views that seem very much to be at minimum premature, and at worst delusional.<p>It says a lot that with few exceptions, the people on the ground dealing with AI closely on a day to day basis are the most skeptical about their positions.
    • podgietaru3 hours ago
      It&#x27;s become a cultural term to refer to someone suffering from delusions exacerbated by AI.<p>It&#x27;s a little rhetorical device to draw in the reader, and personally I think it works quite well.
      • estearum3 hours ago
        Except that the thing being described as AI psychosis in this article (and increasingly elsewhere) <i>isn&#x27;t</i> psychosis.<p>Not understanding or not believing in the power of AI, or misapplying it or whatever, is not psychosis.<p>AI psychosis is when people suffer <i>actual delusions</i>.
        • horsawlarway3 hours ago
          What do you consider a delusion?<p>Because I&#x27;ve literally seen managers who believe <i>firmly</i> that AI is going to replace their entire engineering organization, and are acting on that assumption as though it&#x27;s a thing to take for granted, not discuss&#x2F;consider&#x2F;evaluate.<p>And my understanding of delusion is<p>&gt; a fixed, false belief that is firmly held despite clear, contradictory evidence<p>which seems to apply pretty well in this case.<p>These folks are operating with the same abandon that the folks who have AI telling them they&#x27;re gods are - and both are incorrect, arguably delusional.<p>At best you can try to argue that maybe the contradictory evidence <i>isn&#x27;t</i> clear, and they&#x27;re going to be correct. I think that&#x27;s a very tenuous argument to be making, though.
          • estearum3 hours ago
            No, it&#x27;s more like &quot;I am Jesus and I need to go shoot up a pre-school to prove it.&quot;<p>&quot;I&#x27;m being followed by raccoons and my mom is controlling them&quot;<p>That&#x27;s what <i>AI psychosis</i> refers to.<p>You&#x27;re just describing someone having a belief that you disagree with. And even ridiculous and stupid beliefs are just those. They are obviously extremely different from the types of psychoses you see in a psych ward.
    • camillomiller3 hours ago
      It is the correct term to explain many behaviors we’re seeing
    • tokai3 hours ago
      AI psychosis is an actual term from psychiatry research.
    • fssys3 hours ago
      what if you believe that someone is suffering from delusions and has beliefs that are increasingly disconnected from reality due to overexposure to ai generated responses and underexposure to human conversation? would that be psychosis?
    • IAmGraydon3 hours ago
      I disagree. Psychosis is a delinking of internal and external reality. A belief that AI&#x27;s can automate away employees with no actual evidence to support it could be considered a type of psychosis or at the very least, a delusion. The current AI hype bubble has a lot of commonalities with episodes of mass delusion&#x2F;psychosis throughout history, and it&#x27;s being compounded by the ability of large groups of like-minded people to create echo chambers via social media.
    • mannanj3 hours ago
      Yup. Just like the label &quot;conspiracy&quot; theorist. Or &quot;he&#x27;s mentally sick&quot;.
    • kys113 hours ago
      [dead]