Remix.run Logo
nsbk a day ago

Bring it on! Hoping that they release smaller sizes of Qwen3.8. I use the 35B MoE and 27B dense models locally and most of the time I don’t need to reach out to Claude. Extremely useful specially when requests include sensitive and/or personal data

mft_ a day ago | parent | next [-]

I think everyone is hoping this!

It would be great if they'd release an MoE model somewhere between the 35B size of 3.6 and the 122B version of 3.5 - it could be a great balance of speed and ability for people with reasonably powerful but not insane home computers.

embedding-shape a day ago | parent | next [-]

> the 122B version of 3.5

Yeah, this is what I'm holding out for, the NVFP4 variant of 3.5 122B is blazing fast with reasonable quality and even with max context fits perfectly within 96GB.

nsbk a day ago | parent [-]

Sweet. Are you running a Mac Studio Ultra or 4x3090?

embedding-shape a day ago | parent [-]

Simpler (and faster): a single RTX Pro 6000 :)

androiddrew a day ago | parent | next [-]

Curious, do you find the 3.5 120B sized MoE works better than the dense 3.6 27B?

embedding-shape a day ago | parent [-]

Yeah, Qwen3.5-122B-A10B-NVFP4 produces better responses than Qwen3.6-27B-NVFP4 (both from unsloth), but I'm mostly using them for programming in various ways, mostly Rust, Clojure, Python and JavaScript, and some translations tasks, but not much more than that, so YMMV.

Edit: as a concrete example, I'm working on a "optimization framework via agent harness" right now, Qwen3.6-27B-NVFP4 is often unable to actually complete the optimization within 100 turns, while Qwen3.5-122B-A10B-NVFP4 has no issues finishing within ~50 turns or so.

3abiton a day ago | parent | next [-]

> Yeah, Qwen3.5-122B-A10B-NVFP4 produces better responses than Qwen3.6-27B-NVFP4 (both from unsloth), but I'm mostly using them for programming in various ways, mostly Rust, Clojure, Python and JavaScript, and some translations tasks, but not much more than that, so YMMV. > > Edit: as a concrete example, I'm working on a "optimization framework via agent harness" right now, Qwen3.6-27B-NVFP4 is often unable to actually complete the optimization within 100 turns, while Qwen3.5-122B-A10B-NVFP4 has no issues finishing within ~50 turns or so.

But why are you using Qwen3.6-27B-NVFP4 compared to the FP8 or full version? In my experience the Q8 of 27B is on par sometimes better than 122B. I am experiemnting witb higher quants for 122B to fit on my Strix Halo, but still, the difference honestly for my workflow is not that much. I just wish they released 3.6-122B version.

nicman23 12 hours ago | parent | prev [-]

dense small models do not like quantization. i find 27b fp8 to be smarter albeit less knowledgable versus the 122B

nsbk a day ago | parent | prev [-]

Hahaha well played! Hat tip

pettijohn a day ago | parent | prev | next [-]

SO MUCH THIS. I have Strix Halo with 128GB RAM and was a large and fast model like 122B A10B. Here's hoping!

cmrdporcupine a day ago | parent | prev | next [-]

Absolutely. There's a glaring gap in the space for something about the size of Nemotron Super or just under, but actually ... competent.

The fantasy is a 100B or 80B model, but MoE and highly tuned for coding.

nsbk a day ago | parent | prev [-]

Indeed! That would be the sweet spot for my 2x3090 rig

zer0gravity a day ago | parent | prev | next [-]

This seems more of a battle for frontier AI supremacy. I'm afraid that small capable models have been left in the dust. Big labs don't really want to hand over the golden eggs goose to the end user. Possibly the hardware vendors(e.g. Nvidia) may want to play in that area as well, to pull money from all parties.

ryukoposting a day ago | parent | next [-]

> I'm afraid that small capable models have been left in the dust

I wholly disagree. Rather than going the "everything is a claude code skill" route, I've been hacking together purpose-built harnesses for all sorts of tasks, and in that environment a wee little baby model can do some really useful things. You end up burning lots of tokens making the thing, but then all that investment comes back when the resulting tool works perfectly fine on a dinky little model that fits on my 3060 Ti.

akazantsev a day ago | parent | prev | next [-]

Google makes Gemma 4 31B QAT; that's not a small lab. It's one of the better models out there for consumer hardware. Allows me to run it on a 7900XTX with 64k context.

vitalyan8184 a day ago | parent | prev | next [-]

nvidia and amd don't give a flying fuck about end users right now while they can milk triple digit markups from infinite money VCs via data center GPUs.

cyanydeez a day ago | parent | prev [-]

someone will keep putting out consumer level models. Once you have the larger models, you can derive the smaller onces.

Europe will definitely be interested in democratizing these things if China starts losing interests; from there, there'll be more countries looking to keep their citizens entrained in their own Country's infrastructure.

It'll especially be true if the memory cartel keeps prices high and NVIDIA tries to gouge higher memory models.

It's an arms race everyone can join because PC hardware was mostly democratized in the last decade.

worldsavior a day ago | parent | prev | next [-]

That's a 2.4T model, how would they reduce this to 35B and still give some accuracy? That's a completely different arch.

cyanydeez a day ago | parent [-]

there's been a lot of research about reducing models by taking out layers; there's also using it to train smaller models by optimizing parameters.

I dont see most model building as anything more than a pig at a slop troth, despite the level of sophistication; they're still rarely pruning the input beyond random sampling.

psychoslave a day ago | parent | prev | next [-]

What hardware do you have?

nsbk a day ago | parent [-]

I run a 2x 3090 rig, but a single 3090 already provides a great experience at a reasonable quant and context size. On a single card I used to run Qwen_Qwen3.6-27B-Q4_K_M or similarly quantized 35B MoE at 65536 context size

xiconfjs 11 hours ago | parent [-]

you should look into https://github.com/noonghunna/club-3090

nsagent a day ago | parent | prev [-]

[flagged]