Every day there’s more big job cuts at tech and games companies. I’ve not seen anything explaining why they all seam to be at once like this. Is it coincidence or is there something driving all the job cuts?

    • AwkwardLookMonkeyPuppet@lemmy.world
      link
      fedilink
      arrow-up
      8
      arrow-down
      12
      ·
      5 months ago

      You’re doing yourself a big disservice if you limit your understanding of AI to what you read from the opinions of Lemmings. It is incredibly powerful, and every major corporation has large investments in AI integration.

        • AwkwardLookMonkeyPuppet@lemmy.world
          link
          fedilink
          arrow-up
          1
          arrow-down
          2
          ·
          5 months ago

          Yeah, it’s pretty scary. I don’t know what the future holds, but I think a lot of jobs are going to go the way of the vacuum tube salesman.

          • Montagge@kbin.earth
            link
            fedilink
            arrow-up
            2
            arrow-down
            1
            ·
            5 months ago

            There’s no way capitalism and those that buy into it can responsibly use AI

              • Montagge@kbin.earth
                link
                fedilink
                arrow-up
                1
                arrow-down
                1
                ·
                5 months ago

                Maybe people should learn to fight for a better tomorrow instead of just trying to get through today

                • AwkwardLookMonkeyPuppet@lemmy.world
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  5 months ago

                  I don’t disagree with you. But that doesn’t change the reality we need to live with today, and it’s veering off topic. AI has already achieved a lot of cool stuff, like assisting in the creation of vaccines in record speed, helping us to identify diseases, finding planets in habitable zones around distant stars, and a bunch of other cool shit. Just because it can be abused, doesn’t mean it can’t also accomplish great things. If you’re worried about corporations abusing AI, then call your senators, or launch a petition for a new bill. But just sticking your head in the sand doesn’t accomplish anything, and doesn’t change what is to come.

      • Kobol@kbin.social
        link
        fedilink
        arrow-up
        4
        arrow-down
        2
        ·
        5 months ago

        And how many major corporations that invested in NFTs are still doing so?

        • AwkwardLookMonkeyPuppet@lemmy.world
          link
          fedilink
          arrow-up
          3
          arrow-down
          2
          ·
          5 months ago

          Look man, I don’t work for OpenAI, or Microsoft, or Google, or any other company that is developing their own AI. I’m not evangelizing. If you don’t want to use it, then don’t. But it’s going to affect everyone, regardless of what they think about it. If you want a leg up in the changing world, then start learning about it. Or don’t. I’m not your dad.

    • WastedJobe@feddit.de
      link
      fedilink
      arrow-up
      5
      arrow-down
      10
      ·
      5 months ago

      It doesn’t need to be right to make money, often more money than companies get by paying people to do a job properly.

      • ricecake@sh.itjust.works
        link
        fedilink
        arrow-up
        15
        arrow-down
        1
        ·
        5 months ago

        … Yes, it does in the tech sector. If you’re wrong it doesn’t work.

        I’ve tried the tools out. You go from writing code for an hour and debugging for half an hour to writing code for 15 minutes and debugging for three hours.

        Half the time you’ve ripped out literally every bit of code the AI wrote by the time you’re done making it work.

        • AwkwardLookMonkeyPuppet@lemmy.world
          link
          fedilink
          arrow-up
          3
          arrow-down
          12
          ·
          5 months ago

          Get better at the prompts you use. My entire team uses it daily, and it has made us probably 600% more effective. Learning to prompt AI is a valuable skill right now.

          • ricecake@sh.itjust.works
            link
            fedilink
            arrow-up
            9
            ·
            5 months ago

            Oh, I know how to prompt AI. Getting it to spit out workable code doesn’t mean you don’t have to review the code, or make sure it’s integrated correctly.
            You also have to make sure it’s not generating blatantly braindead code, which makes the review and debugging cycle take longer.

            I remain unconvinced that it’s suitable for domains where there is a right and wrong answer, like engineering or law.

            I’ve found more value in the systems that do a good job understanding the problem description and then returning references to documentation and prior art on techniques, as opposed to the actual code.
            I don’t need a virtual junior dev I need to hand hold, I actually have those and mine get better. I want a virtual “person who worked on something like this once and knows the links to the good articles”.