logoalt Hacker News

Qwen3.8-27B

208 pointsby mfiguieretoday at 3:03 PM79 commentsview on HN

Comments

arjietoday at 4:16 PM

I use the Qwens as a vision model for my DeepSeek V4 Flashes to handle. But the Qwens run on old RTX A6000 Ampere. Does anyone know if there's any news about INT4/AWQ quants for the RTX A6000?

show 1 reply
scrlktoday at 3:11 PM

Beats Opus 4.7 Max (w/ Claude Code) on DeepSWE (42.2 vs 40). Looks like Qwen's 27B models continue to pack some punch.

Unsloth's GGUF quants are up: https://huggingface.co/unsloth/Qwen3.8-27B-GGUF

show 8 replies
KronisLVtoday at 3:12 PM

I hope really badly that we'll get a new 35B A3B or similar MoE model!

I also miss the Qwen 3 Coder Next, which was 80B A3B, there are quite a few use cases where a non-dense model <100B would be the sweet spot (when you have the VRAM but not the TDP or compute power). Heck, I'd gladly take A5B or A8B or even A10B as a sort of middle ground.

Also alternate link for viewing the images without signing in: https://xcancel.com/Alibaba_Qwen/status/2088280182356611304

show 4 replies
ramon156today at 3:42 PM

People will claim it's not comparable to Opus despite it beating the score. I'm not sure I disagree, but I'm also unsure whether I care. Most new models nowadays are "good enough". I cannot complain because I'd rather spend that time improving my prompts and docs. Opus might be a _slight bit better_ at picking up vague hints, but it's also extremely expensive, and I hit the 5 hour limit way too quick.

I care a lot about speed and efficiency right now. For my setup I would like to have 2-3 different model families. I've settled on GLM-5.3 (formerly Deepseek v4 pro 0813) for architecting, Deepseek V4 Pro 0813 for developing, and Gemini flash lite (any recent cheap model) for repo scouting. I'll add another one in the mix for reviewing (in this case Gemini 3.7) and that's all I need.

I've tried most models except Grok.

