You might’ve noticed that ChatGPT — and AI in general — isn’t good at math. There’s a reason, and it has to do with how modern AI is built.

Basically, they’re autocorrect on steroids. Which some of us have been saying for, like, ages.

  • @some_guy
    link
    222 months ago

    There’s zero ability to compute problems. Only statistical word salad. AI is a scam.

    • Tony BarkOP
      link
      fedilink
      202 months ago

      To be fair, even someone with a linguist degree knows basic math. GPT can’t even get that right. That’s the biggest problem (and red flag).

  • Sloan the Serval
    link
    fedilink
    12
    edit-2
    2 months ago

    LLMs (I refuse to call them AI, as there’s no intelligence to be found) are simply random word sequence generators based on a trained probability model. Of course they’re going to suck at math, because they’re not actually calculating anything, they’re just dumping what their algorithm “thinks” is the most likely response to user input.

    “The ability to speak does not make you intelligent” - Qui-Gon Jin

    • snooggums
      link
      fedilink
      52 months ago

      Programming languages are structured and have rigid syntax that fits well in a LLM model, so it spitting out working code for simple things is like having a sentence that is structured like a normal person.

      The code might not do what you are actually trying to do, or might work while being inefficient, even if it runs.

  • @LapGoat@pawb.social
    link
    fedilink
    02 months ago

    Ive heard the chatgpt math problem was fixed in the new one by having it write a python code to complete the math problem and then providing the answer when the code is run.