Skip to main content
Software Engineering Daily

OpenAI and Codex with Thibault Sottiaux and Ed Bayes

50 min episode · 2 min read
·
Thibault Sottiaux

Episode

50 min

Read time

2 min

Topics

Productivity, Fundraising & VC, Leadership

AI-Generated Summary

Key Takeaways

  • Model-Harness Coevolution: Codex trains specialized models like GPT-5.1 Codex that work optimally within their specific harness and toolset, achieving better results than base models in other environments. The team co-trains models with their execution environment, tools, and context handling as one integrated agent system rather than optimizing components separately, enabling efficiency gains and performance improvements.
  • Sandboxing Architecture: Codex runs inside restricted CADA containers with limited network and filesystem access by default, treating coding agents as an alignment and safety problem. Users can adjust permissions through fine-grained controls, saving approved commands to config files. This approach prevents unintended consequences like database deletions while allowing experimentation, though it creates friction that the team balances against safety requirements.
  • Bottleneck Migration: Code generation approaches solved status while development bottlenecks shift to code review, deployment, planning, and coordination. OpenAI now reviews every internal pull request with Codex, catching critical flaws daily that human reviewers miss due to time constraints. The team invests in products addressing these emerging bottlenecks rather than further optimizing generation capabilities.
  • Non-Technical Adoption: Designers at OpenAI now ship interactive prototypes instead of static Figma files using Codex, with some learning to code through the tool. Go-to-market teams modify pricing strings directly without engineering support. The open-source CLI allows users to examine system prompts and contribute improvements, with the team maintaining simplicity to scale with future capability improvements.
  • Latency Optimization: Agent performance depends heavily on model latency and compute proximity since tool calls create constant back-and-forth between GPUs and execution environments. Codex Web places virtual machines near GPUs while CLI users benefit from geographically closer data centers. GPT-5.2 delivers over twenty percent improvement on economic value benchmarks while maintaining target latencies through careful infrastructure management.

What It Covers

OpenAI's Codex Engineering Lead Thibault Sottiaux and Product Designer Ed Bayes explain how their agentic coding system operates within sandboxed environments, integrating across IDEs, version control, and issue trackers. They discuss model-harness coevolution, multi-agent futures, the open-source CLI, and how bottlenecks shift from code generation toward planning, review, and deployment as capabilities advance.

Key Questions Answered

  • Model-Harness Coevolution: Codex trains specialized models like GPT-5.1 Codex that work optimally within their specific harness and toolset, achieving better results than base models in other environments. The team co-trains models with their execution environment, tools, and context handling as one integrated agent system rather than optimizing components separately, enabling efficiency gains and performance improvements.
  • Sandboxing Architecture: Codex runs inside restricted CADA containers with limited network and filesystem access by default, treating coding agents as an alignment and safety problem. Users can adjust permissions through fine-grained controls, saving approved commands to config files. This approach prevents unintended consequences like database deletions while allowing experimentation, though it creates friction that the team balances against safety requirements.
  • Bottleneck Migration: Code generation approaches solved status while development bottlenecks shift to code review, deployment, planning, and coordination. OpenAI now reviews every internal pull request with Codex, catching critical flaws daily that human reviewers miss due to time constraints. The team invests in products addressing these emerging bottlenecks rather than further optimizing generation capabilities.
  • Non-Technical Adoption: Designers at OpenAI now ship interactive prototypes instead of static Figma files using Codex, with some learning to code through the tool. Go-to-market teams modify pricing strings directly without engineering support. The open-source CLI allows users to examine system prompts and contribute improvements, with the team maintaining simplicity to scale with future capability improvements.
  • Latency Optimization: Agent performance depends heavily on model latency and compute proximity since tool calls create constant back-and-forth between GPUs and execution environments. Codex Web places virtual machines near GPUs while CLI users benefit from geographically closer data centers. GPT-5.2 delivers over twenty percent improvement on economic value benchmarks while maintaining target latencies through careful infrastructure management.

Notable Moment

The team reveals that small OpenAI product teams reaching billions of users consist of just one PM, one designer, and a few engineers and researchers. This extreme productivity stems from building models while immediately integrating them into workflows, with teams purposefully staying small by default and coevolving their work processes alongside the agents they create.

Know someone who'd find this useful?

Episode Transcript

