-
Chess. Future. Rivers.
Chess grandmasters are often held up as the epitome of thinking far ahead. But can others, with a modest amount of practice, learn to think further ahead? In addressing this question, a team of cognitive scientists has created a computational model that reveals our ability to plan for future events. The work enhances our understanding…
-
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…