Remix.run Logo
johnnyApplePRNG a day ago

I'm starting to think Opus 4.8 is significantly smaller than most people assume.

If it's significantly larger than GLM 5.3 (I've heard some insane guesstimates out there like upwards of 5T params or more), that would prove rather embarrassing for Anthropic.

jasonjmcghee a day ago | parent | next [-]

I hear the argument here, but isn't it possible it has dramatically more knowledge and when you get outside the common cases many of us use it for, it'll have completely different capabilities?

I feel like most benchmarks cluster on a reasonably limited area of human knowledge

everforward a day ago | parent [-]

Sort of depends on how well the core reasoning works. It’s not a big effort to connect an LLM to a search provider.

You do pay for the tokens, but in theory on a smaller model each token is cheaper.

r_lee a day ago | parent [-]

honestly using search isn't that great, you mostly get SEO slop, it usually won't help the model ask the right questions

everforward 21 hours ago | parent | next [-]

When I messed with it I used Kagi's search and I didn't have that issue (not claiming they're the best, they're the only one I tried).

They filter their results through their AI, though, so you get a sort of meta-summary of the top few results. It did well with geopolitical news stuff, but I've not tried a hard science sort of query.

dannyw a day ago | parent | prev [-]

Try Parallel.ai (no affiliation). Instead of keywords, the model writes objectives.

nkmnz a day ago | parent | prev | next [-]

It seems like there is tradeoff between model size and the need for tool use, which - in my mind - is quite costly in terms of time and tokens. More detailed world knowledge requires an exponential increase in model size, but most knowledge can be acquired ad hoc using search or database queries. This will fail for questions where the model lacks the knowledge to ask the right questions, but maybe this could be solved by a handful small inquiry models with different knowledge encoded in their weights?

DenisM a day ago | parent [-]

Or calling into a full-knowledge model “I’m facing problem x, how do I ask myself the right questions?”

I should do that myself, come think of it.

hgoel a day ago | parent | prev | next [-]

I think the Western labs are burning through funding and compute to maintain the lead at any cost, efficiency be damned.

scosman a day ago | parent | prev | next [-]

You can't compare models released 6+ months apart. GLM 5.2 was same architecture as 5.3 and not nearly as good. Takes time to build frontier intelligence and distill down to smaller sizes.

walrus01 a day ago | parent | next [-]

It's not that GLM5.3 in full precision unquantized is any smaller, it's 141 * 5.4GB files at approx 770GB which is about the same size as 5.2.

throwdbaaway a day ago | parent [-]

Hold on.. the routed experts are in FP8 now? Previously they were in BF16. Nice, this shall cut my download time by half!

petu a day ago | parent [-]

This time they just made FP8 "default", accompanied by "-BF16" model/page (previously "-FP8" was released alongside).

a day ago | parent | prev [-]
[deleted]
BoorishBears a day ago | parent | prev | next [-]

4.7 and 4.8 are smaller than 4.5 and 4.6

(And 4.5 was smaller than 4)

re-thc a day ago | parent | prev [-]

> that would prove rather embarrassing for Anthropic

Not really, in that you just work with different constraints.

Anthropic and US labs in general has maybe 100s to 1000s of GPUs per person to experiment. Zai and Chinese labs in general have 1-10.

The priorities are different.

surgical_fire a day ago | parent [-]

And the Chinese labs still make models that are easily as good as the US labs.

Rather embarrassing indeed.