• FiskFisk33@startrek.website
      link
      fedilink
      arrow-up
      4
      ·
      8 months ago

      an LLM is an AI like a square is a rectangle.
      There are infinitely many other rectangles, but a square is certainly one of them

      • Tarkcanis@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        8 months ago

        If you don’t want to think about it too much; all thumbs are fingers but not all fingers are thumbs.

        • Leate_Wonceslace@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 months ago

          Thank You! Someone finally said it! Thumbs are fingers and anyone who says otherwise is huffing blue paint in their grandfather’s garage to forget how badly they hurt the ones who care about them the most.

          • blotz@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            8 months ago

            Thumbs are fingers and anyone who says otherwise is huffing blue paint

            Never realised this was a controversial topic! xD

    • regbin_@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      8 months ago

      LLM is AI. So are NPCs in video games that just use if-else statements.

      Don’t confuse AI in real-life with AI in fiction (like movies).

      • UraniumBlazer@lemm.ee
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        8 months ago

        AI IS NOT IF ELSE STATEMENTS. AI learns and adapts to its surroundings by learning. It stored this learnt data into “weights” in accordance with its stated goal. This is what “intelligence” refers to.

        Edit: I was wrong lmao. As the commentators below pointed out, “AI” in the context of computer science is a term that has been defined in the industry long before. Where I went wrong was in taking the definition of “intelligence” and slapping “artificial” before it. Therefore while the literal definition might be similar to mine, it is different in CS. Also, @blotz@lemmy.world even provided something called “Expert Systems”, which are a subset of AI that use if-then statements. Soooo yeah… My point doesn’t stand.

        • Mikina@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          This is unfortunately not true - AI has been a defined term for several years, maybe even decades by now. It’s a whole field of study in Computer Science about different algorithms, including stuff like Expert Systems, agents based on FSM or Behavior Trees, and more. Only subset of AI algorithms require learning.

          As a side-note, it must suck to be an AI CS student in this day and age. Searching for anything AI related on the internet now sucks, if you want to get to anything not directly related to LLMs. I’d hate to have to study for exams in this environment…

          I hate it when CS terms become buzzwords… It makes academic learning so much harder, without providing anything positive to the subject. Only low-effort articles trying to explain subject matter they barely understand, usually mixing terms that have been exactly defined with unrelated stuff, making it super hard to find actually useful information. And the AI is the worst offender so far, being a game developer who needs to research AI Agents for games, it’s attrocious. I have to sort through so many “I’ve used AI to make this game…” articles and YT videos, to the point it’s basically not possible to find anything relevant to AI I’m interrested it…