• jjjalljs@ttrpg.network
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    Client side power usage for conventional Internet search is about the same as chatgpt. I’m not sure why you’re talking about laptop power usage.

    Conventional search is less likely to lie, though.

    • pixxelkick@lemmy.world
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      2 months ago

      The power server side for 5 minutes of chatgpt, vs the power burned browsing the internet to find the info on my own (which would take hours to manually sift through)

      Thats the comparison.

      Even though server side power consumption to run GPT is very high, its not so high that its more than hours and hours of a laptop usage

      • jjjalljs@ttrpg.network
        link
        fedilink
        arrow-up
        2
        ·
        2 months ago

        Oh, I see the point you’re making.

        I assumed that the information was there to be found, and a regular search would have returned it. Thus it would not have taken hours.

        Personally I don’t really trust the LLMs to synthesize disparate sources.

        • pixxelkick@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          2 months ago

          Personally I don’t really trust the LLMs to synthesize disparate sources.

          The #1 best use case for LLMs is using them as extremely powerful fuzzy searchers on very large datasets, so stuff like hunting down published papers on topics.

          Dont actually use their output as the basis for reasoning, but use it to find the original articles.

          For example, as a software dev, I use them often to search for the specific documentation for what I need. I then go look at the actual documentation, but the LLM is exceptionally fast at locating the document itself for me.

          Basically, using them as a powerful resource to look up and find resources is key, and was why I was able to find documentation on the symptoms of my pet so fast. It would have taken me ages to find those esoteric published papers on my own, there’s so much to sift through, especially when many papers cover huge amounts of info and what Im looking for is one small piece of info in that one paper.

          But with an LLM I can trim down the search space instantly to a way way smaller set, and then go through that by hand. Thousands of papers turn into a couple in a matter of seconds.