Skip to content
ChatGPT
Module 307Track F — Developer Deep-DivesFull day

Codex for Developers

Advanced

Professional developers using Codex as an engineering tool, and building agents on OpenAI's platform

Prerequisites: Working developer setup (terminal, git, IDE) and a ChatGPT account. Module 18 (Prompt Engineering Deep-Dive) helps. Module 301 not required.

Last verified 2026-09-17

Learning objectives

By the end, participants can:

  1. Run Codex across its surfaces (the ChatGPT desktop app, Codex CLI, the Codex IDE extension, Codex cloud and ChatGPT on the web) and choose the right one for a task
  2. Write and maintain AGENTS.md files that Codex discovers and obeys
  3. Set sandbox mode and approval policy deliberately, starting from the defaults (sandbox_mode workspace-write with network access off, approval_policy on-request)
  4. Connect MCP servers and add skills, and know which mechanism a given need belongs to
  5. Use Codex in pull requests, code review and CI with the GitHub Action (openai/codex-action@v1)
  6. Build an agent loop with the Responses API, then the same loop with the Agents SDK

What's in this module

6 lessons · 6 exercises · ~7 min reading

Starts withThe mental model~1 min

Executive summary

You will learn how to run Codex as a professional tool across its surfaces, write AGENTS.md files that change behaviour, set sandbox and approval policy on purpose, extend it with MCP servers and skills, wire it into git and CI, and build a first agent loop on the Responses API and the Agents SDK. End state is an AGENTS.md committed to your most important repo, one real backlog item shipped through Codex with review, one MCP server connected, one CI job running codex exec, and a working agent loop with one tool of your own. After this module you can delegate scoped engineering work with confidence, structure the delegation so your team can reuse it, draw the autonomy line in a shared codebase, and move from using an agent to building one.

Sources

Prefer the live room?

This module also runs inside our in-person bootcamps and workshops in Copenhagen.

More in Track F