Episode

Claude Opus 4.6 vs. GPT-5.3 Codex: How I shipped 93,000 lines of code in 5 days

Podcast
How I AI
Published
Feb 11, 2026
Duration seconds
1812
Processing state
not_requested
Canonical source
https://podcasters.spotify.com/pod/show/pen-name/episodes/Claude-Opus-4-6-vs--GPT-5-3-Codex-How-I-shipped-93-000-lines-of-code-in-5-days-e3etk7h
Audio
https://anchor.fm/s/1035b1568/podcast/play/115314353/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2026-1-10%2F417851285-44100-2-51a1f82cf7ed4.mp3
JSON
/v1/public/podcasts/how-i-ai-7304222/episodes/claude-opus-4-6-vs-gpt-5-3-codex-how-i-shipped-93-000-lines-of-code-in-5-days
Markdown
/podcast/how-i-ai-7304222/claude-opus-4-6-vs-gpt-5-3-codex-how-i-shipped-93-000-lines-of-code-in-5-days.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/how-i-ai-7304222/episodes/claude-opus-4-6-vs-gpt-5-3-codex-how-i-shipped-93-000-lines-of-code-in-5-days/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/how-i-ai-7304222/claude-opus-4-6-vs-gpt-5-3-codex-how-i-shipped-93-000-lines-of-code-in-5-days.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

I put the newest AI coding models from OpenAI and Anthropic head-to-head, testing them on real engineering work I’m actually doing. I compare GPT-5.3 Codex with Opus 4.6 (and Opus 4.6 Fast) by asking them to redesign my marketing website and refactor some genuinely gnarly components. Through side-by-side experiments, I break down where each model shines—creative development versus code review—and share how I’m thinking about combining them to build a more effective AI engineering stack. — What you’ll learn: The strengths and weaknesses of OpenAI’s Codex vs. Anthropic’s Opus for different coding tasks How I shipped 44 PRs containing 98 commits across 1,088 files in just five days using these models Why Codex excels at code review but struggles with creative, greenfield work The surprising way Opus and Codex complement each other in a real-world engineering workflow How to use Git concepts like work trees to maximize productivity with AI coding assistants Why Opus 4.6 Fast might be worth the 6x price increase (but be careful with your token budget) — Brought to you by: WorkOS —Make your app enterprise-ready today — Detailed workflow walkthroughs from this episode: • How I AI: GPT-5.3 Codex vs. Claude Opus 4.6—Shipping 44 PRs in 5 Days: https://www.chatprd.ai/how-i-ai/gpt-5-3-codex-vs-claude-opus-4-6 • How to Combine Claude Opus and GPT-5.3 Codex for High-Velocity Code Refactoring: https://www.chatprd.ai/how-i-ai/workflows/how-to-combine-claude-opus-and-gpt-5-3-codex-for-high-velocity-code-refactoring • How to Redesign a Marketing Website Using Claude Opus 4.6 for Creative Development: https://www.chatprd.ai/how-i-ai/workflows/how-to-redesign-a-marketing-website-using-claude-opus-4-6-for-creative-development — In this episode, we cover: (00:00) Introduction to new AI codi…