Qwen3.8-Flash-Next

657 points - yesterday at 12:52 PM

Source

Comments

monster_truck today at 3:33 AM
I'm really impressed. Gave QwenCloud $18, handed 3.8-flash a few big forks of a lot of code, it did some archeology and made a clean merge. Then it used the project's tools to bisect a regression and fix it.

Was not expecting it to just get that right without any fuss, and it barely used 10% of this weekly limit. Something like 90M cached in/400k out for $0.45 is wild

andy99 yesterday at 2:12 PM
> 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

simonw yesterday at 5:10 PM
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.

schopra909 yesterday at 3:57 PM
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
rohansood15 yesterday at 1:14 PM
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.

tosh yesterday at 1:14 PM
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

a_humean yesterday at 1:45 PM
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.

pram yesterday at 1:31 PM
It's in Unsloth Desktop already. Looks like it's 73GB, so 128GB Mac or Strix Halo etc will work. Exciting!
lnenad yesterday at 1:30 PM
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.
respectattentio yesterday at 6:13 PM
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.

armcat yesterday at 1:40 PM
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).
xlayn yesterday at 7:06 PM
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...

freakynit yesterday at 1:08 PM
Those benchmarks look seriously impressive.. considering how small of a MoE model this is.
deleted yesterday at 5:08 PM
hedgehog yesterday at 6:56 PM
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
amclennon yesterday at 1:30 PM
It looks like this also undercuts the already absurdly inexpensive Deepseek Flash in pricing. Wild.
potus_kushner yesterday at 10:31 PM
at first this looked like something one could run on CPU with 64GB RAM with a 2-3 bit quant, at possibly half the speed of 3.6 35B-A3B, however the 50B ngram sidecar makes it impossible. and oddly, unsloth's page lists the ngrams as 50GB even though they say it's in 4 bits. should be 25GB according to my math. anyway, the new ngram architecture makes it pretty much unusable for regular folks who cant afford more than 32-64 GB ram in this RAMocalypse.
garo-pro yesterday at 2:15 PM
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.
martinald yesterday at 1:30 PM
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 yesterday at 2:15 PM
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...
whwhyb yesterday at 1:04 PM
looks like it's better than deepseek v4 flash
railka yesterday at 2:17 PM
Also announced GLM-5.3-Flash: https://news.ycombinator.com/item?id=49449507
Roark66 yesterday at 3:29 PM
Unsloth doesn't have all quant versions yet :-(
andai yesterday at 1:57 PM
Father, I cannot scroll the website.
lucabytheway yesterday at 2:37 PM
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 yesterday at 1:55 PM
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)

cmrdporcupine yesterday at 7:23 PM
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.

loclol101 yesterday at 2:02 PM
Definitely need to try this out locally.
KolmogorovComp yesterday at 1:36 PM
Will this be cheaper than DS4flash ?
christkv yesterday at 1:13 PM
Looks like a good model for strix halo
NooneAtAll3 yesterday at 2:08 PM
what's the deal with absent scrollbar on the website?
deleted yesterday at 8:27 PM
tristor yesterday at 8:12 PM
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.
jedisct1 yesterday at 8:09 PM
MLX quants for Apple M5 with 128 GiB RAM: https://huggingface.co/jedisct1/Qwen3.8-Flash-Next-oQ4e-128k
stefan_ yesterday at 4:39 PM
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_ yesterday at 2:19 PM
Aaaaaaaaaaaaaand dario meltdown on twitter in 3, 2, 1...
khangtong988 yesterday at 2:31 PM
Yoh yoh I like It
postal6666 today at 2:33 AM
[dead]
myshapeprotocol yesterday at 2:03 PM
[dead]
skarz yesterday at 1:08 PM
do we really need breaking news about qwen posted every single day?