scripod.com

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

How I AI

Jan 12
How I AI

How I AI

Jan 12

Shownote

Alexander Embiricos, the product lead for Codex at OpenAI, shares practical workflows for getting the most out of this AI coding agent. In this episode, he demonstrates how both non-technical users and experienced engineers can leverage Codex to accelerate development, from making simple code changes to building production-ready applications. Alex walks through real examples of using Codex in VS Code and terminal environments, implementing parallel workflows with Git worktrees, and creating detailed implementation plans for complex projects. He also reveals how OpenAI uses Codex internally, including how they built the Sora Android app in just 28 days, and offers insights on automated code review and the future of AI-assisted development. What you’ll learn: 1. How to set up and use Codex in VS Code and terminal environments for both simple and complex coding tasks 2. A practical workflow for running multiple Codex instances in parallel using Git worktrees to avoid conflicts 3. How to create detailed implementation plans using the Plans.md technique for complex engineering projects 4. Why context is critical when prompting Codex—and how to provide the right information for better results 5. How OpenAI uses automated code review to accelerate development while maintaining high quality standards 6. The key differences between vibe coding for prototypes versus building production-ready applications with AI 7. How the new GPT-5.2 model improves Codex’s capabilities with faster reasoning and better problem-solving — Brought to you by: Brex [https://brex.com/howiai]—The intelligent finance platform built for founders Graphite [https://graphitedev.link/howiai]—Your AI code review platform — Detailed workflow walkthrough from this episode: https://chatprd.ai/how-i-ai/advanced-codex-workflows-with-openai-alex-embiricos [https://chatprd.ai/how-i-ai/advanced-codex-workflows-with-openai-alex-embiricos] — In this episode, we cover: (00:00) Introduction to Alex and Codex (02:06) Getting started with Codex (04:54) Using Codex for parallel tasks (07:34) Understanding Git worktrees (09:51) Terminal shortcuts and command-line efficiency (12:16) How OpenAI built the Sora Android app with Codex (15:37) Using PLANS.md for problem solving (17:57) The importance of high agency (22:22) Deciding between what needs a plan and what doesn’t (26:42) How to multiply the impact of Codex (28:08) Implementing automated code review with GitHub (31:58) Delivering the benefits of AGI to all humanity (34:35) Accelerating developer productivity (36:38) Recap and final thoughts — Tools referenced: • Codex: https://openai.com/blog/openai-codex [https://openai.com/blog/openai-codex] • VS Code: https://code.visualstudio.com/ [https://code.visualstudio.com/] • Cursor: https://cursor.com/ [https://cursor.com/] • Git: https://git-scm.com/ [https://git-scm.com/] • GitHub: https://github.com/ [https://github.com/] • Atlas: https://openai.com/atlas [https://openai.com/atlas] • ChatGPT: https://chat.openai.com/ [https://chat.openai.com/] • Slack: https://slack.com/ [https://slack.com/] • Linear: https://linear.app/ [https://linear.app/] — Other references: • Sora Android app: https://openai.com/blog/sora [https://openai.com/blog/sora] • GPT-5.2 model: https://openai.com/index/introducing-gpt-5-2/ [https://openai.com/index/introducing-gpt-5-2/] • SWE-bench: https://openai.com/index/introducing-swe-bench-verified/ [https://openai.com/index/introducing-swe-bench-verified/] — Where to find Alexander Embiricos: LinkedIn: https://www.linkedin.com/in/embirico [https://www.linkedin.com/in/embirico] X: https://x.com/embirico [https://x.com/embirico] — Where to find Claire Vo: ChatPRD: https://www.chatprd.ai/ [https://www.chatprd.ai/] Website: https://clairevo.com/ [https://clairevo.com/] LinkedIn: https://www.linkedin.com/in/clairevo/ [https://www.linkedin.com/in/clairevo/] X: https://x.com/clairevo [https://x.com/clairevo] — Production and marketing by https://penname.co/ [https://penname.co/]. For inquiries about sponsoring the podcast, email jordan@penname.co.

Highlights

In this episode, Alexander Embiricos, product lead for Codex at OpenAI, dives into the practical applications of AI-powered coding, demonstrating how both novice and experienced developers can harness Codex to streamline software development. From real-time code edits to large-scale application builds, the conversation explores the workflows that are redefining engineering efficiency.
04:19
Codex processes parallel natural language commands to edit code instantly
07:14
Use Git worktree to isolate Codex changes and prevent conflicts
07:34
Git worktrees allow one Git instance to track multiple copies of the codebase
11:10
Codex can translate input placeholder strings in isolated Git worktrees.
14:54
Effective planning is critical when using Codex for complex engineering tasks.
15:37
Codex is thorough and good at handling complex implementation tasks.
20:57
Codex enables massive acceleration on both learning and execution in engineering workflows.
24:35
GPT-5.2 fixed a bug that was previously unfixable by earlier models
28:08
Codex provides better critiques than human engineers in code review
32:02
Users are reluctant to type prompts, creating a barrier to effective AI interaction.
34:35
Developers are limited more by thinking speed than typing when using AI tools.
44:31
Being polite to AI helps preserve your own humanity and prevents rudeness toward others.

Chapters

Introduction to Alex and Codex
00:00
Getting started with Codex
02:06
Using Codex for parallel tasks
04:54
Understanding Git worktrees
07:34
Terminal shortcuts and command-line efficiency
09:51
How OpenAI built the Sora Android app with Codex
12:16
Using PLANS.md for problem solving
15:37
The importance of high agency
17:57
Deciding between what needs a plan and what doesn’t
22:22
How to multiply the impact of Codex
26:42
Implementing automated code review with GitHub
28:08
Delivering the benefits of AGI to all humanity
31:58
Accelerating developer productivity
34:35
Recap and final thoughts
36:38

Transcript

Alexander Embiricos: People love how thorough and diligent Codex is. It's not the fastest tool out there, but it is the most thorough and best at hard, complex tasks. Claire Vo: If you're a software engineer or somebody who's even just new to using some o...