top | item 40769104

(no title)

mysterymath | 1 year ago

There's an old saying: "Yesterday's AI is today's algorithm". Few would consider A* search for route-planning or Alpha-Beta pruning for game playing to be "Capital A Captial I" today, but they absolutely were back at their inception. Heck, the various modern elaborations on A* are mostly still published in a journal of AI (AAAI).

discuss

order

mrbombastic|1 year ago

This is a fair point and maybe someone more well versed can correct me but pretty much all state of the art image recognition is trained neural networks nowadays right? A* is still something a human can reasonably code, it seems to me that there is a legitimate distinction between these types of things nowadays.

bitwize|1 year ago

Apparently there was a big scare that AI would take programmers' jobs away... decades ago, when the first compilers came out.

6510|1 year ago

Yes, no more machine code. Everything was to be written in BASIC. ...how we laughed at that outlandish idea. It was so obvious performance would be... well... what we have today pretty much.

level1ten|1 year ago

We will likely develop more accurate names for the different shades of AI after the fact. Or the AI will.

singpolyma3|1 year ago

A* is definitely AI... Why would someone say it isn't?

callalex|1 year ago

As a data point in my early 2010s computer science bachelor program it was taught to me as the A* algorithm.