• doomcanoe@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    26
    ·
    5 days ago

    Everyone here saying “no shit, LLMs were not even designed to play chess” are not the people who this is directed at.

    Multiple times at my job I have had to explain, often to upper management, that LLMs are not AGIs.

    Stories like these help an under informed general public to wrap their heads around the idea that a “computer that can talk” =/= a “computer that can truly think/reason”.

    • MolecularCactus1324@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      1
      ·
      edit-2
      3 days ago

      They say LLMs can “reason” now, but they obviously can’t. At best, they could be trained to write a code snippet and run the code to get the answer. I’ve noticed when asked to do math ChatGPT will now translate my math question into python and run that to get the answer, since it can’t do math itself reliably.

      There are algorithms for playing chess that win by analyzing every possible move for 5, 10, 100, or more moves in advance and choosing the one most likely to lead to an optimal outcome. This is essentially what the Atari game is probably doing. LLMs could probably be given the tools to run that algorithm themselves. However, the LLM itself can’t possibly do the same thing.