4 ms·
This is gonna put Sonnet 5 in a really awkward spot.
by gentlewater 2mo ago
This is gonna put Sonnet 5 in a really awkward spot.
- bakugo 2mo agoSonnet and Haiku were already in an awkward spot, likely by design. Anthropic's big marketing push this year has been entirely focused on getting people to use Opus via a Claude Code subscription, to the point that Sonnet is almost viewed as the poor man's alternative, and from what I've seen, almost nobody uses it. Actually, here's an interesting project for all the vibe coders looking for their next front page post: scrape a ton of commits from GitHub with Co-Authored-By: Claude and figure out what the percentage split between Opus/Fable/Sonnet is. I'm willing to bet it's less than 10% Sonnet.
- supern0va 2mo ago>figure out what the percentage split between Opus/Fable/Sonnet is. This may be misleading, since I suspect many are using a blend through sub-agents. I tend to bias for Fable to orchestrate and Opus for implementation via sub-agents.
- petesergeant 2mo agoOpus 5 is not strong enough as the top-of-stack model, and feels idiotic after a week or two of heavy Fable usage, to the point where I'm paying for Usage Credits to keep using Fable rather than having to slum it with Opus.
- StilesCrisis 2mo agoWhen I'm paying for it, Sonnet. When work is paying, Opus 5, then Fable if Opus gets confused.
- Zarathruster 2mo agoI've found that Claude nearly always claims to be Opus in the commit message, regardless of the actual model making the commit.
- baq 2mo agoI use sonnet as a smart grep and haiku never and that’s only when I have to use Anthropic at all
- heaney-555 2mo agoLuna is comparable to Haiku, not Sonnet.
- 827a 2mo agoTotally untrue. Luna and Sonnet 5 are very comparable: https://artificialanalysis.ai/#intelligence https://artificialanalysis.ai/#intelligence Luna is an extremely strong model.
- re-thc 2mo ago> Luna is an extremely strong model. By benchmarks, which sadly is a poor measure. Yes Luna is a good model under certain circumstances. Whether it is great for general usage is another story. Sonnet is definitely better when prompts are more vague and it needs to decide things. Luna generally sticks to things very strictly and goes off in bad ways.
- mediaman 2mo agoYes but there is a big, big market for subagents to consume lots of tokens cheaply and condense information up to parent agents. Luna would not be my choice for planning. But an explorer to comb through a codebase to find relevant parts? Or for enterprise retrieval, where it needs to search across many different types of data to see where to focus efforts for a smarter model? Or to wake up periodically to evaluate some conditions and determine if a bigger model should be spun up? Definitely. I've previously found flash (for all the hate it gets) to be good for these kinds of things. Haiku was fine but it's ancient.
- re-thc 2mo ago> Yes but there is a big, big market for subagents to consume lots of tokens cheaply and condense information up to parent agents. That's again not some "intelligence factor" here. Different agents work for different use cases. Luna wins some. Terra wins some. Sonnet wins some. Flash was really good at exploring. So I'm not sure what your point is? There's a big market for everything. Even within the market you describe it's likely not a Luna-size fits all either.