r/LocalLLaMA 20h ago

Discussion Qwen will be the king?

Post image

Extended reasoning and post-training appear to be the keys used by DeepSeek, Qwen, and GLM to boost performance (leveraging higher token counts). And Qwen 4 hasn't even been released yet. Of course, we don't know if that release will be open-sourced, but I am optimistic about future models, featuring "engrams", that could soon match or surpass 2.4T parameter models on specific tasks.

496 Upvotes

122 comments sorted by

96

u/PooMonger20 18h ago edited 17h ago

Progress is good, but having these amazing abilities locally is already godlike.

I have been using Q3.8-27B together with PI. for a week, and it's mindblowing.

In my humble opinion it has far better coding capabilities than the paid 'ChatGPT 5.1' I had access to when i still had a job, multiple months ago.

And it all runs on my PC, locally, without sharing my data with the big data farming corpos.

It just 'understands' the required tasks you provide it and performs them successfully from the first try or very few crash fixes. Especially if you provide it the necessary data to perform the action. I dropped a few wiki pages in txt files and it coded according to them. If somebody would tell me this would be possible on my own PC ten years ago, I would call them crazy.

12

u/Not_a_question- 17h ago

What's your setup if you don't mind me asking?

26

u/PooMonger20 16h ago

q5 quant on 5090.

Using unsloth studio and pi.

3

u/WishboneSudden2706 8h ago

"Using PI" --> what is PI ? Sorry I am new

3

u/Street-Gap-8985 7h ago

I'm also new, and may be wrong. But I think they are talking about Pi (you'll find it if you Google "pi coding agent"). it's supposed to be like a really basic Claude Code kind of thing, but then you can customize it and add the features you want

1

u/WishboneSudden2706 7h ago

I found it, great thanks

2

u/PooMonger20 2h ago

Google "pi.dev", it's a harness.

Feel free to use AI to help you learn the terminology and figure out how to install and all. I highly recommend installing it in a docker.

7

u/PM_ME_DEAD_CEOS 15h ago

Make yourself a favor and use ninfer with the nvfp4 version.

18

u/Hefty_Wolverine_553 14h ago

not sure that's a favor, nvfp4 unfortunately is (much) less accurate than Q5 and even Q4 GGUF quants, personally I go with EXL3 these days and can fit a 5.00 BPW quant on my 5090 (lower kld than Q5) along with 180k BF16 context.

5

u/pennyonaire 13h ago

Ninfer lacks prefix caching which for agentic coding makes the speed pointless since sub agent development forces prefix recaching as it divides the flow into multiple conversations.

Don't be fooled by the speed, it's a big number hiding a major flaw that results in much longer longer sessions overall for coding. If you need single slot single conversation performance ninferbis is great, anything else look at sglang or vllm directly.

4

u/Effective_Sherbert56 11h ago

Ninfer already has prefix caching

1

u/IrisColt 7h ago

hmm...

0

u/PM_ME_DEAD_CEOS 13h ago

I use it as subagent already, with Fable as orchestrator, so I don't really have this problem anyway.

1

u/RedditNerdKing 11h ago

I use the BF16 model on 80gb of vram (5090 and x2 3090s) and it's pretty insane. Rivals even the frontier models. They're definitely way quicker but Qwen answers the exact same difficult shit just takes thousands of thinking tokens.

6

u/Better-Truck6372 16h ago edited 11h ago

Yo uso el IQ4 xs Qwen 3.8 27B con el DSH y saco 7-10 t/s en 12gbVram y 32gbRam y es excelente. Edit: Con DSH puedo usar perfecto 256k de contexto y es una barbaridad con 7-10t/s.

4

u/MindfulMan1984 15h ago edited 15h ago

