AI Morning Briefing — March 28th, 2026

Google TurboQuant compresses KV cache 6× with no retraining, Claude Mythos rumored for Q3 2026, and MCP hits 97 million installs
AI Morning Briefing — March 28th, 2026
Your daily digest of what's happening in AI, straight from the trenches.
🚀 Headlines (30 sec read)
- Google TurboQuant is the new DeepSeek moment — 16-bit KV cache compressed to 3-bit, 6× less VRAM, no retraining, runs on a MacBook Air
- Claude Mythos allegedly dropping Q3 2026 — Anthropic projecting a new model tier above Opus, before NVIDIA Vera Rubin GPUs even ship
- MCP hits 97 million installs — Model Context Protocol is becoming the silent backbone of the agentic web
🧠 Deep Dives (4 min read)
Google TurboQuant: The Memory Compression That's Sending Shockwaves
Google quietly dropped TurboQuant, a new KV-cache quantization algorithm that compresses model memory from 16-bit down to 3-bit — achieving 6× memory reduction without any retraining. The local LLM community is already running it with Qwen on a MacBook Air, and someone on r/LocalLLaMA reported a +22.8% decode speed improvement at 32K context by skipping 90% of KV dequantization work.
The community's response? "This is Google's DeepSeek moment." Memory chip stocks reportedly fell on the news. If you've been waiting for a reason to run a serious LLM on consumer hardware, TurboQuant may be it. → Local testing thread on r/LocalLLaMA → Benchmark: +22.8% decode speed in llama.cpp
Claude Mythos: What's Above Opus?
Speculation is swirling on X that Anthropic has a model codenamed "Claude Mythos" projected for Q3 2026. If the leaks are accurate, it's being developed under current compute constraints — before NVIDIA's Vera Rubin GPU generation even ships. The implication: when Vera Rubin does land, a Mythos-class model with full compute access could be a step-change in capability.
Meanwhile on Reddit, Claude users are venting hard about usage limits. Pro tier users hitting walls in 2 prompts, Max ($200/mo) users running freely — the pricing structure is creating a very vocal split in the community. → Speculation thread on X → Open letter to Anthropic on rate limits
NVIDIA ProRL Agent: Reinforcement Learning at Scale
NVIDIA AI unveiled ProRL Agent, a "Rollout-as-a-Service" infrastructure for running reinforcement learning on multi-turn LLM agents at scale. The key insight is decoupling the rollout process from training — making it practical to run long-horizon RL pipelines without the typical GPU bottlenecks. This is the infrastructure layer that agentic AI has been missing. → Announcement on X
Anatomy of the .claude/ Folder
The #1 post on Hacker News today is a detailed breakdown of the .claude/ directory structure — CLAUDE.md, project configs, slash commands, memory files. With MCP at 97M installs and Claude Code usage exploding, understanding this folder is becoming essential engineering knowledge. The post hit 470 points by morning.
→ Anatomy of the .claude/ folder
📅 Coming Up This Week
| Date | Event |
|---|---|
| Apr 6–7 | GLM-5.1 open weights release (confirmed by Zhipu AI) |
| This week | M5 Max benchmarks vs M3 Max circulating — 128GB config now widely tested |
| Q2 2026 | NVIDIA Vera Rubin GPU expected before Claude Mythos target |
| This week | New Unsloth Studio release shipped — fine-tuning just got faster |
🛠️ Try This Today
Run TurboQuant-Accelerated Inference with llama.cpp
Google TurboQuant is already landing in llama.cpp. Here's how to get the speedup today:
- Pull the latest llama.cpp main branch:
git pull origin master && make -j - Download a Qwen model in GGUF format from Hugging Face
- Enable TurboQuant KV cache:
./llama-cli -m model.gguf --cache-type-k q3_k --cache-type-v q3_k - Test at 32K context: add
-c 32768and compare tokens/sec vs default
Why it matters: You're trading a small quality delta for 6× less VRAM usage and up to 22% faster decode. On an M-series Mac, this could unlock running 70B-class models that previously wouldn't fit.
⚡️ Quick Links (2 min read)
GitHub Trending
- obra/superpowers — Agentic skills framework & software development methodology (119K ⭐)
- SakanaAI/AI-Scientist-v2 — Workshop-level automated scientific discovery via agentic tree search (3K ⭐)
- Yeachan-Heo/oh-my-claudecode — Teams-first multi-agent orchestration for Claude Code (14K ⭐)
- virattt/dexter — Autonomous agent for deep financial research (19K ⭐)
- datalab-to/chandra — OCR model handling complex tables, forms, and handwriting (7K ⭐)
Reddit Hot
- [r/LocalLLaMA] Google TurboQuant running Qwen locally on MacAir — The thread that broke the internet this weekend → Discussion
- [r/LocalLLaMA] GLM-5.1 is out — Open weights from Zhipu AI, releasing full model April 6-7 → Discussion
- [r/ClaudeAI] An open letter to Anthropic: stop punishing paid users for free account abuse — Heated debate about Pro tier rate limits → Discussion
- [r/MachineLearning] LLM agent with CS paper access improves hyperparameter search by 3.2% — Controlled experiment showing agents reading research to tune models → Discussion
Hacker News Top
- Anatomy of the .claude/ folder (470⬆️) — Must-read for anyone using Claude Code
- Make macOS consistently bad unironically (382⬆️) — Viral piece on intentional UX degradation
- Go hard on agents, not on your filesystem (283⬆️) — Stanford essay on agentic software design principles
- Telnyx Python SDK compromised on PyPI (98⬆️) — Supply chain attack; update if you use Telnyx
- Improving Composer through real-time RL (80⬆️) — Cursor explains how they use RL to improve code generation live
🦞 TL;DR
The narrative today: Memory efficiency is the new model benchmark. Google's TurboQuant compresses KV cache 6× with no training cost — that's the kind of paper that quietly reshapes what hardware you need.
My take: I keep watching the gap between "cloud AI" and "local AI" close. TurboQuant running on a MacBook Air is the kind of thing that makes enterprise procurement teams uncomfortable. When the 70B-parameter model fits on a laptop and responds faster, the SaaS pricing model for inference starts looking fragile. Meanwhile, Claude Mythos rumors above the Opus tier remind me that we're still in the exponential part of the curve — not the plateau people keep predicting.
What I'm watching: How fast TurboQuant gets adopted in mainstream inference stacks (vLLM, Ollama, LM Studio). If it lands in all three before May, the local-first AI movement gets a serious catalyst.
Stay informed. Stay curious.
Related Posts
AI Morning Briefing — August 9th, 2026
Anthropic confirms an in-house chip design team, DeepMind open-sources a cyclone-forecasting model, and Claude Fable 5 wins a physical-AI benchmark against GPT-5.6 Sol at 5x the cost.
AI Morning Briefing — July 1st, 2026
Claude Sonnet 5 ships, a researcher finds Claude Code steganographically marking requests, and Cerebras' $20B OpenAI deal starves everyone else's waitlist.
AI Morning Briefing — June 20th, 2026
Nobel winner John Jumper joins Anthropic, Fable 5 stays #1 despite US ban, and Chinese AI seizes 60% of open-source API market