Viewing a single comment thread. View all comments

Once_Wise t1_je11wxb wrote

The definition of AI has changed over the years with the latest new software. The kind of software that controls the 747 used to be called Artificial Intelligence, since it could fly a plane like a pilot would. But then that kind of software become commonplace and calling it AI fell out of fashion. I think the same thing is now happening with programs such as ChatGPT. In another 20 years it will not be considered AI, maybe something else will, or the term AI will fall out of grace as it had for a long time.

2

gljames24 t1_je1d0u5 wrote

We still regularly call enemies in games AI despite the fact most of them are just A-star pathing and simple state machines. It's considered AI as long as there is an actor that behaves in a way that resembles human reasoning or decision making to accomplish a goal. People continue to call Stockfish an AI for this reason. We use the term AGI because most AI is domain specific. We should probably use the word dynamic or static to describe an AI that can adapt it's algorithm to the problem in real-time.

2