CyberGene
PASHKULI AI has only wikipedia type of intelligence. It does not and can not have an intellect (at least not yet, because we use silicon not organic neurons, nevermind…).
That's not quite true (anymore). While it can be argued that all LLM models are trained to produce various output (text in this case), and this can erroneously be called "statistical prediction of text", the underlying mechanism is actually very elaborate and basically resembles a neural network. I used to be one of those who called the AI-chats "a glorified search engine", however I started digging a lot into how Generative Pre-trained Transformers work and it took me quite a while to grasp it, but actually these vectors and matrices that are used by the model are the equivalent of the neural network. Or, in other words, when you don't have proper hardware that has neurons, you can represent that through multi-dimensional vectors and mathematical operations with matrices, hence the need for enormous data-centers with GPU-s and memory.
As a result, the modern LLM-s actually produce text in multiple passes, where some of these passes verify the produced results through models that are trained for reasoning, not for text generation. In a simplified form, when you ask it a question that requires reasoning, it will first go through text generation and will produce multiple variants that then go through an intermediate reasoning verification.