Question in regards to AI efficiency

Posted by Druber13@reddit | Python | View on Reddit | 10 comments

I have been trying to look up more details on this but don’t want to build my own AI and can’t seem to find full information on it. Seems my questions are more core to the foundations and not so readily available.

My main question is are we seeing such a compute and ram issue because the AI models are built super inefficient? That and/or are they all too generic that they have to do too much to provide the basics for about everything?

For example: if we ask it some generic information about a state. Is it running a model to break the question down then doing something like a select * from a state table and then going back through a model to get information and giving it to the user?

Happy to look it up myself as well if anyone has some proper terms to search. Not sure what I should be looking up. Just trying to wrap my head around what happened on the other side.