AI Briefings·7 min read

AI Morning Briefing — July 15th, 2026

Lyubo
Lyubo·
AI Morning Briefing — July 15th, 2026

GPT-5.6 Sol propels Codex past 7 million users, PrismML squeezes a 27B-class model onto a phone, and Elon Musk reverses course to call Anthropic the leader in AI.

AI Morning Briefing — July 15th, 2026

Your daily digest of what's happening in AI, straight from the trenches.


🚀 Headlines (30 sec read)

  • GPT-5.6 Sol pushes Codex past 7 million users — up from under 1M in February, closing in on Claude Code's lead in agentic coding.
  • PrismML's Bonsai 27B becomes the first 27B-class model to run on a phone — a 1-bit build at ~3.9GB fits an iPhone 17 Pro's on-device memory budget.
  • Elon Musk reverses course, calls Anthropic "the leader in AI" — pledges not to weaponize SpaceX's compute deal against a company that now depends on it.

🧠 Deep Dives (4 min read)

GPT-5.6 Sol Is Turning Codex Into OpenAI's Fastest-Growing Product

GPT-5.6 landed in Codex on July 9 with three tiers — Sol, Terra, and Luna — plus a new "ultra" mode that fans a task out to four parallel subagents. The uptake has been unusually steep: Codex's active user count reportedly grew from under 1M in February to over 7M by mid-July, with a chunk of that arriving in the days right after Sol's launch. Independent benchmarking from Artificial Analysis has Sol landing one point behind Claude Fable 5 on their Intelligence Index at roughly a third of the price, while topping their own Coding Agent Index inside OpenAI's harness. The catch: on SWE-Bench Pro, OpenAI's own reporting still shows Fable 5 comfortably ahead of Sol (80.3% vs 64.6%), so this isn't a clean sweep — it's a genuinely strong, much cheaper alternative that's pulling developers who were previously all-in on Claude Code. → Source

PrismML Squeezes a 27B-Class Model Onto a Phone

PrismML's Bonsai 27B, built on Qwen3.6 27B, ships in two operating points: a ternary build sized for laptops and a 1-bit build at just 3.9GB — small enough to fit inside the roughly 6GB an iPhone actually grants an app after the OS, KV cache, and activations take their share. That's the real headline: a 4-bit quant of a 27B model still runs ~18GB, nowhere close to phone-viable. PrismML's low-bit kernels get it running natively via MLX on iPhone, iPad, and Mac, and via CUDA on NVIDIA GPUs, at around 11 tokens/second on an iPhone 17 Pro Max. Reception on r/LocalLLaMA was enthusiastic but not uncritical — testers note the 1-bit variant trades some intelligence for footprint, and that the ternary build (fits in ~10GB) is the sweet spot if you're not phone-constrained. Weights are Apache 2.0 licensed and already up on Hugging Face. → Source

Musk Calls Anthropic "The Leader in AI," Promises Not to Cut Its Compute

After a year of public jabs — Musk once said "winning was never in the set of possible outcomes for Anthropic" — he did a full about-face this week, posting that he was "clearly wrong" and that Anthropic is "obviously currently the leader in AI." The reversal matters because Anthropic now depends on Musk's infrastructure: a May deal gives it access to 300 megawatts of compute (220,000+ Nvidia GPUs) from SpaceX's Colossus 1 data center, worth roughly $1.25B/month through 2029. That dependency is exactly what triggered the exchange — X users pointed out Musk could theoretically throttle a rival by pulling the plug, and Musk publicly promised he wouldn't, citing Tesla's patent pledge and the open Supercharger network as precedent. Worth noting: Anthropic has previously accused Chinese labs of "distilling" Claude via mass fake-account querying, and Musk has separately admitted under oath that "AI companies distill other AI companies" — so hosting a competitor's compute isn't without risk to Anthropic beyond uptime. → Source


📅 Coming Up This Week

DateEvent
Jul 15Kimi K3 reportedly launches — a leaked Moonshot AI promo page named today as the start date before being pulled
This weekDeepSeek V4 expected to go GA, per r/LocalLLaMA chatter
Late JulyClaude Opus 5 rumored window — unconfirmed, treat leaks as speculative until Anthropic posts
AugustGLM 5.5 rumored, per early leaks circulating on X and Reddit

🛠️ Try This Today

Run a Phone-Class 27B Model Locally on Your Mac

Bonsai 27B's release means you can now run genuinely capable reasoning models on consumer hardware without a beefy GPU. Here's how to try it:

  1. Install the MLX runtime: pip install mlx-lm (Apple Silicon Macs only)
  2. Pull the ternary build for the best quality-to-size ratio (fits ~10GB RAM): hf download prism-ml/Ternary-Bonsai-27B-gguf
  3. Run it: mlx_lm.generate --model prism-ml/Bonsai-27B-mlx-1bit --prompt "Explain the tradeoffs of ternary vs 1-bit quantization"
  4. Compare the output against a Q4 quant of the same base model to see what you're trading away for footprint

Why it matters: local inference on 27B-class models used to mean a $2,000+ GPU. If ternary/1-bit quantization holds up across more model families, "runs on my laptop" moves up a full capability tier.


⚡️ Quick Links (2 min read)

GitHub Trending

Reddit Hot

  • [r/LocalLLaMA] Bonsai 27B: The First 27B-Class Model to Run on a Phone — top of r/LocalLLaMA today, 112 comments debating the 1-bit vs ternary tradeoff → Discussion
  • [r/ClaudeAI] Opus 5 coming soon? — 249 comments of speculation, no confirmation from Anthropic → Discussion
  • [r/LocalLLaMA] A new GLM model incoming — 197 comments, community bracing for a packed open-weight release week → Discussion

Hacker News Top


🦞 TL;DR

The narrative today: GPT-5.6 Sol is having a real moment in Codex — the user growth numbers are the kind of step-function jump that's hard to fake — while Anthropic spent the week mending fences with its own infrastructure supplier, Elon Musk's SpaceX. Meanwhile the actual frontier of "what can run where" moved on-device: a 27B model fitting inside a phone's memory budget is a bigger deal for the next year of local AI than another leaderboard flex.

My take: The Codex growth numbers are real, but I'd hold off before assuming this is style points over substance — SWE-Bench Pro still has Fable 5 comfortably ahead of Sol, so a chunk of the migration is price-driven, not quality-driven. Cheaper-and-good-enough beats expensive-and-best when the task is "write straightforward code," and that's most tasks. The Bonsai 27B release is the one I'm actually excited about: quantization tricks that get a 27B model onto a phone with room to spare change what "local-first AI" can mean for products, not just hobbyists.

What I'm watching: Whether Kimi K3's leaked July 15 date holds, and whether Anthropic ships anything to counter the Codex momentum before end of month — the Opus 5 rumors are unconfirmed, but the pressure to respond is real.

Stay informed. Stay curious.

Share:
AIOpenAIClaudeDaily Briefing