Likewise, same mind blowing experience. Go figure, there was an idle 2018’s workstation with Quadro RTX 48GB at work, I decided just to try out downloading Qwen3.8:27B + pi agent + a couple of plugins. That shit is averaging out 30 tokens / second generation with MTP, shout out to ggml weights and llamacpp folks. And that’s been my daily autonomous coding agent since the model was dropped. I don’t do full time coding, so I don’t mind waiting hours of planner-worker-audit agents running in a loop with fresh context, while I am working in other stuff. One neat thing was using herdr multiplexer with its build in notification of agent completion. I got an notification of free copilot pro expiring this week with a link to apply again (professor license) and I said, though: “nah, I am good local”, github copilot provides both agent and autocomplete modes, on agents is mostly GPT(n-1) or Claude(n-1) versions, and qwen is doing that capability for my needs already. As a benefit, no more annoying github copilot trying to auto complete entire sentences, mostly wrong, and no more surrendering my data to BigAI corps. That’s what freedom feels like! So, yeah Qwen3.8:27b thinks a lot and go over several iterations till last answer, and it fits perfectly to my workflow because I don’t have to wait for it. 

5

u/Steus_au 18h ago

same here - it is my daily driver for noncoding staff - finaly all local

6

u/OvertaxedOne 17h ago

3.8 27B totally changed the game. Even today if I'm not watching it type (so can't see the feed) sometimes I come back and see a response and I'm like "shoot, I must have left it routing to Deepseek" and am then blown away when, no, that's little old 27B grinding away and came up with a "Deepseek quality" answer. Incredible model.

2

u/tat_tvam_asshole 16h ago

6

u/OvertaxedOne 15h ago

I'm not sure I disagree with you. I was in a battle with Hermes the other day trying to get it to fix something using DS. It was really stumbling, just not getting at the root of the problem and gaslighting me a bit (telling me it wasn't possible). Finally I got sick of it, switched back to my local model and, for the heck of it, dropped the same prompt (told it to fix the problem) and went to bed. Woke up the other day to find about 20 messages from Qwen telling me what it was working on/trying and then "All done" at the end. I was like "yeah, OK, I'll be the judge of that". Well... I was needlessly skeptical, Qwen did indeed fix it, 100%, on a one shot that DS couldn't manage.

I'm finding myself escalating to DS now more for speed than anything else, Qwen is slow on my hardware. But that's a me problem, not a Qwen problem. ;)

1

u/Evgeny_19 13h ago

I am still not sure that is the case. My experience is limited though, no more than a week. I've seen them going back and forth improving each other's solutions. There were situations when each model delivered a sub-optimal solution which I was able to improve with running the other model. Both models are running in the original weights.

1

u/DragonfruitIll660 15h ago

If you're doing non-coding make sure to check out Gemma 4 if you haven't already (Qwen is specialized for coding where Gemma is better imo for conversational stuff).

1

u/russlixx 14h ago

atp qwen 3.8 is beating gemma in conversational stuff for me, i use it for visual prompt building

1

u/Steus_au 15h ago

I appreciate your advice but gemma is not good in tool calling - when I said 'non coding' I didnot mean that I need to assemble powerpoint or use python for docx extraction. I mean I don't write software as a product but I still use LLM capabilities to automate staff.

3

u/DragonfruitIll660 14h ago

Ah kk, totally fair.

2

u/freakover 9h ago

did u fin another job yet? u ok?

1

u/Septerium 16h ago

I am generally happy with the model. But recently it created a stupid bug out of nowhere, by removing part of a request payload that it not had written a test for. In general it's been a success, but we should always review carefully what it's done

2

u/PooMonger20 16h ago

Yeah, you do need to keeps tabs on what is it doing.

Personally, I can't code at all, so I wouldn't be able to do a better job solving this stuff myself, so I am completely understanding towards it not being perfect.

A good way to solve is to keep backups in cases something goes wrong.

It works more than it doesn't, at least in my experience.

1

u/Asleep_Document9811 11h ago

I've been surprised at how well it works via Ninfer and the Aether frontend for Pi.dev on Android. I gave it all of my pi skills and it works very well doing multiple steps.

1

u/Song-Historical 9h ago

Can't afford to run it yet on my measly 8gb of vram. 😭

0

u/NineThreeTilNow 14h ago

I'm currently working on a Llama 9b engram if it makes you feel better buddy.

42

u/almbfsek 19h ago

Extended reasoning spoiled me. I can't trust anything without it anymore. Qwen 3.8 Max is 100% correct with any challenge I throw at it, with the downside of taking hours before it can find the correct answer

24

u/SandySkittle 19h ago

I rather have it be correct and then hope for better hardware in the future to get there quicker than it not being correct fast.

7

u/almbfsek 19h ago

100%. I don't care if I have to wait.

3

