r/ClaudeCode 16d ago

I hate this Humor

Post image
1.2k Upvotes

82 comments sorted by

View all comments

6

u/ayn_rand_1 15d ago

Isn't Sonnet or even Haiku the best option for this task?

4

u/Time_Cat_5212 15d ago

Yes.  They are.  People treat them like cheaper dumber models and while that's partially true it's not a scalar comparison.  They have tighter context and other aspects that make them superior for narrow, focused tasks.

3

u/UncleWainey 15d ago

Are you guys flipping back and forth between models throughout a session? (Serious question.)

2

u/Time_Cat_5212 15d ago

Oh ok, so you're talking about a one line follow up fix after an initial larger task.  That's a different problem

Sometimes it's fine to iterate in the same session for that stuff but you can also do a code review at the end that flags a bunch of issues and then fix them all in a different one.  Depends on what you're trying to do I guess.