Skip to main content

Key Points

  • 1.Two AI coding agents, Claude Code and Codex, were given the exact same prompt to build a production ready clone of Typeform called Rillform and Formora respectively.
  • 2.Claude Code built Formora in five hours and thirty-two minutes at a cost of $832 using GPT-5.6 Soul as its underlying model.
  • 3.Codex built Rillform in sixty-one hours and forty-seven minutes at a cost of $2,932 using the same underlying GPT-5.6 Soul model.
  • 4.Codex generated significantly more output tokens, test cases, and browser tests, whereas Claude Code demonstrated higher efficiency and better user experience design.
  • 5.Codex evaluated both applications and concluded that Claude Code won across product judgment, scope, and pragmatism, while Codex won in architecture and execution.

Summary

The video presents an experiment comparing two AI coding agents, Claude Code and Codex, by giving them the exact same prompt to build a production ready Typeform alternative. The prompt instructs the agents to orchestrate specialized subagents through research, build, and verify phases, ensuring complete functionality without stopping at prototypes and requiring rigorous testing across user workflows. The creator applies the prompt inside both coding environments to see how the resulting applications and development processes differ.

Claude Code produces an application named Formora, while Codex produces an application named Rillform. Formora features a clean interface that feels deliberately designed and easy for users to navigate. Rillform presents a more cluttered interface with numerous form settings and options visible on the main workspace, which can feel overwhelming to a user. Both applications are tested by filling out forms and reviewing the resulting data dashboards and submission logs, confirming that both successfully collect and display user responses.

Comparing the resource usage and performance metrics reveals stark differences between the two agents. Claude Code completes the build in 5 hours and 32 minutes at a cost of $832, consuming approximately 2.1 million output tokens. It operates with 1 orchestrator, 35 subagents, and 2,824 tool calls. Codex takes 61 hours and 47 minutes at a cost of $2,932, consuming over 11.4 million output tokens. Codex operates with 1 orchestrator, 126 subagents, and 32,561 tool calls. Both systems use GPT-5.6 Soul as their underlying model, making the divergence in time, cost, and token consumption particularly notable.

Testing metrics also highlight different approaches to verification. Claude Code runs 296 unit tests, 199 test cases, and 102 browser tests. Codex runs a much higher volume, including 2,339 unit tests, 341 test cases, and 391 browser tests across multiple device profiles. While Codex executes more extensive testing and builds a robust backend infrastructure with immutable revisions and offline recovery, Claude Code proves significantly faster and more economical while maintaining a superior user experience.

Finally, the creator has Codex evaluate both applications across four categories. Codex scores Claude Code higher in product judgment, scope, pragmatism, and efficiency, while scoring Codex higher in architecture and execution. Ultimately, Codex concludes that Claude Code wins overall, demonstrating that Claude Code delivered a faster, cheaper, and more user focused result despite using fewer resources and running fewer tests.

The Challenge and the Prompt

The creator tasks two AI coding agents, Claude Code and Codex, with building a production ready Typeform alternative using an identical multi phase prompt. The prompt directs agents through research, build, and verify phases, emphasizing complete functionality rather than prototypes and requiring rigorous automated testing across different users and scenarios.

App Outputs and Initial Impressions

Claude Code produces an application called Formora, while Codex produces an application called Rillform. Formora features a clean, user friendly interface that feels polished, whereas Rillform exhibits a more cluttered user interface with numerous configuration options visible on screen.

Performance and Resource Metrics

Claude Code completes the task in 5 hours and 32 minutes, costing $832 and using roughly 2.1 million output tokens with 35 subagents and 2,824 tool calls. Codex takes 61 hours and 47 minutes, costing $2,932 and using 11.4 million output tokens with 126 subagents and 32,561 tool calls.

Testing and Final Verdict

Codex runs substantially more unit tests, test cases, and browser tests than Claude Code. When Codex evaluates both completed applications, it awards the overall victory to Claude Code based on superior product judgment, pragmatism, and efficiency.

Worth watching for

Developers and software engineers interested in comparing the performance, cost, and efficiency of AI coding agents like Claude Code and Codex.

  • ai
  • coding
  • claude
  • codex
  • development