• criss_cross@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      1日前

      A lot of tools like Claude or ChatGPT have internal tools they call when they do math (or use a python script) rather than have the model actually compute anything.

      The underlying tech itself can’t do it because you can’t do math by token probability.

    • Kay Ohtie@pawb.social
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      1日前

      All of these features are not something the models themselves can do, but are grafted on.

      I could easily write a Home Assistant automation pattern matching for nearly every way someone could say “how many Rs are in strawberry”, depluralize a plural letter, and run it against “wc” in a bash terminal.

      That doesn’t mean it’s smarter. It’s that I’ve added something specific to it.

      MCP and the like is just that too, gluing on functions or the ability to hopefully invoke a function. That’s why so many hilariously mundane ones exist.

      At the core, it’s still a large language model: a statistical model of frequency of word and word chunk (token) patterns.

      Sometimes one model can invoke another via that tooling but it’s still a grafting on. It isn’t a singular thing or system, but disjointed pieces so completely detached from how brains work.

      This isn’t AI hate, it’s reality. I love the field of artificial intelligence and machine learning. It’s cool as hell. But an LLM is fundamentally incapable of being anything more than an LLM with glued on pieces that invoke functionality.

      OpenAI saw people mock the inability to count so they wrote a specialized tool to count letters and glued it on.

      The world is full of endless edge cases. The inability to simply resolve them without gluing on every single one means it just isn’t doing anything new.

      • MangoCats@feddit.it
        link
        fedilink
        English
        arrow-up
        3
        ·
        21時間前

        I believe the progress of the last year is largely attributable to the appropriate “grafting on” of these wrappers around the LLM cores.

      • Communist@lemmy.frozeninferno.xyz
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        2
        ·
        1日前

        They regularly win olympiad mathematics up from not standing a chance and just created a novel solution to the erdos conjecture, them counting the r’s in strawberry is inconsequential but also something they can do even if you just use the raw api or a local model.

        • zbyte64@awful.systems
          link
          fedilink
          English
          arrow-up
          3
          ·
          22時間前

          Using computers to search for a counter example to a conjecture isn’t exactly new ground and I suspect they did so with the aide of some harness tweaks like some numerical LSP. Like cool, it pushed the envelope but like what the parent said, they grafted on the ability to do a specific task.

            • zbyte64@awful.systems
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              7時間前

              Aren’t you the least bit curious what tools they gave the LLM and how the LLM used those tools? It’s like back in math class you are asked to solve a quadratic formula but you forgot how. So you use the calculator to try different numbers and the calculator is telling you if you are getting closer. Sure I got the right answer, but it’s hardly a testament to my math skills.

              • Communist@lemmy.frozeninferno.xyz
                link
                fedilink
                English
                arrow-up
                1
                ·
                edit-2
                2時間前

                The calculator does not tell them if they’re getting closer? This isn’t how anything works. No I can’t say I’m very interested in whether or not the llm has access to python/a calculator as long as it completes the task, that doesn’t matter.

                • zbyte64@awful.systems
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  1時間前

                  If you are not interested in how it completes the task then you are not an authority on how it works.