• SocialistVibes01@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    8 hours ago

    One of my first posts here was asking how to make use of local LLM the best. People said to buy the most beefy laptop within my budget.

    Is that really the most reasonable take?

  • geneva_convenience@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    24 hours ago

    SLM’s are still trained on massive datacenters as large models and then quantized down. But yes for inference there’s hope in the future

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      6
      ·
      21 hours ago

      Training happens once per model, but inference is an ongoing process. So, there’s going to be a huge amount of energy saving if we move to using local models.

      • hirihit640@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        6 hours ago

        I think this all hinges on whether or not progress will slow down. For example I’ve heard of some companies etching AI models onto silicon, but nobody will buy those if the model is obsolete in a year. But if the models stop improving, then these chips might be worth the investment since they will be way more efficient for inference.

        So that’s one of the biggest questions in AI right now. Are we going to hit a wall? It does kind of seem like the big models aren’t improving as much anymore, and the small models are catching up. But at the same time, Moore’s law has been going for way longer than people expected, maybe AI will be the same.

        Edit: wording on last sentence of first paragraph

        • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
          link
          fedilink
          arrow-up
          3
          ·
          6 hours ago

          I expect doing ASICs for models will work even if they keep improving. It’ll be like regular chips getting new versions. You buy a chip with a specific model etched into it, and if it does what you need great. Next year, a new version comes out. So, it’s actually a feature since it allows companies to keep selling new chips.

          It does look like we are entering diminishing returns territory though. The biggest evidence for this is that Chinese companies have now basically caught up to Anthropic and OpenAI. If the progress at the frontier was still happening at the same rate, then the gap wouldn’t be closing so quickly. There’s also a lot less noticeable difference between stuff like Claude 4.6 and Claude 5. When they went from 3.x to 4.x it was very noticeable. And at least for agentic coding, most of the improvement seems to come from the harness now. I expect improvements will continue, but at a much more gradual pace. It’s also possible people will figure out a new architecture that’s superior to LLMs, or works with them. World models are one promising area already being explored.

  • Alex@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    1 day ago

    I don’t doubt that locally hostable models will be important for agentic tasks but I suspect they are still going to be bigger than most can comfortably host for time being. I still think there will be a place for the super large models for more complex reasoning although how much will be due to the intrinsic knowledge in the weights and how much due to the plumbing around them remains too be seen.

    And if course LLM’s are not going to be the end point of the search for AGI. Whatever their architecture they will still need copious amounts of compute.

      • a1studmuffin@aussie.zone
        link
        fedilink
        English
        arrow-up
        5
        ·
        20 hours ago

        I’m really interested to see what comes of the LLM ASIC idea - it worked wonders for hardware video codecs. I could see the smartphone industry picking up again on annual releases worthy of upgrades if they included dedicated AI chips not beholden to a cloud subscription. I think we’re reaching the point that the frontier models are becoming “good enough” to use for a while before uploading to the next.

        • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
          link
          fedilink
          arrow-up
          3
          ·
          18 hours ago

          That’s kind of what I’m expecting going forward too. Local models will get good enough in a year or two for most tasks, and then you just have a specialized chip like the GPU to run them.

          • pineapple@lemmy.ml
            link
            fedilink
            English
            arrow-up
            1
            ·
            12 hours ago

            A specialised chip wouldn’t be nessesary though. GPU’s can run smaller models just fine the main issue is enough memory to store larger ones without resorting to CPU memory. Power consumption probably is the main gain to be had with NPU’s. You’ll still be limited by slow cpu memory once you run out of faster memory.

            • a1studmuffin@aussie.zone
              link
              fedilink
              English
              arrow-up
              3
              ·
              10 hours ago

              Read my post above to a different commenter, there’s a new type of ASIC being talked about that’s very different to an NPU or GPU, no RAM necessary.

              • pineapple@lemmy.ml
                link
                fedilink
                English
                arrow-up
                4
                ·
                8 hours ago

                Oh didn’t see that. This is really cool! I suppose it does work similarly to hardware codecs, with the same very big trade-off being you get locked into a specific model. But considering this is an emerging technology maybe they could be made small enough to have multiple models on a single chip! (similar to codecs) Or just have one really big model that would be more future proof, and the price-performance would be so much greater than running the model on a GPU.

              • pineapple@lemmy.ml
                link
                fedilink
                English
                arrow-up
                3
                ·
                8 hours ago

                Also I can wait for Nvidia’s stock price to completely die as soon as this becomes mainstream.

          • a1studmuffin@aussie.zone
            link
            fedilink
            English
            arrow-up
            3
            ·
            edit-2
            9 hours ago

            LLM ASICs are different to NPUs. The idea is to encode a specific model’s weights (all billions of them) as a gigantic resistor network on the chip itself. Analog, where ohms law becomes the processor, and no RAM is necessary - the chip IS the model. It would pave the way for cost effective, fast, low-power local inference. Given the analog circuitry, there would be issues like interference, temperature sensitivity and so on, but we’re seeing models get good results even when heavily quantised, so the idea has legs. The big disadvantage is you’re stuck with that one model forever, so we’re likely to see these first appear in non-consumer applications like automotive, defence etc. A pretty exciting concept that solves some of the environmental issues around AI.

            More info for the curious: https://taalas.com/the-path-to-ubiquitous-ai/

    • kibiz0r@midwest.social
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 day ago

      but I suspect they are still going to be bigger than most can comfortably host for time being

      ARM and CXMT both have the potential to change this situation rather dramatically.

      ARM: The RAM/VRAM divide is kind of a legacy thing at this point, doing more harm than good in the x86 (desktop OS) space, but ARM doesn’t have the same baggage.

      CXMT: We know the DRAM cartel have previously engaged in price-fixing, and the current shortage looks suspiciously similar to their old behavior. When confronted by a new challenger, they might be forced to actually compete.

      • ms.lane@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        18 hours ago

        he RAM/VRAM divide is kind of a legacy thing at this point, doing more harm than good in the x86

        That has nothing to do with x86 though…