Qwen is too expensive IMO (Alibaba Cloud subscriptions are hard to come by and I'm not spending 50 euros a month for a tool, so 18 euros it is). If it ever becomes efficient enough to run locally I will definitely look back.

Claude is slow and expensive (the cache hit prices are absurd).

OAI is pretty good, I might add it to my arsenal seeing how cheap it is.

These opinions change every day. Last week I would've never picked Deepseek until I read about the pricing. even post aug 16 it's worth it (although it's getting close to gemini pricing).

Right now my costs are 12 euros a month (z.ai) + whatever deepseek consumes. This typically isn't more than 8 euros a week. 44 euros a month and I have a setup that is doing pretty well.

show 4 replies
irthomasthomastoday at 4:15 PM

Why don't qwen/alibaba host the model themselves? I was looking forward to trying it on their coding plan. Google are the same way with their Gemma models.

show 1 reply
Casteiltoday at 4:04 PM

One thing a lot of people don't seem to factor when hyping Qwen is how much models like this tend to 'overthink' with seemingly endless 'second guessing'. 3.8 seems no different from what I've tried thus far.

As capable as it is, it's hard to justify using it when a competing model (e.g. Gemma4:26b-a3b) can consistently achieve the same or similar response with only 1/10th as many 'thinking' tokens, achieve much higher tokens/second, and take a small fraction of the time. I suppose 'YMMV' depending on your use case.

Also, I haven't used it enough yet to see if it's prone to infinite looping, but its predecessors sure were.

show 4 replies
minimaltomtoday at 4:10 PM

Architecture thread! Afaict they continue to use gated attention + delta net, which was also adopted+adapted by K3, but im surprised theres no improvements to the residual stream (deepseek are using manifold hyper-connections, kimi have attention residuals) ?

Perf improvements seem to all come from training?

show 1 reply
jedbrooketoday at 3:21 PM

I hope the bonsai team makes another 1bit quant of this model (or releases code/instructions on how to do it), using the Qwen3.6 27B on my 16GB mac mini has been wild . The 1bit quant feels like opus level… for the first couple turns. Then it has trouble eg switching from plan mode to act mode. This is mostly mitigated by starting a new session. (tbf this limitation is called out on the hf page)

I saw unsloth has 1bit quants too so I might check that out, anybody have experience with those?

show 1 reply
TomGardentoday at 3:16 PM

Any tips on the best approach at running this at an M4 Max 128GB? Token throughput was a bit slow with the last 27B one (MLX), ended up using the A3B variant but if I could get this one to reasonable speed I'd much prefer it.

show 6 replies
NorwegianDudetoday at 3:16 PM

If the benchmarks are a real indication, we now have a local model that is runnable on a high-end personal PC that trades blows with the leading model Claude Opus 4.6 Max from half a year ago.

Insane if that is the case. Downloading now!

T0mSIlvertoday at 3:48 PM

Unsloth Q4_K_M on a single 3090, llama.cpp "Generate an SVG of a pelican riding a bicycle" first try https://www.reddit.com/r/LocalLLaMA/comments/1voa3ch/comment...

toshtoday at 3:11 PM

27b dense model at Opus 4.6 level

Opus at home

I hope there also will be a new ~10b variant

show 2 replies
theanonymousonetoday at 3:41 PM

I'm wondering whether any provider can offer this for cheaper $/token than the new DSv4 Flash, which is both cheaper and smarter :/

Completely local use is a different story, of course.

mickeyptoday at 3:31 PM

Model benchmarks are useful, to a point, but it is the long tail of things you do with the model that determines if it's good at a wide range of activities. Ant/OAI, to their credit, build their models -- even the small ones -- so they follow instructions and do tool calling well, without the system prompts confusing them. This is especially important for long-horizon tool calling.

So one open weight model might "meet" Opus or whatever on benchmarks, but then fail to follow a simple answer format and also tool call correctly. The models are whipped to within an inch of their lives to strictly adhere to their post training quality gates.

chvidtoday at 3:08 PM

These are massive improvements - and something you can actually run on a laptop.

jlkiveytoday at 3:50 PM

Note: on the model card the comparison to Opus is Opus 4.6 Max, not 4.7

hathymtoday at 3:32 PM

[flagged]

yassa9today at 3:35 PM

Can anyone who has that specific personal test he tries on different models , and tries this model , to tell us here if possible , how good or bad is this new model ? compared to others ?

I only trust those users genuine personal tests

show 1 reply
ThouYStoday at 3:30 PM

3.6-27B on little-coder was already mind blowing. looking forward to this guy!

kunvertoday at 3:16 PM

Looks like a pretty significant improvement on the DeepSWE benchmark compared to the previous 27B model.

kristopoloustoday at 3:12 PM

q4km is about 48 tps on a 4090. my llama.cpp params are --flash-attn on --parallel 1 --load-mode mmap

show 1 reply
anana_today at 3:15 PM

Monstrous benchmarks! Hoping it is not benchmaxxed.

pu_petoday at 3:25 PM

Seems to be SOTA for its size. Hopefully independent benchmarks will come soon.

filuptoday at 3:47 PM

https://news.ycombinator.com/item?id=48403639

my prediction was way too far out. 4.6 at home! Woo.

kunvertoday at 3:15 PM

Welcome deepseek flash flash!

alpha_triontoday at 3:16 PM

NICE, i've been waiting for this drop, thanks for posting this

altruiostoday at 3:14 PM

remember to let llama.cpp catch up to anything new in this model. Save your judgment until about 2 weeks of use.

show 1 reply
brcmthrowawaytoday at 3:25 PM

This with ddg mcp to fill in world knowledge. Are local models the future when computer architectures catch up?

toshtoday at 3:21 PM

also cool: Qwen 3.8 27b is multi modal!

show 1 reply
brcmthrowawaytoday at 3:11 PM

My Strix Halo is about to go overdrive!

ramon156today at 3:28 PM

need another fable uncensored merge with 3.8, really curious what it can deliver

fintunertoday at 4:13 PM

[flagged]