Comment on What If There’s No AGI?
phutatorius@lemmy.zip 1 day agoThen a trivial table lookup that plays optimal Tic Tac Toe is also AI.
Comment on What If There’s No AGI?
phutatorius@lemmy.zip 1 day agoThen a trivial table lookup that plays optimal Tic Tac Toe is also AI.
Perspectivist@feddit.uk 1 day ago
Not really the same thing. The Tic Tac Toe brute force is just a lookup - every possible state is pre-solved and the program just spits back the stored move. There’s no reasoning or decision-making happening. Atari Chess, on the other hand, couldn’t possibly store all chess positions, so it actually ran a search and evaluated positions on the fly. That’s why it counts as AI: it was computing moves, not just retrieving them.