← All digests
AI Developer Digest

Sun, Jul 5, 2026

3 signals that cleared the gate48 scanned10 min read
The Signal — start here
Post-July 4 holiday quiet from tier 1 labs — no new model drops from Anthropic, OpenAI, Google, or Meta. The most time-sensitive item isn't a release: Fable 5's subscription inclusion window closes in 2 days (July 7). Mistral shipped Leanstral 1.5 this week, a specialist 119B MoE for Lean 4 formal proofs that saturates miniF2F and is Apache 2.0. llama.cpp shipped 5 releases in 22 hours (b9873–b9878) fixing concrete crash paths across MoE tensor parallelism, quantized CUDA, and speculative decoding. LiteLLM has an RC out (v1.92.0-rc.1) with MCP server management and credential masking improvements.

Must-Reads

  1. Claude Fable 5 exits subscription July 7 — moves to metered usage credits ($10/$50 per MTok). Enable usage credits in Settings before Monday or lose Fable 5 access.
  2. Leanstral 1.5 — Mistral's Apache 2.0 Lean 4 theorem prover. PutnamBench 587/672, miniF2F saturated, free in Labs. Best open formal-verification model available.

Breaking Changes

None this cycle.


Model Releases

1
Medium

Leanstral 1.5 — Mistral's Apache 2.0 Lean 4 theorem prover

What changed
Mistral released Leanstral 1.5, a 119B MoE (6B active parameters) specialized for Lean 4 formal proofs. Key benchmark results: PutnamBench 587/672 (up from <500 in prior versions); miniF2F now fully saturated (previous versions did not saturate); FLTEval pass@1 21.9→28.9. Supports 256k context. Licensed Apache 2.0. Available free in Mistral Labs (retirement date September 30, 2026) and on HuggingFace.
TL;DR
119B MoE, 6B active, 256k context, Apache 2.0, free in Labs. Saturates miniF2F. Best open Lean 4 prover available.
Developer signal
Access via leanstral-1-5 model ID in Mistral Labs at $0 (until Sept 30); weights at mistralai/Leanstral-1.5-119B-A6B on HuggingFace (Apache 2.0, self-hostable). Designed for multi-turn agentic loops — the model receives Lean compiler feedback and iterates. Lean 4 only; not a general-purpose coding model.

Quality gate score: 7 (note: mistral.ai/news primary returned HTTP 403; data confirmed across 5 independent technical publications with consistent benchmark numbers)


Affects you ifBuilding formal verification pipelines, working with Lean 4, doing mathematical reasoning research, or evaluating AI-assisted proof engineering.EffortModerate — requires Lean 4 toolchain setup if you don't already have it; API call itself is straightforward.

API & SDK Changes

1
High

Claude Fable 5 exits subscription inclusion July 7 — moves to metered usage credits

What changed
Since July 1, Claude Fable 5 has been included in Pro/Max/Team/Enterprise subscriptions up to a ~50% weekly usage limit. As of July 8 (effective July 7 for billing setup), every Fable 5 token is billed separately via usage credits: $10/M input tokens, $50/M output tokens. This is a temporary capacity measure. Anthropic intends to return Fable 5 to subscriptions when capacity allows — no timeline given.
TL;DR
From July 8, Fable 5 on claude.ai/Claude Code billed at $10/$50 per MTok via usage credits — no longer included. Enable credits before July 7 or access stops.
Developer signal

  • Subscription users (claude.ai, Claude Code, Cowork): Go to Settings → Usage before July 7 → enable usage credits → attach payment method → set spend limit. Without this, Fable 5 calls will fail after the free window closes.

  • API users calling claude-fable-5 directly: No change — you're already paying API rates. Nothing to do.

  • Claude Code Max/Team users: Cost model changes. Long agentic sessions can easily consume >1M output tokens — a $50+/session cost is real at Fable 5 rates. Consider using claude-sonnet-5 for exploration and claude-fable-5 only for final synthesis.

Quality gate score: 8


