Qwen3.8-Flash-Next

qwen.ai

543 points by tosh 8 hours ago


lnenad - 7 hours ago

Adding to my homelab stack, hopefully it doesn't overthink like the little model. Actually, hoping it thinks a bit less. Wait actually I'm really praying it reasons a bit more directly. But wait, I'm really sure that it must be a bit better.

simonw - 4 hours ago

I ran some pelicans at the four different reasoning levels (none, low, medium, xhigh - apparently high and xhigh are aliases of each other) on a DGX Spark using Unsloth's unsloth/Qwen3.8-Flash-Next-GGUF (UD-IQ1_S):

https://tools.simonwillison.net/markdown-svg-renderer#url=ht...

Surprised I didn't get one I liked as much as the Qwen 3.8 27B one https://simonwillison.net/2026/Aug/16/qwen-38-27b/#the-defau... , maybe because of quantization.

rohansood15 - 7 hours ago

Didn't expect it to beat 3.8 27B so cleanly.

Opus 4.6 Max self-hosted at 30 tok/s on a 5k Macbook in Aug 2026. The LLM timelines are crazy.

andy99 - 6 hours ago

> Qwen3.8-Flash-Next features a 125B-parameter main model, supplemented by an additional 51B N-gram embeddings, with 6B parameters activated per token.

Didn’t see this mentioned yet. I wonder what this means for the effective size. It’s evidently ~176B paramètres, but how does that get quantized. A 4-bit quant under 100GB seems unlikely, I’m suspecting this won’t run in 128GB unified memory

In principle I like the idea of trading more memory for compute though, even if there’s a memory shortage right now

tosh - 7 hours ago

this is a new architecture (foreshadowing qwen 4)

> trained at just 1/9 the cost of Qwen3.7-Plus, while outperforming it across the board

https://x.com/Alibaba_Qwen/status/2092591393424515114

schopra909 - 5 hours ago

Can someone explain the intuition behind the en-gram idea? I know DeepSeek published a paper about it a few months ago and the Gemma models have a lightweight version of it; but it hasn’t clicked for me yet

a_humean - 7 hours ago

Waiting for llama.cpp support to land, but this might be a big deal for Strix Halo users.

6B active params helps around the memory bandwidth constraints, but a 128GB box can probably run the Q3/Q4 quants fairly easily with a decent context size. This might actually be better for strix users than 27B, which was already very good.

xlayn - 2 hours ago

For the impatient, I merged llama.cpp tentative branches to get it running here https://github.com/alainnothere/llama.cpp/tree/disk-cache-ev..., thing runs at 23.54 token/sec and my setup runs at high 30 the 3.8 dense 27B.

and this is the pelican from the iq4_xs model https://github.com/alainnothere/llama.cpp/blob/disk-cache-ev...

pram - 7 hours ago

It's in Unsloth Desktop already. Looks like it's 73GB, so 128GB Mac or Strix Halo etc will work. Exciting!

respectattentio - 2 hours ago

I can't imagine the future any more. US companies playing it safe and control models releases. Chinese companies are just like open source everything.

It's like Chinese are incentivized to open source from day one (years ago). While most US companies are deciding in realtime.

It's crazy that we need both to survive and advance further in the future we have never imagined.

hedgehog - 2 hours ago

In initial testing on Ryzen 395 / Strix Halo it's about 22 tokens/s generation and the output quality is impressive. Better and faster than 3.8 27B, and enough better to justify moving away from 3.6 35B even though 35B is still faster. The Unsloth weights don't come with vision support but you can add that back yourself. llama.cpp recipe in case anyone else wants to save some time on setup: https://pastebin.com/fcqsbDTv

- 4 hours ago
[deleted]
- 13 minutes ago
[deleted]
freakynit - 8 hours ago

Those benchmarks look seriously impressive.. considering how small of a MoE model this is.

tristor - 28 minutes ago

Looks like it errors out in LM Studio using the Unsloth quants, apparently the Unsloth team has already posted patches for llama.cpp to support this.

