| ▲ | h_mirin 6 hours ago | |||||||||||||||||||
This is really an argument about test-time scaling, even though the post never uses the term. These days "test-time scaling" mostly means letting the model talk to itself for longer, but the first genuinely surprising results came from plain sampling. Google's AlphaCode generated millions of candidate programs and filtered them down to a handful of submissions, which beat the average human programmer in 2022, before ChatGPT even showed up. Sampling is what AI is good at. Making examples and doing LeetCode are similar in that verification is clear and cheap. Compared to that, "proof" is still a vague concept, except where Lean works. See the fuss over the ABC conjecture. So humans are still needed. The interesting question to me is what happens after enough learning from "sampling." Isn't AlphaGo's move 37 an AI's nose? If that happens in mathematics, we may end up with results that are correct, machine checkable, and not explainable in any way we find satisfying. | ||||||||||||||||||||
| ▲ | laszlojamf 5 hours ago | parent | next [-] | |||||||||||||||||||
for somebody who's out of the loop: what's the fuss over the ABC conjecture? | ||||||||||||||||||||
| ||||||||||||||||||||
| ▲ | jgalt212 4 hours ago | parent | prev [-] | |||||||||||||||||||
> Google's AlphaCode generated millions of candidate programs The trick is avoiding the infinite monkey problem. If your problem is amenable to RL, then you probably don't even need an LLM, Monte Carlo Tree Search gets you there with less expensive hardware. | ||||||||||||||||||||