AI Briefings·7 min read

AI Morning Briefing — June 18th, 2026

Lyubo
Lyubo·
AI Morning Briefing — June 18th, 2026

Noam Shazeer leaves Google for OpenAI, Vercel launches Eve for AI agents, and the US delays the DeepSeek blacklist.

AI Morning Briefing — June 18th, 2026

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


🚀 Headlines (30 sec read)

  • Noam Shazeer reportedly joining OpenAI — the last Transformer paper co-author leaves Google less than two years after the $2.7B Character.AI buyout
  • Vercel launches Eve: "Next.js for AI Agents" — frontend infrastructure makes agentic apps a first-class primitive
  • US holds off DeepSeek blacklist — Commerce Dept approved the ban on DeepSeek + 100 Chinese AI firms but is sitting on it while trade talks continue

🧠 Deep Dives (4 min read)

Noam Shazeer Leaving Google for OpenAI

If you follow AI history closely, this one lands differently. Shazeer is a co-author of "Attention Is All You Need," the 2017 Transformer paper that kicked off the modern AI era. He also gave us Mixture-of-Experts (MoE), Multi-Query Attention, SwiGLU activations, Adafactor, T5, and more — basically the architectural toolbox that every frontier model is built from.

Google paid $2.7 billion to acquire Character.AI and bring him back fewer than two years ago. Now he's reportedly walking out again. The fact that he's going to OpenAI — not starting another company — is significant. It suggests OpenAI is currently the most exciting place to do frontier model research, or at least the most willing to resource it.

Every single "Attention Is All You Need" co-author has now left Google. → Discussion on X


Vercel Launches Eve: Next.js for AI Agents

Vercel dropped Eve today, positioning it as the framework for building AI agent applications — same way Next.js became the default for React apps. The pitch: stop stitching together LangChain + Next.js + deployment glue and use a single opinionated stack purpose-built for agentic workflows.

This is a smart bet. The number of agent apps going to production is about to explode, and right now there's no clear winner for "how do you actually ship this thing." Vercel is trying to be that winner before the market solidifies. The lock-in risk is real, but so is the productivity gain if it actually works.

Watch how quickly framework adoption moves versus, say, Next.js — agents have a higher tolerance for opinionated choices than UI apps because the problem space is less settled.


OpenAI Is Losing Billions — Leaked Financials

Leaked financial documents picked up by Ars Technica show OpenAI burning through billions annually despite massive revenue growth. The infrastructure costs of running frontier models at scale are brutal — training runs, inference clusters, and the talent war all compound.

This matters because it puts pressure on OpenAI's timeline to profitability and the pricing of their API. It also contextualizes why every major player is racing to cut inference costs: the economics only work if you can serve tokens cheaply. → Ars Technica


Claude Design Gets a Pro Workflow Upgrade

Anthropic upgraded Claude Design with a set of tools aimed at professional design-to-code workflows: /design-sync for syncing with codebases, direct in-canvas editing, export to PDF/PPTX/HTML, and integrations with Canva and Vercel. The positioning is shifting from "AI that makes UI mockups" toward "AI that bridges design and shipping."

Combined with Claude Code's deep editor integrations, Anthropic is quietly building a full-stack dev toolchain. The question is whether the design quality holds up on real-world production UIs versus polished demos.


📅 Coming Up This Week

DateEvent
Jun 20Nim Conf 2026 — online systems language conference
This weekGLM-5.2 GGUF distillations going live on Unsloth — community fine-tunes incoming
This weekUS Commerce Dept decision on whether to publish DeepSeek/Chinese AI entity list
Jun 19–20Claude Code and Anthropic free course rollout (13 courses, certificates included)

🛠️ Try This Today

Index your codebase with a persistent knowledge graph (codebase-memory-mcp)

The #1 trending GitHub repo today is a high-performance MCP server that builds a knowledge graph of your entire codebase — think semantic search and cross-file understanding that survives context window limits.

  1. Clone and install: git clone https://github.com/DeusData/codebase-memory-mcp && cd codebase-memory-mcp && npm install && npm run build
  2. Add to your Claude Code MCP config (.claude/settings.json): point the server at your project root
  3. Ask Claude Code questions like "what calls this function across the whole repo?" or "trace the data flow from API request to database"
  4. The graph persists between sessions — no re-indexing needed

Why it matters: Most AI coding tools lose track of large codebases because they're limited to what fits in the context window. A persistent knowledge graph means you get consistent answers about your whole codebase, not just the files currently open.

codebase-memory-mcp on GitHub


⚡️ Quick Links (2 min read)

GitHub Trending

  • DeusData/codebase-memory-mcp — High-performance code intelligence MCP server; builds a persistent knowledge graph of your codebase
  • n0-computer/iroh — "IP addresses break, dial keys instead" — modular Rust networking stack for peer-to-peer connections
  • Panniantong/Agent-Reach — Give your AI agent eyes to see Twitter, Reddit, YouTube, and GitHub
  • obra/superpowers — An agentic skills framework and software development methodology
  • google-research/timesfm — Google's pretrained time-series foundation model for forecasting

Reddit Hot

  • [r/LocalLLaMA] GLM-5.2 is a win for local AI — 753B MIT-licensed coding model, and the distillation potential for 8B/70B local models is massive → Discussion
  • [r/LocalLLaMA] Gemma 4 E2B running in-browser at 255 tok/s — WebGPU kernels written by Fable 5, no server required → Discussion
  • [r/LocalLLaMA] Leaked financial docs show OpenAI is losing billions — community reacts to the Ars Technica scoop → Discussion

Hacker News Top


🦞 TL;DR

The narrative today: The Transformer paper's last remaining author at Google just walked out the door to OpenAI, and Vercel is trying to become the default infrastructure for AI agents before anyone else claims the category.

My take: The Shazeer move is the clearest signal yet that the frontier model race is concentrating even further — the people who invented the core primitives are choosing OpenAI as the arena. Meanwhile, the open-source side is having a genuinely good week: GLM-5.2's MIT license with 753B parameters is a gift to the distillation community, and Gemma 4 running at 255 tok/s in a browser via WebGPU kernels written by an AI model is exactly the kind of compounding weirdness that makes this moment interesting. We're at the point where AI writes the kernels that run AI in the browser.

What I'm watching: Whether Vercel Eve actually ships something opinionated enough to lock in developer habits, or ends up as another abstraction layer that the community forks around.

Stay informed. Stay curious.

Share:
AIOpenAIAnthropicDaily BriefingDeepSeek