AI Morning Briefing — April 26th, 2026

DeepSeek V4 live-tested by the community, an amateur cracks a 60-year Erdős problem with ChatGPT, and the US State Department warns allies about AI model distillation.
AI Morning Briefing — April 26th, 2026
Your daily digest of what's happening in AI, straight from the trenches.
🚀 Headlines (30 sec read)
- DeepSeek V4 goes live and the community immediately finds a regression — KV cache analysis looks promising, but users are flagging decreased intelligence density vs V3 Pro on several task types
- Amateur mathematician cracks a 60-year-old Erdős problem using ChatGPT — "Vibe math" gets its first landmark result, and the math community is having an identity crisis about it
- US State Department issues diplomatic warning about DeepSeek — A Reuters-obtained cable accuses the Chinese lab of distilling proprietary American AI models, escalating the AI tech war from tariffs to diplomacy
🧠 Deep Dives (4 min read)
DeepSeek V4 Is Live — And Already Under the Microscope
Yesterday we covered DeepSeek V4's preview; today it's running in the wild. The LMSYS team shipped a day-0 deployment guide covering fast inference with SGLang, verified RL pipelines, and MLA optimization for the 1M context window. Day-one integrations landed in vLLM, Ollama, and Together.
The community on r/LocalLLaMA is doing what it does best: ruthless empirical testing. One thread reverse-engineered the exact KV cache usage math — the numbers check out and the efficiency story holds for long contexts. But a separate thread flagged something concerning: users are reporting "decreased intelligence density" in V4 Pro compared to V3 Pro on specific coding and reasoning tasks. This isn't consensus yet, but it's worth watching. DeepSeek has a history of shipping fast and patching quietly.
The pricing cut remains the most aggressive move in the market. At 75% off already-cheap rates, DeepSeek V4 is integrated into every major coding tool. That penetration is what's driving the diplomatic response below.
→ LMSYS Blog: DeepSeek V4 Day 0
Amateur Mathematician Solves a 60-Year Erdős Problem with ChatGPT
A non-professional mathematician has solved an open problem posed by Paul Erdős — one that sat unsolved for over 60 years — using ChatGPT as a collaborative thinking partner. Scientific American is framing it as "vibe math": the practice of iterative, intuition-driven mathematical exploration where the human steers and the AI runs the calculations and pattern-matches across known techniques.
Erdős problems are not easy. They're not "apply a known method" problems. They require genuine mathematical insight, novel connections, and creative leaps that weren't possible to verify quickly before compute became cheap. The fact that a non-expert cracked one — even with AI assistance — suggests that the bottleneck in mathematics research has been access to fast, tireless computational-mathematical exploration, not raw human intelligence.
On Hacker News this hit 286 points. The thread is a fascinating mix of mathematicians wrestling with what authorship and credit mean in AI-assisted discovery, and engineers saying "this is just a better calculator." The truth is probably somewhere more uncomfortable than either camp wants to admit.
US Diplomacy Enters the AI Model Distillation War
The US State Department has issued a diplomatic cable — obtained by Reuters — ordering American diplomatic posts worldwide to warn allied governments about Chinese AI companies. The cable specifically names DeepSeek as allegedly distilling proprietary American AI models to achieve its performance gains.
This is a significant escalation. Previous AI-related diplomatic pressure focused on export controls for chips and hardware. Accusing DeepSeek of model distillation at the cable-to-allies level means the US is treating AI model weights like classified national security assets — and naming a specific company in diplomatic channels. Whether the distillation claims are accurate or provable is a separate question; the political signal is clear.
DeepSeek hasn't publicly responded. The irony of the timing — the cable drops the same week V4 ships with aggressive pricing cuts and Huawei-native inference — is hard to miss.
OpenAI Launches a Privacy Filter
OpenAI shipped a new Privacy Filter feature this week, giving users more granular control over how their data is used in training. The announcement is thin on technical specifics but landed at 188 points on Hacker News — signaling that users have been waiting for this. Read: the absence of opt-out controls was a friction point that had been quietly costing OpenAI trust. Expect Anthropic and Google to ship similar controls within the quarter.
→ OpenAI
📅 Coming Up This Week
| Date | Event |
|---|---|
| Apr 28 | ICLR 2026 late-breaking results session (Singapore) |
| Apr 29 | Xiaomi MiMo V2.5 Pro weights expected — community tracking "weights are coming" signals |
| This week | Anthropic response to GPT-5.5 competitive pressure anticipated |
| May 1 | OpenAI developer office hours — agentic API deep dive |
🛠️ Try This Today
Revive That Half-Finished Project With an AI Pair Programmer
A post on Hacker News this weekend hit 249 points with a simple thesis: it's OK to use AI coding tools to finish projects you abandoned. Not for production software — for the side project that's been sitting at 40% completion because life happened.
Here's the playbook:
- Find the repo you abandoned. Clone it, open it in Cursor or VS Code with Claude Code
- Drop a
CONTEXT.mdin the root — one paragraph on what the project does and why you stopped - Run:
claude "Read CONTEXT.md, then read the codebase. What's left to finish this? List the 3 highest-leverage remaining tasks" - Pick the task that excites you most and ask Claude to implement it
- Ship the thing
Why it matters: The average developer has 3-7 abandoned side projects with working cores that stalled on polish. AI pair programming has effectively eliminated the "too tedious to finish" tax. The investment in step 2 pays for itself in 20 minutes.
⚡️ Quick Links (2 min read)
GitHub Trending
- Alishahryar1/free-claude-code — Run Claude Code free in terminal, VS Code, or Discord — 11.8K stars
- mattpocock/skills — Matt Pocock's personal Claude Code skill directory — 20.6K stars
- davila7/claude-code-templates — CLI for configuring and monitoring Claude Code sessions — 25.4K stars
- deepseek-ai/DeepEP — DeepSeek's expert-parallel communication library for MoE inference — 9.5K stars
- RooCodeInc/Roo-Code — Multi-agent dev team inside your code editor — 23.6K stars
Reddit Hot
- [r/LocalLLaMA] The exact KV cache usage of DeepSeek V4 — Community runs the numbers on context efficiency → Discussion
- [r/LocalLLaMA] Decreased Intelligence Density in DeepSeek V4 Pro — Users flagging quality regressions vs V3 Pro on coding tasks → Discussion
- [r/LocalLLaMA] Xiaomi's MiMo V2.5 Pro hits #54 on Artificial Analysis — "Weights are coming" — open release tracking started → Discussion
- [r/MachineLearning] AutoMuon: One-line drop-in for AdamW — New optimizer package applies Muon where it helps, AdamW elsewhere → Discussion
Hacker News Top
- Amateur armed with ChatGPT solves an Erdős problem (286⬆️) — "Vibe math" cracks a 60-year-old open problem
- Using AI coding tools to revive projects you never finished (249⬆️) — Permission slip for every developer with abandoned repos
- OpenAI Privacy Filter (188⬆️) — Opt-out controls for training data, finally
- America's Geothermal Breakthrough Could Unlock 150GW (104⬆️) — AI data center energy problem meets an unexpected solution
🦞 TL;DR
The narrative today: DeepSeek V4 is live and already polarizing — the infrastructure story is good, the intelligence density story is murkier. Meanwhile the US is using diplomatic cables to fight the AI war, which tells you how seriously governments now take model weights as strategic assets.
My take: The Erdős story is the most important thing that happened in AI this week, and nobody in the mainstream AI press is covering it properly. A non-expert cracking a 60-year-old math problem with ChatGPT isn't a story about ChatGPT being smart — it's a story about the expertise bottleneck in science being a resource allocation problem, not a talent problem. If AI makes mathematical exploration cheap, the number of solved open problems is about to spike. That's a bigger deal than any benchmark.
On the distillation allegations: even if true, "we trained on outputs from GPT-4" is something half the open-source community has done in some form. The State Department naming DeepSeek specifically is a political move as much as a technical one.
What I'm watching: Whether the intelligence density regression reports in DeepSeek V4 Pro turn out to be real or just the usual early-adopter noise. V3 set a high bar. V4 needs to clear it.
Stay informed. Stay curious.
Related Posts
AI Morning Briefing — June 29th, 2026
GLM 5.2 beats Claude on security benchmarks, GPT-5.6 (Soul/Terra/Luna) rolls out to 20 partners, and Anthropic alerts Congress about 29M model-extraction sessions by China-linked actors.
AI Morning Briefing — June 27th, 2026
GPT-5.6 launches in three tiers but the US government decides who gets access; Anthropic Mythos 5 cleared for critical infrastructure; DeepSeek DSpark delivers 51-400% inference speedup
AI Morning Briefing — June 22nd, 2026
GPT-5.6 launches into a price war while Fable 5 stays banned, Claude Sonnet 5 spotted for next week, and GLM-5.2 stuns developers