← All Guests
AE

Alexander Embiricos

How to set up and use Codex in VS Code and terminal environments for both simple and complex coding tasks.

January 12, 2026·17,382 words
AI & Machine LearningGrowth & MetricsLeadership & ManagementProduct StrategyStartup BuildingDesign & UXEngineeringSales & GTMCareer & Personal GrowthUser PsychologyData & Analytics

Episode

The power user’s guide to Codex: parallelizing workflows, planning techniques, advanced context engineering tips, automating code reviews, and more | Alexander Embiricos

Summary

Product lead for OpenAI's Codex discusses how Codex evolved from a coding agent into something approaching a software engineering teammate, including how OpenAI built the Sora Android app in 18 days using Codex. He shares practical techniques for getting the most out of AI coding: writing a plan.md first, running tasks in parallel, and dogfooding carefully since internal usage patterns don't always match the broader market.

Key Takeaways

1

For complex tasks, first collaborate with Codex to write a plan.md with verifiable steps — it will work much longer and more reliably when given a structured plan before executing.

2

Run AI coding tasks massively in parallel rather than sequentially. Kick off multiple tasks, go do something else, and come back to review results asynchronously.

3

Dogfooding has a blind spot: if your team is highly expert, you'll get different signals than the broader market. Build for the general audience.

4

Codex is moving from 'prompt to patch' toward proactively identifying work — reviewing bug reports and suggesting fixes without being asked.

5

The fastest path to winning in AI coding tools is trust — users need to trust the agent won't break things and will ask when uncertain.

Notable Quotes

A few of us are constantly on Reddit. There's praise up there and there's a lot of complaints. What we can do is as a product team just try to always think about how are we building a tool so that it feels like we're maximally accelerating people rather than building a tool that makes it more unclear what you should do as the human?

AI & Machine Learning
00:01:10

By far, I would say the speed and ambition of working at OpenAI are just dramatically more than what I can imagine. And I guess it's kind of an embarrassing thing to say because everyone who's a startup founder thinks like, "Oh yeah, my startup moves super fast and the talent bar is super high and we're super ambitious." But I have to say, working in OpenAI just made me reimagine what that even means.

AI & Machine LearningGrowth & MetricsStartup Building
00:05:49

And then I think agents outside of coding, it's still very early. And this is just my opinion, but I think they're going to get a whole lot better once they can use coding too in a composable way. It's kind of the fun part of when you're building for software engineers, at my startup, we were building for software engineers too for a lot of that journey, and they're just such a fun audience to build for because they also like building for themselves and are often even more creative than we are in thinking about how to use the technology. So by building for software engineers, you get to just observe a ton of emergent behaviors and things that you should do and build into the product.

AI & Machine LearningStartup BuildingEngineering
00:32:17