This is a free preview of a subscribers-only post.
Was this newsletter forwarded to you? Sign up to get it in your inbox.
GPT-5 Codex is OpenAI's latest update to its coding agent, launching today with two major improvements: dynamic thinking time and seamless hand-offs between local and cloud environments. The handoff is OpenAI's vision for coding: AI that works like a colleague who keeps going when you step away from your desk.
What’s new
- New model (GPT-5 Codex). GPT-5 Codex is a fine-tuned variant for coding that chooses its own “thinking time.” It answers trivial queries immediately and can stay with multi-step refactors for much longer when needed.
- Hand-off between VS Code, web, and (eventually) command line interface (CLI). With GPT-5 Codex you can start coding in VS Code (a popular code editor built by Microsoft), and then hand the job off to Codex Cloud before you close your laptop. Because the task is now running on OpenAI’s servers instead of your machine, it keeps going while you’re offline—something local execution can’t do. Eventually this will ship for Codex CLI, too, but for now it’s only available in VS Code.
- Better code reviews. OpenAI is also releasing a code review bot that runs your repository in its own space, executes checks, and can apply fixes on GitHub—catching deeper issues than a bot that only reads your code.
- Availability and costs. GPT-5 Codex is set to power the web-based version of Codex and be selectable in the CLI and VS Code extension, with pricing aligned to GPT-5.
Codex learns to think—and keeps going
The main event of this update is that Codex can run a fine-tuned variant of GPT-5, made specifically for coding. GPT-5 Codex dynamically selects its own “thinking time”: It returns immediate results for trivial questions, like, “What folder are we in?” and thinks longer for hard tasks. This is a similar pattern to the one OpenAI first used with GPT-5 in ChatGPT, and now it’s coming to your programming environment.
Make your team AI‑native
Scattered tools slow teams down. Every Teams gives your whole organization full access to Every and our AI apps—Sparkle to organize files, Spiral to write well, Cora to manage email, and Monologue for smart dictation—plus our daily newsletter, subscriber‑only livestreams, Discord, and course discounts. One subscription to keep your company at the AI frontier. Trusted by 200+ AI-native companies—including The Browser Company, Portola, and Stainless.
Dynamic thinking time makes GPT-5 Codex much more usable. You can have a back-and-forth conversation with it, instead of only sending it off to do work for minutes at a time.
The other important change...
Become a paid subscriber to Every to unlock this piece and learn about what's working with GPT-5 Codex, what needs work, and what the rest of the Every team thinks.