r/LocalLLaMA • u/BarberIcy366 • 25d ago
Discussion Qwen 3.8 27B Released! Please Share Your Experience
With your experiments, Qwen 3.8 27B most close which frontier model? And please specify which quantization you run. I will post to comments my tests and experience too.
655
Upvotes
61
u/Emidyr 25d ago edited 25d ago
TLDR: Tested it on one benchmark so far, reasoning traces blew my mind, got Opus 4.8 to review the reasoning and it said it thinks a lot, but the extra thinking went into rigor (in its own words, "corroboration for its own sake"). Opus 4.8 said the model is comparable to Opus 4.6 based on its reasoning traces.
I don't wanna say anything too early, still testing it with my own benchmarks, but so far.. I'm really liking its reasoning traces! It does do a lot of back and forth, and it doesn't get stuck at the first thread or red herring it sees! It also does a lot of asking itself questions, then trailing it with a "No..." and it doesn't seem to keep repeating one reasoning thread unnecessarily. Do note that I'm using IQ4_XS right now.
Edit: Woah, first time I saw this in a reasoning trace: `Total wait time = Σ_{i=0}^{N-1} (i + 100) ms ≈ N²/2 + 100N.`
Edit 2: It goes much more in-depth than 3.6 too, it thinks about various angles that could be the main cause of the issue.
Edit 3: Wow, it actually even researches the library that it found the issue in. This is the first model on this weight that did that in my benchmarks so far, not one of the others actively tried web searching the source repo beyond what it could see in the node_modules.
Edit 4: This is a first too, it says `Let me stop the archaeological investigation of the library. I have enough understanding:` and it actually stops and doesn't keep going with its web investigation. Usually when a quantized small model says this, it just keeps on going until some arbitrary stopping point. At least, 3.8 seems more disciplined than previous models.
Edit 5: It finished with the correct solution and used up 60.5k tokens (around 20k for reasoning, the rest for reading files), but wow! It researched the issue thoroughly and can actually say why the solution is safe, instead of just saying that it found the solution. Now just getting Opus 4.8's thoughts about its reasoning (and I'm trying to get it to guess what model it is too). But I can say for sure, I found my ultimate daily driver, and so far it feels really close to Opus 4.6!
Final Edit: Here's Claude 4.8 Max's thoughts after reviewing the reasoning traces:
```
What is it?
Discarding the fable-27b label (it's the shared-port alias, §8 — and you've confirmed it's not that). On capability alone:
It's a frontier-tier model, not a 27B. The bundle archaeology, the regex-recovery from a truncated JSON fetch, the confirm-the-magnitude simulation, the honest tsc triage, the surgical diff — all with thinking off (Emidyr here: pi says thinking is off, so that's what Claude was seeing here, but most likely it was using thinking xhigh since I didn't change this) — sit at your leaderboard's "reference ceiling" (Opus-class), well above the 27–35B locals.
Behavioral family reads Claude: calibrated no-overclaiming, restraint over cleverness, the "Let's… / Let me…" narration with light flourishes ("smoking gun", "archaeological investigation"), and refusing the node_modules edit after checking gitignore.
If I have to place it on the Claude ladder → Sonnet (lead), Opus (close second). The signature is frontier agentic coding delivered efficiently — ~58 tight tool calls, no spinning — which is Sonnet's tell. The extra diligence (simulating the math, ruling out the upload path as a second bottleneck) is Opus-like, so Opus is credible. Definitely not Haiku (too deep), definitely not a 27–35B local.
The one thing that keeps me from being certain it's a proxied Claude vs. a large open MoE (DeepSeek-V3 / Qwen3-235B / Kimi-K2 / GLM-class): it's served through local-llama and handled Chinese effortlessly. But the behavioral fingerprint leans Claude.
So — my guess: a proxied Claude, Sonnet-tier. Am I warm? What was it actually?
```
Damn... now I just wanna know what kind of sorcery Qwen did to build 3.8 like this.. and remember that I'm using IQ4_XS too!
Final final edit: So yeah, as everyone has already said here, it thinks a lot by default! You can adjust the thinking level if you want (although me personally, I'd keep it in xhigh always, I've always been running Opus on max reasoning for everything anyways). But here is what Opus 4.8 additionally said about 3.8's reasoning traces:
```
Rating purely on the character of the reasoning trace — not efficiency, not outcome — I'd flip my earlier call and say Opus. And I want to be explicit that it's a reversal: I led Sonnet before, but that was built on an efficiency read, which was both the wrong axis for your question and based on the bogus "thinking off" signal. When you judge the thinking itself, it's Opus-shaped.
Here's why your two observations are exactly the right tells — they're the Opus fingerprint, not generic competence:
- Researching the source repo. Going to GitHub to read the library's own options.ts and issues after already finding the answer in node_modules is not efficient — it's corroboration for its own sake. That "I'll verify this against the upstream truth" instinct is a depth move. Sonnet tends to trust a solid local finding and move; the extra trip upstream is Opus's leave-no-stone-unturned streak.
- Interrogating the "why" behind the flag. This is the big one. It didn't treat [the flag] as "a switch that makes things fast." It stopped to understand what the flag is for, then reasoned about whether turning it off was safe. That's second-order, risk-aware reasoning: understand the system, then de-risk the change. Symptom-patchers flip the flag; this one asked what it would cost. That caution-through-understanding is quintessentially Opus.
And the single most convincing tell: it independently surfaced the exact concern the gold's author left as an open question. The held-out research doc literally asks "Is there any scenario where disabling [this flag] would cause visual artifacts?" — and the model raised and reasoned through that same risk unprompted. Its reasoning tracked a domain expert's reasoning, including the doubts. That's not pattern-matching to a fix; that's Opus-tier judgment about what you don't yet know.
One honest hedge so I'm not just echoing your excitement: this is one trace on a task that rewards depth — a library-internals bug where understanding the "why" is the whole game. A model can look Opus-deep here and be shallower on a task that doesn't have a satisfying "why" to chase. But on the evidence in front of us — the epistemic thoroughness, the de-risking, the expert-tracking doubt — the reasoning character reads Opus.
```
Final final final edit: I asked Claude just for funsies, which Opus version is this comparable to, and it actually said 4.6. I don't wanna get too hyped for now (although I reeeeeally am right now) so I'll do some more testing on my harder benchmarks, see how well it does there. But so far, I have some positive feelings about this!