Quick take: A week with Codex surpasses Claude
claude
| Source: HN | Original article
After a week of testing, the author reports that Codex outperforms Claude for coding tasks.
A developer spent a week alternating between OpenAI’s Codex and Anthropic’s Claude Code to see how the two coding assistants compare in everyday use. The test, posted on a personal blog and discussed on Hacker News, found that Claude tends to generate extensive scaffolding – abstractions, type signatures and other “conceptual” code – while Codex delivers more compact output and stays “contained” in its suggestions. The author also experimented with a new workflow that moves from code research to design changes, noting that Codex’s real‑time steering and selectable reasoning depth (low, medium, high or minimal) made the process feel smoother than Claude’s two‑model choice.
Cost efficiency emerged as a clear advantage for Codex. In a separate 100‑hour comparison, the author recorded an average task price of roughly eight cents with Codex versus nineteen cents with Claude Code, a 58 % reduction in total spend. The savings line up with OpenAI’s recent pricing cut for its frontier GPT‑5.6 Sol model, which we reported on 22 August, and with the broader usage caps that give ChatGPT Plus users more sessions per dollar than Claude Pro.
Why it matters is twofold. First, developers weighing productivity against budget now have concrete, user‑generated data showing that Codex can be both faster – the latest GPT‑5.3 Codex is advertised as 25 % quicker than its predecessor – and cheaper per task. Second, the differing output styles highlight a strategic choice: Claude’s richer abstractions may suit larger codebases or teams that value extensive type safety, whereas Codex’s leaner suggestions fit rapid prototyping or cost‑conscious solo work.
Looking ahead, the community will be watching for further refinements to Codex’s reasoning controls and for Anthropic’s next Claude iteration, which could narrow the cost gap. As OpenAI continues to expand its model lineup (GPT‑5‑Codex, Codex‑Max, Codex‑2, Codex‑3) and Anthropic pushes Mythos 5 into enterprise security tools, the competition between the two platforms is set to intensify, giving developers more options but also demanding careful evaluation of performance, pricing and workflow fit.
Sources
Back to AIPULSEN