Developer State Of The Union
Quick Overview
OpenAI announced significant advancements across its platform during Dev Day Three, focusing on empowering developers through new models like GPT-5 and Sora 2, expanding Codex capabilities with deep IDE/terminal integration and Multimodal Component Protocol (MCP) support, and launching the Apps SDK for building interactive experiences directly within ChatGPT, all aimed at accelerating software engineering and AI application development.
Key Points: OpenAI's initial 2015 plan included solving reinforcement learning and unsupervised learning, which ultimately led to successes like the Dota 2 project and the Unsupervised Sentiment Neuron paper, culminating in GPT-3. GPT-5 is designed for agentic tasks, excelling at instruction following, tool use, refactoring large code bases, and generating front-end UIs, with Pro versions being smarter but more expensive. Two new Sora models, Sora 2 and Sora 2 Pro, are now available in the API for high-quality video generation, alongside smaller, cheaper voice (70% less expensive) and image generation models (80% price cut). Codex now integrates across terminal, IDE, and GitHub, featuring GPT-5 Codex optimized for coding; new team features include a Slack integration and a Codex SDK for embedding the agent into custom workflows. The Responses API replaces chat completions as the flagship for building agents due to built-in tools (web search, MCP), support for multiple tool calls in one request, and preserving reasoning tokens, making it 20% faster on average. The new Apps SDK, built on MCP, allows developers to create fully interactive applications inside ChatGPT using familiar web technologies like React, enabling features like controlling venue lighting directly from a chat conversation. OpenAI released GPT-OSS models, achieving 23 million downloads on Hugging Face, demonstrating community adoption for local or on-premise AI needs, exemplified by projects like OpenSOC and Lifeline Mesh.
Context: The Developer State of the Union address, presented by Greg Brockman and later by Olivia Gunmore and others, reviewed OpenAI's historical journey from its founding plan in 2015 to current developer tooling. The narrative traced progress from early successes in reinforcement learning (Dota 2) and unsupervised learning (sentiment neuron) to the creation of large models like GPT-3 and the subsequent decision to release technology via API to let developers build applications, leading to today's focus on sophisticated agent building capabilities.