|
| ▲ | Nav_Panel 26 minutes ago | parent | next [-] |
| The point is that open weights turns puts inference on the open market, so if your model is actually good and providers want to serve it, it will drive costs down and inference speeds up. Like Cerebras running Qwen 3 235B Instruct at 1.4k tps for cheaper than Claude Haiku (let that tps number sink in for a second. For reference, Claude Opus runs ~30-40 tps, Claude Haiku at ~60. Several orders of magnitude difference). As a company developing models, it means you can't easily capture the inference margins even though I believe you get a small kickback from the providers. So I understand why they wouldn't want to go open weight, but on the other hand, open weight wins you popularity/sentiment if the model is any good, researchers (both academic and other labs) working on your stuff, etc etc. Local-first usage is only part of the story here. My guess is Qwen 3.5 was successful enough that now they want to start reaping the profits. Unfortunately most of Qwen 3.5's success is because it's heavily (and successfully!) optimized for extremely long-context usage on heavily constrained VRAM (i.e. local) systems, as a result of its DeltaNet attention layers. |
|
| ▲ | jubilanti 6 hours ago | parent | prev | next [-] |
| You can rent a cloud H200 with 140GB VRAM in a server with 256GB system ram for $3-4/hr. |
|
| ▲ | adrian_b 2 hours ago | parent | prev | next [-] |
| The 397B model can be run at home with the weights stored on an SSD (or on 2 SSDs, for double throughput). Probably too slow for chat, but usable as a coding assistant. |
| |
| ▲ | xienze 2 hours ago | parent [-] | | I think you have that backwards. Agentic coding is way more demanding than simple chat. The request/response loops (tool calling) are much tighter and more numerous, and the context is waaaaay bigger in general. |
|
|
| ▲ | r-w 7 hours ago | parent | prev | next [-] |
| OpenRouter. |
| |
| ▲ | mistercheese 7 hours ago | parent | next [-] | | Yeah I think there’s benefits to third-party providers being able to run the large models and have stronger guarantees about ZDR and knowing where they are hosted! So Open Weights for even the large models we can’t personally serve on our laptops is still useful. | |
| ▲ | parsimo2010 7 hours ago | parent | prev [-] | | If you're running it from OpenRouter, you might as well use Qwen3.6 Plus. You don't need to be picky about a particular model size of 3.6. If you just want the 397b version to save money, just pick a cheaper model like M2.7. |
|
|
| ▲ | ydj 4 hours ago | parent | prev | next [-] |
| Running the mxfp4 unsloth quant of qwen3.5-397b-a17b, I get 40 tps prefill, 20tps decode. AMD threadripper pro 9965WX, 256gb ddr5 5600, rtx 4090. |
|
| ▲ | bitbckt 5 hours ago | parent | prev | next [-] |
| I'm running it on dual DGX Sparks. |
|
| ▲ | stavros 7 hours ago | parent | prev | next [-] |
| It doesn't matter how many can run it now, it's about freedom. Having a large open weights model available allows you to do things you can't do with closed models. |
|
| ▲ | kridsdale3 7 hours ago | parent | prev [-] |
| I can (barely, but sustainably) run Q3.5 397B on my Mac Studio with 256GB unified. It cost $10,000 but that's well within reach for most people who are here, I expect. |
| |
| ▲ | qlm 7 hours ago | parent | next [-] | | Hacker News moment | |
| ▲ | toxik 7 hours ago | parent | prev | next [-] | | $10k is well outside my budget for frivolous computer purchases. | | |
| ▲ | zozbot234 3 hours ago | parent | next [-] | | It would be plenty in-budget if the software part of local AI was a bit more full-featured than it is at present. I want stuff like SSD offload for cold expert weights and/or for saved/cached KV-context, dynamic context sizing, NPU use for prefill, distributed inference over the network, etc. etc. to all be things that just work for most users, without them having to set anything up in an overly error-prone way. The system should not just explode when someone tries to run something slightly larger; it should undergo graceful degradation and let them figure out where the reasonable limits are. | |
| ▲ | stefs 3 hours ago | parent | prev | next [-] | | yeah, but if you really really wanted to and/or your livelyhood depended on it, you probably could afford it. | |
| ▲ | bdangubic 6 hours ago | parent | prev [-] | | 99.97% of HN users are nodding… :) | | |
| ▲ | hparadiz 5 hours ago | parent [-] | | There are way too many good uses of these models for local that I fully expect a standard workstation 10 years from now to start at 128GB of RAM and have at least a workstation inference device. | | |
| ▲ | bdangubic 4 hours ago | parent [-] | | or if you believe a lot of HN crowd we are in AI bubble and in 10 years inference will be dirt cheap when all of this crashes and we have all this hardware in data centers and it won't make any sense to run monster workstations at home (I work 128GB M4 but not run inference, just too many electron apps running at the same time...) :) | | |
| ▲ | bigiain an hour ago | parent | next [-] | | > I work 128GB M4 but not run inference, just too many electron apps running at the same time. This is somewhat depressing - needing a couple of thousand bucks worth of ram just to run your chat app and code/text editor and API doco tool and forum app and notetaking app all at the same time... | |
| ▲ | hparadiz 3 hours ago | parent | prev [-] | | Inference will be dirt cheap for things like coding but you'll want much more compute for architectural planning, personal assistants with persistent real time "thinking / memory", as well as real time multimedia. I could put 10 M4s to work right now and it won't be enough for what I've been cooking. |
|
|
|
| |
| ▲ | SlavikCA 7 hours ago | parent | prev | next [-] | | I'm running it on my Intel Xeon W5 with 256GB of DDR5 and Nvidia 72GB VRAM. Paid $7-8k for this system. Probably cost twice as much now. Using UD-IQ4_NL quants. Getting 13 t/s. Using it with thinking disabled. | |
| ▲ | kylehotchkiss 2 hours ago | parent | prev | next [-] | | you have proved my point | |
| ▲ | rwmj 6 hours ago | parent | prev [-] | | For some reason you were being downvoted but I enjoy hearing how people are running open weights models at home (NOT in the cloud), and what kind of hardware they need, even if it's out of my price range. |
|