Comment on Sergey Brin says AGI is within reach if Googlers work 60-hour weeks
jenesaisquoi@feddit.org 2 days agoIf a basic chess engine is AI then bubble sort is too
Comment on Sergey Brin says AGI is within reach if Googlers work 60-hour weeks
jenesaisquoi@feddit.org 2 days agoIf a basic chess engine is AI then bubble sort is too
Opinionhaver@feddit.uk 2 days ago
It’s not. Bubble sort is a purely deterministic algorithm with no learning or intelligence involved.
jenesaisquoi@feddit.org 2 days ago
Many chess engines run on deterministic algos as well
Opinionhaver@feddit.uk 2 days ago
Bubble sort is just a basic set of steps for sorting numbers - it doesn’t make choices or adapt. A chess engine, on the other hand, looks at different possible moves, evaluates which one is best, and adjusts based on the opponent’s play. It actively searches through options and makes decisions, while bubble sort just follows the same repetitive process no matter what. That’s a huge difference.
jenesaisquoi@feddit.org 2 days ago
Your argument can be reduced to saying that if the algorithm is comprised of many steps, it is AI, and if not, it isn’t.
A chess engine decides nothing. It understands nothing. It’s just an algorithm.