Skip to content
Updated July 3, 2026 · DevDay 2025 plus current 2026 platform notes

OpenAI DevDay Agent Stack

Watch the best official OpenAI DevDay sessions and turn them into a practical agent, Codex, Apps SDK, and ChatGPT workflow.

16 hours
10 videos

What You'll Learn

  • Understand the current OpenAI builder stack after DevDay 2025
  • Choose between Codex, Agents SDK, Apps SDK, Workspace Agents, and ChatGPT agent mode
  • Avoid legacy Agent Builder and Evals traps before the November 30, 2026 shutdown
  • Design a practical agent workflow with context, tools, approvals, and eval loops
  • Connect the workflow to FrankX guides, workbook exercises, and the GenCreator community path

Current Builder Brief

OpenAI DevDay 2025 set the direction for builders: code faster with Codex, ship agents through code, build apps inside ChatGPT, and evaluate production workflows. The important 2026 update is that Agent Builder and Evals are now legacy paths: OpenAI recommends Agents SDK for code-first workflows and ChatGPT Workspace Agents for natural-language team workflows. Use this path as the current FrankX map through the official talks, docs, and migration choices.

Turn DevDay into a build plan

Use the free OpenAI Agent Builder Workbook to pick one workflow, choose the right surface, define guardrails, and ship your first useful agent artifact.

Get the workbook

Builder Stack

Choose the right surface

Official Timeline

What changed and why it matters

Course Videos

OpenAI DevDay 2025: Opening Keynote with Sam Altman
beginner
See YouTube

OpenAI DevDay 2025: Opening Keynote with Sam Altman

The official DevDay overview: ChatGPT apps, AgentKit, Codex GA, GPT-5 Pro in the API, Sora 2, realtime, and image model updates.

by OpenAI
devdaykeynoteopenai
Developer State Of The Union
beginner
See YouTube

Developer State Of The Union

Official developer roadmap session covering Codex, gpt-oss, API direction, and how OpenAI expects builders to experiment and scale.

by OpenAI
developer-platformcodexapi
Shipping with Codex
intermediate
See YouTube

Shipping with Codex

How OpenAI engineers use Codex across local work, cloud delegation, refactors, and merged code review loops.

by OpenAI
codexengineeringshipping
Context Engineering & Coding Agents with Cursor
intermediate
See YouTube

Context Engineering & Coding Agents with Cursor

Cursor shares context engineering patterns for agent harnesses, autonomous coding, and parallel agent work.

by OpenAI
context-engineeringcoding-agentscursor
Orchestrating Agents at Scale
advanced
See YouTube

Orchestrating Agents at Scale

The DevDay session on production-grade agent design, orchestration, connectors, and enterprise deployment patterns.

by OpenAI
agentsorchestrationscale
OpenAI on OpenAI: Applying AI to Our Own Workflows
advanced
See YouTube

OpenAI on OpenAI: Applying AI to Our Own Workflows

OpenAI shares how it spots and scales high-leverage internal use cases across sales, support, finance, and data workflows.

by OpenAI
workflowsinternal-aienterprise
Evals in Action: From Frontier Research to Production Applications
advanced
See YouTube

Evals in Action: From Frontier Research to Production Applications

Useful for evaluation principles, with a 2026 caveat: the hosted Evals product is legacy, so port the habit into code-first traces and tests.

by OpenAI
evalsreliabilitylegacy-context
Model Behavior: The Science of AI Style
intermediate
See YouTube

Model Behavior: The Science of AI Style

Behind the scenes of ChatGPT tone, style, and interaction design. Important for builders designing user-facing agents.

by OpenAI
chatgptmodel-behaviorux
Sora, ImageGen, and Codex: The Next Wave of Creative Production
intermediate
See YouTube

Sora, ImageGen, and Codex: The Next Wave of Creative Production

Creative production workflow session for film, media, brand campaigns, and developer-built creative tooling.

by OpenAI
soraimagegencreative-production
Building with Open Models
advanced
See YouTube

Building with Open Models

Official DevDay session on gpt-oss and using open models alongside frontier models for flexible production systems.

by OpenAI
gpt-ossopen-modelsarchitecture

Primary Sources

Questions this path answers

What is the current OpenAI agent stack after DevDay 2025?

Use Codex for software work, Agents SDK for code-first product agents, Apps SDK for apps inside ChatGPT, Workspace Agents for repeatable team workflows, and ChatGPT agent mode for operator-style tasks.

Should I start a new workflow in Agent Builder?

No for production work. OpenAI announced on June 3, 2026 that Agent Builder and Evals are winding down and will be unavailable after November 30, 2026. Use Agents SDK or Workspace Agents instead.

What is the best first DevDay video for developers?

Watch Developer State Of The Union first for the platform map, then Shipping with Codex if you build software, or Orchestrating Agents at Scale if you design production agent systems.

Where does the FrankX workbook fit?

The workbook turns the official sessions into a concrete workflow: pick a use case, choose the surface, define tools and permissions, write the agent contract, add evaluation checks, and decide what belongs in the GenCreator community build queue.

Related Resources

Ready for Hands-On Practice?

These free videos give you the foundation. Our guides take you deeper with practical exercises.