• DonutsRMeh@lemmy.world
    link
    fedilink
    arrow-up
    1
    arrow-down
    10
    ·
    4 days ago

    All ai is is a super fast web search with algorithms for some reasoning. It’s not black magic.

    • balsoft@lemmy.ml
      link
      fedilink
      arrow-up
      10
      arrow-down
      1
      ·
      edit-2
      3 days ago

      No, it’s not. It’s a word predictor trained on most of the web. On its own it’s a pretty bad search engine because it can’t reliably produce the training data (that would be overfitting). What it’s kind of good at is predicting what the result would look like if someone asked a somewhat novel question. But then it’s not that good at producing the actual answer to that question, only imitating what the answer would look like.

      • DonutsRMeh@lemmy.world
        link
        fedilink
        arrow-up
        1
        arrow-down
        7
        ·
        3 days ago

        100%. It’s a super fast web crawler. These are buzz words capitalists throw around to make some more money. I don’t know if you’ve heard of the bullshit that anthropic was throwing around about claude threatening to “blackmail” employees if they took it offline. Lmao.

        • Melmi@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          7
          ·
          3 days ago

          Calling it a web crawler is just innacurate. You can give it access to a web search engine, which is how the “AI search engines” work, but LLMs can’t access the internet on their own. They’re completely self-contained unless you give them tools that let them do other things.

          • data1701d (He/Him)@startrek.website
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            3 days ago

            I would agree calling it a web crawler is inaccurate, but disagree with the reasoning; I think it’s more in the sense that calling an LLM a web crawler is akin to calling a search index a web crawler; in other words, an LLM could be considered a weird version of a search index.

            • Melmi@lemmy.blahaj.zone
              link
              fedilink
              English
              arrow-up
              2
              ·
              3 days ago

              Yeah, I can see that. It’s definitely more like a search index than a web crawler. It’s not great at being a search index though, since it can synthesize ideas but can’t reliably tell you where it got them from in the first place.