• AFK BRB Chocolate@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    The system must be self aware That’s a long, long way off. What you’re describing is what is often called “Artificial General Intelligence (AGI),” or sometimes “Strong AI.” That’s not how most people currently define AI.

    Right now (to the best of my knowledge) there are no actual AI systems. And that’s part of the reason most people in the field distinguish AGI from AI.

    Everything that is being called AI is just complex programs that are following EXACTLY what the programming has set in stone with no deviations.

    Hmmm, that’s problematic. All AI are programs, and all programs execute as they were written to do. For there to be flexibility, it has to be written into the code. You could argue than LLMs have a lot of flexibility written into them. If I ask one to tell me a story about an adolescent bee who is embarrassed because she has no stinger, it’s going to do that. It’s not like the LLM authors wrote a bee story into the code in case someone asked for one. But that also doesn’t make them self aware. You might also ask yourself how we’ll know if one is self aware.

    • ImpossibilityBox@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      10 months ago

      LLM’s are a rather fascinating subject with lots of high level stuff that can be very daunting to understand. My laymans understanding is that generative systems such as Chat GPT are almost entirely probability based.

      If I gave a LLM the following prompt: “in 2023 the current president of the United states is _____” fill in the blank. It would compare the prompt to its database of text and return Joe Biden with a 95% probability, Donald Trump with 4%, and some other random stuff for the remaining 1. It doesn’t actually KNOW what the prompt is and it doesn’t reason the answer. It’s only comparing what is in its database vs what’s been given to it.

      This is why the larger the database it has the better answers it can return. True AI would be able to give you responses to anything having only been fed the contents of the dictionary. It could then reason what each word means and creatively form them into legible responses.

      If you are interested in a very cool semi-interactive explanation of how generative systems work check out this website. I found it very fascinating.

      https://ig.ft.com/generative-ai/

      • AFK BRB Chocolate@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        10 months ago

        It doesn’t actually KNOW what the prompt is and it doesn’t reason the answer.

        Right, no AI “knows” anything. To know someone implies understanding and, like we said earlier, AIs are just computer programs; they don’t know anything, they just provide an output based on an input.

        Two areas that are fun to play with LLMs in are math and cooking. Math has crisp rules and answers can be shown to be right or wrong. LLMs get a lot of complex math problems wrong. They will give you something that looks right, because their model includes what an answer should look like, but all they’re doing is giving an answer that its model shows looks like satisfies the prompt.

        Cooking is similar. There’s no crisp right or wrong, butThe same process is at play. If you ask it for a recipe for something uncommon, it’s going to give you one, and it will likely have the right kind of ingredients, but if you make it there’s a decent chance it will taste terrible.