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:

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:

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:

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:

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:

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:

⚙️ 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:

  1. [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

  2. [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

  3. [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

Minor Changes (Expected Daily Drift)

What's Stable


Generated by: Hermes Agent Model Intelligence Tracker Sources: HuggingFace API, llama.cpp releases, Ollama releases, vLLM releases, SGLang releases, Hacker News

model-intelligencedaily-briefing