← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Developer shares personal impressions after a week of using Codex more than Claude for coding tasks

🔄 Updated 1h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Codex produced Ruby code with fewer comments than Claude.
  • Codex's output was more "technical" compared to Claude's conversational style.
  • Codex generated simpler code architecture, while Claude created more abstractions.
  • Codex made branching mistakes that required explicit correction.

Comparative Usage of AI Coding Assistants

A developer conducted a personal comparison of Codex and Claude, two AI coding assistants, over a week. The goal was to evaluate their performance and usability in daily development tasks, particularly in Ruby/Ruby on Rails environments. This followed a period where Claude had been the primary tool, accumulating more custom skills.

Code Output and Architectural Differences

Codex generated Ruby/Ruby on Rails code with fewer comments, which the developer found preferable. The output from Codex was described as more "technical," contrasting with Claude's more conversational style. In terms of code architecture, Codex tended to produce simpler solutions, while Claude often introduced more abstractions, concepts, Sorbet signatures, and type aliases. Although Claude's code was more complex, it handled more edge cases.

Workflow Integration and Speed

Despite initial impressions of Codex being faster for making main changes, the overall time to complete a pull request was similar to Claude due to extensive testing and review processes. The developer also noted a preference for opening multiple focused sessions with Codex, differing from previous habits of using larger, single sessions with Claude. When debugging urgent issues, the developer instinctively reverted to Claude due to familiarity.

Challenges and Specific Behaviors

Codex exhibited some issues with Git branching, such as creating incorrect branch dependencies (e.g., branch A targeting branch B which targets main). This led to large, unmanageable pull requests when attempting to rebase, requiring explicit instructions to rebase only with the intended target. Claude, in contrast, demonstrated a better understanding of the developer's intention to keep branches synchronized.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~21 min · 18 stories · Aug 21

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

A developer compared their experience using Codex and Claude for coding tasks over a week, noting differences in code output, speed, and architectural complexity. The comparison highlights specific behaviors of each AI tool in a real-world development workflow.