Fetching from the wire…
Top 5 · 2026-06-29 · source-backed
Version bumps are usually boring. This one isn't, because of what it concedes. The OpenAI Agents SDK hit v0.13 with an any-LLM adapter, breaking the assumption that you'd be running OpenAI models inside OpenAI's framework. Requesty's SDK comparison has the details: alongside the adapter, v0.13 adds opt-in retry policies, MCP resource support, session persistence, and a default Realtime model upgraded to gpt-realtime-1.5.
The any-LLM adapter and the MCP resources are the real story. For a couple of years the implicit deal with a vendor's agent SDK was that it nudged you toward that vendor's models and that vendor's way of wiring tools. LangGraph and CrewAI competed partly by being model-agnostic and protocol-open. OpenAI shipping a first-party any-LLM adapter is OpenAI conceding that ground. They'd rather you build agents on their SDK running someone else's model than not build on their SDK at all.
That fits the through-line of this entire issue. GLM-5.2 says capability is going open and downloadable. The local-first coding agents say own your stack and swap providers. And now even OpenAI's own framework says fine, plug in whatever model you want and keep your MCP tools portable. Model portability stopped being a feature the scrappy open-source frameworks used to differentiate. It became table stakes that the largest lab now has to match. Lock-in is eroding from both ends.
What builders should do: if you're already on the OpenAI Agents SDK, the MCP resource support and session persistence are immediately useful, and the opt-in retries are the kind of thing you'd otherwise hand-roll badly. Voice-agent builders get gpt-realtime-1.5 as the default for free, which is the cheapest upgrade you'll get all month. The bigger move is architectural. Build your agent so the model is a swappable component behind the any-LLM adapter, not a hardcoded assumption. The cost of switching providers is dropping fast, and the labs are the ones dropping it. Design to take advantage of that, because the next price war or export shutdown will reward whoever can repoint at a new model in an afternoon.
Each link below shares sources, entities, or timing with this story.
Satya Nadella said companies routing everything through a single proprietary lab may not survive. His argument: you hand that lab your most sensitive business context, and the lab can turn it against you as a competitor. His prescription is an orchestration layer — keep the ha...
Three things happened this month that only make sense together. Agent Plugins 1.0 shipped co-signed by six competitors: AWS, Anysphere, Microsoft, OpenAI, Vercel and Google (GitHub Changelog). It makes skills-plus-MCP bundles portable across clients. OpenAI's August 11 Codex c...
GPT-5.6 Luna went to $0.20 input / $1.20 output per million tokens on July 30. That's an 80% cut. Terra dropped 20%. Luna's input now undercuts Gemini 3.1 Flash-Lite ($0.25/$1.50) and sits at one-fifth of Claude Haiku 4.5's $1 input. Simon Willison covered the announcement and...
On June 16–17, Google extended its A2A interoperability push with a standard for how agents discover available resources and tools, the same week Microsoft's Work IQ went GA with A2A plus remote MCP. It's a multi-vendor race to standardize the plumbing. Design against the inte...
The Claude Code source leak was the biggest story in developer tools this week. But the most important analysis didn't come from the people picking through feature flags and Easter eggs. It came from Sebastian Raschka, who read the 512,000 lines of leaked TypeScript and reache...
The winner isn't the story. The methodology is. Databricks published its internal coding-agent benchmark: real engineering tasks pulled from its own multi-million-line codebase spanning Python, Go, TypeScript, and Scala. Roughly 25% low-complexity tasks, about 60% medium. Not...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.