School/AI Foundations/Understanding AI
1/3
Wave 18 minbeginner

What is Artificial Intelligence?

A clear, jargon-free introduction to AI and why it matters right now.

What is Artificial Intelligence?

Artificial Intelligence (AI) is software that can perform tasks that normally require human intelligence — things like understanding language, recognizing images, making decisions, and generating new content.

A Brief Timeline

  • 1950s: Alan Turing asks "Can machines think?" — the Turing Test is born
  • 1960s-80s: Expert systems — rules-based AI that could answer narrow questions
  • 1990s-2000s: Machine learning takes off — AI learns from data instead of rules
  • 2010s: Deep learning revolution — neural networks with many layers
  • 2020s: Large Language Models (ChatGPT, Claude, Gemini) — AI that truly converses

The AI You Use Today

Modern AI isn't a sentient robot. It's a prediction engine. When you type a message to ChatGPT or Claude, the AI is predicting the most helpful next words based on patterns it learned from enormous amounts of text.

Think of it like autocomplete on steroids. Your phone suggests the next word; AI suggests the next paragraph — and it's remarkably good at it.

Why Now?

Three things converged:

  1. 1.Data — The internet created trillions of pages of text to learn from
  2. 2.Compute — GPUs became powerful enough to train massive models
  3. 3.Algorithms — The Transformer architecture (2017) was a breakthrough

Key Takeaway

AI is a tool, not magic. It has incredible strengths (speed, consistency, breadth of knowledge) and real limitations (it can be wrong, it can't truly "understand," it reflects biases in training data). Throughout this course, you'll learn to leverage the strengths and guard against the weaknesses.

Exercises

0/3
Quiz+5 XP

What is the best way to think about modern AI like ChatGPT or Claude?

Quiz+5 XP

Which breakthrough in 2017 enabled the current generation of AI?

Reflection+10 XP

In your own words, explain to a friend what AI is and isn't. Keep it to 2-3 sentences.

Hint: Focus on the "prediction engine" concept and mention at least one limitation.