I asked ChatGPT and Grok to benchmark my game AI. Then I ran the code.
This story is from 2026-09-12. It is preserved in the archive; the latest stories are on the live feed.
Syndicated from the original on lkforge.com . The two games under test are playable at tic-tac-toe and 2048 . The games on my site don't think with a language model. Tic-Tac-Toe runs minimax with alpha-beta pruning ; 2048 runs an expectimax search over the random tile spawns — classic, deterministi…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-09-12 05:49 · DEV Community — AI
I asked ChatGPT and Grok to benchmark my game AI. Then I ran the code.