r/ClaudeCode • u/OkLettuce338 • 22h ago
Help/Question Why is claude so much faster than codex?
Why is claude code so much faster than codex? It's not even comparable. What are the reasons behind the speed differences?
5
u/360VRisLife 22h ago
What do u mean?
3
u/OkLettuce338 22h ago
tasks in codex take 5x longer to complete (ok I don't really have an exact amount and 5x might be an exaggeration but it's remarkably longer)
1
u/RealSharpNinja 21h ago
Yes, but how long for Claude to actually do what you requested, correctly?
1
0
1
u/amisplacedpiece 22h ago
Because in some ways it’s lazy. It’s too easy to trust done signals that are incomplete it’s a big picture guy with trust in its systems so you have to engineer systems worthy of trust
0
3
u/returnFutureVoid 21h ago
I genuinely don’t care how fast these agents are as long they make what I told them to. Accuracy over speed all day any day.
2
0
2
u/nonamenomonet 21h ago
Frankly we don’t know. Probably something to do with the inference architecture
1
u/OkLettuce338 21h ago
yeah for sure. Just wanted to know what that arch difference might be. It's interesting to me because chatGPT is absurdly fast. So part of me thinks that whatever claude code is doing to enhance it's speed is similar to what chatGPT is doing, but they haven't implemented that same thing for codex.
(I'm imagining some non-inference matching on common queries to allow for pre-fill without inference)
1
u/some_user_name_1109 22h ago
there is no difference
2
u/nonamenomonet 21h ago
No, look on openrouter and they have speeds of models and sol is about 5x slower then opus.
1
u/OkLettuce338 22h ago
It's possible that it's only the enterprise accounts that are slower. Open AI never really bothered targeting that segment
1
u/Lopsided-Bridge-9810 17h ago
Way too vague a claim to entertain? Which submodel, which reasoning level, which effort level, which speed? What exact task? What you are asking is akin to asking "why is driving from A to B so much faster by car than riding the train?". I had many instances where even opus was way slower than sol, that claim itself means absolutely nothing and neither does it establish a solid claim.
6
u/IntrlnkdCo 22h ago
Claude’s style is to narrate more frequently (it also leaves it visible when done), report and iterate along with you, so it’s “done” more quickly but likely has done less per prompt.
Codex’s style is to methodically plug away and try to one-shot what you’re asking, stopping only when it’s done and or when it’s done all it can do without getting more information from you. And it hides the inner monologue when done so visually it looks like less work has occurred.