frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Qwen/Qwen3.8-2.4T-A95B

https://huggingface.co/Qwen/Qwen3.8-2.4T-A95B
130•Philpax•1h ago

Comments

volf_•1h ago
A ~5TB model.
PunchTornado•1h ago
The card looks almost too good to be true
guardiangod•1h ago
https://unsloth.ai/docs/models/qwen3.8

The 1bit quant model is at an astonishing 397GB with 95B active per MOE. This literally puts Opus 4.5 performance level into a machine a normal person could buy, and still gets usable tokens/second.

The full lossless model BF16 is clocking at 4.9TB. The model card claims the model to be between Opus 4.8 and Fable 5. Again that's astonishing as getting a machine with 7TB RAM (with context + KV cache) is still within the realm of medium size companies.

Bad things: The open source version has its vision capability removed, and the context capped at 250k . I expect someone to bolt a Kimi 2.6 vision tower to it to restore the vision capability (at less performance of course). For context, I played around with extending the context to 600k for Qwen 3.5 397b, and the context remained stable up to around 480k. It'd be interesting to see if the same can be done to Q3.8 .

Also no out of the box DSpark/DFlash support. MTP is present so we should at least get some boost in TP speed.

ilc•59m ago
To compare a 1 bit quant to the full fat model is misleading.

Honestly this model people at home can tinker with, if you have a big enough Mac. Maybe 4 Strix Halo/DGX Spark, and then at 1 bit quant? Nah.

Use the right sized model, for your hardware. You'll get better results.

guardiangod•56m ago
Extremely large 1 bit models are usually within 50-60% of KV divergence to lossless models. In this case I think the comparison to Opus 4.5 is a fair assessment.

Extremely large models don't suffer as much from quantization due to its weight topology also contains encoded information, so the loss of info from any one weight is somewhat mitigated.

ilc•49m ago
Any one weight, but all of them. And also crushing the architecture itself?

I wouldn't pick up 400gb of hardware to run in that mode. I might try it for fun, but even then you are looking at handling a 95GB active parameter set.

This is NOT a model for most home labs. I'm sure some can and will use it. But most, should steer clear.

auspiv•54m ago
Opus 4.5 level of performance is also accessible with deepseek-v4-flash-0731 (0731 being the july 31 update) which is much, much, much smaller. 2x RTX pro 6000 blackwell can run it. 4x can run it very comfortably
Philpax•50m ago
What do you need the extra 2 for? Tensor parallelism?
simonw•1h ago
Is this the largest ever open weight model release by parameter count? I think it is.
NitpickLawyer•58m ago
No, Kimi k3 is 2.8T params. This is 2.4T params but ~5TB weights because it was released in bf16 and ~2.5TB for the fp8 version. Kimi k3 launched with QAT 4bit, so ~1.5TB weights.
NitpickLawyer•1h ago
Supposedly this is a Kimi k3 rival. Bit of a chonker, especially since they only released bf16 and fp8. So at launch this will be harder to serve than k3. No QAT on q4 means that someone with deep pockets (nvda?) will have to quant it, with plenty of calibration data. Should bring it ~1.3TB, so around k3 size.

License pretty similar to k3 with some caveats. Free to use for internal or <50M$ revenue / year. Limitations above that threshold for serving the model or services targeting coding / productivity agents.

Benchmarks are looking good, trading blows w/ opus4.8 and sol, generally 10-20p under fable. But that's neither here nor there w/ qwen, their benchmark to real world usage correlation has been iffy in the past.

The local model 3.8-27B announced for Friday, same time so ~48 hours from now. That'll be a bit more exciting for a lot more people, since 3.6 was quite good for local inference, and their 3.7-max -> 3.8-max shows a lot of improvement.

MrDrMcCoy•45m ago
Llama.cpp can quantize without special training, but I'm not sure if any special model architecture support is needed to read it in the first place. If it can be converted to gguf at all and you know what tensors to target, it can get the full ternary bonsai treatment today.
binary132•40m ago
QAT is an optimizing quantization algorithm, not naive quant.
MrDrMcCoy•33m ago
Right, but the way they phrased it suggested that without QAT it could not be quanted at all.
NitpickLawyer•28m ago
l72•55m ago
> In particular, Qwen3.8-Max is the official version based on Qwen3.8-2.4T-A95B with more features, such as vision input & non-thinking support, 1M context length by default, official built-in tools, etc.

That is unfortunate, that the open weight model doesn't have vision support or the 1M context length...

wren6991•44m ago
People have had surprising success adding vision to open-weight LLMs that ship without it, like DSV4 Flash [1] or GLM-5.2 [2]. Given this model is already vision-trained I expect that approach will work well here.

[1] https://old.reddit.com/r/LocalLLaMA/comments/1vl6ior/i_gave_...

[2] https://huggingface.co/baseten/GLM-5.2-Vision-NVFP4

