Hacker News new | ask | show | jobs
by zornthewise 1061 days ago
Sure, the best chess/go players on this planet are not humans anymore and those games are full of novel situations with no known solutions.
2 comments

That seems pretty different though, they have relatively few relatively straightforward fixed rules, you can just compute possible outcomes for moves.
The branching factor of Go prevents brute force calculation of the best possible moves. It isn't even obvious how to write a function that evaluates how strong any given board position is. The AI had to learn functions to do that.
Stock Fish and AlphaGo aren’t LLMs - which is the type of AI ChatGPT is.
Deepmind is trying to combine "Alphazero" style algorithms with LLMs to build Gemini.
We will see if they succeed and create a better AI that doesn’t relies solely on memorising answers.