Hacker News new | ask | show | jobs
by hamilyon2 384 days ago
Yes. Chess engine is clever tree search at it's core. Which in turn is just loops, arithmetic and updating some data structures.

And every AI product in existence is the same. Map navigation, search engine ranking, even register allocation and query planning.

Thus they are not AI, they're algorithms.

The frontier is constantly moving.

1 comments

There is a big divide between problem specific problem solving and general intelligence.
There's no g in Ai. We'll unless you spell it out but you know what I mean.