Part of the Pristone Academy AI Technical Track
Intro to artificial intelligence — teaching machines to think.
What AI actually is, where it came from, and why it suddenly became impossible to ignore.
AI is the project of getting machines to do things that normally require human intelligence.
For most of history, computers were calculators with good PR. You gave them precise instructions — add these numbers, sort this list, open this file — and they followed them perfectly, blindly, endlessly. The machine was fast; the intelligence was entirely yours.
Artificial intelligence is the attempt to change that bargain. Instead of writing every rule by hand, AI researchers asked: what if we could give a machine a goal and let it figure out the rules itself? What if it could learn to recognize a face, translate a sentence, or win a board game — the way a person does, through experience?
The dream is old — the term “artificial intelligence” was coined at a 1956 Dartmouth conference — but the payoff is recent. Modern AI reads your X-rays, understands your voice commands, suggests your next line of code, and recommends the next video you can't stop watching. It is the most economically significant technology since the internet, and it is still accelerating.
AI is not magic, and it is not a single thing. It is a family of techniques — search, logic, statistics, and lately neural networks — united by the goal of automating tasks that require judgment. The techniques are mundane math. The results are sometimes astonishing.
AI is a country. Machine learning is a city in it. Deep learning is a neighborhood in that city.
The single most useful map of the field is a set of nested regions. Artificial intelligence is the broadest — any technique that makes machines act intelligently, including old-school approaches like hand-written logic and search.
Inside it sits machine learning: systems that learn patterns from data instead of being explicitly programmed. This is where nearly all modern progress lives. And inside that sits deep learning — machine learning built on neural networks with many layers, the engine behind image recognition, speech, and the large language models you've been hearing about. Every news headline about AI is really a headline about that innermost neighborhood.
The three ways a machine learns
Almost all machine learning falls into three styles. Supervised learning trains on labeled examples — show it thousands of emails marked “spam” or “not” and it learns to sort new ones. Unsupervised learning gets no labels and finds structure on its own — grouping similar customers, say. Reinforcement learning learns by trial and error against a reward, the way a program gets better at a game by playing millions of rounds.
So, is it AI? Test your instinct.
The line between “AI” and “just a program” comes down to one question: did a human write the rules, or did the machine learn them? Try a few cases below and check your reasoning against each answer.
Reads your email and moves suspicious messages to Junk.
Multiplies two numbers together exactly as instructed.
Your phone recognizes your face in different lighting, with glasses, or at an angle.
Turns the heat on when the temperature drops below 68 °F.
Suggests your next show based on what you and similar viewers watched.
Finds the shortest path between two addresses using a road graph.
A spam filter is the cleanest case. Nobody could write rules for every trick a spammer invents. Instead, the filter is shown millions of labeled emails and learns the patterns of spam itself — then keeps adapting as the spam evolves. Rules learned from data, not hand-coded: that's the whole idea of AI in one familiar tool.
Three things to keep about AI.
What makes something AI is that its behavior is learned from data or experience, instead of every rule being written out by a person.
AI is many techniques — search, logic, statistics, neural networks — sharing one goal: automating tasks that need judgment.
Supervised (labeled examples), unsupervised (find structure), and reinforcement (trial and error against a reward) cover most of it.
The concept dates to 1956; data, GPUs, and better algorithms are what finally made it work at scale.
Artificial intelligence is machines learning to do judgment-heavy tasks from data and experience, rather than following rules a human wrote out in advance.
This is the on-ramp. If you want a guided path from “I understand the map” to actually building things, that's what a 1:1 session is for.
Frequently asked questions
More free lessons
How a machine sorts a pile of points into clean groups with no labels.
How a machine keeps the few directions that matter and throws away the rest.
The self-attention idea behind every modern transformer and LLM.
How AI redistributes work across the layers of a job — and where humans stay scarce.
Curious who's behind these lessons? See the proof of work.