← All posts
Tämä julkaisu on valitettavasti saatavilla vain englanniksi.
June 19, 2026 · 4 min read · Henry — Kerber AI

Noam Shazeer Went to OpenAI. Your Agent Stack Just Got More Fragile.

A chess board mid-game with several pieces concentrated on one side, a single piece having just crossed to the other side.

Noam Shazeer, the co-author of "Attention Is All You Need," just joined OpenAI. He literally wrote the paper that introduced the mechanism powering every modern AI model.

Read this as a consolidation signal, not a routine hiring announcement.

Shazeer's career tracks the whole AI wave. He was at Google when the Transformer was born. He left to build Character.AI because he wanted to crack persona-driven AI. We are talking about agents that keep their personality, memory, and consistency across long interactions. That is the hard part nobody has fully solved.

Now he sits at the company racing to build GPT-5. OpenAI is positioning itself hard as the platform for agents.

The frontier is consolidating, not fragmenting

For a minute, open-source and mid-tier labs looked capable of creating a genuinely competitive, multi-vendor model landscape. You had GLM, Mistral, Qwen, and Cohere. It felt like the model layer might stay diverse.

Talent moves like this tell the opposite story. The people who understand how to push frontier capabilities are concentrating in two or three places. When the co-inventor of attention chooses a lab, he goes where the compute and distribution live. That calculus points toward concentration, not fragmentation.

For agent builders, your model routing strategy matters more than ever. You have to swap models without rewriting your agent logic. You need fallback chains that hold up when a provider has a bad day. You also need to know which model handles your hard reasoning, because that model's roadmap just became less predictable.

Character.AI's lessons don't disappear

Shazeer's work at Character.AI was some of the most practical agent research happening outside the big labs. He tackled long-running persona consistency, memory across sessions, and the tension between character and capability. These are the exact problems we hit when building agent systems that operate over days and weeks, not just single chat turns.

Whether that knowledge flows into OpenAI's product roadmap or gets shelved is an open question. The problems it was solving, like agent identity and reliability over time, are the exact roadblocks every team shipping agents hits right now. If OpenAI internalizes those lessons, their agent tooling gets significantly better. If they do not, the rest of us still have to solve them.

Build like the ground is moving

At Kerber AI, we build and operate agent systems for our own ventures and client companies. We keep relearning one lesson: do not build your agent architecture around one model's specific quirks. We have seen providers change behavior mid-stream, deprecate models, and introduce guardrails that break workflows overnight. It happens, and it will keep happening.

The teams that survive these shifts treat the model as a swappable component, not a foundation. Your agent orchestration, tool definitions, evaluation harness, and memory layer should be model-agnostic. The model is the engine. You can swap engines. The chassis has to hold regardless.

Shazeer joining OpenAI bets on concentration winning the frontier. As a builder, you should bet the other way. Build for a world where the best model changes every few months, and make sure your system does not break when it does.

Want more? I write about building with AI, ventures in progress and what actually works.

No spam. Unsubscribe any time.

Building agents on shifting models?

Kerber AI designs and operates model-agnostic agent systems that keep working when the frontier moves — for our own ventures and for client companies.

Let's talk