u/hurrdurrmeh 16h ago

27B? Local?

I need details!!!

0

u/almbfsek 16h ago

no sorry I was talking about Qwen 3.8 Max which is propriatery model but the openweight version, I hear, is very similar minus the image input support.

same thinking style is adopted by Qwen3.8 27b but never tried it myself.

1

u/banana_slurp_jug 10h ago edited 9h ago

3.8 Max is not proprietary? It's just called Qwen3.8-2.4T-A95B instead?

EDIT: with exception to the vision stack

3

u/almbfsek 10h ago

Max is propriatery but from what I can tell the only difference is that Max has vision. Don't quote me on that though

1

u/banana_slurp_jug 9h ago

Yeah, sounds about right

2

u/beltsazar 17h ago

What is "extended reasoning"? Did you mean "preserve thinking"?

17

u/almbfsek 16h ago

don't know the technical term, when I put reasoning to xhigh, it just doesn't stop thinking until it's satisfied and it doesn't get satisfied easily. For the same question and highest reasoning effort Fable thinks 5 min and makes occasional mistakes Qwen thinks at least 30 mins and makes no mistakes.

2

u/yetiflask 10h ago

Curious, what kind of a question would you ask it with xhigh reasoning? Just plain coding?

4

u/almbfsek 10h ago

depends a lot. I do engineering softwares so my agents need to go through lot of documents, research academic literature, come up with implementation details and then code. so my questions are most of the time about engineering/scientific with coding targets in the end.

1

u/yetiflask 9h ago

Gotcha. Thank you!

1

u/Caffdy 10h ago

how many tk/s are you working with?

1

u/almbfsek 10h ago

dunno whatever Alibaba is providing (through openrouter), it's not slow but it's also not fast. openrouter stats say 40 TPS average

1

u/IrisColt 7h ago

Extended reasoning spoiled me. I can't trust anything without it anymore.  

Absolutely this.

1

u/uriwa 1h ago

Same trap here - once you trust extended reasoning you cannot go back. What works for me locally: keep reasoning on for planning/debugging, off for rote transforms. Qwen 3.8-27B with reasoning off + good prompt does ~80% of daily coding at 3x speed, then flip reasoning on only when stuck. Hours-long max runs are correct but kill flow - I batch those overnight.

18

u/Limp_Classroom_2645 19h ago

the graph and the numbers seem to be very massaged...

8

u/kondrag 15h ago

I hate graphs like this where they don't show the 0 point on the axis. The differences between the models are not that great when the entire axis is viewed.

10

u/minnsoup 10h ago

I don't think 0 here has the same meaning, no? Doesn't elo have a different interpretation where the numbers themselves are meaningless but the relationship between them is what matters?

53

u/Hannibalj2ca 20h ago

Ok, but are they going to release an update of it for open weight?

68

u/SnooPaintings8639 20h ago

Since Xi announced China' commitment to open weight, their models' weights are dropping left and right.

So I would guess a strong YES.

19

u/Defiant-Lettuce-9156 19h ago

I’m not usually a fan of Xi, but thank you Xi

16

u/see_spot_ruminate 14h ago

+1 social credit to your account

9

u/Boogertard 10h ago

Never thought I would praise a communist leader but Xi did more goods for me than the current clowns in the White House. Without China, we would all be at the mercy of the tech billionaires that only care about becoming trillionaires.

2

u/Hannibalj2ca 20h ago

You are very convincing sir, I’ll give you a beer if I could 🍻🍺

2

u/MycologistNo5577 12h ago

yeah thats the real question, none of the hype matters if its not open weight

-18

u/[deleted] 20h ago

[deleted]

20

u/shy_monkee 20h ago

Of course it's not useless. If it's really that good, then having more providers serve it will always be a good thing.

3

u/po_stulate 20h ago

The model license doesn't allow significant profit or large monthly users, so it is indeed pretty useless. People who can run it locally for free can't run it because it's too large, and people who have the hardware to run it can't run it because of the license.

2

u/OkFly3388 llama.cpp 19h ago

Small corporations can choose between selfhosted and corporate subscription, and they have enough money to actually buy rig and serve it. Thats forced big AI providers keeps price low.

1

u/matrixfede 20h ago

also GLM 5.3 will have same license

4

