upvote
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.

reply
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

reply
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.

reply
honestly using search isn't that great, you mostly get SEO slop, it usually won't help the model ask the right questions
reply
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.

reply
Try Parallel.ai (no affiliation). Instead of keywords, the model writes objectives.
reply
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?
reply
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.

reply
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.
reply
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.
reply
Hold on.. the routed experts are in FP8 now? Previously they were in BF16. Nice, this shall cut my download time by half!
reply
This time they just made FP8 "default", accompanied by "-BF16" model/page (previously "-FP8" was released alongside).
reply
deleted
reply
I think the Western labs are burning through funding and compute to maintain the lead at any cost, efficiency be damned.
reply
4.7 and 4.8 are smaller than 4.5 and 4.6

(And 4.5 was smaller than 4)

reply
> 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.

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

Rather embarrassing indeed.

reply
I really like how it doesn't have that Claude talk. It just does the thing without Claude's "load-bearing honesty." It's probably my favorite model to interact with, even if it isn't the best or most reliable.
reply
My second favorite model by now is GLM 5.3 flash which is very capable of day to day task. I use it as the main model and GLM 5.3 for task that is more complex
reply
Do you use it to write HTML/CSS? Javascript? C++? There's a huge difference in ways people use models and if you are not specific about it then your comment means nothing, unfortunately.
reply
> in the best possible way

You implying its better than opus 5?

reply
Pretty much anything is better than Opus 5.
reply
Can you give ant more details how you are you using it? Which harness / service / what you’re building with it etc?
reply
z.ai coder plan, both in opencode and direct API access. I use it for my side projects like https://github.com/scosman/Biscotti (on-device meeting transcription and summaries).
reply
I have been only using GLM models since last December and have had the best experience without any drama about tokens and geopolitical restrictions. The quality has been great and I am doing more and more with the latest 5.3 and am really excited that consumer hardware will develop in the next few years where I can run these at home.
reply