TL;DR
OpenAI is turning ChatGPT into a hub. The new Apps feature lets you access external services directly inside conversations.
OpenAI is turning ChatGPT into a hub. The new Apps feature lets you access external services directly inside conversations. No context switching. No copy-paste workflows.
Want a Spotify playlist? ChatGPT generates it and creates it directly in your account. House hunting? Query Zillow and browse listings without leaving the chat. The initial partners include Canva, Expedia, and several others, but the pattern is clear: OpenAI wants ChatGPT to be the interface for the web.

The biggest announcement is Agent Kit. Think n8n or Zapier, but purpose-built for AI agents. It is a no-code platform for building agent workflows.
You still need to design the logic. Conditional branches, tool selection, and orchestration all require thought. But the interface removes the boilerplate. You can wire together file search, MCP integrations, and custom agents through a visual canvas. Route conversations down different paths based on user intent. Add tools where needed.
For developers who have been duct-taping agent frameworks together, this consolidates the stack.
Video generation is now programmable. Sora 2 and Sora 2 Pro are available via API, opening the door to automated video pipelines.
The integration is straightforward: select your model, pass a prompt, submit the request, and poll for completion. Video generation takes time, so plan for asynchronous workflows. But the customization options, model selection, and prompt control mean you can build video features directly into products rather than treating generation as a manual step.

Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
Codex received three meaningful updates. First, you can now access the agent directly within Slack. Second, the Codex SDK lets you build custom agents on top of OpenAI's infrastructure. If you want to create your own lovable-style app builder or specialized coding assistant, the SDK provides the foundation. Third, usage analytics are now available so you can track how your agents consume tokens and where costs accumulate.
The flagship model is here, but it comes with flagship pricing. GPT-5 Pro costs $15 per million input tokens and $120 per million output tokens. The context window is massive: 400,000 tokens in, 272,000 tokens out.
Independent benchmarks were not available at announcement time, but the expectation is clear. At this price point, OpenAI is positioning it as the best model available across reasoning, coding, and complex task completion. Whether it holds that position depends on head-to-head testing against competitors, but the specs suggest top-tier performance.

Two new cost-optimized models launched alongside the premium tier.
GPT Realtime Mini delivers the same voice capabilities as the standard real-time API, intonation and tone understanding included, at 70% lower cost. For voice applications, this makes OpenAI competitive on price without sacrificing the conversational quality that distinguishes their audio models.
GPT Image 1 Mini offers the same deal for visuals. The model handles everything from infographics to photorealistic images at a reduced price point compared to the full GPT Image 1.
The Agent Kit demo revealed a subtle but powerful feature: conditional widgets. Agents can trigger custom UI elements based on conversation state.
Ask about flights, meet the right criteria, and the agent renders a formatted card instead of plain text. You define the widget structure, styling, and rendering logic within the builder. This moves beyond text-only responses into structured, interactive outputs without leaving the ChatGPT ecosystem.

Technical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
OpenAI's cloud coding agent. Runs in a sandboxed container, reads your repo, executes tasks, and submits PRs. Uses GPT-5...
View ToolOpenAI's flagship. GPT-4o for general use, o3 for reasoning, Codex for coding. 300M+ weekly users. Tasks, agents, web br...
View Tool
New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.
OpenAI's latest flagship model. Major leap in reasoning, coding, and instruction following over GPT-4o. Powers ChatGPT P...
Install the dd CLI and scaffold your first AI-powered app in under a minute.
Getting StartedConfigure Claude Code for maximum productivity -- CLAUDE.md, sub-agents, MCP servers, and autonomous workflows.
AI AgentsWhat MCP servers are, how they work, and how to build your own in 5 minutes.
AI Agents
The video reviews OpenAI’s newly released GPT 5.4, highlighting access tiers (GPT 5.4 Thinking in ChatGPT Plus/Teams/Pro/Enterprise and GPT 5.4 in the $200/month tier) and API availability. It covers

OpenAI AI has launched their first browser called ChatGPT Atlas, which incorporates ChatGPT for enhanced functionality. This browser allows users to interact with their documents using natural...

OpenAI Dev Day Recap: New Features and Announcements In this video, we quickly recap all the announcements from OpenAI's latest dev day. Highlights include 'Apps within Chat PT' for direct...

State-of-the-art computer use, steerable thinking you can redirect mid-response, and a million tokens of context. GPT 5....

Two platforms, two philosophies. Here is how Anthropic and OpenAI compare on APIs, SDKs, documentation, pricing, and the...

GPT-5 introduces a fundamentally different approach to inference. Instead of forcing developers to manually configure re...