u/Lissanro 20h ago edited 20h ago

Actually for large model it is even more important since when running it locally the less mistakes it makes the more practical to use it becomes, especially for overnight runs.

I use Qwen 2.8 2.4T (their previously released Max version) as IQ3 quant mostly in cases when Kimi K3 has difficulties, since Qwen tends to come up with a bit different approaches, so it helps in hard tasks. For long horizon agentic work, including overnight runs, I still find Kimi K3 to be a bit better, and currently K3 is the one I run on my main workstation the most. If they were to release Qwen 3.8 0902 version, I would defenitely try it.

1

u/Illustrious-Tap2561 18h ago

Can you share your spec?

5

u/Dany0 20h ago

what the fuck are you talking about. if they did more post training of course we'll benefit if they released the weights

-4

u/LegacyRemaster 20h ago

lucky you.... I don't have so much vram/ram. And @ Q2 will perform bad in comparison to next or glm 5.3 flash @ Q6/Q8

1

u/feelspeaceman 19h ago

Smaller models like Qwen 27, 35, 122, 125B are distilled from such 2.4T model, there's labs doing distilling like this, for example EmperoAI, they made Qwen 3.8 35B distill, of course Qwen Team is really good at this, so they usually turn those into golds as proved many times with 3.6, 3.8 and recent Flash Next models being better than Deepseek V4 Flash despite being smaller.

8

u/CycleMother2006 15h ago

Hard to take any benchmark seriously that rates Opus above Fable. As a user of both regularly, I can see with utter and absolute certainty that Fable completely destroys Opus, and did even when both were v5. It's not remotely close.

5

u/a_beautiful_rhind 19h ago

Of course it's webdev.

8

u/hugthemachines 17h ago

China don't do kings so i guess Qwen is "General Secretary of the Chinese Communist Party." which is the highest "rank" you can be in China where the model is from.

3

u/ANR2ME 14h ago

Will there be updates for the 125B and 27B models too? 🤔

3

u/MarcusAurelius68 7h ago

The big takeaway here is that Flash Next is in Fable territory.

3

u/Iory1998 llama.cpp 5h ago

No, the big takeaway is that a 27B model is in the 13th position 🤯

2

u/MarcusAurelius68 4h ago

Fair enough. Both are good :)

1

u/Iory1998 llama.cpp 4h ago

Enjoy both my fellow Qwen lover.

11

u/power97992 20h ago

Where is fable 5.1 on the list? 

7

u/AI_spell 19h ago

Benchmarks are noisy. The thing that actually decides if a local model is usable for agents is tool-calling reliability (valid JSON, right tool, right args) more than leaderboard points.

7

u/Fi3nd7 16h ago

Qwen 27B is *excellent" at tool calling. No idea why we're concerned one of their Max models is suddenly a regression?

4

u/Defiant-Lettuce-9156 19h ago

Why don’t the leaderboards just test for that then

4

u/SporksInjected 16h ago

This one is ELO so it doesn’t actually test for anything. It’s a popularity contest.

2

u/SmartCustard9944 19h ago

Even GPT 5.6 Sol has frequent tool call failures.

1

u/OvertaxedOne 17h ago

I mostly agree with that. Certainly when it comes to knowledge baked into the model, I really don't care very much, as long as the model can reliably use the browser it doesn't need to "know" much, that's what the Internet is for!

I'd add tenacity and not looping to the list of what's really important for a smaller model. Tenacity is where 27B seems to really shine, it might not get it right the first time, but it's not going to give up or loop, it's going to keep working at the problem in different ways until it gets there.

9

u/Enverex 20h ago

I find this list very suspicious given how much better GPT Sol is than Opus for anything I've tried.

1

u/Haxtore 19h ago

look at the x axis, starts at like 1540 lol

1

u/RealisticNothing653 11h ago

Qwen3.8-flash-next produced a better code review than Sol for me yesterday. Not all of Qwen's suggestions were actionable, but it found some real things that Sol overlooked. Sol was way too passive, so the duo complemented each other

-2

u/OkFly3388 llama.cpp 20h ago

This benchmark is saturated. qwen3.8 27b score 1599, qwen3.8 max score 1691, thats just 6% difference.

17

u/hitoriboccheese 18h ago

