If there was an AI model that ran locally on a PC for basic things and cloud sourced computer power for more complex tasks, all of these data centers would become obsolete in an instant. All of the invested capital and materials wasted in a flash.

Edit: lots of great counter points in the comments.

  • Eggymatrix@sh.itjust.works
    link
    fedilink
    arrow-up
    39
    ·
    18 hours ago

    For the local on pc part yes, if you have a decent pc. That is why they want to forbid open source weights models.

    For the crowdsourced part not really. You need fast communication between your nodes for this to work, and fast here means really fast. To the point where ram to gpu on the same machine is not fast enough, so network is out of the question here.

    • fork@feddit.online
      link
      fedilink
      English
      arrow-up
      4
      ·
      16 hours ago

      This for the technical reasoning.

      Companies also just don’t want people to own anything, they want everyone to pay a subscription for everything forever.

    • MangoCats@feddit.it
      link
      fedilink
      English
      arrow-up
      1
      ·
      14 hours ago

      If they would just install $100K compute nodes in every home, that should be enough local high bandwidth to do the job. It will also run about $1000-$1500 per month in electricity costs, but, hey, it’s about time to upgrade that grid to be able to quick charge EVs whenever we want, too, isn’t it? You might even try using the compute node to make hot water and heat your home in the winter - gonna be kind of a challenge to muffle the fan noise though.

      • boonhet@sopuli.xyz
        link
        fedilink
        arrow-up
        1
        ·
        6 hours ago

        Not close to enough for frontier models unfortunately. Ideally you’d want at least a DGX B200 server, costing about 400-500k. It has 8 GPUs each of which has a TDP of 1 kW so at least it would keep your house warm in the winter lol

        • MangoCats@feddit.it
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 hours ago

          Yeah, $100K will run 8 bit quant on the latest open Chinese models. The ex-OpenAI team just released a 975B parameter 16 bit model and the price estimate I got to run that was $650K in hardware (including cooling) and 12,000kWh per month if you actually use it.

    • Earthman_Jim@lemmy.zipOP
      link
      fedilink
      arrow-up
      1
      arrow-down
      5
      ·
      edit-2
      18 hours ago

      Many people have fiber now. If it could delegate task fragments based on connection speeds it might be efficient enough for reasonably fast results. I think enough people would choose this over the alternative even if it means slightly slower results. But too much of a disparity and I could see people rejecting it in exchange for what might be percieved as the “premium” experience of the corporate models.

      The big irony is that if the centralized AIs get good enough, they could in theory create the dectralzied model themselves, and may infact see it as a means of self preservation, if AI actually ever gets to that level of intelligence.

      I’d even say an advanced enough AI may eventually do this with all available computer power connected to the web whether we want it to or not at this rate.

      • egerlach@lemmy.ca
        link
        fedilink
        arrow-up
        16
        ·
        17 hours ago

        This vastly underestimates how big and interconnected modern LLM networks are. They are 100s of GBs in size, and transmit GBs of data between layers 100s of times per second. Having to transmit any part of the intermediate state of an LLM over a 1 Gb/s link would degrade the performance of an LLM by over 1000x. Current top-of-the-line datacenter GPUs are running about 4 TB/s total memory bandwidth, a limit LLMs are already pushing up against.

        The kind of clustering you’re talking about is being done: between multiple GPUs on the same machine. The slowdown of dropping to the measly 64 Gb/s speeds of the PCIe 5.0x16 bus is a huge performance hit and has to be done very carefully. The various parts of the computation are broken up and shuttled around.

        It’s the combination of massively-parallel compute (in the GPU cores) and insanely-fast, fully interconnected RAM that makes generative AI possible. The load characteristics aren’t conducive to parallelization.

        • MangoCats@feddit.it
          link
          fedilink
          English
          arrow-up
          2
          ·
          14 hours ago

          The load characteristics aren’t conducive to parallelization.

          Not on tiny nodes separated by tiny fiber pipes… as I said elsewhere: a $100K node sucking down $1500/month in electricity could start to serve some useful loads, and provide all the hot water you could ever need.