There is minimal downside to switching to open models

(marble.onl)

124 points | by amarble 8 hours ago

19 comments

  • whatever1 0 minutes ago
    Claude started becoming useful for my coding purposes after it hit version 4.6. After that sure some nice to have additions but I think if I had 4.6 sonnet & opus as open weights, I would not need something more.

    Having played a bit with Fable, reinforced the above.

  • coffinbirth 40 minutes ago
    > Open models are served via various means, some by the companies that released them and some by third parties like OpenRouter. Unfortunately, both of these routes are dodgier in terms of privacy and data sharing, and I would not feel the same comfort sending API calls containing client or confidential data to them.

    That's why I'm using eurouter.ai with the following routing rule for all my requests:

      {
        "model": "glm-5.2",
        "models": [
          "deepseek-v4-pro",
          "deepseek-v4-flash"
        ],
        "provider": {
          "allow_fallbacks": true,
          "data_collection": "deny",
          "data_residency": "EU",
          "max_retention_days": 0,
          "eu_owned": true
        }
      }
    
    Sure, it's quite expensive, but at least on a legal side data privacy is ensured. I trust them more than e.g. Anthropic, OpenAI or OpenRouter.

    Personally, I find it morally unacceptable to use U.S. AI tools, because I do not want to support them financially and thus support the crimes they are involved in[1].

    [1]: https://news.ycombinator.com/item?id=48512339

  • julianlam 4 hours ago
    I think it's interesting that people write off open weight models because they're "a few months behind" proprietary models.

    I know LLMs move at the speed of light (especially these past few quarters), but if Opus and GPT "a few months ago" were really like open weight models, then there's really no reason to not switch, especially for those who were using these models a few months ago.

    Your codebase didn't change, so use the open weight model. Don't move the goalposts.

    • kgeist 3 hours ago
      Every new proprietary model is "groundbreaking" and "look, it just solved task X that no other model could solve," only to be referred to as "that crappy previous-generation model" a month later.

      So yeah, I'm totally fine using Kimi-2.7, GLM-5.2 or Deepseek-v4. I think we've already hit the ceiling and most improvements now seem to be from harness improvements and slightly better RL to improve reasoning/tool calling.

      • jbverschoor 2 hours ago
        Not only that, but to me it seems that after a week the intelligence is being downscaled or routed. Maybe because of lack of capacity
      • matheusmoreira 2 hours ago
        There's at least the possibility that they intentionally degrade the models as time passes. We can't really verify that we're getting what we're paying for all of the time. All the more reason to invest in local inference.
        • LPisGood 14 minutes ago
          People talk about this a lot. What I have never seen is a discussion of methods they might employ to degrade the models.

          Let’s say I’m a bad faith LLM operator, and I want to degrade my model so the next release looks better and people want to switch to the more expensive one. How would I do that?

        • inigyou 59 minutes ago
          What if the new model is exactly as good as the last model on launch day but better than the last model was on the new model's launch day because it was degraded? Every single time?
        • manyatoms 1 hour ago
          Unless what you're getting is really explicitly spelled out in a contract, you should flatly assume that they're doing whatever they like whenever they like.
        • taytus 2 hours ago
          At current prices, and considering these OS Models' performance, investing in local inference sounds like a bad idea.
          • matheusmoreira 1 hour ago
            Current prices are insane but at this point I'm starting to feel like it's an existential issue. I'm not a US citizen. At any point the USA could come up with some arbitrary export controls. Not having a computer capable of running at least Qwen is starting to actually seem risky to me.

            At least it's going to be usable as a very high end gaming PC.

            • awakeasleep 1 hour ago
              Why would you buy and build everything before the low probability catastrophe strikes, though? You don’t get any benefit from switching early and you pay a big opportunity cost.
              • Lapel2742 13 minutes ago
                > low probability catastrophe

                There is also a low probability that someone enters peace negotiations solely to threaten the negotiators with death, yet here we are. With these guys it is: Better safe than sorry.

              • inigyou 58 minutes ago
                because as soon as it strikes computer hardware will be completely unavailable to buy?
                • CamperBob2 14 minutes ago
                  Also, there's a nontrivial learning curve involved in running your own inference server, once you move past the casual-goofing-around-with-llama-server stage. If you care about not being a sharecropper on Sam's or Dario's plantation, you should consider learning the ropes. Even if you don't put these skills to immediate use in your day job.

                  I didn't appreciate this until I started down that road myself.

          • jrm4 1 hour ago
            At current "proprietary inference company behavior," investing in local inference sounds like the exceedingly far more rational option.

            Long term predictability ought to far outweigh a few more cycles of performance.

      • realusername 2 hours ago
        There's also a lot of benchmark trickery going on, it's becoming harder to see how the latest models really improved.

        The top models also seem to have inconsistent performance depending on the time of day and how far we are from the next release.

        • bonesss 1 hour ago
          I’m an LLM fan, but from an engineering perspective the idea of building atop services that palpably fluctuate in capacity, performance, and capability is nutty.

          Even with minor automation I feel like I can watch OpenAI and Anthropic engineers fiddling in real-time. Tuesdays behaviour changes by Thursday, 10AMs production isn’t possible at 11:30AM. Nutty.

          • targafarian 1 hour ago
            I chilled significantly on using Google for anything to do with business due to API (and offering) stability. (Still use Google for personal things.) But AI models seem orders of magnitude more fluid, so to my risk-averse eye, they're nothing I'd base my own business on.
        • Barbing 1 hour ago
          Interesting, Claude might be doing better since I last checked:

          https://marginlab.ai/trackers/claude-code-historical-perform...

          There were at least a couple of these degradation trackers.

      • 4fffs 3 hours ago
        Correct. Anything else is pure marketing and you have fallen for it.
    • Aurornis 2 hours ago
      > I think it's interesting that people write off open weight models because they're "a few months behind" proprietary models

      I experiment a lot with the open models and I’m getting tired of this trope. I’m not yet convinced that even the best open weight models are equal to Opus from “a few months” ago.

      I know what the benchmarks say. I had higher hopes. My real experience just doesn’t match the benchmarks.

      I also do a lot of work that even Opus 4.8 struggles with. When even the cutting edge LLMs aren’t all the way there yet, my motivation to switch to something even further behind just isn’t there.

      • iot_devs 39 minutes ago
        I would love if you could make some examples
      • CamperBob2 1 hour ago
        Have you found anything specific that the full-precision quant of GLM 5.2 can't do that Opus 4.8 can? I haven't, so far.

        5.2 lives up to the hype. I don't find it to be the best at anything except coding. But for coding... yeah, it lives up to the hype. Not quite Opus 4.8-level, but I would feel comfortable comparing it to 4.5, at least if it had vision capabilities.

    • dwoosley 3 hours ago
      The only reason I'm on HN right now reading this post is because the Anthropic's API is down... so there's another point for self hosted.
    • itwaswatson 1 hour ago
      We have a provider with Deepseek V4 flash at our work. It can handle 95% of the "actually functional" workload at a tenth of the cost. I still pull up beefier ones sometimes, but that's after some consideration.

      The moat is so flat, it only gives +1 food and +1 production. +1 gold with a road.

    • 827a 1 hour ago
      Intelligence is maybe a few months behind. But cost sadly is further behind. GLM-5.2 has a deceptively high cost during day-to-day usage for e.g. coding because 1) it has to think a ton more than GPT-5.5/Opus-4.8 to get to competitive results; 2) many providers are still figuring out caching; and 3) API pricing for Codex/Claude can be as high as 40x more than subscription pricing, which distorts the market.
    • taormina 4 hours ago
      For that matter, the new models are shit. If I’m using Opus 4.6 anyway to get anything actually done, then great, we’re actually entirely caught up then.
    • Gigachad 2 hours ago
      The reason for me is work pays for Github Copilot which doesn't have these open modals.
    • TacticalCoder 3 hours ago
      > I think it's interesting that people write off open weight models because they're "a few months behind" proprietary models.

      The really interesting thing is that it's typically those very same accounts who were explaining, a few months ago, that thanks to their commercial model they were gaining so much time and producing so much fantastic code.

      A few months passes and suddenly the open-source model have caught up with the models that were gaining them so much time and that produced amazing code (in production everywhere for sure btw) but... It's impossible to work with these models.

      Rinse and repeat.

      The current models, according to them, are basically AGI and they can go fishing while paid subscriptions solve the world's problems.

      But when it six months there shall be new closed, pricey, models and when the open ones shall have reach the level of Fable, we'll hear how it's impossible to work in late 2026 on a model that is "only at the level of Fable".

      These people should have been snake-oil salesmen (and it could be what they actually are).

      • nemomarx 2 hours ago
        My most charitable interpretation that there's some honeymoon effect for each release, and people genuinely feel very productive and useful for 2-3 months. By the time the next big model release happens they've seen some issues or run into something that makes them feel like the new model will fix all that and improve their flow so much, etc.

        Not unusual in the tech space, but this has been basically constantly happening for two years now? I can't imagine the improvements are more than incremental at this point.

        • windexh8er 1 hour ago
          They are generally referred to as the Kool-Aid drinkers. There's always something holding them back from open models. It's no different than the argument in the article. I've been daily driving Linux for well over 20 years at this point and while things have gotten easier they haven't gotten that much easier. There's always been a distro that's focused on new users or ease of use. I used to take for granted the Linux distro ecosystem but now worry how Microsoft, Apple and others will continue to try and legislate compute into a corner. I can appreciate good engineering, but when I look at OS X and Windows they're both failing end users in different ways.

          Just like the OS ecosystem I think we'll see a similar trajectory with OAI, Anthropic and Google but on a much accelerated time scale. I think the lobbying has begun to lock in their fate for revenue - because none of them give a shit about their users. I do hope, however, that Anthropic continues to over rotate and continue to gimp their models into uselessness. I just asked Opus 4.8 the other day to look at some code as an adversary and summarize areas that should be addressed. Nothing specific and it shut down the conversation. However starting a new prompt and prodding the model from a different angle yielded the results I asked for directly. Pick a lane. Or, don't and continue to lose industry respect and consideration.

    • tonfreed 2 hours ago
      Even just one of the smaller models is good enough for the grunt work I use them for 90% of the time. Currently doing most of my home hobby projects with OpenCode Go and Qwen 3.7 Plus, it's not great at diagnosing issues in the code, but if I can clearly articulate a test suite or boilerplate refactoring it works fine.
    • moomoo11 52 minutes ago
      ok but your competition using the latest models has an advantage

      not all of us are doing noob shit lol

  • Aurornis 2 hours ago
    The headline says one thing, then the article text says this:

    > I’m hoping it’s going to be minimal.

    I have multiple subscriptions and I pay per token to try out different LLM providers through OpenRouter. I also run open weight models locally.

    I just can’t agree yet. The models from Anthropic and OpenAI really are that much better than anything else. The open weight models must be universally benchmaxxed across the board because my real world experience with them is very different than what the benchmarks imply. I get downvoted a lot for speaking about my experience because I don’t think it’s the reality that people want to hear right now, but it’s true for complex work.

    I do think there are a lot of easier tasks that can be handled appropriately by the open weight models in the hands of a skilled operator. If an entire job is simple enough that you wouldn’t hesitate to hand it off to a junior with a little supervision then any model will do. However for a lot of the work I do, even Opus 4.8 on Max requires a lot of attention and extra steering and review to keep it on track. Fable did, too, though to a lesser degree. When I try to use the big open weight models (hosted, because they’re not running at reasonable speeds locally at a quantization I can tolerate) it feels like I spend more time waiting while they burn tokens for output that I probably have to reject anyway, at least for the bigger tasks. I wish they were there, but that’s not the case yet.

  • bnj 1 hour ago
    I’ve been wanting to get better acquainted with local inference but I don’t have the hardware, which has made me think about something I haven’t seen discussed, which is local collaboratives. The economics makes it seem like a group of people joining together to run good hardware and an open model might make sense, but I haven’t seen anything like this mentioned. Have I been missing it?

    I think it would be pretty neat to launch a service helping people who wanted to participate in something like that locate one another.

    • markerz 1 hour ago
      There are plenty of providers of open models that offer very affordable rates. Generally, I recommend looking at OpenRouter since they track various metrics for the various providers.
    • Aurornis 1 hour ago
      The reason you don't see more of this is because everyone does the math, realizes it's not a good deal, and then gives up on the idea.

      There's a post at the top of /r/localllama about this exact math right now: https://www.reddit.com/r/LocalLLaMA/comments/1ubrcwj/tokenom...

      TL;DR: Running GLM 5.2 is going to cost about $20K minimum, and that's going to be painfully slow compared to the cloud hosted versions. Even the estimates where the server is computing tokens 24/7 you can't break even for several years.

      The only reason to run locally is if complete data privacy is your top concern. You pay a high premium for that.

    • blackoil 1 hour ago
      Open models hosted in Cloud???
  • pkulak 2 hours ago
    Sure. But OpenAI is the same price. Why would I pay $18/month for z.ai when OpenAI is $20/month?
    • CJefferson 2 hours ago
      One big advantage I’ve found — people get attached to models (including me). With open models if you find one that works perfectly for you but the next version doesn’t, you can run the old one forever (or someone will for you)
      • itake 1 hour ago
        But… the models will fall behind. As libraries and languages and tool calling updates or the world knowledge changes, the models decay.

        Personally, I don’t like the change, but it’s just how technology works so I’d rather move with the flow than try to stick my foot down and freeze time.

      • taytus 1 hour ago
        This is a good point I never thought of. I appreciate it.
    • fulafel 1 hour ago
      • pkulak 1 hour ago
        I pay month to month.
  • radhitya 3 hours ago
    Have you read about Opencode Go? They are great provider for open model, like GLM 5.2, Deepseek v4 Pro, Kimi 2.7 Code. You should give it shot to them :-)
  • linzhangrun 3 hours ago
    Open source models are still not good enough for now, but with the current speed of one new SOTA every two months, by this time next year we will definitely have cheap open source models at least as good as Fable :)
  • mdale 4 hours ago
    I think the frontier will command premium for sometime just as slight better software developers were 10x's vs their peers as their architecture & development strategies and code approach compounded quickly. One less error per block of work compounds quickly.

    Sure, there may be some cases and reasons for local models and industry is so large they will continue to make progress and gather economic value and users for specific use case; but frontier will command vast majority of the economic value distinct from Linux and open source where the model created better than proriatary economic incentives around development

    • 4fffs 3 hours ago
      Youre clutching at straws.

      Ultimately its a financial game. Open source is far cheaper so it already has an upper-hand. Frontier models have to justify financially why they are worth the additional spend.

    • byzantinegene 3 hours ago
      10x developers were not slightly better than their peers, they were vastly superior and faster. OTOH, the lead of frontier llms is diminishing as training is getting diminishing returns.

      Also, on that note. Not every company needs 10x developers, just as not every task needs frontier llms. Ultimately, operating costs will be the largest contributing factor.

  • PcChip 4 hours ago
    Is it just me or is half the article missing?

    I enjoyed the first part though

  • cpill 2 hours ago
    I think once the hardware process comes down and these mini DGXs become cheaper, and by then open models still be smaller and better, there is going to be less and less reason to use the providers. CEOs are already complaining that they are costing too much. There are also large organisations like Banks which can't use external services and are already looking at internal housing. it's a good thing so the big AI companies just went IPO as once the self hosting trend kicks in they are going bust.
  • DANmode 5 hours ago
    But, what model are you using?

    and what hardware are you using?

    • 0gs 5 hours ago
      yeah, on a 96GB Mac Studio and Gemma+Qwen, it's definitely fully doable. fully doable but not really for coding on 16GB. but svelter models and cheaper (eventually) hardware are coming!
      • nezuzen 4 hours ago
        "cheaper (eventually) hardware" Best case 2-3 years from now. Otherwise it will take a major global recession to get us anywhere near last year's prices.
      • Gigachad 2 hours ago
        I suspect hosted and local will converge when hardware prices come down and API prices go up. The massive rate of datacenter build out will be unsustainable. Right now the hosted models are massively cheaper than buying the hardware and running it yourself which signals that hosted is very subsidized.
      • marcus_holmes 2 hours ago
        Macs are expensive hardware, but I'm always seeing people running LLMs on them. Is anyone running on cheaper generic hardware and Linux?
        • brucehoult 2 hours ago
          A Mac is cheaper than a high end GPU with the same amount of RAM.
          • marcus_holmes 1 hour ago
            ah, right, so it's about Apple Silicon being fast enough to use instead of a GPU?
            • brucehoult 1 minute ago
              They use the GPU but an Apple Silicon GPU has the same high speed access to all the RAM on the machine as the CPU does, rather than having its own walled-off maybe 16 GB VRAM in mainstream gaming GPUs or 24 GB in RTX 4090 or RTX 5090 (MSRP $1999 but in practice $3000-$4000 at the moment). Nvidia A100 (80GB VRAM) apparently cost $15,000 or so.

              Not only does Apple's unified memory give the GPU more RAM to use, but it also eliminates copying things between CPU RAM and GPU RAM.

              A Mac Mini with 48 GB RAM costs $1799. A Mac Studio with 96 GB RAM is $3999 — until March you could get a Mac Studio with 512 GB RAM for $3999, all of which could be used for your AI model.

              https://www.tomshardware.com/tech-industry/apple-pulls-512-m...

              Some are coming up used at silly prices.

              https://www.trademe.co.nz/a/marketplace/computers/desktops/a...

              NB NZ$44,999 is "only" US$25,772.

      • fluidcruft 2 hours ago
        If you don't have that hardware thr math of buying a depreciating computer is challenging if you are satisfied with the $100/month plans ($1200/year). A 96GB Mac Studio is ~$4k. I think if you have the hardware already as a sunk cost then yes it makes sense. But I'm not sure it is worth spending $4k for today's hardware vs waiting for newer hardware in a few years.
  • aussieguy1234 3 hours ago
    >There was a time not too long ago when using Linux entailed some professional risk1. First there was compatibility: you may not have been able to render a Word document or PowerPoint correctly, and you might have had to trust Open Office’s export capability to render docs the way you wanted

    For a while during this era, I used to port my laptops windows installation into a virtual machine that can run on Linux. It took a bit of hacking away but I could usually do it in a day or two. Then its all Linux with the windows vm being used for the microsoft stuff.

  • causality0 2 hours ago
    I know open models have gotten quite good in many tasks such as coding or composition, but are there any that can access the internet and retrieve data like ChatGPT, Claude, etc can?

    I do have to admit I have recently begun wishing I could pay five dollars a month for a "just answer the fucking question" plan that would give me results without the guardrails and without the constant simpering and ego-stroking. I keep finding myself going a quick evaluation of "is it faster for me to skim search results myself or to construct an elaborate narrative to make an AI give me a real answer".

    • sleepyeldrazi 1 hour ago
      That's why I like qwen3.6 27B, it has 0 ego, it knows that it doesn't have complete world knowledge, so when it sees a web_search tool it searches all the time. Even qwen3.5 9B is mostly search-eager (but given the size, it's weaker on reasoning on the results if that's needed). I use a stock pi harness with only web_search and web_fetch (cleans up the html to only keep text) tools defined.

      I have given up on making Opus actually retrieve online information for me. At this point I only query it side by side with qwen to laugh at how it didn't even attempt to search properly, and how a small local model is beating it every time. Gemini is very fast for searching, but somehow miss-sources all the time.

    • JSR_FDED 2 hours ago
      Just go to kimi.com and try for yourself (not affiliated, but happy user).

      First time I did this I realized in 5 seconds that the big players weren’t going to be carving up the market between them.

    • wilj 2 hours ago
      > I know open models have gotten quite good in many tasks such as coding or composition, but are there any that can access the internet and retrieve data like ChatGPT, Claude, etc can?

      The things you describe are just tool calling, they're a feature of whatever harness you use. Use OpenCode, pi.dev, or maki.sh with any of the open models.

      > I do have to admit I have recently begun wishing I could pay five dollars a month for a "just answer the fucking question" plan that would give me results without the guardrails and without the constant simpering and ego-stroking. I keep finding myself going a quick evaluation of "is it faster for me to skim search results myself or to construct an elaborate narrative to make an AI give me a real answer".

      You can do most of this with some system prompts added to whatever agent you're using. You can do it from the settings on the claude/chatgpt websites too. (minus the no-guardrails thing)

      • newwttbreak 57 minutes ago
        What are good resources and forums where I can figure out these system prompts to bypass guardrails, atleast on agents?
    • linzhangrun 2 hours ago
      You can let the AI solve it itself, and then it will provide two solutions: implement a local search service (easily blocked), or purchase a Web Search API service
    • tr_user 1 hour ago
      isn't that just in the harness?
  • blindriver 1 hour ago
    As someone that has pretty powerful desktop that I've been using with local open weight models, people are far exaggerating the quality of them. Some of them are now useful. They don't compare yet to the online models of ChatGPT, Claude, Gemini, etc. They are still about 18 months behind. I have accomplished useful work with them, like image classification on Gemma4, but they are much much slower, much much more expensive and they don't scale at all.

    A $10,000 RTX 6000 Blackwell card will pay for 500 months of Claude or Codex, which is 40 years worth of compute. Obviously they are going to raise their prices, my prediction being to $200-500/month, but that still makes them at least years of compute and they scale very well with more traffic. Single GPUs do not, they are pegged at 100% and good luck getting it to answer multiple queries at the same time.

  • cws_ai_buddy 2 hours ago
    [flagged]
  • c_chenfeng 3 hours ago
    [dead]
  • codelong888 3 hours ago
    [dead]
  • root_axis 1 hour ago
    Imagine taking 6 months longer to release your cookie cutter CRUD app.