Earlier quoted context omitted.
>>with things like cognitive architecture etc. That part is doing a LOT of very heavy lifting in a story that otherwise hangs together. The problem is that we are nowhere near such a thing. These LLM and generative systems produce very impressive results. So does a mirror and a camera (to those who have never seen one). What we have is enormous vector engines that can transform one output into another that is most st…
> The problem is that we are nowhere near such a thing. How are you certain of this?
The engines are basically indexes of common associations, maps of frequency of occurrence. Regurgitating a bunch of stuff that has a high correlation to your input is NOT intelligence, it is the result of having an insanely large map. This can often produce impressive and useful results, but it is not intelligence or wielding concepts.
For errors, the image generators provide some of the best illustrations. They produce images most associated with the inputs. One error illustrates this very well, asked to produce an image of a woman sitting on a sailboat, the bikini-clad woman looks great, until you see it — her face and torso are facing mostly towards the camera, but also, her buttocks are facing the camera and legs sitting pointing away from us. No intelligent person or concept-wielding "AI" would produce such an error - it'd know the relationships with head, torso, buttocks and legs. These don't. Another telling type of error is when asked to produce an image of Person X on a new background, when the training set had only a handful of images of Person X. It cannot do it - it returns essentially one of the full training images, with no new background. There is obviously zero concept of what a person is, or what the boundaries of a human shape would be. They can only produce these results with hundreds of thousands of images, so what is built up is the set of things that match or don't match the label (e.g., "astronaut" or "Barack Obama".), so that the actual images are statistically separated from the thousands of backgrounds.
Which brings us to how they learn. Intelligent beings from worms to humans learn and abstract on incredibly small data sets. By the time a child can use a crayon, having seen only hundreds of humans, s/he can separate out what is a human from the background (might not make a good drawing yet, but knows the difference). Show a child a single new thing, and s/he will separate it from the background immediately. In contrast, these LLMs and GANs require input of nearly the entire corpus of human knowledge, and can only some of the time output something resembling the right thing.
It is entirely different from intelligence (which is not to say it isn't often useful). But the more I learn about how they work and are built, the less I'm worried about this entire generation of machines. It is no more cause for worry than an observation 25 years ago that Google could do the work of 10000 librarian person-hours in 0.83 seconds. Great stuff, changes values of some types of work, but not an existential threat.