Affects you ifClaude Pro/Max/Team/Enterprise subscriber using Fable 5 via claude.ai, Claude Code, or Cowork on an included-plan basis.EffortQuick — Settings → Usage, ~2 minutes. No code changes for API users.

Research

Nothing cleared the quality bar this cycle. arXiv had no new AI/ML/CL submissions on Saturday July 4 (US holiday). HuggingFace Papers Daily showed no July 4–5 entries.


Tooling

1
Notable

llama.cpp b9873–b9878 — 5 releases in 22 hours: MoE + speculative decoding + quantized CUDA crash fixes

What changed
ggml-org/llama.cpp shipped 5 releases from July 4–5 (b9873 through b9878), all new since yesterday's digest (which covered b9870–b9871). Fixes across:

  • b9878: Fix GQA draft model tensor split metadata staleness in speculative decoding

  • b9877: Multi-buffer safety fixes

  • b9876: Fix crash in tensor parallelism + CPU-offloaded MoE (split-state lookup before contiguity assertion)

  • b9874: Add CUDA kernel for quantized concat ops (b9871 fixed the CPU path only; this fixes the GPU path)

  • b9873: Fix K/V null dereference guard in speculative decoding

TL;DR
4 concrete crash paths fixed: tensor parallelism + CPU MoE, quantized CUDA concat, speculative decoding K/V guard, GQA draft model metadata staleness. Cumulative — b9878 includes all prior fixes.
Developer signal
Upgrade to b9878 if you use any of: (1) tensor parallelism with CPU-offloaded MoE experts; (2) quantized models on CUDA with concat operations; (3) speculative decoding with draft models; (4) multi-GPU setups. b9878 is a drop-in upgrade.

Quality gate score: 9


Affects you ifRunning llama.cpp with tensor parallelism + CPU-offloaded MoE, speculative decoding, quantized CUDA inference, or multi-GPU configurations.EffortQuick — binary upgrade, no API changes.

Benchmarks & Leaderboards

No new movements July 4–5. Claude Sonnet 5 was added to SWE-bench Pro on July 1 at 63.2% (covered in yesterday's digest). Fable 5 post-reinstatement ELO is accumulating on LMArena but no updated ranking published yet.


Technical Discussions

Nothing cleared the quality bar this cycle. Both high-signal Willison posts returned 403. No Hacker News AI threads scored >200 on July 4–5.


Quick Hits

  • LiteLLM v1.92.0-rc.1 (July 5, 00:32 UTC): Adds "all-proxy-mcpservers" sentinel for MCP server routing, credential masking in fallback error messages, shadcn/ui migration in proxy UI. RC — wait for stable v1.92.0 before upgrading production. GitHub

Worth Watching

ItemETANotes
Claude Fable 5 subscription endsJuly 7 (2 days)Action required — see API & SDK section
OpenAI workspace agents credit billingJuly 6 (tomorrow)Per-action billing starts for workspace agents
Gemini 3.1 Flash-Lite preview deprecationJuly 9 (4 days)Migrate to 3.1 Flash stable
Mistral OCR 4 webinarJuly 7, 6pm CETLivestream — new OCR model details expected
GPT-5.6 Sol"Coming weeks"~20 orgs in preview; $5/$30 MTok pricing confirmed
LongCat-2.0 weightsPendingAPI only currently; OSS weights not yet released
Claude Opus 4.7 fast mode removalJuly 24Fast mode on Opus 4.7 being retired
Gemini 3.5 Pro GAJuly 2026No specific date; currently in preview
Claude Opus 4.1 retirementAugust 5Migrate to Opus 4.7 or Fable 5
Imagen 4 shutdownAugust 17Migrate to Imagen 4 Ultra or Veo 3
Apple iOS 27 / Foundation ModelsFall 2026On-device model APIs; Foundation Models SDK beta available now
OpenAI Agent Builder shutdownNovember 30Migrate to Responses API or Assistants v2


Filtered from 30+ primary sources against a published quality rubric. No press releases, no fluff — only what changes what you build.