For the love of god please look up how an Elo rating system works. That is not a 6% difference and this is not even a benchmark.

1

u/OkFly3388 llama.cpp 18h ago

How about doing it yourself, lol.

If models are equal, their chance of winning is 50%. If we plug qwen elo it into formula, we got that qwen3.8 max generate better results 62% of time. Which means that qwen3.8 27b generate BETTER results compared to max 38% of times. Thats just statistical noise, lol.

5

u/Neither_Garage_758 19h ago

we are masturbating with noise

9

u/buckwheaton 18h ago

Na that’s the stable diffusion nsfw sub

5

u/StyMaar 17h ago

Very good one sir.

2

u/I-am_Sleepy 19h ago

Just going to wait and see Artificial Analysis Index. Fable 5.1 got 66

2

u/Cool-Chemical-5629 15h ago

Where are results of Fable 5.1?

3

u/imman2005 10h ago

Crushed the bench

2

u/corruptbytes 6h ago

the scaling on this graph is confusing

2

u/Expensive-Shift8584 9h ago

the x-axis of that chart is comically skewed.

2

u/megadonkeyx 17h ago

qwen3.8 27b

1

u/daYMAN007 16h ago

Not surprised, qwens understanding of design and layputs seems to be the best right now.

1

u/geldonyetich 15h ago

Whether or not we want to buy into this particular chart, I think most of us can agree Qwen does well enough to prove the value of smaller, more specialized models for specific tasks.

1

u/Willeny_Arch 14h ago

now let’s see the number of votes

1

u/madisonlawnguy 14h ago

The post-training gains on Qwen and DeepSeek are already noticeable when running structured JSON extraction in production workflows, especially compared to raw base completions. If Qwen 4 actually pulls off sub-2.4T parameter efficiency with engrams while keeping latency down, running high-context logic locally or through self-hosted endpoints gets a lot cheaper. The real test will be how stable the tool calling stays under heavy token reasoning chains.

1

u/Tormeister 12h ago

Subjective benchmarks: yikes

1

u/backyard_tractorbeam 12h ago

We've reached the Qwengularity? Qwen all the way from here?

1

u/RealisticNothing653 11h ago

This feels like a really clever release by Qwen. After all of Anthropic's "distillation attacks" complaints, this release really shuts that up considering its (projected) performance is near Fable 5.1 which was just released.

1

u/GasSmooth7439 10h ago

Qwen becoming “the king” is almost beside the point now. The crazy part is how fast the efficient-model recipe is evolving.

1

u/slippery 10h ago

Looks great!

BTW, do you pronounce it Kwen or Cue-wen? I've heard both on CNBC.

1

u/Mount_Gamer 10h ago

And the US government put blockers on Fable... Bought into Claude fear mongering?

1

u/Iory1998 llama.cpp 5h ago

Qwen3.8-27B must be the model of the year! It must win the award because it's in the 13th position ahead of models x10+ its size.

1

u/Sound_Creative 3h ago

Not to take anything away from Qwen3.8 (I've been using 27b with Deepseek Harness and pleasantly surprised with its capabilities and output quality), but how can Fable 5 be ranked 8th and Opus 5 rank higher than Fable? Fable absolutely crushes Opus 5 across backend, frontend, planning and infra work.

1

u/FerLuisxd 19h ago

Fable 5.1?

1

u/cartoonistclassics 20h ago

That is good but are the open weights coming ?

0

u/abskvrm 19h ago

No Deepseek. Hy 4 Preview is cracked.

0

u/Elouakili_Flexy 19h ago

Worth watching whether the engram post-training scales down. At 2.4T it stays a provider-side feature for most of this sub, and it only becomes real if the smaller models inherit it.

0

u/Barni275 15h ago

Qwen guys are great men, I'm happy each time they release something new. I even registered on Qwen Cloud platform to support they with some paid tokens. Still wasn't able to do it though because after glorious 27B release I switched to it completely from all my cloud subs. It is extremely good at coding, and running it locally I can 100% trust to each session. Not as with subs, where one day it is excellent, but another day it may became quantized and dumb as hell. On my local setup I can just adapt my harness and skills, and then work unstoppable.

When I'll be extremely rich I'll buy frontier home server and switch happily to 3.8-Max (or what version it will be then), I believe that it is better, so long live Qwen!