The AI Layoff Bill Is Coming Due, And CTOs Are Going To Pay It Twice

>We keep talking about vibe coding and AI adoption as if the only question is whether developers will be replaced. That framing misses the story. The story is that a specific kind of executive, the one who needs a progressive headline every quarter, has been running an uncontrolled experiment on your workforce. The data on that experiment is now in, and it is not flattering.

https://www.forbes.com/councils/forbestechcouncil/2026/05/14/the-ai-layoff-bill-is-coming-due-and-ctos-are-going-to-pay-it-twice/
@artificial_intel

  • mapto@masto.bgOP
    link
    fedilink
    arrow-up
    1
    ·
    12 hours ago

    @iocase it does help developers ship faster… So much faster that attention slips away from what needs to be shipped… And the story develops as we speak.

    • iocase@lemmy.zip
      link
      fedilink
      arrow-up
      6
      ·
      11 hours ago

      There’s a revelation about coding that all programmers realize relatively early in their careers: code is read far more than it’s written.

      You write something once and someone is going to need to read it and understand it for years or decades.

      Managers never understand this if they don’t need to touch code…

      Yes, you can ship product faster. In the coding world we call these “footguns” meaning something ideally suited for removing your foot, sometimes including your entire leg.

      I’ve seen AI produced code bases and they’re unmaintainable. I’m not exaggerating… AI is great at narrowly scoped problems but it can’t see the full project context at once to architect a solution like a senior engineer can. It can’t wrap its head around it fully for a large project. You end up with hundreds or thousands of files (where a dozen or less would suffice for a human made version) and insane amounts of duplication and wasteful code.

      AI is amazing at making rube Goldberg machines in the shape of a code base…

      What AI is phenomenal at is making unit tests and well defined integration tests for your code. Sometimes even regression tests. That is a superpower that can dramatically speed up a programmer.

      I firmly believe AI is a tool, not a replacement for programmers. It doesn’t have the ability to replace them yet (not even mythos. Which is going to be more expensive to run than a senior dev who is more reliable in their output.)

      Low code solutions always cause layoffs and then a mad scramble to hire devs back, often on the terms of developers. The pendulum has always swung back…