←back to thread

131 points xlinux | 2 comments | | HN request time: 0s | source
Show context
deadbabe ◴[] No.42187475[source]
Why build a chess engine these days, just use an LLM?
replies(4): >>42187631 #>>42187635 #>>42187948 #>>42188822 #
1. janalsncm ◴[] No.42188822[source]
Your question sounds flippant but it’s actually quite deep. Why aren’t LLMs good at chess? The answer is likely that to be good at chess at some level requires search (and probably some ordering constraint on your evaluation function too that I’m not smart enough to figure out).

LLMs aren’t searching. They are memorizing. This explains their extremely poor performance on out of domain positions, whereas Stockfish can easily understand them.

replies(1): >>42192469 #
2. deadbabe ◴[] No.42192469[source]
I think chess is a great example to use to demonstrate that LLMs don’t actually know anything, and will be entirely unsuitable to replace humans on anything except thoroughly solved and documented problems.