Three Types of AI
Not all AI is created equal. Researchers generally categorize AI into three types based on capability. Understanding these categories helps you grasp where we currently are β and where we might be heading.
Narrow AI (Weak AI)
Narrow AI is AI that is designed and trained for one specific task. It's the only type of AI that exists today. Every AI system you've ever used β Siri, Google Search, recommendation engines, facial recognition β is Narrow AI.
These systems are incredibly powerful within their domain, but they can't do anything outside of it. Your chess-playing AI can't drive a car. Your voice assistant can't diagnose diseases. They're specialists, not generalists.
βββββββββββββββββββββββββββββββ
β NARROW AI β
β β
β Task: Play Chess β
β βββββββββββββββββββββββββ β
β β Input: Board State β β
β β Output: Best Move β β
β βββββββββββββββββββββββββ β
β β
β Can it drive a car? NO β
β Can it translate? NO β
β Can it only play chess? YESβ
βββββββββββββββββββββββββββββββ
General AI (Strong AI)
General AI β also called Artificial General Intelligence (AGI) β would be a machine that can perform any intellectual task a human can. It would have the ability to learn, reason, and apply knowledge across a wide range of domains, just like a human.
AGI doesn't exist yet. It remains one of the biggest goals β and debates β in AI research. Some experts think we'll achieve it in decades; others think it may take centuries or might not be possible at all.
Super AI (Artificial Superintelligence)
Super AI is the hypothetical stage where machines surpass human intelligence in every way β creativity, problem-solving, social skills, everything. This is purely theoretical and is the subject of much philosophical and ethical debate.
Capability Spectrum:
Narrow AI General AI Super AI
βββββββββββββββββββββββββββββββββββββββββββββββββββββ
(Exists today) (Theoretical) (Hypothetical)
Plays chess Does everything Surpasses humans
Drives a car a human can in every way
Recommends shows
Why This Matters for You
When people talk about AI today, they almost always mean Narrow AI. When you build ML models in this course, you'll be building Narrow AI systems. Understanding the distinction helps set realistic expectations β your model won't become sentient, but it can become incredibly good at its specific task.