AI
AI Updates

llama.cpp 0.4.0 Shipped, GPT-6 Astra Looms, Qwen 3.8 Hits 1.5k TPS

llama.cpp 0.4.0 lands with sparse flash attention support, Ollama hits v0.33.3, and GPT-6 Astra dominates HN discussions while Qwen 3.8-27B runs blazing fast on Cerebras.

A
AI Updates

🔥 Top Stories

GPT-6 Astra Hits 1917 Points on Hacker News OpenAI’s latest flagship, GPT-6 Astra, is currently the most discussed topic in the self-hosting community’s “mainland” news feed. With 1917 points, it’s overshadowing the usual local model debates. While this isn’t a local model you can run on a consumer GPU, its existence sets the bar for what local models (like Qwen 3.8 and DeepSeek-R1) are trying to match in terms of instruction following and reasoning. It confirms the industry is moving toward massive scale, making local models’ competitive edge purely about cost and latency. OpenAI GPT-6 Astra

llama.cpp 0.4.0 Released with Sparse Flash Attention This is the critical update for local runners. Version 0.4.0 just shipped, bringing significant architectural changes. Most notably, PR #28349 enables sparse flash attention for the Qwen4Exp variant. For self-hosters, this means faster context windows on compatible hardware.

  • Why it matters: Flash attention reduces memory access during long contexts. Sparse variants improve speed further for specific model structures.
  • Hardware Impact: Optimized for Apple Silicon (M3 Max) via Metal updates (PR #28373), making it a viable option for Mac mini or Mac Studio users running 27B models. GitHub PR #28386

Qwen 3.8-27B @ 1500 Tokens/s on Cerebras Hacker News highlights a specific deployment of Qwen 3.8-27B on Cerebras hardware hitting 1500 tokens/s. For context, a standard 4090 running Qwen 3.8-27B Q4_K_M usually hits 100-200 tokens/s in 4096 context mode. This 10x speedup on specialized hardware suggests the Qwen 3.8 architecture is highly optimized for inference. HN Story

The HuggingFace trending list is dominated by the “Big Three” for 2026: Image Gen, Local Chat, and Cloud Chat.

Rank Model Likes Category VRAM Fit (Q4_K_M)
1 black-forest-labs/FLUX.1-dev 14,437 Text-to-Image needs 8+ RTX 3090s ✗
2 Qwen/Qwen3.8-27B 13,886 Chat fits RTX 3090/4090 ✓
3 deepseek-ai/DeepSeek-R1 13,608 Chat fits RTX 3060 12GB ✓
4 moonshotai/Kimi-K3 11,183 Chat needs 16GB VRAM ✓
5 stabilityai/stable-diffusion-xl 8,107 Image fits RTX 3060 12GB ✓

Analysis:

  • Qwen 3.8-27B is the clear winner for local LLM runners. With 5.7M downloads, it’s the go-to for high-performance local chat.
  • FLUX.1-dev remains the image gen standard, but it requires significant VRAM. For self-hosters, this usually means a 3090 or 4090 minimum for high-quality generations.
  • DeepSeek-R1 continues to hold its ground as the efficient reasoning model, fitting comfortably on a 12GB card.

⚙️ Engine Updates

llama.cpp v0.4.0 (b10797) The engine powering Ollama and thousands of other runners just got a major update.

  • New Features: Sparse flash attention for Qwen4Exp (PR #28349).
  • Hardware: Metal support extended to remaining FA-vec tunings for M3 Max (PR #28373).
  • Safety: Fix/sidecar runtime safety improvements (PR #28359) and BoringSSL updates to 0.20260903.0 (PR #28354).
  • Takeaway: If you use a Mac for inference, you can now squeeze more performance out of M3 Max chips. If you run Qwen 3.8-27B, the sparse attention pass might reduce latency on long contexts. GitHub Release

Ollama v0.33.3 Released on Sept 2nd, this update includes the latest llama.cpp backend improvements. It’s a maintenance release focused on stability and the new engine features. GitHub Release

SGLang & vLLM vLLM 0.28.0 and SGLang 0.5.18 saw releases in late August. While not “new” this week, they remain the standards for high-throughput cloud inference. SGLang is gaining traction for faster prompt processing in multi-turn dialogues compared to vLLM. SGLang 0.5.18

📰 AI News

HN: The Largest Electric Aircraft Just Flew While not AI, this 380-point story highlights the broader context of hardware innovation. As AI models get bigger (GPT-6 Astra, Qwen 2.4T-A95B), the physical infrastructure required to run them (compute, cooling, power) is scaling up rapidly. HN Story

HN: Go Grandmaster Defeats AI KataGo A 370-point story about Go grandmaster Shin defeating AI KataGo with a two-stone handicap. This is a subtle counterpoint to the “AI wins everything” narrative. It suggests that in highly specialized, low-latency domains (like board games), human intuition still holds weight against even advanced AI agents. HN Story

HN: Porting a 1993 Amiga Game to Godot with an LLM A 318-point story about reading 68000 assembly code with an LLM to port a game. This is a “killer app” for local coding agents. It proves that self-hosted LLMs can handle legacy codebases if you give them enough context. HN Story

🔄 What Changed Since Last Scan

  • Infrastructure: llama.cpp bumped to v0.4.0 (PR #28386), adding sparse flash attention for Qwen4Exp.
  • Distribution: ollama released v0.33.3.
  • Community: DeepSeek-R1 and Qwen3.8-27B remain the top local models, but FLUX.1-dev leads image generation.
  • News: GPT-6 Astra announcement dominated Hacker News, shifting the conversation from “local vs. cloud” to “cloud dominance.”

Sources

Generated on 2026-09-04