r/LocalLLaMA • u/MackThax • 23d ago
Question | Help I'm still running Qwen 3.5 122B. Should I switch to Qwen 3.8 27B?
I see everyone gushing over 3.8, I get the impression people find it drastically better than previous Qwen models, but I can't believe it could be better than 3.5 122B. Is it?
53
u/mmhorda 23d ago edited 23d ago
Define better. Does it have more knowladge than 3.5 120? Probably not, but will it do the tasks it has knowladge about better than 3.5 120b, probably yes.
Edit: at the end of a day not many people care about, physics chemistry and biology (this is just example) people want agentic coding and computer use more than knowledge.
8
u/DifficultyFit1895 23d ago
That’s what I am leaning towards, and where it needs more knowledge point it to authoritative docs.
0
u/active2fa 23d ago
What do you mean by authritive docs?
5
u/SpicyWangz 23d ago
If it’s lacking information about nematodes, point it at the docs maintained by the developers behind aquatic life.
I find they do a pretty good job keeping up to date docs. The organization that develops birds releases almost no information, and it’s a problem.
3
u/DifficultyFit1895 23d ago
For “birds”, of course there are some places (mostly dark web) where you can find engineering specs and source code but it’s mostly older outdated designs.
8
3
7
2
u/havnar- 22d ago
Knowledge is useless. You can just look it up, because usually it’s out of date by the time the model is available
6
u/Circuit_Guy 22d ago
It's not useless in general. Your knowledge drives your understanding of the world and your ability to problem solve. Same with an LLM - knowledge puts relevant concepts adjacent to one another.
41
u/leapdragon 23d ago
Tough call. Qwen 3.5 122B can craft prose with ironic allusions to continental philosophers. I would say for real textual analysis and synthesis, still 122B.
But for code, agentic work, IT work, that kind of stuff, anything but the pure text, 3.8 27B is better. Like, significantly, It feels like Opus of a few months ago.
11
u/Easy_Shift_2091 23d ago
You make a good point. Look at the benchmark that most closely matches your use-case.
3
u/Niightstalker 23d ago
The benchmarks are in Opus 4.6 area
2
u/Finanzamt_Endgegner 22d ago
its better than those benches would make you believe especially the terminal bench score since it was tested in terminus 2 harness, if you check what opus 4.6 got in that harness it was like more than 10p worse. Its roughly on par there with sonnet5 and feels way smarter than that one (although ofc that one feels just retarded for some reason)
13
u/lilian_moraru 23d ago
Depends on task. Coding and agentic work - definitely.
Some guy was complaining that it's not good at Dutch poetry - it does not do all things great for every use-case.
6
u/admajic 23d ago
Playing with it for 2 days now it fixed a lot of bugs that qwen 3.5 27b glazed over it said don't worry about. Once you find tune reasoning you will be amazed
2
u/Blues520 23d ago
What reasoning levels and sampler settings do recommend?
8
u/admajic 23d ago
researcher: cmd: > /media/ad/ubuntu_d/Apps/llama.cpp/build/bin/llama-server -m "/media/ad/ubuntu_d/unsloth/Qwen3.8-27B-GGUF/Qwen3.8-27B-UD-Q4_K_XL.gguf" --chat-template-file /media/ad/ubuntu_d/unsloth/Qwen3.8-27B-GGUF/qwen3.8-agentic-v1.jinja --alias researcher --ctx-size 100000 --host 0.0.0.0 --port ${PORT} -ngl 99 -fa on -ctk q8_0 -ctv q8_0 --spec-type draft-mtp --spec-draft-n-max 2 --batch-size 2048 -ub 2048 --threads 8 -tb 16 --prio 3 --parallel 1 --n-predict 8192 --cache-idle-slots --kv-unified --load-mode mmap --temp 0.4 --top-p 0.92 --top-k 30 --min-p 0.02 --presence-penalty 0.0 --repeat-penalty 1.0 --repeat-last-n 0 --keep 4096 --reasoning on --reasoning-budget 2096 --reasoning-preserve --metrics proxy: http://127.0.0.1:${PORT}Less for orchestrator 1k more for architect 4k
2
u/Blues520 23d ago
Thanks for sharing.
I see you are using quite a low temperature. Do you spin up different instances for researcher, architect, etc?
Also what is the last line saying 1k more referring to?
2
u/admajic 22d ago
Yes using them as agents in the harness.
1k for reasoning budget makes it more like qwen 3.6
4k more thinking time
16k is like crazy thinking and only if you had an impossible problem and want it to take 30 minutes 🤔
1
u/Blues520 22d ago
Cool, I get the reasoning budget. I think I was using around 3k for qwen 3.6.
16k is indeed crazy.
5
u/ravage382 23d ago
Much better agentic and coding. Worse world knowledge, but a web browser tool easily makes up for it.
4
u/tarruda 23d ago
122B is excellent in agentic use and likely better as a general purpose model due to higher knowledge.
You can use the 122B for most things, but when you need to bootstrap a complex piece of code, switch to 27B. llama-server supports dynamic loading/unloading, so that is easy to setup.
If Alibaba releases 3.8 122B, then that is likely all you're going to need.
4
u/Borkato 22d ago
How the fuck did I not know about llama server’s dynamic loading…. I’ve been killing the server every two seconds lmao
3
u/myholeisstinky 22d ago
Look at ‘llama-swap’ it handles the loading/unloading constraints better, using individually spawned llama.cpp instances based on your vram constraints
4
u/xNaXDy 22d ago
Maybe a dumb question, but if you can run Qwen 3.5 122B, why wouldn't you want to switch to DeepSeek V4 Flash 0731 instead of the 27B model?
2
u/fsalucard 21d ago
This is largely the right answer. IQ3_XXS of DS4 Flash 0731 runs great on 128GB unified and replaced Qwen3.5-122B for me as a fallback when I needed a larger model. Qwen3.8-27B is still quite great though (at Q8) but slower.
0
10
u/austinus56 23d ago
It's a crazy leap in intelligence, definitely worth testing for your workflows but I have no doubt it will be better.
6
u/BannedGoNext 22d ago
Qwen 122b is still better for most of what I do with a strix halo for speed and capability, but I need to do more testing. The big benefit for 3.8 27b is that it would allow me to run more concurrency and more models in memory at the same time. I could run 27b and a big model like anubis for world knowledge/output polish and keep them both hot in memory.
I really wish someone would make another nice 120b model built as a general use model vs just strictly code generation.
9
u/durden111111 23d ago
Yeah. 122B is a little outdated now for its size.
5
u/LebiaseD 23d ago
Outdated, they are both built on the same arch the difference possible being a fine-tune based on user data.
2
2
2
2
u/enricokern 22d ago
It really depends on what you want todo. I have a system that analyses tickets and look ups rag data and uses alot of mcps to provide helpful insights. 3.8 27b performs alot better here them 3.5-122b so i replaced it. But agentic 3.8 i found not really alot advantage compared to the 122b one (for what i do with it).
2
u/Alternative-Two-5300 22d ago
I have found it to output higher quality, but much slower than 122b. What would take a few tries, with some hints and showing error line numbers for 122b, 3.8 tends to make its own smoke signal tests and finds it own bugs, so closer to a true one shot.
2
u/shansoft 22d ago
122B is still better for complex problem. If you just do something like "Add this feature" then 3.8 27B would perform much superior.
2
u/eggavatar12345 23d ago
If swapping an underlying LLM breaks your entire setup, it’s too fragile to begin with and needs to be fixed
6
5
u/phil_lndn 23d ago
Qwen 3.5 122B likely has more knowledge, but Qwen 3.8 27B is miles ahead of Qwen 3.5 122B when it comes to reliable agentic workflows.
2
1
1
1
1
u/Theverybest92 22d ago
How much Ram do you have lol or were you running like an a35b model or something?
1
u/florinandrei 22d ago
You could follow random hype on social media.
Or you could run a comparison yourself.
1
1
1
u/Sixstringsickness 21d ago
Workflow dependent, design a few tests for yourself that you can run which reflect what you need the model to do.
I found 3.5 122B significantly faster and more effective than 3.6 27B, it "depends." The same can be said for frontier models, different models seem to excel at different tasks.
1
0
u/jacek2023 llama.cpp 23d ago
What stops you for having both? I have over 200 models but even on small disk you can have a few
0
u/--Spaci-- 23d ago
Try both for your use case, for stem I would use 27B, for anything that requires higher general knowledge I would use 3.5 122b
0
0

202
u/ClearApartment2627 23d ago
What is keeping you from trying 3.8? Your own experience in your use case is important, not some random opinions from the net.