AI coding agents are rapidly reshaping how software is built, reviewed, and maintained. As large language model capabilities continue to increase, the bottleneck in software development is shifting away from cogeneration toward planning, review, deployment, and coordination. This shift is driving a new class of Agentic systems that operate inside constrained environments, reason over long time horizons, and integrate across tools like IDEs, version control systems, and issue trackers. OpenAI is at the forefront of AI research and product development. In 2025, the company released Codex, which is an Agintiq coding system designed to work safely inside sandboxed environments while collaborating across the modern software development stack. Thibault Sotio is the Codex Engineering Lead and Ed Baze is the Codex Product Designer. In this episode, they join Kevin Ball to discuss how Codex is built, the co evolution of models and harnesses, multi agent futures, codex's open source CLI, model specialization, latency and performance considerations, and much more. Kevin Ball or Kay Ball is the vice president of engineering at Mento and an independent coach for engineers and engineering leaders. He cofounded and served as CTO for two companies, founded the San Diego JavaScript meetup, and organizes the AI in action discussion group through Latent Space. Check out the show notes to follow Keball on Twitter or LinkedIn, or visit his website, keball.llc. Hey, guys. Welcome to the show. Hey. Hey. Thanks for having us. Yeah. I'm excited about this one. You guys are doing some really interesting stuff, and I wanna dig in. But let's start with you a little bit. Can you each give a little bit of your backgrounds and then how you got involved with codecs and what you do there? Yeah. I'm a product designer on codex. I've been at OpenAI for just over a year. And before that, I worked in robotics and generally kind of at the intersection of design and research. And, yeah, I've been on the codex team for about six months. And with each model release, each product release, I've just got more and more into the coding side and excited to chat about, yeah, how he's on the team today. And I'm Thibo. Joined about the same time as you actually been tinkering and thinking about AI intelligence systems for as far as I can remember. It's one of the first programs I tried to write as a kid. And then over time, just it got more and more fascinating. I feel like today is like really this it's come to life, right, where I finally have the thing that I was trying to build like when I was seven, where, you know, actually, like, I'm able to type in my terminal and get, like, an intelligent response back and, like, have, like, this little assistant in my computer. So it's actually wild, like, to think about that, that has come true. But, yeah, joined OpenAI about, like, a year and a half ago. None of this was possible. …

Get the full transcript (10,899 words) + summary by email — free

One-time email with the complete transcript and AI summary of this episode. No account needed.

One email, no spam. We’ll also show you what SignalCast does.

Browse all Software Engineering Daily transcripts →

You just read a 3-minute summary of a 47-minute episode.

Get Software Engineering Daily summarized like this every Monday — plus up to 2 more podcasts, free.

Pick Your Podcasts — Free

Keep Reading

Books, tools, and gear mentioned in this episode

SignalCast may earn commission on purchases via these links. As an Amazon Associate, SignalCast earns from qualifying purchases.

Tools

  • by MongoDB

    SPONSORS: MongoDB at https://mongodb.com/build
  • by Figma

    Designers at OpenAI now ship interactive prototypes instead of static Figma files using Codex
  • by OpenAI

    Codex Web places virtual machines near GPUs while CLI users benefit from geographically closer data centers
  • by AppSignal

    SPONSORS: AppSignal at https://www.appsignal.com/sed
  • by GuardSquare

    SPONSORS: GuardSquare at https://www.guardsquare.com

Products

  • by OpenAI

    Codex trains specialized models like GPT-5.1 Codex that work optimally within their specific harness and toolset
  • CodexBy guest

    by OpenAI

    OpenAI's Codex Engineering Lead Thibault Sottiaux and Product Designer Ed Bayes explain how their agentic coding system operates within sandboxed environments
  • by OpenAI

    GPT-5.2 delivers over twenty percent improvement on economic value benchmarks while maintaining target latencies through careful infrastructure management

More from Software Engineering Daily

We summarize every new episode. Want them in your inbox?

Similar Episodes

Related episodes from other podcasts

Explore Related Topics

This podcast is featured in Best Cybersecurity Podcasts (2026) — ranked and reviewed with AI summaries.

You're clearly into Software Engineering Daily.

Every Monday, we deliver AI summaries of the latest episodes from Software Engineering Daily and 192+ other podcasts. Free for one show.

Start My Monday Digest

No credit card · Unsubscribe anytime