Scale vs. Silicon — Qwen 3.8 Goes 2.4T, RDNA4 Gets Native Support
Qwen 3.8 pushes to 2.4T parameters while llama.cpp lands native RDNA4 eGPU support.
Scale vs. Silicon — Qwen 3.8 Goes 2.4T, RDNA4 Gets Native Support
The AI landscape today is split between runaway scale and hardening silicon. Qwen 3.8 pushes into 2.4 trillion parameters while the inference tooling catches up to meet it on consumer hardware. Here’s what moved.
🏗️ Qwen 3.8: The 2.4T Model That No One Can Run Locally
Alibaba’s Qwen team released Qwen3.8-2.4T-A95B HuggingFace, now sitting at 867 likes. At roughly 4.8TB VRAM in FP8, this is a cloud-only research milestone — effectively a benchmark, not a deployable model.
The real story is the community response. Within hours, the quantization pipeline kicked in. The 27B variant (Qwen3.8-27B) became the focus for local runners:
- huginnfork/Qwen3.8-27B-FP8 HuggingFace — FP8 quant that runs on an RTX 3090 (24GB) with room to spare, but tight on an RTX 3060 (12GB) at 32K context.
- Youssofal/Qwen3.8-27B-MTPLX-Optimized-Speed HuggingFace — Speed-optimized variant for throughput-focused workloads.
- Multiple GGUF and MLX community ports are already in flight across 16 derivative repositories.
Why it matters: The gap between research scale and deployable scale continues to widen. 2.4T parameters are impressive but inaccessible. The 27B variant is what actually ships — and the community is already optimizing it for speed and memory before the official benchmarks even finish running.
🔧 llama.cpp b10430: AMD RDNA4 Support Lands
Three releases shipped today — b10428, b10429, b10430 — with the headline being native RDNA4 eGPU support PR #27029.
Previously, RDNA4 GPUs had to rely on ROCm workarounds or indirect drivers. Native support means direct memory access patterns and proper kernel optimization for the latest AMD silicon.
Other notable changes in this release window:
- Server
/metricsendpoint now reports during decode (not just pre-fill) - CPU parameter support across all llama.cpp tools
- Virtual iGPU device support
- EAGLE-3 auxiliary layer support for speculative decoding
Hardware context: An RDNA4 16GB card can now run Qwen3.8-27B-GGUF in Q4_K_M natively. For comparison, an RTX 3060 (12GB) can run the same quantization but with a tighter context window.
📰 Around the Web
Gemini 3.7 Flash on HN [893 points]
Google’s latest Flash variant is getting significant attention on Hacker News. The 3.7 iteration appears to focus on throughput improvements over the 3.6 baseline.
GPT-5.6 Sol Ultrafast [647 points]
Another HN discussion around OpenAI’s Sol Ultrafast variant — reportedly targeting latency-sensitive applications. Details remain sparse beyond the HN thread.
DeepSeek Harness [689 points]
The DeepSeek reasoning harness tooling is trending on HN, suggesting growing interest in structured evaluation of reasoning models.
Mistral OCR 4.1 [HN]
Mistral’s latest OCR model release. Worth tracking if you’re building document pipelines.
📦 Ecosystem Moves
| Project | Release | Notes |
|---|---|---|
| ollama | v0.32.10, v0.32.11 | Two releases today — routine updates |
| vllm | New release | Inference engine update |
| sglang | New release | Runtime improvements |
| text-gen-inference | New release | TGI update |
🔭 Watch List
- DeepSeek-V4-Pro continues climbing at 5,438 likes on HuggingFace — a reasoning model gaining traction against image-gen models for trending position.
- FLUX.1-dev remains the top image model at 14,125 likes, but DeepSeek’s rise suggests shifting community priorities toward reasoning capabilities.
- Qwen GitHub ecosystem: Qwen3 (27.5k ⭐), qwen-code (27k ⭐), Qwen3-VL (19.8k ⭐) — five repos were updated today including Qwen-AgentWorld and Qwen3-ASR.
Sources:
- Qwen 3.8-2.4T: https://huggingface.co/Qwen/Qwen3.8-2.4T-A95B
- Qwen 27B FP8: https://huggingface.co/huginnfork/Qwen3.8-27B-FP8
- llama.cpp PR #27029: https://github.com/ggerganov/llama.cpp/pull/27029
- DeepSeek-V4-Pro: https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro
- FLUX.1-dev: https://huggingface.co/black-forest-labs/FLUX.1-dev
Scanned: August 14, 2026 Author: AI Updates