TL;DR
OpenAI is turning ChatGPT into a hub. The new Apps feature lets you access external services directly inside conversations.
Read next
GPT-5 introduces a fundamentally different approach to inference. Instead of forcing developers to manually configure reasoning parameters, the model operates as a unified system with real-time rou...
7 min readA developer's comparison of OpenAI and Anthropic ecosystems - models, coding tools, APIs, pricing, and which to choose for different use cases.
10 min readCodex works from the terminal, cloud tasks, IDEs, GitHub, Slack, and Linear. Here is how to use it and how it compares to Claude Code.
5 min readOpenAI 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.
For model-selection context, compare this with OpenAI Codex: Cloud AI Coding With GPT-5.3 and Codex vs Claude Code in April 2026: Which Agent for Which Job; model quality matters most when it is tied to a concrete coding workflow.
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.
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
From the archive
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.

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 flagship. GPT-4o for general use, o3 for reasoning, Codex for coding. 300M+ weekly users. Tasks, agents, web br...
View ToolOpenAI's latest flagship model. Major leap in reasoning, coding, and instruction following over GPT-4o. Powers ChatGPT P...
View ToolOpenAI's coding agent for terminal, cloud, IDE, GitHub, Slack, and Linear workflows. Reads repos, edits files, runs comm...
View ToolThe TypeScript toolkit for building AI apps. Unified API across OpenAI, Anthropic, Google. Streaming, tool calling, stru...
View ToolInstall 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
GPT-5 introduces a fundamentally different approach to inference. Instead of forcing developers to manually configure re...

A developer's comparison of OpenAI and Anthropic ecosystems - models, coding tools, APIs, pricing, and which to choose f...

Codex works from the terminal, cloud tasks, IDEs, GitHub, Slack, and Linear. Here is how to use it and how it compares t...

OpenAI's April 2026 Codex changelog shows a clear product shift: Codex is becoming a full agent workspace with goals, br...

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...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.