AI Guides & Tutorials

What is AI? The evolution, main subsets, and where Data Science fits

By Godwin Nadar • Published: August 10, 2025 • 10–12 min read

Artificial Intelligence (AI) refers to systems and algorithms that perform tasks which would normally require human intelligence — things like reasoning, learning, perception, and language understanding. AI systems use data and computational models to make decisions or generate outputs that appear intelligent.

How AI started — a brief history

The roots of AI trace to mid-20th century computing and theoretical work on machine intelligence:

Key takeaway: AI progressed from symbolic, rule-based approaches to statistical learning and now to deep, data-driven models — each phase expanded practical capabilities.

Main subsets of AI

AI is an umbrella term — below are its most widely used and impactful subsets:

Machine Learning (ML)

ML teaches systems to learn patterns from data. Instead of hard-coded rules, models infer relationships and generalize to new examples. Common paradigms:

Deep Learning

Deep learning is a branch of ML focused on multi-layer neural networks. These models excel in perceptual tasks like image and speech recognition and power many modern AI systems.

Natural Language Processing (NLP)

NLP enables machines to read, understand, and generate human language. Recent advances (transformer-based models) enabled huge improvements in translation, summarization, and conversational agents.

Computer Vision

Computer vision lets machines interpret images and videos: object detection, segmentation, and image generation are common tasks.

Robotics

Combines AI with physical systems so machines can perform real-world tasks — from industrial arms to autonomous vehicles.

Expert Systems

Rule-based systems that capture domain knowledge; used historically in medicine, finance, and diagnostics.

Generative & Agentic AI

Generative AI creates novel content (text, images, code). Agentic AI refers to systems capable of multi-step autonomous decision-making and task execution — an emerging and important category in the 2020s.

Where does Data Science fit into the picture?

Data Science and AI are complementary:

So you can think of Data Science as the pipeline that prepares and validates data, and AI as the set of algorithms that learn from that data to produce intelligent behavior.

Other important topics & next steps

As you study AI, it's useful to explore:

Final thoughts

AI is a broad, rapidly evolving field. Its success depends on good data, strong engineering practices, and clear product goals. For learners and practitioners, building small projects, reading research summaries, and iterating quickly on real problems is the fastest path to understanding.