It doesn’t really make sense to call ai “stupid”. It’s just a computer algorithm.
The results can be good or bad depending on what you want to achieve.
Chatgpt can give a bad result if you try to play chess, because the GPT based algorithms are not very good at that. For that problem a tree search-based algorithm is better. E.g. minmax
It doesn’t really make sense to call ai “stupid”. It’s just a computer algorithm.
The results can be good or bad depending on what you want to achieve.
Chatgpt can give a bad result if you try to play chess, because the GPT based algorithms are not very good at that. For that problem a tree search-based algorithm is better. E.g. minmax