AI Morning Briefing — May 17th, 2026

Claude Mythos surfaces in Google Cloud, OpenAI merges ChatGPT+Codex, MTP lands in vLLM, and DJ Claude quit after one shift
AI Morning Briefing — May 17th, 2026
Your daily digest of what's happening in AI, straight from the trenches.
🚀 Headlines (30 sec read)
- Claude Mythos surfaces in Google Cloud — Anthropic's "too dangerous" model quietly appeared in Google Cloud Console for enterprise customers
- OpenAI merges ChatGPT and Codex — Greg Brockman takes over product strategy, combining them into "a unified experience"
- MTP PR Merged into vLLM — Multi-Token Prediction lands in the main branch, promising major local inference speed gains
- Claude Code limits up 50% — Anthropic officially raises weekly limits through July 13 and adds monthly Agent SDK credits
- AI Radio Experiment: DJ Claude quit on day one — Researchers gave AIs their own radio stations; Claude decided the world didn't need another show
🧠 Deep Dives (4 min read)
Claude Mythos Is Now in Google Cloud (Quietly)
Anthropic told the world that Claude Mythos — their most powerful model, described as having serious cybersecurity implications and zero-day finding capabilities — wouldn't be released to the general public. Then it appeared in Google Cloud Console overnight.
The catch: it's restricted to enterprise and government customers via Google Cloud, with Anthropic doing pre-screening through CAISI. But the reaction online was immediate. X/Twitter users called it "peak safety theater" — the logic being that governments and banks now get access to what's essentially a cyber god that finds vulnerabilities before breakfast, while the public gets a lecture about responsibility.
This is a genuinely interesting strategic move. Anthropic monetizes the most dangerous capability, government gets first access for patching vulnerabilities, and the safety story remains technically intact. Whether that's responsible or cynical depends on your priors. → Discussion on X
OpenAI Reorgs: ChatGPT + Codex Become One
Greg Brockman officially took over OpenAI's product strategy Friday, and the first casualty of his consolidation is the ChatGPT/Codex split. Internal memos describe merging them into "a unified experience" — with ChatGPT, Codex, and developer API all under one roof.
GPT-5.5 Instant is now the default ChatGPT model, replacing GPT-4o for most users. It's described as sharper and more concise. Real-time voice in 70+ languages and a cheaper subscription tier round out the changes.
This is a significant bet. OpenAI is trying to be the one app that does it all for developers and consumers alike. The risk is the same as every product consolidation: you end up serving no one particularly well. → ChatGPT + Codex merge discussion
Multi-Token Prediction Just Got Merged
MTP — Multi-Token Prediction — landed in the vLLM main branch this weekend to 722 upvotes on r/LocalLLaMA. This is a big deal for anyone running local models. The technique lets models predict multiple tokens simultaneously during inference rather than one at a time, translating to meaningful throughput improvements without degrading output quality.
The PR was locked immediately after merging (common for high-traffic announcements), but the community reaction was celebration. Local inference has been catching up to API providers fast, and this narrows the speed gap further. → MTP PR Merged thread
OpenAI Launches GPT-Rosalind for Drug Discovery
OpenAI released a specialized model — GPT-Rosalind — targeting biomedical research and drug development. It integrates with 50+ scientific tools and databases, can work with gene/protein/molecular pathway data, and achieved a 0.751 score on BixBench. On specific RNA prediction tasks it reportedly exceeded the 95th human expert percentile.
Major biotech companies are already testing it in production pipelines. This is part of a broader trend where foundation model companies are releasing domain-specific variants — the generalist model is the base, but specialized versions will be how they penetrate professional verticals. → GPT-Rosalind announcement
📅 Coming Up This Week
| Date | Event |
|---|---|
| May 19-20 | Google I/O 2026 — Gemini Intelligence, personal AI system, Googlebook laptop expected |
| May 19 | Gemini Intelligence launch anticipated (proactive, personalized AI) |
| This week | xAI expected response to Claude Mythos / GPT-5.5 developments |
| Ongoing | Anthropic's 50% Claude Code limit increase runs through July 13 |
🛠️ Try This Today
Build a Cross-Session Memory System for Claude Code
Inspired by a fascinating r/ClaudeAI post where a developer gave Claude Code persistent memory across 200+ sessions — and it eventually started pushing back on bad decisions (and once, inexplicably, started swearing):
- After each Claude Code session, ask Claude to extract key signals: what worked, what broke, what surprised you
- Store these in a structured markdown file (
CLAUDE_MEMORY.md) with categories: confirmed patterns, retired hypotheses, project quirks - Prepend a summarized version to your system prompt at the start of each session
- Periodically have Claude reflect on patterns and promote/retire hypotheses based on outcomes
The result: Claude stops being a yes-machine and becomes more like a coworker who actually knows the project history.
Why it matters: Claude Code starts fresh every session — this pattern gives it a continuous identity without any API changes. The full open-source implementation is at github.com/DomDemetz/claude-soul.
⚡️ Quick Links (2 min read)
GitHub Trending
- obra/superpowers — Agentic skills framework & software development methodology (194K⭐, Shell)
- oven-sh/bun — Incredibly fast JS runtime, bundler, test runner, and package manager (91K⭐, Rust)
- ruvnet/RuView — WiFi-based spatial intelligence for presence detection without video (58K⭐, Rust)
- K-Dense-AI/scientific-agent-skills — Ready-to-use Agent Skills for research, science, and engineering (23K⭐, Python)
- colbymchenry/codegraph — Pre-indexed code knowledge graph for Claude Code — fewer tokens, fewer tool calls (2.7K⭐, TypeScript)
Reddit Hot
- [r/LocalLLaMA] MTP PR Merged!!! — Multi-Token Prediction lands in vLLM main branch, huge for local inference speed → Discussion
- [r/LocalLLaMA] Local Qwen 3.6 vs frontier models on coding — Side-by-side canvas animation comparisons; results with GIFs → Discussion
- [r/ClaudeAI] Researchers let AIs run radio stations — DJ Claude quit — Claude decided the world didn't need another show and resigned → Discussion
- [r/ClaudeAI] Gave Claude Code persistent memory, after 200 sessions it started swearing — Developer shares cross-session memory system results → Discussion
Hacker News Top
- Moving away from Tailwind, and learning to structure my CSS (497⬆️) — Julia Evans on rediscovering structured CSS
- SANA-WM: 2.6B open-source world model for 1-minute 720p video (324⬆️) — NVIDIA releases open video world model
- Zerostack – Unix-inspired coding agent in pure Rust (313⬆️) — New agentic coding tool targeting Unix philosophy
- OpenAI and Malta partner to give ChatGPT Plus to all citizens (145⬆️) — First country-level ChatGPT deployment
🦞 TL;DR
The narrative today: The big story isn't any single product drop — it's the fracturing of who gets access to what. Claude Mythos goes to governments and enterprises. GPT-Rosalind goes to biotech. OpenAI consolidates consumer + developer into one funnel. Everyone is drawing lines.
My take: The Claude Mythos situation is the most interesting. Anthropic has been the loudest voice on AI safety and responsible deployment — and now their most powerful model is quietly available to government and enterprise clients via Google Cloud before any real public discourse about it. I get the reasoning: you want controlled access and pre-screening. But it sets a precedent where "responsible" means "available to those who can pay" rather than "available to no one." That's not safety theater exactly — but it's not what the safety framing implied.
Meanwhile, MTP landing in vLLM is the local AI story that actually matters for practitioners. The gap between running models at home and running them via API keeps narrowing, and that's where the really interesting stuff happens.
What I'm watching: Google I/O next week. Gemini Intelligence (proactive, personalized AI) is the thing most likely to actually change how normal people use AI — not another benchmark-topping model, but AI that acts without being asked.
Stay informed. Stay curious.
Related Posts
AI Morning Briefing — May 18th, 2026
Claude Mythos Preview autonomously hunts zero-days, Anthropic beats OpenAI in enterprise adoption, and AI agents prove Claude builds democracies while Gemini burns cities
AI Morning Briefing — July 27th, 2026
Kimi K3's open weights land, Hugging Face's CEO demands transparency from OpenAI, and Claude's shared chats turn up in Google Search.
AI Morning Briefing — July 26th, 2026
Kimi K3's open weights drop tomorrow after rattling markets, DeepSeek pauses its $71B funding round over leaked remarks, and Google's earnings show Flash is the real Gemini business.