Concept #56Easyextended-ai-concepts

What are all the current types of AI?

#gen-ai

Answer

Types of AI

AI can be classified in multiple ways — by capability, by technique, and by application domain.

Classification by Capability

TypeDescriptionStatus
Narrow AI (ANI)Excels at one specific taskExists today
General AI (AGI)Human-level intelligence across all tasksNot yet achieved
Superintelligent AI (ASI)Surpasses human intelligence in every domainTheoretical

Most AI today is Narrow AI — even ChatGPT and Claude are highly sophisticated narrow AI systems.

Classification by Technique

TypeDescriptionExamples
Machine LearningLearns patterns from dataScikit-learn, XGBoost
Deep LearningNeural networks with many layersCNNs, Transformers
Generative AICreates new content (text, image, code)GPT-4, DALL-E, Stable Diffusion
Reinforcement LearningLearns via trial and rewardAlphaGo, robotics
Expert SystemsRule-based reasoningMedical diagnosis tools

Classification by Output Type

TypeOutputExamples
Language AIText / codeGPT-4, Claude, Gemini
Vision AIImages / videoDALL-E 3, Stable Diffusion, Sora
Audio AISpeech / musicWhisper, ElevenLabs, Suno
Multimodal AIText + image + audioGPT-4o, Gemini 1.5, Claude 3
Agentic AIActions in the worldAutoGPT, Claude Computer Use

AI by Learning Approach

ApproachHow It LearnsUse Case
SupervisedLabeled examplesClassification, regression
UnsupervisedUnlabeled data, finds structureClustering, anomaly detection
Semi-supervisedMix of labeled + unlabeledNLP pre-training
Self-supervisedCreates its own labelsLLM pre-training (predict next token)
ReinforcementRewards and penaltiesGames, robotics, RLHF

Current Dominant AI Technologies (2025)

  1. Large Language Models (LLMs) — GPT-4, Claude 3.5, Gemini 1.5
  2. Diffusion Models — DALL-E 3, Stable Diffusion, Midjourney
  3. Multimodal Models — GPT-4o, Gemini 1.5 Pro
  4. Reasoning Models — o1, o3, DeepSeek-R1
  5. AI Agents — autonomous task-completing systems

Key Takeaway

The AI landscape is broad. For Gen AI engineering, the most relevant types are:

  • LLMs for text/code generation
  • Diffusion models for image generation
  • Multimodal models for mixed inputs
  • Agentic AI for autonomous workflows