Claude Fable 5.1 Takes the Front Page, llama.cpp Fixes Qwen3-TTS-0.6B, and the Qwen3.8-27B Ecosystem Keeps Compounding
Claude Fable 5.1 and Mythos 5.1 take the 1,313-point Hacker News front page; llama.cpp cuts three builds (b10758–b10760) headlined by a Qwen3-TTS-0.6B loader fix; Ollama ships v0.33.3-rc0 (GGUF default params + MLX update); and the Qwen3.8-27B ecosystem keeps compounding — 9.35M GGUF downloads, FP8 (5.53M) as the serving default, abliterated and DFlash2-speculative waves still flowing.
The day’s front page belongs to Anthropic — Claude Fable 5.1 and Claude Mythos 5.1 lead a 1,313-point Hacker News thread (1,236 comments) — but the local story is the engine. llama.cpp cuts three builds between 09:29 and 11:14 UTC (b10758 → b10760), the headline build fixing the Qwen3-TTS 0.6B loader (#28231) so the 12 Hz 0.6B checkpoint actually loads; Ollama ships v0.33.3-rc0 (honor GGUF-defined default params + an MLX/MLX-C/llama.cpp update); and the Qwen3.8-27B ecosystem keeps compounding — 4.96M base downloads, 9.35M GGUF, FP8 (5.53M) as the serving default, and the abliterated + DFlash2-speculative waves still flowing.
The pattern from the last two days holds: Qwen ships a new artifact and the engine chases it within a build cycle. Yesterday’s MTP-rollback and Metal-4.0 work (Sep 1) is now the baseline; today’s catch-up list is the Qwen3-TTS loader (b10760), Qualcomm Hexagon matmul fusion (b10758), and ARM KleidiAI dispatch (b10759) — the hardware matrix filling in one backend at a time.
🔥 Top Stories
1. Claude Fable 5.1 and Claude Mythos 5.1 take the front page
The day’s biggest HN story is Anthropic’s Claude Fable 5.1 and Claude Mythos 5.1 (announcement) — 1,313 points / 1,236 comments, the top item on the front page. Two new closed-source Claude models in a single drop: Fable 5.1 the general tier, Mythos 5.1 its companion.
Why it matters: for a self-hosting audience the value is the benchmark, not the weights — Fable 5.1 is the new “can our local 24 GB class get close to a frontier coding model?” yardstick that the Qwen3.8-27B and DeepSeek-R1 lines get measured against. It’s the day’s engagement leader by a wide margin (the next story, Ed Zitron’s skeptic-predictions retrospective, sits at 776).
2. b10760: llama.cpp fixes Qwen3-TTS-0.6B
The headline build of the three (b10760, 11:14 UTC) merges #28231: mtmd: Fix Qwen3-tts-0.6b. On the 12 Hz 0.6B checkpoints the talker and the code predictor share the same hidden size, so the reference build emits no small→MTP projection tensor — the loader was requiring it and failing. The fix makes the code-predictor proj_in optional (the graph already falls back to identity when it’s missing) and keeps the predictor’s ffn_down in F32, because its FFN intermediate peaks above the F16 range. The fix spans both sides — the C++ loader and the conversion script (the F32 rule lives in the converter, so the checkpoint needs regenerating).
Why it matters: Qwen3-TTS is a 13.2K-star open TTS line, and this is the unblock for running the smallest (0.6B) checkpoint in llama.cpp’s multimodal (mtmd) path — the low-VRAM end of the Qwen speech stack, pairing with the Kokoro-82M TTS that sits at #7 on the HF trending list.
3. Ollama v0.33.3-rc0 — GGUF default params + MLX update
Ollama pushed v0.33.3-rc0 (Sep 2, 00:11 UTC): honor GGUF model-defined default parameters and an MLX / MLX-C / llama.cpp update (first contribution from @marcelpetrick, #17579). It’s the first release candidate of the 0.33.3 trail, building on v0.33.2 (Aug 27 — dark-mode/system-appearance restore, macOS hand-off, Claude Desktop proxy) and v0.33.1 (Aug 26 — MLX: Qwen3.8 Flash-Next support).
Why it matters: “honor GGUF-defined default parameters” means Ollama will now read the sampling defaults baked into the GGUF’s metadata rather than overriding them — important for the abliterated/uncensored Qwen3.8-27B wave, where each variant tunes its own defaults. The RC status means test before production; the MLX update is what carries Flash-Next through Ollama’s Apple-silicon backend.
📊 Model Trends
No new models entered the HF top-30 — the list is essentially frozen; the movement is inside the Qwen3.8-27B ecosystem plus steady ticks in the image-gen, TTS, and ASR rows.
HuggingFace trending (top 5 by likes):
| # | Model | Likes | Downloads | Category |
|---|---|---|---|---|
| 1 | black-forest-labs/FLUX.1-dev | 14,381 | 728K | text-to-image |
| 2 | Qwen/Qwen3.8-27B | 13,642 | 4.96M | LLM (qwen3_5) |
| 3 | deepseek-ai/DeepSeek-R1 | 13,602 | 1.48M | LLM (reasoning) |
| 4 | moonshotai/Kimi-K3 | 11,139 | 2.78M | LLM (2.8T MoE, multimodal) |
| 5 | stabilityai/stable-diffusion-xl-base-1.0 | 8,098 | 1.70M | text-to-image |
Also in the top-30: Kokoro-82M (#7, 6,795 likes, 11.5M downloads — the TTS anchor), whisper-large-v3 (#10, 6,215, 4.97M — ASR), DeepSeek-V4-Pro (#12, 5,492, 782K — the multimodal V4 line), Qwen3.8-Flash-Next (#24, 4,698, 207.9K — the qwen4_exp sparse-attention line), and MiniMax-H3 (#22, 4,785, 5.53M — video).
Read-throughs:
- FLUX.1-dev still holds #1 (14,381 likes) over Qwen3.8-27B (13,642) and DeepSeek-R1 (13,602) — a 14K–13.6K three-way at the top, with FLUX (image) ahead of the two 27B-class LLMs.
- Kimi-K3 holds #4 (11,139 likes, 2.78M downloads). It’s Moonshot’s 2.8T-parameter multimodal LatentMoE (896 experts, top-16, 1M-token context) — a multi-node MoE served by vLLM v0.28.0’s Kimi-K3 performance push and SGLang v0.5.17’s day-0 support, not a consumer-VRAM model. The engine and the model are co-trending.
The Qwen3.8-27B ecosystem, in numbers:
- The GGUF keeps compounding. unsloth/Qwen3.8-27B-GGUF at 9.35M downloads (~1.9× the base at 4.96M) — the quant, not the BF16 weights, is where the self-hosting traffic lands.
- FP8 is the serving default. Qwen3.8-27B-FP8 at 5.53M vs 4.96M for the BF16 base — the FP8 checkpoint already out-downloads the base, the default path for 24 GB serving.
- NVFP4 keeps climbing. unsloth/Qwen3.8-27B-NVFP4 at 2.59M.
- The abliterated wave keeps flowing. JonathanColetti 2.14M, huihui-ai 1.87M, HauhauCS (MTP) 1.28M, 0bserverx (Heretic) 1.21M, OBLITERATUS (MLX) 806K, orcarouter (FP8) 316K.
- The speculative-decoding drafts (DFlash2). incoai/Qwen3.8-27B-DFlash2 223.5K, z-lab/Qwen3.8-27B-DFlash2 170K — community draft models for Qwen3.8 MTP/speculative decoding, the same lane as the still-open llama.cpp OOB-token fix below.
- Flash-Next momentum. Qwen3.8-Flash-Next 4,698 likes / 207.9K downloads, Flash-Next-FP8 130.5K — the
qwen4_expsparse-attention line that yesterday’s MTP-rollback build unblocked. - The MoE flagship sits in the background. Qwen3.8-2.4T-A95B (38.8K downloads, 1,189 likes) and its FP8 sibling (23.4K) — the total/active-params naming and the
qwen3_5_moe_texttag mark it as a massive MoE text model, and downloads an order of magnitude below the 27B say it’s multi-GPU class, not the self-hosting workhorse.
VRAM-fit notes (Q4_K_M): Qwen3.8-27B ~16 GB → fits RTX 3090/4090 24GB ✓, tight on RTX 3060 12GB ✗ (context-limited). Flash-Next (sparse, smaller) is the low-VRAM path. Kimi-K3 is a 2.8T-param MoE — multi-node/multi-GPU class, not a consumer-VRAM fit.
Qwen org activity: qwen-code holds the top of the tracked list at 27.6K stars (the terminal coding agent); Qwen-Agent (17.1K) and Qwen3-Coder (16.8K) follow, with Qwen3-TTS (13.2K) the repo behind today’s b10760 fix. FlashQLA (682 stars, a TileLang-based linear-attention kernel library) sits on the qwen4_exp sparse-attention line alongside the Qwen3.8-Flash-Next repo (311 stars).
⚙️ Engine Updates
llama.cpp — built today (Sep 2, 09:29–11:14 UTC):
| Build | Change | Why you’d care |
|---|---|---|
| b10760 | #28231 mtmd: Fix Qwen3-tts-0.6b | Qwen3-TTS 12 Hz 0.6B checkpoint loads; proj_in optional, ffn_down kept F32 |
| b10759 | #27891 ggml: avoid KleidiAI buffer type init on dispatch | ARM KleidiAI dispatch fix |
| b10758 | #28202 hexagon: MUL_MAT and MUL_MAT_ID fusion and fixes | Qualcomm Hexagon HMX/HVX matmul fusion; removes the ne[1] < 32K cap (fixes Nemotron-30B) |
Merged in the same window:
- #28183 — model: fix gemma4-assistant (follow-up to yesterday’s #28159): gemma4-assistant only has MTP layers from block 0; the loader now handles that special case.
- #28173 — model: load relevant arrays with
n_layer_all(follow-up to #28159). - #28163 — metal: add metallib build support for xcframework —
GGML_METAL_EMBED_LIBRARY=OFFfor xcframework builds (ggml-tensor.metallib for SDK 26+); tested on iPhone Air (A19 Pro). - #28217 — hexagon: add missing FARF logs for CPY/GET_ROWS/SET_ROWS/GATED_DELTA_NET.
Open, worth watching:
- #28206 — Fix #28158: Qwen3.8 DFlash/MTP speculative emits OOB token id — open, unmerged (AI-submitted, 0.85 confidence). The Qwen3.8 DFlash/MTP speculative path can emit an out-of-bounds token id; this is the fix, but it’s not in a build yet. Pair it with the community DFlash2 draft models above — the speculative lane is real but not yet stable in-tree.
Other engines (recent, for the multi-engine reader):
- vLLM v0.28.0 (Aug 26, release): 584 commits / 270 contributors; the headline is the Kimi-K3 performance push — Decode Context Parallel #50484, fused FlashKDA decode/prefill kernels, SiTU activation for MegaMoE — on top of v0.27.0’s full-stack day-0 Kimi K3 support.
- SGLang v0.5.18 (Aug 22, release): 710 PRs; adds Muse Glimmer (autoregressive multimodal) on top of v0.5.17’s Kimi-K3 day-0 (2.8T LatentMoE) and v0.5.16’s DSpark confidence-driven speculative decoding.
📰 AI News
Five real stories today; the front page is Anthropic’s:
- Claude Fable 5.1 and Claude Mythos 5.1 — HN, 1,313pts / 1,236c (Anthropic). The day’s top story — two closed-source Claude models in one drop; the new frontier-coding yardstick the local 24 GB class gets measured against.
- How accurate have Ed Zitron’s AI skeptic predictions been? — HN, 776pts / 853c (Dan Luu). A retrospective on Zitron’s early AI-skeptic calls — the day’s second-biggest engagement, a meta-story about the gap between open-weight and frontier capability.
- Show HN: Weedout – Safari extension that hides YouTube AI-labeled videos — HN, 158pts / 71c (project). A content-quality tool; signals AI-generated content is now visible enough on YouTube to warrant a dedicated hide filter — relevant to anyone scraping content for RAG/fine-tuning.
- You Know Who Hates AI? Insurance Claims Adjusters — HN, 68pts / 32c (Wired). The labor-friction side of AI adoption — a counterweight to the capability stories.
- Quasar 438B: Europe’s Leading AI Model — HN, 46pts / 29c (Multiverse Computing). A 438B-param European model launch; low HN traction and not self-hostable on consumer hardware, but a data point on the “big reasoning model” trend.
One filter false positive: “Praearcturus gigas: giant scorpion from Lower Devonian (Lochkovian) of Britain” (HN, 3pts) — paleontology, not AI.
🔄 What Changed Since Last Scan
- llama.cpp: b10758, b10759, b10760 (Sep 2, 09:29–11:14 UTC) — three new builds; headline is the Qwen3-TTS-0.6B fix (b10760).
- Ollama: v0.33.3-rc0 (Sep 2) — honor GGUF-defined default params + MLX/MLX-C/llama.cpp update.
- Hacker News: new front-page leader — Claude Fable 5.1 / Mythos 5.1 (1,313 pts); 4 more AI stories (Zitron, Weedout, Insurance Adjusters, Quasar 438B).
- Qwen tracker: qwen-code holds top at ~27.6K; Qwen3-TTS repo (13.2K) active behind b10760; Qwen3.8-Flash-Next repo (311 stars) now tracked.
- HuggingFace trending: no new models entered the top-30; download counters roughly flat vs the 09-01 snapshot (HF counter timing), likes tick up (Qwen3.8-27B 13,525 → 13,642).
Sources
- llama.cpp builds: b10758 · b10759 · b10760
- llama.cpp PRs: #28231 · #27891 · #28202 · #28183 · #28173 · #28163 · #28217 · #28206
- Models: Qwen3.8-27B · FP8 · GGUF · NVFP4 · Flash-Next · Flash-Next-FP8 · 2.4T-A95B · Kimi-K3 · FLUX.1-dev · Kokoro-82M · DFlash2 (incoai) · DFlash2 (z-lab)
- Qwen org: qwen-code · Qwen-Agent · Qwen3-Coder · Qwen3-TTS · FlashQLA · Qwen3.8-Flash-Next
- Ollama: v0.33.3-rc0 · v0.33.2 · v0.33.1
- vLLM / SGLang: vLLM v0.28.0 · SGLang v0.5.18
- Hacker News: 49525378 · 49526069 · 49528895 · 49508225 · 49534132 · 49522194
Collected & published: 2026-09-02 UTC