• [deleted]@piefed.world
    link
    fedilink
    English
    arrow-up
    62
    arrow-down
    6
    ·
    4 months ago

    Using AI as a search engine is no different than using Google.

    Using AI is like having your friend who may or may not understand what you are looking for provide what they remember off the top of their head and if you get lucky they might have a link to what you are looking for.

    Google (not the AI part) is more like using a phone book where you can find the thing you are looking for and get the answers directly.

    AI search is fucking terrible and amplifies the problem with ads.

    • Scubus@sh.itjust.works
      link
      fedilink
      arrow-up
      3
      arrow-down
      3
      ·
      4 months ago

      What? Have you used google any time in the last year? Its nothing like a phone book. Its more similar to an infomercial. Completely useless, a waste of time, MALICIOUSLY BAD AT ITS JOB, and leaves you without anything useful for having interacted. Its impossible to use. I don’t know what software you are using, but googles AI is a million times better than its search engine.

      Earlier today i googled something and got NO RESULTS AT ALL. Google tried to tell me it doesnt exist. Yet, their AI had the exact info i was looking for and even linked me to its source, which is what i had spent the last hour googling to try and find. I know youre going to downvote because it goes against your narrative, but your narrative is factually inaccurate

      • [deleted]@piefed.world
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        4 months ago

        No I haven’t used Google in years because the results started to suck.

        I’m talking about how the results are presented.

        • Scubus@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          arrow-down
          4
          ·
          edit-2
          4 months ago

          🤦

          Im notusing the siftware because it looks nice. I dont care how its presented. Im looking for results, which google simply cant do.

          Edit: forgot a word

    • Blue_Morpho@lemmy.world
      link
      fedilink
      arrow-up
      6
      arrow-down
      15
      ·
      edit-2
      4 months ago

      Google (not the AI part) is more like using a phone book where you can find the thing you are looking for and get the answers directly.

      That’s the ideal but the reality today is the list of results aren’t what you searched for but what companies paid for you to see even if it isn’t relevant.

      AI doesn’t yet have ads which is why it is useful. They are working hard to enshitify AI but for right now it’s better than Google at search.

      • Leon@pawb.social
        link
        fedilink
        English
        arrow-up
        26
        arrow-down
        1
        ·
        edit-2
        4 months ago

        That’s a misrepresentation of what LLMs do. You feed them a fuckton of data and they, to oversimplify it a bit, put these concepts in a multi-dimensional map. Then based on input, it can give you an estimation of an output by referencing said map. It doesn’t search for anything, it’s just mathematics.

        It’s particularly easy to demonstrate with image models, where you could take two separate concepts, like say “eskimo dog” and “daisy” and add them together.

        When you query ChatGPT for something and it “searches” for it, it’s either fitted enough that it can reproduce a link directly, or it calls a script that performs a web search (likely using Bing) and compiles the result for you.

        You could do the same, just using an actual search engine.

        Hell, you could build your own “AI search engine” with an open weights model and a little bit of time.