• Count Regal Inkwell@pawb.social
    link
    fedilink
    arrow-up
    50
    arrow-down
    1
    ·
    24 days ago

    The blanket term “AI” has set us back quite a lot I think.

    The plant thing and the deepfakes/search engines/chatbots are two entirely different types of machine learning algorithm. One focussed on distinguishing between things, the other focussed on generating stuff.

    But “AI” is the marketable term, and the only one most people know. And so here we are.

      • Count Regal Inkwell@pawb.social
        link
        fedilink
        arrow-up
        12
        ·
        24 days ago

        I particularly “Love” that a bunch of like, procedural generation and search things that have existed for years are now calling themselves “AI” (without having changed in any way) because marketing.

        • Focal@pawb.social
          link
          fedilink
          arrow-up
          12
          ·
          24 days ago

          Reminds me of how everything on a computer used to be a “program”, but now they’re all just “apps”

        • smokebuddy [he/him]@lemmy.today
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          24 days ago

          I read a story on CBC the other day that was all about how an AI voice was taking over from hosts on off-hours at some local radio station, then deeper in the article it revealed that everything the “AI” reads was written by a human. So it was about someone using text-to-speech technology that has been around since at least the 70s the whole time. Hardly newsworthy in any way except for “IT’S AI!”

          • Count Regal Inkwell@pawb.social
            link
            fedilink
            arrow-up
            2
            ·
            24 days ago

            Mind you there -are- TTS tools that use machine learning (which is what advertisers call “AI” now) for more realistic voices. No idea if the radio was using those at all though.

      • ByteOnBikes@slrpnk.net
        link
        fedilink
        arrow-up
        4
        ·
        24 days ago

        Oh man this one drives me up the wall too.

        Someone literally with a straight face said how cool Minecraft has AI generated worlds and I wanted to flip a table.

    • angrystego@lemmy.world
      link
      fedilink
      arrow-up
      9
      ·
      24 days ago

      You’re talking about types of machine learning algorithms. Is that a more precise term that should be used here instead of AI? And would the meme work better if it wss used. I’m asking, because I really don’t understand these things.

      • Count Regal Inkwell@pawb.social
        link
        fedilink
        arrow-up
        2
        ·
        24 days ago

        There are proper words for them, but they are ~technical jargon~. It is sufficient to know that they are different types of algorithm, only really similar in that both use machine learning.

        And would the meme work better if it wss used

        No because it is a meme, and if people had learned the proper words for things, we wouldn’t need a meme at all.

        • masterspace@lemmy.ca
          link
          fedilink
          English
          arrow-up
          2
          ·
          23 days ago

          Both use machine learning algorithms that are modelled off the behaviour of neurons.

          They are still different algorithms but they’re not that wildly different in the grand scale of the field of machine learning.

    • ricecake@sh.itjust.works
      link
      fedilink
      arrow-up
      3
      ·
      23 days ago

      It’s particularly annoying because those are all AI. AI is the blanket term for the entire category of systems that are man made and exhibit some aspect of intelligence.

      So the marketing term isn’t wrong, but referring to everything by it’s most general category is error prone and makes people who know or work with the differences particularly frustrated.
      It’s easier to say “I made a little AI that learned how I like my tea”, but then people think of something that writes full sentences and tells me to put dogs in my tea. “I made a little machine learning based optimization engine that learned how I like my tea” conveys it much less well.

      • 31337@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        24 days ago

        Likely transformers now (I think SD3 uses a ViT for text encoding, and ViTs are currently one of the best model architectures for image classification).