theanonymousone•45m ago
Do we know if AA and DeepSWE benchmarks are on bf16 or fp8 quantisations?
dhx•37m ago
Also of interest: DeepSeek V4-Pro-0813 (1.6T-A49B) benchmark scores have apparently just been announced on the DeepSeek WeChat channel and they're sitting about Fable 5 level.[1]

[1] https://www.reddit.com/r/LocalLLaMA/comments/1vmi0fg/deepsee...

svantana•26m ago
And relatedly, just now available on OpenRouter

https://openrouter.ai/deepseek/deepseek-v4-pro-0813

onlyrealcuzzo•6m ago
Isn't this quite a bit behind Sol and Fable and even ChatGPT 5.5 xhigh and Opus 5 max?

In terms of what you get for what you pay for, it's incredible - probably by far the best.

But unless I'm reading things wrong, it does not appear to be top-of-the-line.

jephs•30m ago
"QwenSVGBench" elo 1713, pelicanmaxxxing confirmed?
ByteWarden•27m ago
More curious about how qwen3.8-27B performs. That's the size that I can run locally.
ycui7•15m ago
the a little disappointing part is this is released in BF16. so i suppose no QAT was implemented.
cautiouscat•3m ago
I've been wanting to run open weight models lately to give them a shot with OpenCode. However, I get the impression that models like Qwen and Kimi k3 are impossible to run locally? I have a RTX 5090 and 64 GB of RAM but the models seem to be much larger than that. What's the route to start using these models? Bedrock?
arjie•46m ago
Longer context and more cache. The problem is that native format with DSpark enabled you have very little room on the VRAM.
Philpax•18m ago
I was under the impression that you could fit the full 1M context within the 192GB VRAM as a result of DeepSeek's various architectural advancements, but I'll grant that DSpark + a larger pool for concurrency may necessitate more VRAM, yes.
guardiangod•48m ago
I am running DS v4 flash 0731 lossless at 80t/s right now. It really is not at Opus 4.5 level (for my workload). I would say it's around 3.7 Sonnet, which is still pretty good, but other models such as GLM 5.2 are still leaps better. Of course I run DSv4 flash over GLM 5.2 for a few very good reasons, but intelligence is not 1 of them.
MrDrMcCoy•41m ago
Despite fitting into VRAM, I can't get DSV4 to run at usable speeds on my AMD hardware. The upcoming qwen3.8 27b greatly excites me, and I hope it can outperform Stepfun 3.7 Flash, which is the best thing I can run today.
pil0u•8m ago
I don't understand the logic behind model sizes and quantization.

Suppose I have 100GB of unified memory, how should I know which model suits it best? I understand how a 2.4T model wouldn't fit, but I don't understand the impact of quantization and whether I should use a 200G model quantised to fit say 90GB of memory, or a non-quantised 90G model.

markasoftware•3m ago
There's no rhyme or reason to it. Quants aren't benchmarked much. Generally 4bit better than smaller model 8bit
NitpickLawyer•2m ago
It really depends. It used to be easier to have a rule of thumb, but now it's not clear anymore. Now there are a lot of things to consider, such as a model's kv efficiency (how much context you can fit), MoE v. dense, QAT or not (Quant aware training) and so on.

The old rule of thumb was that a lower quant of a larger model > higher quant of a smaller model. That being said, for some things going lower than fp8 will see a lot of degradation in generation quality. Except if the model comes with QAT 4bit quants. Then there's also nvfp4 w/ calibration data, which also can improve things. So it's really not easy to tell "at a glance" you'd have to test them yourself on your hardware.

onlyrealcuzzo•2m ago
Standard models are designed to quantize down to 4-bits relatively well.

Anything below that, and especially 1.58b - is typically complete garbage, and you're much better off running a model 100x smaller.

If the model was designed specifically to quantize down to 1.58b, then it's different.

AFAIK, there's no large models designed for this yet.

Sure, but that's for "personal" serving. I meant for 3rd party providers. Usually we get a good indication on what it costs to host this, as the prices settle on open router. That's why I said it's tougher to serve than kimi k3 on launch. As a provider you'd do fp8 if the model creator didn't do QAT on q4, or until someone does a good calibrated nvfp4. And that's usually nvda :)
MrDrMcCoy•19m ago
That makes sense, but your specific phrasing precluded the possibility of non-QAT quantization.
NitpickLawyer•14m ago
Should have worded that better, my bad.
esafak•45m ago
Now that they have reached the frontier in raw performance, I would like to see Chinese models improve their reasoning efficiency in the next generation.
ZeroCool2u•31m ago
Unsloth already has a guide for their quants: https://unsloth.ai/docs/models/qwen3.8
codedokode•5m ago
I wonder who is unsloth and where they got time, hardware and knowledge to quantize them?

Tailscale Traces Database Corruption to 16y/o SQLite WAL-Reset Bug

https://tailscale.com/blog/sqlite-wal-reset-bug
277•ropbear•2h ago•33 comments

