Tag: AI
-
AI. Chess. The Human Element.

In a recent chess match during the Candidates tournament, a player – Hikaru – took more than 60 minutes to think on a single move. There were two possible moves that were playable at the position. After more than an hour thinking, Hikaru chose the wrong one and he eventually lost the game. After the…
-
Chess programming in the AI era

Using AI is a no brainer today. Everyone is using it for everything. Especially for coding. AI tools can generate code with just a prompt. They can review your code and suggest improvements. They can create the database and build both the front-end and the back-end. So why not use it everywhere? Well, there is…
-
Huo Chess: Using Copilot to summarize code

AI is now part of our life. And Copilot is the AI assistant we can all have in Microsoft Visual Studio. One of the features Copilot can be used for is to summarize a class in our code and explain it. For example, I used it to produce a summary of the CountScore function of…