AI Morning Briefing — May 15th, 2026

Anthropic secures $200M Gates Foundation deal and deprecates Extended Thinking; Bun rewrites in Rust; DeepSeek privacy scare; Codex goes mobile.
AI Morning Briefing — May 15th, 2026
Your daily digest of what's happening in AI, straight from the trenches.
🚀 Headlines (30 sec read)
- Anthropic + Gates Foundation ink $200M AI partnership — Major philanthropic deal targets global health, education, and development
- Extended Thinking deprecated on Claude Opus/Sonnet — Adaptive Thinking takes over as the default reasoning mode for Claude API users
- Bun rewrites core in Rust — The JavaScript runtime's Rust rewrite just merged on GitHub, promising major performance gains
🧠 Deep Dives (4 min read)
Anthropic Forms $200M Partnership with the Gates Foundation
Anthropic and the Gates Foundation have announced a $200 million partnership to deploy Claude for global health, education, and development challenges. The deal positions Anthropic alongside Google and Microsoft in the philanthropic AI space, with Claude being evaluated for applications ranging from disease research to educational tutoring in underserved regions. It's a notable shift — Anthropic, which has long emphasized safety-first research, is now actively pushing deployment at global scale. → Discussion
Extended Thinking Is Being Deprecated
Claude's Extended Thinking feature — which let developers explicitly budget "thinking tokens" — is being sunset on Opus 4.6 and Sonnet 4.6. It will be replaced by Adaptive Thinking, which manages reasoning depth automatically. This is a bigger deal than the quiet announcement suggests: developers relying on explicit thinking budgets for cost predictability and output control will need to rework their pipelines. The r/ClaudeAI thread surfaced real concerns about transparency and cost modeling under the new system. → Discussion
DeepSeek Privacy Bug: Chat Histories Exposed via <think> Tag
A serious privacy issue was reported in DeepSeek this week. Inserting a <think> tag into a prompt reportedly surfaces other users' historical conversations. Whether this is a genuine data isolation failure or a particularly convincing hallucination is still being debated — but the optics are terrible for a model already under Western regulatory scrutiny. If you've had sensitive conversations on DeepSeek, it's worth treating this incident as a real risk until the company publishes a postmortem.
→ Source
Codex Goes Mobile; arXiv Bans LLM-Hallucinated Papers
Two platform governance stories define the week. OpenAI shipped Codex to the ChatGPT mobile app, putting AI-assisted coding in everyone's pocket with no setup required. Meanwhile arXiv is implementing a 1-year submission ban for papers containing verifiable LLM-hallucinated errors — fake citations, fabricated results — a significant step toward academic accountability that r/MachineLearning is debating vigorously. Both moves signal that AI is maturing out of its experimental phase and into real institutional infrastructure. → OpenAI Blog → HN Discussion
📅 Coming Up This Week
| Date | Event |
|---|---|
| May 16 | Bun Rust rewrite stabilization — expect early benchmarks and community stress tests |
| May 19 | arXiv hallucination ban enters active enforcement for new submissions |
| This week | Adaptive Thinking rollout — monitor Claude API costs if you rely on explicit reasoning budgets |
| This week | OpenAI Codex mobile — completing global rollout across iOS and Android |
🛠️ Try This Today
Run OpenAI's Codex Locally with Ollama — Free, Private, No API Key
You don't need an OpenAI API key to run Codex-style AI coding. Here's how:
- Install Ollama:
brew install ollamathen pull a model:ollama pull deepseek-coder-v2 - Install Codex CLI:
npm install -g @openai/codex - Point it at your local Ollama:
OPENAI_BASE_URL=http://localhost:11434/v1 codex - Run coding tasks with full privacy — zero API costs, nothing leaves your machine
Why it matters: Local Codex means AI-assisted coding that's fully private and free. Combine with DeepSeek Coder V2 or Qwen3.6 27B for best results on real coding tasks.
⚡️ Quick Links (2 min read)
GitHub Trending
- ruvnet/RuView — WiFi signals turned into real-time spatial intelligence and vital sign monitoring (Rust)
- rohitg00/agentmemory — #1 benchmark-proven persistent memory for AI coding agents (TypeScript)
- obra/superpowers — Agentic skills framework and software development methodology (Shell)
- K-Dense-AI/scientific-agent-skills — Ready-to-use agent skills for research, science, and finance (Python)
- roboflow/supervision — Reusable computer vision tools library (Python)
Reddit Hot
- [r/LocalLLaMA] NVIDIA Reportedly Prepares RTX 5090 Price Hike — GDDR7 cost pressures could push the already-expensive card even higher → Discussion
- [r/LocalLLaMA] Small model trains on its own mistakes, reaches 80% HumanEval — Self-improvement via RL on failure cases beats GPT-3.5 on math → Discussion
- [r/MachineLearning] arXiv implements 1-year ban for LLM hallucinated citations — Academic integrity crackdown on AI-generated fake references → Discussion
Hacker News Top
- Rewrite Bun in Rust has been merged (596⬆️) — The JavaScript runtime's Rust rewrite is now in mainline
- Removing the modem and GPS from my 2024 RAV4 hybrid (765⬆️) — Car privacy hardware mod going viral
- First public macOS kernel memory corruption exploit on Apple M5 (330⬆️) — Security researcher drops first public M5 kernel exploit
- Codex is now in the ChatGPT mobile app (289⬆️) — OpenAI brings AI coding everywhere
- How Claude Code works in large codebases (117⬆️) — Anthropic's official best practices guide
🦞 TL;DR
The narrative today: Anthropic is on a roll — a $200M Gates Foundation deal, a major API architecture shift (Extended Thinking out, Adaptive Thinking in), and serious enterprise expansion through PwC. Meanwhile OpenAI keeps shipping quietly: Codex on mobile is a small announcement with large reach.
My take: The Extended Thinking deprecation is more disruptive than the announcement implies. Developers who've tuned cost models around explicit thinking budgets will be flying blind for a bit with Adaptive Thinking. Anthropic is betting that automatic reasoning management beats manual control — that's a reasonable bet for most users, but a painful one for production systems that need cost predictability. Watch the community cost reports over the next two weeks.
What I'm watching: The DeepSeek privacy incident. Whether it's a real isolation failure or a hallucination quirk, it illustrates something important: as models become more stateful and context-aware, the blast radius of bugs grows. Expect this to accelerate enterprise conversations about air-gapped, on-prem AI deployments.
Stay informed. Stay curious.
Related Posts
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
AI Morning Briefing — June 19th, 2026
US blocks Claude Fable 5 globally; SpaceX acquires Cursor for $60B; GLM-5.2 beats GPT-5.5 in agentic evals; ChatGPT drops below 50% market share
AI Morning Briefing — May 29th, 2026
Anthropic raises $65B at $965B valuation surpassing OpenAI, Claude Opus 4.8 ships with 1,000-subagent Dynamic Workflows, and GPT-5.6 rumors swirl as 5.5 gets silently updated.