doodlebugging
yesterday at 10:52 PM
We don't have an Artificial Intelligence yet. It is not intelligent, yet.
Here's a quick reality check. Several companies have formed with a goal of creating and AI engine that can think for itself and reason through difficult or previously intractable problems.
In order to accomplish this goal they have used scrapers to hoover up content from a multitude of sources, many of which can be seen as being the ground truth source for their discipline. A lot of this content, most of it, was copied and is being used without attribution to the original sources, without permission from the content owners or publishers, and in violation of copyright laws.
Look at all of this for what it is. It is a knowledge base, like a collection of Lego parts, each of which is important to the goal but none of which will get you there without the other parts in the proper relative position. Once you have collected all these parts and stuck them together you have an LLM. If you are careful in your parts selection, that LLM can be useful for answering specific questions that are properly framed so that the LLM can make use of the contextual information in formulating a response.
There's nothing intelligent about being able to answer a question correctly when the answer is effectively right on the tip of your tongue. You're just drawing from your knowledge base and regurgitating.
Glomming all of it together only gives you a huge knowledge base. There is nothing intelligent about that knowledge base. Knowledge is not intelligence.
You have an AK today, an Accumulated Knowledge base.
We may never reach the point where it is ever intelligent enough to reason alongside of, or better than those whose life's work went into the foundation of the AK base.
We’re way beyond that, LLMs are used for reasoning - plan, do, check, act. They will define a goal, decide how to get the info needed (run a script for example), and use these new insights to adjust the plan. This is way beyond just retrieving info from a knowledge base.
And where the info comes from (scraped, or classroom books) does not influence if something is intelligent, Humans are also trained on pre-existing knowledge.
Real intelligence is being able to use your stored knowledge to solve new problems, which both humans and agents+LLMs can do to different levels.