HN user

ThouYS

316 karma
Posts15
Comments163
View on HN
Claude Sonnet 5 22 days ago

Why did this get the coveted "5"? I want an Opus that can compete with GPT 5.5

GLM 5.2 Is Out 1 month ago

3.6 is an absolute beast! makes you wonder why the big heavy models are even needed?!

Nvidia Cosmos 3 2 months ago

I feel like the car usecase demonstrates that these models are not really useful for the cutting edge: They produce exactly the kind of in-domain data that already exists in droves. What is needed, and what tesla collects, are the edge cases!

(Now for a startup with zero data, this is of course still useful)

I feel like there is no portable advice for performance. A torch model exported as onnx is a different model.

That onnx model run using onnxruntime with cuda ep is a different model than the one run with TRT ep.

And even among the same runtime, depending on the target hardware and the memory available during tuning, the model behaves differently. It is a humongous mess