Hacker News new | ask | show | jobs
by userbinator 55 days ago
It shows that AI is apparently very good at brute-forcing.
2 comments

Are the human mathematicians who wanted to solve this problem just too stupid to brute force for 80 minutes?
This isn't brute force.
It is in the same way that educated guessing is.
Care to actually refute? Interesting that even an LLM would give an attempt at it, but apparently those who only bother to hit the downvote button aren't even meeting that level of "intelligence".
> It is in the same way that educated guessing is.

I guess (heh) it depends on your definition of 'educated guessing'? Looking at the problem, considering a solution, discarding it, trying another and testing, iteratively, is how most people would approach any tricky problem.

Brute force is substantially different. It would be saying that, other than maybe setting some basic bounds and heuristics, I'm going to try literally everything and test each. That's not at all what the LLM did here.