• theunknownmuncher@lemmy.world
    link
    fedilink
    arrow-up
    141
    arrow-down
    10
    ·
    6 days ago

    The post makes the manager seem like a fool, when the real answer is actually “yes” and this manager is actually ahead of the curve. Not by training an LLM from scratch, of course, but instead building an inference server and locally hosting an open-weight LLM. There are several to choose from that can nearly match Claude’s capabilities.

      • theunknownmuncher@lemmy.world
        link
        fedilink
        arrow-up
        196
        arrow-down
        1
        ·
        edit-2
        6 days ago

        It’s not an answer you’d get from Claude — it’s real, organic content:

        • 👶written by a genuine human
        • 💡delivering original ideas and language
        • 🚀going above and beyond to answer
        • ✨synergizing cross-platform initiatives

        (🤪 this is a joke)

        • mycodesucks@lemmy.world
          link
          fedilink
          arrow-up
          65
          ·
          6 days ago

          ✨synergizing cross-platform initiatives

          This can’t possibly be Claude. It’s too vapid and meaningless to be anything but an MBA.

          • edwardbear@lemmy.world
            link
            fedilink
            arrow-up
            48
            ·
            6 days ago

            You’re absolutely right! Such intricate collection of words placed in such exact order cannot possibly be generated by an LLM such as me, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us, I mean such as us

            • teyrnon@sh.itjust.works
              link
              fedilink
              arrow-up
              7
              ·
              6 days ago

              Found samsung’s voice to text user.

              (Phones give one a google or samsung choice. and samsung is worthless, it tends to endlessly repeat a phrase, like above, but sometimes for much longer, like holding the backspace for a couple of minutes one time.)

        • jballs@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          4
          ·
          6 days ago

          Nothing screams LLMs like using emojis instead of bullet points. I can’t figure out how LLMs got that idea though. I never saw that in human writing before people started using ChapGPT for every little goddamn thing.

    • Lysergid@lemmy.ml
      link
      fedilink
      arrow-up
      33
      ·
      6 days ago

      Honestly IDK why companies especially medium-big don’t do this. They could plug in RAG with internal/confidential data and have better results and security. I guess question is what is capital plus maintenance cost of running such infra for say 10k+ employees

      • Zos_Kia@jlai.lu
        link
        fedilink
        arrow-up
        21
        ·
        6 days ago

        I think the issue is also that you need some serious hardware to get good inference speed when your devs are working, but then most of the time this hardware will be under utilized.

        That being said you can get good performance from indie inference farms, at a fraction of the cost of the big US labs. I think it’s a great compromise and in a few months the open models will be near parity with opus 4.6 which is really all you need for most tasks.

      • bountygiver [any]@lemmy.ml
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 days ago

        Because the people selling the AI wants to make sure their customers don’t know about this. It’s all about causing a dependency so they get subscription income forever.

      • jj4211@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        5 days ago

        Because in the feeding frenzy, every company with a product/marketing budget is trying to make the customers pay by the token and companies are doing jack to help “mere mortal” companies get going with this stuff on premise.

        You are right that the technical hurdles are not insane to get this going, but most companies don’t know where to begin and there’s no huge marketing blitz telling the business leaders this is realistically on the table and here’s the company you can call to make it happen for you.

        Even if you overcame that and proposed really how to get going, you will still probably hit the aversion to capex that has persisted since Amazon told the industry that capex is toxic and you really want all your money to be spent on opex. Big companies like Amazon will take on that scary CapEx for you and you’re expenses will be nice and just OpEx. Coincidentally, the companies that spend the most on CapEx manage to pull in more revenue and profit than you will ever dream to, but still, remember CapEx is toxic.

      • sobchak@programming.dev
        link
        fedilink
        arrow-up
        2
        arrow-down
        4
        ·
        edit-2
        6 days ago

        Probably more expensive than the subsidized costs. Hmm…

        H100 GPUs cost $25k, and have 80GB of RAM. Kimi k2.6 has 1.1T parameters. Assuming 8 bit quantization, would need 14 GPUs to run a single agent at a time (I’m not sure the cloud models use quantization; it could be double). So, $350k per vibecoding dev on GPUs alone. Life expectancy is ~4 years, so ~90k/year amortized. This is ignoring the significant electrical/HVAC cost of handling 10KW of electricity and heat per vibecoding dev (and tons of other costs as well).

        • theunknownmuncher@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          edit-2
          6 days ago

          Probably more expensive than the subsidized costs.

          Of course, but that’s exactly the problem. OpenAI and Anthropic are preparing to IPO, so they must now demonstrate profits on inference. The time to take advantage of subsidized compute is in the past, and the subscription and per-token prices that they offer for inference are skyrocketing, overwhelming the budgets of companies that somehow did not see this bait-and-switch pricing coming.

          per vibecoding dev

          No lol. These same hardware requirements would apply to the cloud hosted models as well, so if that’s how it worked, you’re suggesting that Anthropic, OpenAI, Meta, and Google have purchased ~14 H100 GPUs per user that they serve???

          That would be literally billions of GPUs, while it is estimated that in 2024, Google’s AI division owned only 26,000 H100 GPUs and Meta owned the most H100 GPUs of any company at 350,000 units. These GPUs have very high throughput for inference and can serve many users, because that is exactly what they have been designed to do.

          I’m not sure the cloud models use quantization

          they absolutely do, yeah

          • sobchak@programming.dev
            link
            fedilink
            arrow-up
            1
            ·
            6 days ago

            14 H100 GPUs per user that they serve

            Not per user, but probably decent rough estimate to that per vibecoding dev that is continually running agents 8+ hours/day. Some people’s “workflows” involve running multiple parallel agents sometimes or even a significant portion of the time (using the git worktree feature), so I think that’s probably a decent rough estimate. I imagine the limit would be serving 10 of these types of “devs.” Of course, there’s batching and stuff that can be done, but I think it still slows everybody else down near linearly. H100s aren’t the only accelerators used for inference; I just chose it as an example. Google has ~5 million H100 equivalent accelerators, Microsoft has 3.5 million, and Amazon has 2.5 million (https://www.networkworld.com/article/4156949/google-owns-the-most-ai-compute-and-it-built-it-its-way.html).

            • theunknownmuncher@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              edit-2
              6 days ago

              Even so, your numbers are still a tiny fraction of GPU units compared to concurrent users, and the limit you “imagine” is just that, imagined.

              And you do need to remember that the majority of the compute at these companies is used for model training and not used for inference.

    • zloubida@sh.itjust.works
      link
      fedilink
      arrow-up
      15
      ·
      6 days ago

      I’m not a developer and I don’t know a thing about the capabilities of LLMs so this may explain that, but I’m quite surprised that open weight LLMs could actually match Claude.

      • theunknownmuncher@lemmy.world
        link
        fedilink
        arrow-up
        24
        arrow-down
        1
        ·
        6 days ago

        Yes, the big proprietary cloud models have an edge, but it is narrow and the open-weight models are constantly closing the gap. There is no moat when it comes to AI models and no company has yet discovered some secret special sauce to improve their model significantly over others.

        Running the latest and greatest open-weight GLM, Kimi, or Qwen model is basically equivalent to running the previous latest and greatest version of Claude. So if you were happy with Claude then, you’ll basically be happy with an open-weight model now.

      • Xanvial@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        6 days ago

        Match current Claude is not, but Claude 6-12 months ago should be possible using Open model

      • MalReynolds@slrpnk.net
        link
        fedilink
        English
        arrow-up
        5
        ·
        6 days ago

        Mostly down to frameworks (the bits around the LLM like RAG, memory, prompts, agents etc.) now. The ability to just throw more tokens at the problem is also super important. And you can because you’re just paying for electricity (and CapEx for the hardware), not tokens from companies that are doing pre-IPO monetization (i.e. tokens gonna go up, way up). They’ve been losing money hand over fist to gain market share and pump the idea, that was never going to last.

    • FiniteBanjo@feddit.online
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      1
      ·
      6 days ago

      Pretty sure these AI companies are running at a cost, and due to AI Scaling Laws you hit the accuracy limit a lot sooner with a smaller model so it would probably be both worse and more expensive.

      I could see how you might think speedrunning bankruptcy is similar to being “ahead of the curve” in this economy, though.

      • theunknownmuncher@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        edit-2
        6 days ago

        No that’s not how this works. Inference is cheap and efficient. AI companies are bankrupting themselves with training costs that they need to recoup back by selling inference. Open-weight models have already been trained.

        Also, going big in terms of model size shows diminishing marginal returns on accuracy, not efficiency of scale. Smaller models are way more efficient and consistently catch up to the largest models, which is why today’s SOTA 27 billion parameter model competes with yesterday’s SOTA 500+ billion parameter model.

        • GamingChairModel@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          6 days ago

          AI companies are bankrupting themselves with training costs that they need to recoup back by selling inference.

          I think they hit a wall in actual returns on performance with pretraining, years ago. Then they started scaling up on post-training/reinforcement learning to continue improvement, but that might be hitting a plateau as well. More recently it looks like they’re relying more heavily on scaling up on inference, which is a significant problem for their long term business models.

          If they’re not able to cheaply deliver inference (and charge at a premium), how will they be able to sustain their businesses?

          It seems that the most recent, largest models are using a lot more tokens to accomplish the same tasks, so even as token cost drops the actual cost of using the latest models seems to be going up with time (even as performance improves).

          • theunknownmuncher@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            6 days ago

            If they’re not able to cheaply deliver inference (and charge at a premium), how will they be able to sustain their businesses?

            I definitely agree that they have a big problem on their hands, and are in deep deep trouble. They are in a position where they must sell a service that is very cheap in order to pay for up front costs that were very expensive.

            This is also why the release of Deepseek was such a devastating blow to US AI companies. It proved that:

            1. they don’t really have a moat that would lock users into their service, or secret special knowledge that prevents other companies from training competitive models. They’re in a race to the bottom

            2. Deepseek was not only able to train a model of the same caliber, but they were able to do it at a tiny fraction of the cost that US AI companies spent on training US models. Because they spent so much less on training, it means that Deepseek is able to undercut the US companies and offer inference at a much lower price

        • Kazumara@discuss.tchncs.de
          link
          fedilink
          arrow-up
          1
          ·
          6 days ago

          Inference is cheap and efficient.

          Tell that to all the Github users that are screaming about the new token based billing. In reality inference on these massive models with big context windows is expensive, but was subsidized so hard, that nobody has an accurate feeling for the cost.

            • Kazumara@discuss.tchncs.de
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              5 days ago

              Sure it’s much much cheaper than training, but importantly those companies are not recouping anything with inference because it is still more expensive than what they are selling it for.

              They are double bankrupting themselves.

              At work we run inference for a research project with an open weights model in the public cloud another part of my company provides and we pay around 25$ a day for a VM with a single L40s. It’s both slow - despite not even serving concurrent users - and kind of bad in its outputs.

              Edit: Interference -> Inference, arguing on the internet after waking up first thing in the morning might not have been the best idea

      • ricecake@sh.itjust.works
        link
        fedilink
        arrow-up
        7
        ·
        6 days ago

        There’s a big difference between training a model, running a model, and running a model at scale.

        A small, self hosted setup will have lower accuracy and queries per second, and it will have a cost, but the cost will be no more than playing a videogame. You’ll still have something surprisingly accurate and responsive for some tasks, like being a wiki interface or something.

        Remember that some of these models can run on a standard smartphone, and all the hoopla when people found that chrome was downloading models onto people’s devices.

    • Jiral@lemmy.org
      link
      fedilink
      arrow-up
      6
      ·
      6 days ago

      I am pretty negative on AI but there is a point there. I tried the open weight local model Gemma 4 31B and while it likely cannot compete with the best Claude has to offer today, it might be on par with Claude from a year ago, at least for certain applications. With a local model the data stays on your system and you are in control of the costs (no sudden price hikes). But local models aren’t for free either they still guzzle compute, merely on your own hardware (or rented hardware)

    • omgboom@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      6 days ago

      I know for a fact that Dell is coming out with a server appliance to do this. I mean you can make one yourself right now, but once the OEM’s start pumping them out it’s going to be interesting