Remix.run Logo
czhu12 4 hours ago

Its remarkable how Anthropic is able to maintain their edge against all competition. Anyone have any idea what the secret sauce is that has Anthropic at the top of all leaderboards for the past few years?

nijave 4 hours ago | parent | next [-]

My gut feel is Anthropic is very technical and pedantic which makes their models really technical and pedantic. They're top at code and technical benchmarks but anecdotally I've found OpenAI to be significantly farther ahead for general usage.

Opus 4.8 will burn 10k tokens trying to answer something 100% whereas GPT-5.5 will burn 2k getting it 90% which is good enough for many things.

Some personal testing on a "help me find that restaurant" prompt https://gist.github.com/nijave/2873b8b10d8c732e46264237b0755...

enraged_camel 3 hours ago | parent [-]

The problem is that the remaining 10% can bite you in bad ways.

I was in Cotswolds, UK a couple of months ago. For those of you who don't know, it's a rural region known for its "chocolate-box" villages and honey-colored limestone architecture. Basically, you go from village to village, most commonly via bus, taking in the sights and doing touristy stuff.

When planning the trip, my sister used ChatGPT, which helpfully (and relatively quickly) found the bus schedules and times for each hop.

Midway through the day, though, we ran into a huge problem: it turns out bus schedules are different on Sundays, and more limited. Which meant we couldn't actually go to our primary destination (the Model Village), and had to cut the trip short.

Yes, ChatGPT was quick and pleasant to use, but missed a crucial detail.

Afterwards I tried it with Opus and it did not make the same mistake.

nijave 3 hours ago | parent | next [-]

Arguably I'd call that the 90%. In my case, answering the restaurant question correctly with "Rishi" in my tests was the sole intent and 90% of the problem. All the models "helpfully" added extra junk about the closure, dates, quotes, etc and many of them got these details wrong--the 10% or extra crap not central to the question.

If the central question was "what is the bus schedule on `day`" and the model screws that up, it gets a fail in my book.

Also curious if Google Maps gets the timetables correct (assuming it has them).