armcat - 7 hours ago

How is input token efficiency/verbosity on this model? Has anyone tried? GLM 5.2 was doing lot of turns and thinking piling up input tokens in the context (compared to Claude and GPT models). Then Qwen3.8-27B was 2x of that. Both delivered good output results but those cumulative input token costs were not cheap. Note this is on our specific business workloads. Genuinely interested in other people's experience (if you are able to try it out).

garo-pro - 6 hours ago

Interestingly they also share the parameter count for Qwen 3.7 Plus (397 b a17b). I don't think these were known before but I might be wrong.

jedisct1 - 32 minutes ago

MLX quants for Apple M5 with 128 GiB RAM: https://huggingface.co/jedisct1/Qwen3.8-Flash-Next-oQ4e-128k

martinald - 7 hours ago

FYI: nothing seems to be able to run this (easily) yet. llama.cpp, vllm etc I couldn't get working because of no support in the mainline version.

anon373839 - 6 hours ago

Does anyone have an idea how this might perform on a DGX Spark at longer contexts? I've been trying to investigate their performance with these medium-sized MoE models, but I'm seeing a lot of incomplete and conflicting information. The 273 GB/s bandwidth looks awfully bad on paper...

amclennon - 7 hours ago

It looks like this also undercuts the already absurdly inexpensive Deepseek Flash in pricing. Wild.

Roark66 - 5 hours ago

Unsloth doesn't have all quant versions yet :-(

whwhyb - 8 hours ago

looks like it's better than deepseek v4 flash

railka - 6 hours ago

Also announced GLM-5.3-Flash: https://news.ycombinator.com/item?id=49449507

cmrdporcupine - an hour ago

If you have a DGX Spark, try my Spark/SM12x specific inference engine.

I've got it (Qwen 3.8 flash next) working (sans ... MTP working on that now).

https://github.com/rdaum/eider/

~80tok/sec prefill, 12tok/sec decode, ~80GiB memory resident, the n-gram table pages from SSD.

andai - 7 hours ago

Father, I cannot scroll the website.

lucabytheway - 6 hours ago

very interesting. new architectures is the most interesting type of news. after what i experienced when gpt-oss came out i have been on the look out for architectural approaches that improves efficiency.

Imustaskforhelp - 7 hours ago

Pelican: https://gist.github.com/SerJaimeLannister/8fdef9c00175da0ca6...

Aside from the pelican, I am sort of impressed by the fact that things are going the way in terms of really impressive small models.

Also I love how this uses N-gram embedding. I think that Longcat was the first one who used it (I submitted that submission on hackernews because I really just loved the idea of it that I understood), I am certainly more interested in local LLM models and its interesting how they are utilizing new architectures to do some really impressive optimizations!

(Do note that I created it using a free rate limited end-point that I found on the huggingface space section: https://victor-chat-with-qwen3-8-flash-next.hf.space)

loclol101 - 7 hours ago

Definitely need to try this out locally.

KolmogorovComp - 7 hours ago

Will this be cheaper than DS4flash ?

christkv - 7 hours ago

Looks like a good model for strix halo

NooneAtAll3 - 7 hours ago

what's the deal with absent scrollbar on the website?

stefan_ - 4 hours ago

I think these "Flash" models are sort of an evolutionary dead end. Sure, there are some routine tasks and applications where they can be used. But for the actual novel development work? It's much better to run a big model at high power for 30 mins than watch the Flash model struggle for 2 hours and produce massive churn.

Same reason your phone has a few big CPU cores for real work, it's much better to "race to idle" than have an "efficient" core struggle. Shitty experience, shitty power efficiency.

axegon_ - 6 hours ago

Aaaaaaaaaaaaaand dario meltdown on twitter in 3, 2, 1...

khangtong988 - 6 hours ago

Yoh yoh I like It

myshapeprotocol - 7 hours ago

[dead]

skarz - 8 hours ago

do we really need breaking news about qwen posted every single day?