2026 Eclipse Webcams

https://jonty.github.io/2026_eclipse_webcams/
356•zoenolan•4h ago•80 comments

Tim King, AmigaDOS developer, has died

https://amiga-news.de/en/news/AN-2026-08-00070-EN.html
95•doener•2h ago•19 comments

Someone is running mass vulnerability scans, spoofing AI bots like ClaudeBot

https://knownagents.com/insights
92•gavinhking•2h ago•39 comments

Why Tiny JPEGs Look Different in Chrome

https://guillaumetech.github.io/posts/jpg-scaling-chrome/
117•gutechh•2h ago•23 comments

License plate reader searches should require a warrant

https://andrewpwheeler.com/2026/08/12/license-plate-reader-searches-should-require-a-warrant/
261•apwheele•1h ago•164 comments

AI is removing the middle class of software engineering

https://blog.florianherrengt.com/ai-removing-middle-class-software-engineering.html
311•florianherrengt•3h ago•257 comments

DeepSeek V4 Pro 0813

https://openrouter.ai/deepseek/deepseek-v4-pro-0813
12•explosion-s•34m ago•3 comments

GiveCampus (YC S15) Is Hiring Engineering Managers

https://job-boards.greenhouse.io/givecampus/jobs/4112793009
1•mkong1•1h ago

Qwen/Qwen3.8-2.4T-A95B

https://huggingface.co/Qwen/Qwen3.8-2.4T-A95B
131•Philpax•1h ago•39 comments

What sort of maths are LLMs good at?

https://gowers.wordpress.com/2026/08/12/what-sort-of-maths-are-llms-good-at/
189•ColinWright•6h ago•84 comments

uBlock Origin Is Giving Up the Fight to Keep Ads Off Facebook

https://digitalescapetools.com/2026/08/ublock-origin-stops-chasing-facebook-ads.html
100•Markoff•5h ago•63 comments

Google launches Pixel 11 Pro Fold

https://blog.google/products-and-platforms/devices/pixel/pixel-11-pro-fold/
26•thm•1h ago•16 comments

Solving the Shortest Vector Problem in $2^{0.6039n}$ Time via Mid-Point Hessian

https://arxiv.org/abs/2608.02478
20•sbulaev•1w ago•0 comments

Show HN: Woxi - Open-source Mathematica / Wolfram Language reimplementation

https://woxi.ad-si.com
186•adius•6h ago•27 comments

Automatic1111 for Apple metal, 40% speed up sd1.5

https://therad.ninja/from-8-10-seconds-to-3-7-teaching-automatic1111-to-speak-metal-on-an-m3-pro/
34•dmikey831•2h ago•16 comments

Shade Map

https://shademap.app
45•fredley•3h ago•7 comments

My Agent Setup

https://chad.cm/posts/2026-8-11-my-agent-setup
62•carimura•2h ago•34 comments

High-Res Photo Shows Sand-Capped Butte Rising from Mars Plain of Polygons

https://petapixel.com/2026/08/04/amazing-high-res-photo-shows-a-butte-rising-from-mars/
118•bookofjoe•6d ago•9 comments

Delphi 13 Community Edition Is Now Available

https://blogs.embarcadero.com/delphi-13-community-edition-is-now-available/
103•layer8•5h ago•77 comments

Hax – a minimalist, terminal-native coding agent written in C

https://usehax.dev/
22•OleksandrC•1h ago•5 comments

Wednesday, August 12: GitHub, Incident with Pull Requests and Issues

https://www.githubstatus.com/incidents/76t89hbfb09h
6•arm32•16m ago•0 comments

Felix and I

https://jacobfilipp.com/felix/
26•surprisetalk•2d ago•0 comments

Bigos (Polish Hunter's Stew) Recipe Builder

https://chefsbinge.com/bigos-recipe-builder/
57•doublepg23•5d ago•17 comments

The Ultimate Horse

https://worksinprogress.co/issue/the-ultimate-horse/
34•Petiver•21h ago•6 comments

Commodore 8-Bit 5¼" Disk Images

https://www.masswerk.at/nowgobang/2026/commodore-disk-images
19•masswerk•3h ago•0 comments

ArenaAllocators don't play nicely with ArrayLists

https://www.openmymind.net/Arena-Allocators-and-ArrayLists/
15•ibobev•5d ago•1 comments

German advocacy group lodges criminal complaint over Meta AI glasses

https://www.reuters.com/legal/government/german-advocacy-group-lodges-criminal-complaint-over-met...
72•tartoran•2h ago•26 comments

Launch HN: Discovered Materials (YC P26) – AI agents to discover new materials

https://discoveredmaterials.com/research/
52•advaith08•8h ago•13 comments

The hardest working font in Manhattan (2025)

https://aresluna.org/the-hardest-working-font-in-manhattan/
324•dcminter•5d ago•51 comments