Altman’s remarks in his tweet drew an overwhelmingly negative reaction.

“You’re welcome,” one user responded. “Nice to know that our reward is our jobs being taken away.”

Others called him a “f***ing psychopath” and “scum.”

“Nothing says ‘you’re being replaced’ quite like a heartfelt thank you from the guy doing the replacing,” one user wrote.

  • jefferyjefferson@lemmy.org
    link
    fedilink
    English
    arrow-up
    9
    ·
    15 hours ago

    Every programmer working on a problem right now knows that’s complete bullshit.

    That said, I would love for robots to take over all of our jobs. Just make sure they’re working for all of us and not just the people at the top.

    • MangoCats@feddit.it
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 hours ago

      Just make sure they’re working for all of us and not just the people at the top.

      Yeah, I put a request for just that in the corporate comment box, hope to hear back with those assurances real soon now.

    • deadymouse@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      11 hours ago

      That said, I would love for robots to take over all of our jobs. Just make sure they’re working for all of us and not just the people at the top.

      It seems to me that you live in some kind of rainbow world, this will never happen. If robots replace humans, it means that humans, as useless consumers of resources, will be destroyed.

    • Earthman_Jim@lemmy.zip
      link
      fedilink
      English
      arrow-up
      7
      ·
      15 hours ago

      lol There aren’t even discussions happening about rules of robotics or anything along those lines. It’s just a race into the unknown with no real sense of direction.

    • ready_for_qa@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      14 hours ago

      We can achieve purpose without production, but nobody understands what that looks like and they want to hold onto their roles in production until they feel secure about not needing to produce for society to survive.

      I’m hopeful that humans won’t need to trade their lives to make others rich. AI and Robotics might be a path toward that if the people are the benefactors.

    • Goldholz @lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      14 hours ago

      Worked with playwright in C# .NET today and lol the “AIs” knew shit about it. Constantly mixed C# with JavaScript and Python code together and it was incoherent

      • ready_for_qa@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        2
        ·
        14 hours ago

        Then your input is wrong. I mainly work in .net c# and playwright and I have agents building my e2e tests in playwright with just test cases and test steps. These are custom agents I built myself that have the guardrails in place for the agent to stay in bounds.

        • MangoCats@feddit.it
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          2
          ·
          8 hours ago

          The agents are getting pretty good at reviewing code, too. You don’t have to listen to everything they say, but they do point out a lot of stuff that you pretty much have to admit: yeah, that would be better if I changed it to the suggested revision.

            • MangoCats@feddit.it
              link
              fedilink
              English
              arrow-up
              1
              ·
              8 hours ago

              Tests are a great use for AI coding, lately. Six months ago Claude Sonnet was writing tests that always passed without testing anything, that has improved dramatically with Opus 4.5/4.6 - it actually hits the functionality now, not just code coverage.