Types of AI Explained

There are several different types of AI, from narrow systems that perform a single task to theoretical superintelligence. This interactive guide shows how the types of artificial intelligence relate — machine learning sits inside AI, neural networks inside ML, deep learning inside neural networks, and generative AI at the core. Click any layer to explore plain-English definitions with free video explanations.

🧠

Artificial Intelligence

Making computers perform tasks that normally require human intelligence

📺 22 min video
💬

Natural Language Processing (NLP)

Enables computers to understand, interpret, and generate human language. Powers spam filters, chatbots, and sentiment analysis.

📺 10 min video
📊

Statistical Learning

Mathematical methods for building models that explain and predict patterns in data — regression, Bayesian probability, and correlation techniques.

📺 6 min video
+
⚙️

Machine Learning

Systems that learn patterns from data rather than being explicitly programmed

📺 30 min video
🔧

Related Processes

These techniques apply across multiple layers of the hierarchy.

🎯

Fine-Tuning

Taking a pre-trained model and training it further on a smaller, domain-specific dataset to specialize it.

📺 19 min video
🔀

Transfer Learning

Using knowledge from one task and applying it to a different but related task, needing far less data.

📖 Read more
✂️

Pruning

Removing unnecessary parts of a model to make it smaller and faster without significantly hurting accuracy.

📺 1h 7m video
🗜️

Quantization

Reducing number precision in a model (e.g., 32-bit to 8-bit) to shrink size and speed up inference.

📺 51 min video
🧮

Embeddings

Numerical representations of entities that capture meaning. Similar items get similar vectors.

📺 16 min video
🔤

Tokens

The basic text units AI processes — roughly words or fragments. Token count determines cost and limits.

🛠️ Try it yourself📺 2h 13m video
🔗

RAG

Retrieval-Augmented Generation — enhancing an LLM by searching a knowledge base and injecting info into the prompt.

📺 6 min video
💡

Prompt Engineering

Crafting inputs to get useful, accurate outputs from a model. Small wording changes can dramatically change results.

📺 2h 38m video

AI vs Machine Learning vs Deep Learning

These three terms are often confused. Here is how they actually differ in practice.

🧠 Artificial Intelligence ⚙️ Machine Learning 🏗️ Deep Learning
What it is The broad field of making computers perform tasks requiring human intelligence A subset of AI — systems that learn patterns from data without explicit programming A subset of ML — neural networks with many layers that learn from raw, unstructured data
Learns from Handcrafted rules, data, or both Structured and labeled data (features selected by humans) Raw unstructured data — images, text, audio (learns its own features)
Examples Siri, chess engines, rule-based spam filters, expert systems Netflix recommendations, fraud detection, email spam classification ChatGPT, image recognition, self-driving cars, voice assistants
Data needed Varies — some need none (rule-based), some need millions Moderate — thousands to hundreds of thousands of labeled examples Massive — millions to billions of examples for best performance
Hardware Standard CPUs for most traditional AI CPUs or GPUs depending on dataset size GPUs or TPUs required — training is computationally intensive
Human involvement High — humans write the rules and logic Medium — humans select features, the model learns patterns Low — the model discovers its own features from raw data
🔒 Security use case Rule-based firewalls, signature matching, expert systems for compliance Spam classification, fraud scoring, anomaly detection baselines Malware detection from raw bytes, deepfake detection, NLP-based phishing detection
💡 Think of it like... A cookbook — follows written recipes exactly as instructed A chef who tastes and adjusts — learns what works from experience A chef who invents new dishes from raw ingredients — no recipe needed

All machine learning is AI, and all deep learning is machine learning — but not the other way around.

Test Your Knowledge

10 questions based on everything above. See how well you understand the types of AI.

Question 1 of 10

Types of AI by Capability

Beyond the technology hierarchy above, AI is also classified by capability level — how close it is to human-level intelligence.

EXISTS TODAY

Artificial Narrow Intelligence (ANI)

The only type of AI that exists today. Designed for specific tasks — it can do one thing extremely well but cannot generalize across domains. Every AI system in the diagram above is a form of narrow AI.

Examples: ChatGPT, Google Search, Tesla Autopilot, spam filters, image recognition

🔬 THEORETICAL

Artificial General Intelligence (AGI)

Does not exist yet. Would match human-level reasoning across any domain — learning new tasks without specific training. Current LLMs are advanced narrow AI, not AGI, despite marketing claims.

💬 What the experts say

Optimists (2025–2030)

Sam Altman, CEO OpenAI — AGI "within the current presidential term" (~2028)

Dario Amodei, CEO Anthropic — "AGI will likely occur within a few years, possibly sooner" (Davos, Jan 2026)

Ray Kurzweil, Google — AGI by 2029, a prediction he has held since 1999

Jensen Huang, CEO NVIDIA — Part of consensus giving ~25% chance of AGI by 2026

Cautious (2030–2050)

Demis Hassabis, CEO DeepMind — ~50% chance by 2030; scientific creativity remains hard

Geoffrey Hinton, "Godfather of AI" — Shifted from "decades away" to 5–20 years; left Google to warn about risks

Metaculus forecasters — Community median estimate: ~2033 (as of Feb 2026)

Skeptics

Yann LeCun, Chief AI Scientist, Meta — Current LLMs are not on the path to AGI; needs fundamental breakthroughs

Andrew Ng, Founder Coursera — Compares superintelligence fear to "worrying about overpopulation on Mars"

🔮 HYPOTHETICAL

Artificial Superintelligence (ASI)

Purely hypothetical. Would surpass all human cognitive abilities combined — not just speed, but creativity, reasoning, and social intelligence. A central topic in AI safety research.

💬 What the experts say

Optimists

Ray Kurzweil, Google — Human-AI merger "Singularity" by 2045

Dario Amodei, CEO Anthropic — Self-improvement loops could make the AGI-to-ASI transition rapid

Concerned

Nick Bostrom, Oxford — First ASI could be "the most dangerous moment in human history"

Geoffrey Hinton — "Hard to see how you can prevent bad actors from using it for bad things"

Elon Musk, CEO xAI — Called AI "summoning the demon" — greater risk than nuclear warheads

Skeptics

Yann LeCun, Meta — Safety measures are manageable engineering problems, not an existential crisis

Frequently Asked Questions

What are the main types of AI?

AI is classified in two ways: by capability (narrow, general, and super AI) and by technology (machine learning, neural networks, deep learning, and generative AI). The interactive diagram above shows how the technology types nest inside each other — each inner layer is a more specialized subset of the one around it.

What is the difference between machine learning and deep learning?

Machine learning is any system that learns patterns from data without explicit programming. Deep learning is a subset of machine learning that uses neural networks with many layers to learn from raw, unstructured data like images and text. All deep learning is machine learning, but not all machine learning is deep learning.

How many types of AI are there?

It depends on the classification system. By capability there are 3 types (narrow, general, super). By function there are 4 types (reactive machines, limited memory, theory of mind, self-aware). By technology there are 5+ major branches: machine learning, neural networks, deep learning, generative AI, and natural language processing.

What type of AI is ChatGPT?

ChatGPT is a large language model (LLM), which sits within generative AI, inside deep learning, inside neural networks, inside machine learning, inside artificial intelligence. Despite its impressive capabilities, it is a form of narrow AI — it cannot reason across all domains like a human can.

What are the different types of AI models?

Common AI model types include transformers (GPT, Claude), convolutional neural networks (image recognition), diffusion models (image generation), generative adversarial networks (deepfakes and synthetic data), and autoencoders (anomaly detection). Each architecture is designed for different types of tasks and data.