Quick impressions: A week of using Codex more than Claude (allaboutcoding.ghinda.com)

19 points by speckx an hour ago

ukuina 9 minutes ago

Which models? It is not useful to compare harnesses without this information.

beering 13 minutes ago

> Changes created by Codex had fewer comments in Ruby/Ruby on Rails code. I liked that a lot, and I will soon share some experiments I ran on this.

Why is fewer comments a good thing?

muglug 9 minutes ago

Claude can add comments in code that are better just living as a comment on the PR.

You'll ask it to do something and it'll comment the code with an answer to what you asked it, rather than just explanatory comments to whoever comes after.

grim_io a minute ago

Claude comments often contain the whole iterative chain of decisions that led to the current state.

Useful for the LLM to know the "why", but not something a human would do, unless it's a very critical and confusing part of the code.

rirze 12 minutes ago

Claude is creating verbose comments with recent models and people are are tired of it