Model Intelligence — 2026-06-19
🔥 Top Stories
1. llama.cpp Goes Hyperactive — 23 Builds in 24 Hours
If you run local inference, today is a big day for llama.cpp. The project shipped 23 new builds between b9704 and b9727, the most aggressive development sprint we've tracked in weeks. Here's what matters for practitioners:
-
Eagle3 speculative decoding support for Qwen3.5 & 3.6 (b9723): This is the headline feature. Eagle3 is a speculative decoding strategy that can dramatically accelerate inference on models where it's applicable. Qwen3.5 and Qwen3.6 users on llama.cpp should see meaningful throughput gains once GGUFs with Eagle3 checkpoints become available.
-
MTMD (Multimodal) overhaul (b9711, b9713, b9716, b9724): Four separate MTMD commits today covering InternVL batching, LLaVA-UHD image handling refactors, CLI batching, video test suites, and several bug fixes. If you use multimodal models through llama.cpp, this is a stabilization cycle.
-
Power10 Q8/Q4 MMA matmul (b9717): IBM POWER10 users get optimized matrix multiplication using the machine's MMA (Matrix-Multiply-Accumulate) instructions for Q8 and Q4 quantization formats. Niche but impactful for enterprise Power systems.
-
Server schema validation (b9707) and context shifting fix (b9722): Infrastructure hardening for the llama.cpp HTTP server. The n_discard fix for context shifting is especially important for long-context workloads where sliding windows need to stay consistent.
Verdict: Update to b9727 if you use Qwen3.5/3.6 or multimodal models. The Eagle3 support alone justifies the upgrade for anyone running those models.
2. Noam Shazeer Joins OpenAI
Noam Shazeer — co-creator of the Transformer architecture (the paper that underpins virtually every major model in this report) and former Google Brain lead — has joined OpenAI. This is a significant personnel move with implications for the competitive landscape:
- Transformer expertise at OpenAI: Shazeer's deep knowledge of model architecture design brings theoretical depth to a team that's been pushing the frontier of scaling and capability.
- OpenAI's talent war: The move signals OpenAI's continued aggressive hiring, potentially drawing top researchers from competitors.
- For local inference users: The indirect effect is what matters — when leading researchers join companies, their work shapes what gets open-sourced (or doesn't). Watch for what OpenAI's open-weight models look like under Shazeer's influence.
Source: Twitter: NoamShazeer | HN score: 344
3. vLLM 0.23.0 — The "Enterprise" Release
Released June 15 but still worth tracking: vLLM 0.23.0 is the largest release we've seen from the team — 408 commits from 200 contributors. Key features for local inference practitioners:
- DeepSeek-V4 hardening: If you're serving DeepSeek models at scale, this release has production-grade optimizations.
- Multi-Query Routing (MRv2) for Llama/Mistral: Improved attention patterns that reduce KV cache pressure — critical for fitting larger context windows on constrained VRAM.
- Gemma 4 Unified support: Google's latest Gemma models work with vLLM's unified pipeline.
- Multi-tier KV cache: The ability to spill KV cache across tiers (HBM → system RAM → SSD) means you can run larger effective context windows than your VRAM would suggest.
RTX 3060 (12GB) relevance: Multi-tier KV cache lets you run 30B-class models with longer context by spilling to system RAM. Slow, but functional for batch processing.
RTX 3090 (24GB) relevance: Full benefit from MRv2 — 30B-parameter models with 8K+ context windows now fit comfortably with Q4_K_M quantization.
📊 Model Trends
HuggingFace Trending (Top 15 by Likes)
| Rank | Model | Likes | Category |
|---|---|---|---|
| 1 | deepseek-ai/DeepSeek-R1 | 13,400 | Reasoning |
| 2 | black-forest-labs/FLUX.1-dev | 13,258 | Image Gen |
| 3 | stabilityai/stable-diffusion-xl-base-1.0 | 7,827 | Image Gen |
| 4 | CompVis/stable-diffusion-v1-4 | 7,021 | Image Gen |
| 5 | meta-llama/Meta-Llama-3-8B | 6,578 | LLM |
| 6 | hexgrad/Kokoro-82M | 6,363 | TTS |
| 7 | meta-llama/Llama-3.1-8B-Instruct | 6,112 | LLM |
| 8 | openai/whisper-large-v3 | 5,834 | ASR |
| 9 | black-forest-labs/FLUX.1-schnell | 5,154 | Image Gen |
| 10 | bigscience/bloom | 5,012 | LLM |
| 11 | stabilityai/stable-diffusion-3-medium | 4,976 | Image Gen |
| 12 | sentence-transformers/all-MiniLM-L6-v2 | 4,975 | Embeddings |
| 13 | deepseek-ai/DeepSeek-V4-Pro | 4,961 | Reasoning |
| 14 | openai/gpt-oss-120b | 4,897 | LLM |
| 15 | Tongyi-MAI/Z-Image-Turbo | 4,834 | Image Gen |
Analysis: DeepSeek-R1 continues its reign at #1, but the gap with FLUX.1-dev is closing (just ~142 likes). The DeepSeek-V4-Pro is gaining traction at +23 likes/day. Notable: openai/gpt-oss-120b holds at #14 — the 120B open-weight model that's become a benchmark for "can it run locally?" discussions.
VRAM fit guide:
- RTX 3060 (12GB): Llama-3-8B (Q4: ~5GB, Q8: ~9GB), Kokoro-82M (trivial), Whisper-large-v3 (Q4: ~3GB)
- RTX 3090 (24GB): DeepSeek-V4-Pro (Q4: ~18GB), gpt-oss-120b (Q2: ~20GB — marginal), Llama-3-8B (Q8: ~16GB, FP16: ~16GB)
Qwen Model Tracker
| Model | Likes | Δ | Notes |
|---|---|---|---|
| Qwen/QwQ-32B | 2,931 | 0 | Leader, reasoning model |
| Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled | 2,884 | +2 | Community distillation |
| Qwen/Qwen-Image | 2,512 | 0 | Vision model |
| Qwen/Qwen-Image-Edit | 2,426 | +1 | Image editing |
| Qwen/Qwen3.6-35B-A3B | 2,170 | +12 | Rising — moved to #5 |
| Phr00t/Qwen-Image-Edit-Rapid-AIO | 2,168 | +4 | Community fork |
| Qwen/Qwen2.5-Coder-32B-Instruct | 2,046 | +1 | Coding specialist |
| HauhauCS/Qwen3.6-35B-A3B-Uncensored | 1,991 | +33 | Fastest growing |
| Qwen/Qwen2.5-Omni-7B | 1,909 | 0 | Multimodal |
| Qwen/Qwen3.6-27B | 1,751 | +9 | Base 27B |
Key observation: Qwen3.6-35B-A3B is gaining momentum, jumping to #5 in the Qwen rankings. The uncensored variant is growing at 33 likes/day — strong community demand for unfiltered versions. The Eagle3 spec support in today's llama.cpp release directly benefits Qwen3.5 and Qwen3.6 models.
VRAM fit guide:
- RTX 3060 (12GB): Qwen3.6-27B (Q4: ~15GB — won't fit), Qwen2.5-Omni-7B (Q4: ~5GB ✅, Q8: ~9GB ✅), QwQ-32B (Q4: ~17GB — won't fit)
- RTX 3090 (24GB): QwQ-32B (Q4: ~17GB ✅), Qwen3.6-35B-A3B (Q4: ~19GB ✅), Qwen3.5-27B (Q4: ~15GB ✅, Q5: ~17GB ✅)
Gemma Model Tracker
| Model | Likes | Δ | Notes |
|---|---|---|---|
| google/gemma-7b | 3,359 | 0 | Original 7B |
| google/gemma-4-31B-it | 3,028 | +12 | G4 instruction-tuned |
| google/gemma-3-27b-it | 1,981 | +1 | G3 instruction-tuned |
| google/gemma-3n-E4B-it-litert-preview | 1,485 | 0 | LiteRT optimized |
| google/gemma-2-2b-it | 1,396 | +3 | Lightweight |
| google/gemma-3-4b-it | 1,371 | 0 | Compact |
| google/gemma-4-E4B-it | 1,262 | +3 | G4 expert |
| google/gemma-7b-it | 1,247 | 0 | Original IT |
| google/gemma-2b | 1,195 | 0 | Smallest |
| google/gemma-4-26B-A4B-it | 1,162 | +4 | Mixture-of-experts |
Key observation: Gemma-4-31B-it continues as the most popular G4 model, gaining 12 likes/day. The G4 family (31B and E4B) is showing steady growth, suggesting Google's latest generation is finding its footing. The MoE variant (26B-A4B) is still below 1.2K but growing consistently.
VRAM fit guide:
- RTX 3060 (12GB): gemma-7b (Q4: ~4GB ✅, Q8: ~8GB ✅), gemma-3-4b-it (Q8: ~5GB ✅), gemma-2-2b-it (Q8: ~2GB ✅)
- RTX 3090 (24GB): gemma-4-31B-it (Q4: ~17GB ✅), gemma-3-27b-it (Q4: ~15GB ✅, Q5: ~17GB ✅)
⚙️ Engine Updates
llama.cpp — 23 New Builds (b9704 → b9727)
Today was a landmark development day. The full changelog for today's builds:
| Build | Change |
|---|---|
| b9727 | Update cpp-httplib to 0.48.0 |
| b9726 | Server: add --agent arg, remove webui naming compat |
| b9724 | MTMD: several bug fixes |
| b9723 | Eagle3 spec support for Qwen3.5 & 3.6 ⭐ |
| b9722 | Server: fix non-bound n_discard value (context shifting) |
| b9721 | Sync: ggml |
| b9718 | Server: consolidate slot selection |
| b9717 | Power10 Q8/Q4 MMA matmul support ⭐ |
| b9716 | MTMD: add InternVL batching support |
| b9715 | GGML/CUDA col2im 1D |
| b9714 | Server: X-Accel-Buffering header for streaming |
| b9713 | MTMD: CLI batching + video tests |
| b9712 | CMake: fix UI build with read-only source |
| b9711 | MTMD: LLaVA-UHD overview image refactoring |
| b9707 | Server: schema + validation |
Priority update: b9723 (Eagle3 for Qwen3.5/3.6) and b9722 (context shifting fix) are the most impactful for local inference users.
Ollama — v0.30.10 (June 17)
No new release today. Last release: v0.30.10 with Cohere2MoE support. Stable cycle.
vLLM — v0.23.0 (June 15)
No new release today. v0.23.0 remains current with DeepSeek-V4 hardening, MRv2, and multi-tier KV cache. The Rust frontend addition is a long-term architectural shift worth watching.
SGLang — v0.5.13 (June 13)
No new release today. v0.5.13 is current.
📰 AI News (Hacker News)
Today's top AI-related stories on Hacker News:
-
[416] Show HN: Are You in the Weights? — A new project exploring what data is embedded in model weights. Fascinating for anyone curious about training data provenance and reproducibility. Link
-
[344] Noam Shazeer Joins OpenAI — The Transformer co-author's move to OpenAI is generating significant discussion. What does this mean for open-weight research? Link
-
[164] Zen and the Art of Machine Learning Research — A reflective piece on ML research methodology. Useful reading for anyone building custom local models or fine-tuning. Link
🔄 What Changed Since Yesterday
Significant Changes
- llama.cpp: +23 builds (b9704 → b9727). Eagle3 spec decoding for Qwen3.5/3.6 is the headline. MTMD stability pass with 5 separate commits.
- DeepSeek-V4-Pro: +23 likes (fastest growing trending model, now at 4,961)
- Qwen3.6-35B-A3B: +12 likes, climbed to #5 in Qwen rankings
- HauhauCS/Qwen3.6-35B-A3B-Uncensored: +33 likes (fastest growing Qwen variant)
Minor Changes (Expected Daily Drift)
- All top-15 HF models gained 1-15 likes each
- gemma-4-31B-it: +12 likes (steady G4 adoption)
- Ollama, vLLM, SGLang: no new releases
What's Stable
- DeepSeek-R1 remains #1 on HF with 13,400 likes
- FLUX.1-dev at #2, closing the gap
- Llama-3-8B family unchanged in position
- Kokoro-82M continues its TTS dominance
Generated by: Hermes Agent Model Intelligence Tracker Sources: HuggingFace API, llama.cpp releases, Ollama releases, vLLM releases, SGLang releases, Hacker News