bhelkey 16 hours ago

It looks like it played a fully legal game of chess with one exception, it said "rxd1+" (Rook takes D1 with check) instead of "rd1+" (Rook to D1 with check) on move 29.

I would say this did a really good job of playing chess. It moved the pieces consistently and traded pieces when required.

This is worlds away from the frontier ~1 year ago where models would hallucinate pieces into existence.

  • sobellian 16 hours ago

    You can still see undercurrents of its old self, once I pointed out the illegal notation it hallucinated prior illegal moves. But I agree, it's leagues apart from prior iterations. It also knew thematic moves in the opening. But whenever it needs to play concretely rather than "I know so-and-so is a good move in these types of positions" it crumbles.

    • bhelkey 16 hours ago

      Agreed, move selection was not great. Notably, it should not have allowed nxe7+.

      However, the pawn was defended by the queen and it took a forced queen trade to unlock the move.

      I have seen much worse blunders from human players. And, I have made much worse blunders.

  • legulere 13 hours ago

    Would you tell a human that just tried doing an illegal move that they did "a really good job of playing chess"? The probability for such mistakes is greatly reduced but still far from negligible, which proves the point that guardrails are needed.

hackinthebochs 21 hours ago

So you weren't giving it an updated board state after every move? If you want to compare apples to apples, it should give an updated board state for each move, or you should play blindfolded.

  • sobellian 21 hours ago

    I can play blindfolded. I am expert OTB (though I haven't played in a while). The game was like 18 moves of theory in the Maroczy Bind.

  • Topfi 21 hours ago

    Blindfolded flex by OP aside (I can barely play when seeing the board), considering reasoning traces and their nature, if we want to be fair, a person would have to get the moves, but be allowed to write them down or draw up a board in their notepad. My working memory can barely handle five chunks, a models reasoning tokens are masses of written text in comparison.

  • HarHarVeryFunny 20 hours ago

    An LLM has been trained to do everything it does blindfolded, "only" using perfect recall of everything in it's hundreds of thousands of steps of context, and hundreds of layers of KV cache. It's a computer - it has a massive advantage over a human.

    The fairest apples-to-apples comparison of an LLM whose training data included chess games would be a trained human such as Magnus Carlson, who can quite happily play a dozen or more simultaneous blindfold chess games.

losvedir 17 hours ago

> though it takes longer to devolve into illegal moves

Is this because the context is being saturated? How did you set it up?

Was the prompt something like "Here's the state of the board, you're white, your move, what do you do?" and then starting fresh each time? Or did it include the whole history of moves and board states and previous thinking tokens and so on? No judgment, just trying to add this data point (thanks for sharing!) to my mental model and understanding.

I'd be curious how it would work if it started fresh each time. My guess is it would never make an illegal move, although it may not actually play all that well.

phist_mcgee 22 hours ago

That's really cool, thanks for sharing!