
Module 5 · Becoming Technically Great
5.1 What's New in Codex Right Now
A tool that ships this fast rewards people who track why a feature landed, not just that a changelog entry exists. Here's what's actually worth internalizing from late 2026, and what each one changes about how you should be working.
The model lineup kept advancing through the year — from GPT-5-Codex, purpose-built for agentic software engineering rather than adapted from a general chat model, through GPT-5.1-Codex-Max with stronger long-horizon reasoning for sessions running many hours unattended, to GPT-5.2-Codex adding vision for reading screenshots and diagrams directly, materially stronger performance on large-scale refactors and migrations, and genuinely solid native Windows support for the first time. Practically, this means the ceiling for "how big a task can I hand off in one go" keeps rising — a full-repo migration that would've needed careful babysitting and manual context management a year ago is closer to a normal fire-and-forget cloud task now.
The desktop app merged directly into the ChatGPT desktop application, which sounds like a small integration detail but changes the day-to-day surface count in your favor — one app to have open, coordinating agents across multiple projects, instead of a separate standalone window competing for your attention.
Security got meaningfully more first-class rather than staying an afterthought. Untrusted projects skip loading AGENTS.md entirely now, closing off a specific injection risk where a malicious repo could plant instructions for an agent to blindly follow. And Codex Security — an application-security agent built out of an internal project called Aardvark — specifically hunts for and proposes fixes to real vulnerabilities, covered properly in the next lesson.
The habit worth building from this lesson specifically: check what model your sessions are actually running every few weeks rather than assuming you're already on the latest, and skim OpenAI's release notes when a new Codex model lands. Five minutes, done consistently, and you'll be using capabilities most people around you haven't found yet — that gap compounds.
