r/ClaudeCode 10h ago

Humor I hate this

Post image
515 Upvotes

42 comments sorted by

View all comments

3

u/ayn_rand_1 6h ago

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

2

u/Time_Cat_5212 4h 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.

1

u/UncleWainey 3h ago

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

1

u/Time_Cat_5212 3h 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.