The fediverse used to feel pretty anti-ai, but over the past month or two I’ve noticed a LOT of generated memes and images, and they tend to have positive votes.

Has there been a sudden culture shift here? Or is there a substantial percentage of people just unable to tell the difference anymore?

  • Aceticon@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    5 hours ago

    I work in Game Making.

    There’s a ton of stuff in it which has been called “AI” for literally decades and almost none of it is Machine Learnrning: for example the A* pathing algorithm for characters in a game is called “AI”, as are Steering Behaviours that can be used in things like simulating bird flocks, and both are entirelly algorithmic, not ML.

    In my own experience ML is seldom useful in games, mainly because algorithms are lighter and generally work more reliably.

    You’re confusing use of “AI” in the Marketing of the present day tech bros trying to make money pumping up a Tech Bubble on top of certain very specific forms of Machine Learning, with the actual general meaning of the acronym.

    • Valmond@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      4 hours ago

      I have 10 years of game dev under my belt, and I wonder where your idea that I think A* is AI come from.

      Do you know how machine learning works? Please tell me about this new AI that isn’t based on it!

      Don’t get me wrong, I think you’re not wrong, Dijkstra isn’t AI, techbros are trying to shovel “AI” into everything for the buzz, but you’re explaining yourself a bit haphasardly IMO.

      • Aceticon@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        4 hours ago

        Because shit like that has been called “Pathing AI” for ages.

        (For example)

        Also I’m very familiar with Machine Learning having actually learned it 3 decades ago when it was mainly just Neural Networks (there were other techniques schu as Genetic Algorithms, but ultimately NNs became dominant and is most of what we today call Machine Learning) and its most advanced commercial use was to read postal codes in mail envelopes for automated mail sorting.

        The acronym AI has been thrown around for decades, even before Neural Networks were invented and well before Machine Learning was even called “Machine Learning”.

        • Valmond@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          4 hours ago

          Yeah the MNIST dataset, fun times.

          I don’t even know if we’re on the same page or if there is something we dabate, everything you say is totally valid IMO.