Earlier quoted context omitted.
Respectfully, from my experience and a few billions of tokens consumed, some opensource models really are strong and useful. Specifically StepFun-3.5-flash https://github.com/stepfun-ai/Step-3.5-Flash I'm working on a pretty complex Rust codebase right now, with hundreds of integration tests and nontrivial concurrency, and stepfun powers through. I have no relation to stepfun, and I'm saying this purely from deep res…
What are you running that model on?
Qwen3.5 122B and 35B models offer Sonnet 4.5 performance on local computers
131–140 of 286 posts
Re: Qwen3.5 122B and 35B models offer Sonnet 4.5 performance on local computers
#132What kind of hardware does HN recommend or like to run these models?
Radeon R9700 with 32 GB VRAM is relatively affordable for the amount of RAM and with llama.cpp it runs fast enough for most things. These are workstation cards with blower fans and they are LOUD. Otherwise if you have the money to burn get a 5090 for speeeed and relatively low noise, especially if you limit power usage.
I was thinking about adding after-market liquid cooling for them, but they're fine without it.
Re: Qwen3.5 122B and 35B models offer Sonnet 4.5 performance on local computers
#133Earlier quoted context omitted.
Are you saying that the benchmarks are flawed? And could quantization maybe partially explain the worse than expected results?
No, what he is saying is that benchmarks are static and there is tremendous reputational and financial pressure to make benchmark number go up. So you add specific problems to training data... The result is that the model is smarter, but the benchmarks overstate the progress. Sure there are problem sets designed to be secret, but keeping secrets is hard given the fraction of planetary resources we are dedicating to m…
That way, we can have a benchmark that is always up to date.
Re: Qwen3.5 122B and 35B models offer Sonnet 4.5 performance on local computers
#134Re: Qwen3.5 122B and 35B models offer Sonnet 4.5 performance on local computers
#135If you're new to this: All of the open source models are playing benchmark optimization games. Every new open weight model comes with promises of being as good as something SOTA from a few months ago then they always disappoint in actual use. I've been playing with Qwen3-Coder-Next and the Qwen3.5 models since they were each released. They are impressive, but they are not performing at Sonnet 4.5 level in my experien…
Goodhart's law shows up with people, in system design, in processor design, in education...
Models are going to be over-fit to the tests unless scruples or practical application realities intervene. It's a tale as old as machine learning.
Re: Qwen3.5 122B and 35B models offer Sonnet 4.5 performance on local computers
#136Re: Qwen3.5 122B and 35B models offer Sonnet 4.5 performance on local computers
#137Re: Qwen3.5 122B and 35B models offer Sonnet 4.5 performance on local computers
#138The new 35b model is great. That said, it has slight incompatibility's with Claude Code. It is very good for tool use.
Claude code is designed for anthropic models. Try it with opencode!
EDIT: opencode was a bit slow with qwen3.5:35b using Ollama. Faster/nicer to use with Liquid lfm2:latest
Re: Qwen3.5 122B and 35B models offer Sonnet 4.5 performance on local computers
#139Re: Qwen3.5 122B and 35B models offer Sonnet 4.5 performance on local computers
#140I periodically try to run these models on my MBP M3 Max 128G (which I bought with a mind to run local AI). I have a certain deep research question (in a field that is deeply familiar to me) that I ask when I want to gauge model's knowledge. So far Opus 4.6 and Gemini Pro are very satisfactory, producing great answers fairly fast. Gemini is very fast at 30-50 sec, Opus is very detailed and comes at about 2-3 minutes.…
Well first of all you're running a long intense task on a thermally constrained machine. Your MacBook Pro is optimised for portability and battery life, not max performance under load. And apple's obsession with thinness overrules thermal performance for them. Short peaks will be ok but a 45 minute task will thoroughly saturate the cooling system. Even on servers this can happen. At work we have a 2U sized server wit…