Semi-related, I also discovered that the default web search/fetch tools are pretty primitive and Exa MCP annihilates them. I ended up doing some comparisons with Claude Code comparing built-in server-side to Exa and to a Python MCP that used SearXNG for search and Exa was a clear winner and Python+SearXNG ended up coming out roughly the same after a few cycles of letting Claude optimize the Python code and adjust SearXNG settings. Ultimately it landed on this (making some changes to optimize returning relevant context directly in the search results so the model didn't need an additional web fetch call) https://gist.github.com/nijave/604c43e3e0fdcd60f5280d3a6b109...

deno 3 hours ago | parent | prev [-]

This likely comes down to how it accessed the bus schedules (i.e. web search tool) and not intelligence.

You need to add the actual bus schedule to context somehow (research agent, custom tool or just dump in prompt) and even the simpler modern models will be able to do the planning.

solenoid0937 2 hours ago | parent [-]

Tool usage competency is part of overall intelligence. If the model can't get the information it needs, it must clarify that in the response.

deno an hour ago | parent [-]

This isn't tool usage competency, it's tool quality and/or luck. Regular web search is not good for grounding if you want accurate results. You can ask the model to make a tool for getting bus schedules and then use it only then you are comparing apples to apples in this case.

levocardia 3 hours ago | parent | prev | next [-]

I think the "secret sauce" is not juicing the benchmarks. Claude models just feel like they are better than the benchmarks suggest, in terms of smarts and creativity, while models from every other company feel worse relative to what you'd think from the benchmarks. Only company to really internalize Goodhart's Law, IMO.

solenoid0937 2 hours ago | parent | next [-]

Yeah every model has great benchmarks. Claude is the only model I want to use when I'm not worried about the marginal cost of tokens (which is most of the time at work.)

I then use cheaper models like GLM for personal projects but they're noticeably much worse despite being similar in benchmarks.

2 hours ago | parent | prev [-]
[deleted]
hello_newman 4 hours ago | parent | prev | next [-]

I think it's focus? Anthropic seemed to double down early on being more business/prosumer focused. While OAI, Gemini, Grok, etc were also doing various side quests like image generation, Anthropic seemed to only focus on 1 thing, and that seemed to pay off

small_model 4 hours ago | parent | prev | next [-]

I think it's the talent, laser focus on single product set and being early so ahead, same with Open AI who are only a sliver behind. Google, XAI are the next level down but they have other concerns.

hectdev 3 hours ago | parent | prev | next [-]

I think they have a better agent personality which pushes back and isn't sycophantic. It has been awhile since I've used the others but that's where it locked me in and I've stuck with it.

giancarlostoro 3 hours ago | parent [-]

> isn't sycophantic

Not sure about that one... But I think the true secret sauce for all these models is how they reason. GPT never outputs how it thinks, which "saves on tokens" but Claude absolutely tells you how it thinks, and there's people who use how it reasons about solving problems to finetune smaller open source models, with surprisingly better output.

hectdev 12 minutes ago | parent [-]

From my experience, it has not been sycophantic in the sense that it pushes back and questions my own reasoning in healthy ways. There were moments where I felt I was brushing up against actual AI psychosis, and it pushed back on my questioning of its intentions, that it even had intentions. I'll put it this way: I feel comfortable recommending Claude to people who haven't experienced AI yet. As we've learned from early experiences with other models, leading people down paths of believing they understood math in ways nobody else has and even harming themselves, I put Claude as a safer alternative.

x312 4 hours ago | parent | prev | next [-]

Given their pricing, I'd guess their models are just way bigger in parameter count. They've always underperformed in cost-per-performance.

They also target a cost-insensitive market (corporate/coding users) compared to Google/OpenAI which support massive amounts of free users.

mnicky 2 hours ago | parent | prev | next [-]

One angle could be their interpretability research? They understand what's going on in LLMs probably much better than anyone else. This must somehow pay off.

I think it's not only an alignment/security tool but could perhaps be used for capabilities as well.

bredren 3 hours ago | parent | prev | next [-]

I think it is a mix of the sibling replies here. I'd add that the company has seemed to find ways to ~do more with less.

I have never liked the various nerfs Anthropic has used to balance GPU (slowing down responses, quota variance, model optimizations etc) and it definitely has burned a lot of good-will.

But it has seemed that being able to look beyond the short term pitchforks has worked quite well.

Handy-Man 4 hours ago | parent | prev | next [-]

From what I have read, their pre-training team is much better than anyone else. For OpenAI, their post-training team is better. And apparently OpenAI has consistently struggled at training a bigger model than GPT 4 level

sulam 4 hours ago | parent [-]

I’m a VP Eng — the backend team I manage strongly prefers CC and Opus. The Android team I manage strongly prefers Codex and GPT 5. I’m personally not sure that the answer doesn’t just come down to stylistic differences in prompting and ergonomics in the harness. The folks that prefer Codex seem to get better one-shot results, whereas those that prefer CC are doing more iterative prompting. At any rate, I don’t think you should write OpenAI off when it comes to coding.

nullbio 4 hours ago | parent | prev | next [-]

Someone has to know.

Would be nice if an insider would drop some hints so that the open-source space could make some good progress.

ben_w 3 hours ago | parent [-]

Nobody has to actually know the secret of their own success, especially not relative success to equally-secretive near-peers.

Same as with rich person autobiographies: even when they tell you what they think it is, they can't see the path not travelled.

logicchains 2 hours ago | parent | prev | next [-]

>Its remarkable how Anthropic is able to maintain their edge against all competition. Anyone have any idea what the secret sauce is that has Anthropic at the top of all leaderboards for the past few years?

It's self-reinforcing: they've got the best coding/research model, which helps them to improve their models better than the competition so they stay ahead.

hn1986 4 hours ago | parent | prev [-]

because in the real-world, it's far better than the rest. That's why few people use Grok, it's not even close in day to day work.