/
© 2026 RiffOn. All rights reserved.

Get your free personalized podcast brief

We scan new podcasts and send you the top 5 insights daily.

  1. How I AI
  2. “A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos
“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos

How I AI · Jan 12, 2026

OpenAI's Codex product lead reveals pro tips for maximizing the AI teammate: from Git WorkTrees for parallel tasks to structured planning.

Isolate Parallel AI Development Using Git Worktrees

For complex, parallel tasks that might conflict, use `git worktrees`. This creates separate, tracked copies of the codebase, allowing multiple AI agents to work on different features simultaneously without creating merge conflicts in the main branch.

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos thumbnail

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos

How I AI·3 months ago

Designers Can "Vibe Code" Functional Prototypes Using AI Tools

AI coding agents enable "vibe coding," where non-engineers like designers can build functional prototypes without deep technical expertise. This accelerates iteration by allowing designers to translate ideas directly into interactive surfaces for testing.

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos thumbnail

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos

How I AI·3 months ago

AI Shifts Developer Bottlenecks from Writing Code to Architectural Thinking

As AI agents handle the mechanics of code generation, the primary role of a developer is elevated. The new bottlenecks are not typing speed or syntax, but higher-level cognitive tasks: deciding what to build, designing system architecture, and curating the AI's work.

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos thumbnail

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos

How I AI·3 months ago

Product Managers Use AI Agents to Answer Their Own Technical Questions

Product managers can use coding agents like Codex for self-service technical discovery. Instead of interrupting engineers with questions, they can ask the AI about the codebase, feature status, or implementation details, increasing their autonomy and team efficiency.

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos thumbnail

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos

How I AI·3 months ago

Recover a Confused AI Agent by Prompting It to Read Session Logs

When a coding agent loses context, don't just start over. A power-user technique is to begin a new session and instruct the agent to read the locally stored conversation logs from the previous, failed session to regain context and continue the task.

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos thumbnail

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos

How I AI·3 months ago

AI Models Treat Latency as a Feature for Solving Intractable Bugs

Newer models like OpenAI's 5.2 can solve bugs that were previously impossible for AI by "thinking" for extended periods—up to 37 minutes in one example. This reframes latency not as a flaw, but as a necessary trade-off for tackling deep, complex problems.

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos thumbnail

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos

How I AI·3 months ago

OpenAI’s Open Source Harness Is a Live Guide to Better Prompting

The "harness" around a model is key to its performance. The Codex CLI is open-source so users can see exactly how OpenAI gets the best results from its own evolving models, serving as a real-time guide to advanced prompting and interaction techniques.

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos thumbnail

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos

How I AI·3 months ago

Create an Interactive AI Code Review Loop Within GitHub PRs

Go beyond static AI code analysis. After an AI like Codex automatically flags a high-confidence issue in a GitHub pull request, developers can reply directly in a comment, "Hey, Codex, can you fix it?" The agent will then attempt to fix the issue it found.

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos thumbnail

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos

How I AI·3 months ago

Guide AI with a "Meta-Plan" to Generate High-Quality Code Specs

To get a thorough implementation plan from Codex, provide it with a `plans.md` file. This file acts as a template, or "meta-plan," defining what a good plan looks like (e.g., milestones, self-contained steps), which guides the AI to produce a more structured output.

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos thumbnail

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos

How I AI·3 months ago

Proactive AI Agents Fail When the Human Quality Bar Isn't Met

A proactive AI feature at OpenAI that automatically revised PRs based on human feedback was unpopular. Unlike assistive tools, fully automated loops face an extremely high bar for quality, and the feature's "hit rate" wasn't high enough to be worth the cognitive overhead.

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos thumbnail

“A full software engineering teammate”: OpenAI product lead on getting the most out of Codex | Alexander Embiricos

How I AI·3 months ago