logoalt Hacker News

cyanydeezyesterday at 6:10 PM1 replyview on HN

>The scaling laws hold that a language model grows more capable with more parameters and more training data.

Which is a choice, not a "law":

https://arxiv.org/abs/2510.13786

https://www.alphaxiv.org/abs/2512.20264

https://arxiv.org/abs/2607.05155


Replies

largbaeyesterday at 6:23 PM

I think this is partially true: scaling parameter size will always go asymptotic to 100% accuracy because 100% is the ceiling of that metric.

However 95% is still half the error rate of 90%, and 97.5% is half the error rate of that.

And when test time compute like reasoning and looping harnesses stack many inference acts with many tokens each, those seemingly small accuracy gains stack tremendously.

show 1 reply