Skip to content

OpenAI DevDay Agent Stack 2026

5 min read7/3/2026Frank
OpenAI DevDay Agent Stack 2026

OpenAI DevDay Agent Stack 2026

OpenAI DevDay 2025 was not just a launch event. For builders, it was the clearest map of how OpenAI wants software, agents, apps, and media workflows to fit together.

The important July 2026 update is simple: do not start a new production workflow on hosted Agent Builder or hosted Evals. OpenAI has said those products are winding down and will be unavailable after November 30, 2026. Treat them as migration references, then route new work toward Codex, Agents SDK, Apps SDK, Workspace Agents, or ChatGPT agent mode.

The Current OpenAI Builder Map

Use this stack as the practical decision layer:

SurfaceBest useAvoid when
CodexSoftware engineering, code review, repo tasks, local/IDE/cloud delegationThe workflow is not primarily code or repository work
Agents SDKCode-first agents with owned orchestration, tools, state, approvals, and observabilityYou only need one model call plus simple tools
Apps SDKInteractive apps inside ChatGPTThe product needs to live mostly outside ChatGPT
Workspace AgentsRepeatable team workflows in ChatGPTYou need deep custom app orchestration
ChatGPT agent modeOperator tasks across browser, files, connectors, and analysisYou need deterministic backend execution
Agent Builder and hosted EvalsMigration reference for existing workflowsAny fresh production foundation

Watch These First

Start with the official sessions that give the highest leverage per minute.

YouTube
OpenAI DevDay 2025 Opening Keynote
YouTube
OpenAI Developer State Of The Union
YouTube
Shipping with Codex
YouTube
Orchestrating Agents at Scale
YouTube
Model Behavior: The Science of AI Style

For the full curated playlist, use the OpenAI DevDay Agent Stack learning path.

How To Choose Your First Build

Pick one workflow with all five of these properties:

  1. It recurs weekly.
  2. It has clear inputs.
  3. It needs judgment, not just automation.
  4. It has a visible output.
  5. Failure can be caught before it reaches a customer or public channel.

Good first builds include:

  • A support triage brief that drafts next actions but waits for approval.
  • A content research assistant that turns official sources into a cited outline.
  • A repo maintenance agent that updates docs and opens a reviewed pull request.
  • A creator production assistant that converts one idea into scripts, briefs, and publishing tasks.
  • A data QA assistant that compares spreadsheets, flags anomalies, and writes a human-readable report.

The FrankX Decision Rule

If the work ends in code, start with Codex.

If the work becomes a product feature, start with Agents SDK.

If the work belongs inside ChatGPT, start with Apps SDK or Workspace Agents.

If the work is personal or operator-style, start with ChatGPT agent mode.

If the work is in Agent Builder already, export and migrate it.

Why This Matters For Creators

The best creators are becoming systems designers. They do not just ask ChatGPT for isolated outputs. They design repeatable workflows: source intake, prompt contracts, review gates, media generation, publishing, feedback, and community learning.

That is why the free resource pack exists:

The goal is not to make everyone an API engineer. The goal is to help creators and builders know when a workflow should be a prompt, a custom GPT, a Codex task, an app, an agent, or a community operating ritual.

Official Sources

Use these as primary references:

FAQ

Should I use Agent Builder in 2026?

Not for new production work. OpenAI has announced Agent Builder and hosted Evals are winding down. Use Agents SDK for code-first workflows or Workspace Agents for natural-language team workflows.

What is the best first OpenAI DevDay video?

Watch Developer State Of The Union first if you need the platform map. Watch Shipping with Codex first if you are a developer. Watch Orchestrating Agents at Scale first if you are designing production workflows.

Where does ChatGPT fit now?

ChatGPT remains the fastest operator and thinking surface. Use it for exploratory work, files, browsing, connectors, and agent mode tasks. Move to Codex or Agents SDK when the workflow becomes repeatable, code-shaped, or production-critical.

What should creators do with this?

Pick one creator workflow, write the agent contract, build a small demo, then bring the useful pattern into the GenCreator community path so others can learn, remix, and improve it.

Next Step

Download the OpenAI Agent Builder Workbook, then work through one real build. Small, scoped, useful, and reviewed beats a giant abstract agent every time.