You know how to use AI. Now understand how it actually learns, how it becomes an agent that acts, the hard problems nobody has solved yet, and how to build a career on the right side of this wave.
Haven’t done AI 101 → yet? Start there.
Go Deeper →
Inside every model is a neural network: layers of simple math units ("neurons") connected by millions — or billions — of adjustable dials called weights (or parameters). Learning is just tuning those dials. Walk the training loop:
"AI" isn’t one thing. Know the main families you’ll meet:
Predict and generate text. Power chatbots, writing, coding, tutoring. E.g. ChatGPT, Claude, Gemini.
Turn noise into images, video, and audio from a prompt. E.g. Midjourney, Sora, image tools.
Handle text + images + audio together — see a photo, read it, and talk about it.
Models given tools and goals so they can do tasks, not just chat (next module).

A chatbot talks. An agent acts — give a model tools (search, code, a calendar), memory, and a goal, and it can take real steps to finish a task on its own.
You can create real things on top of these models. The ladder from user → builder:
Tools like GPT "custom bots," automation apps, and site builders let you ship an AI product with zero code.
A few lines connect your app to a model. This is how developers add AI to anything — the model becomes a building block.
Feed a model your own data so it speaks your style or knows your stuff. How companies customize AI.

The most powerful technology of your lifetime comes with genuinely unsolved problems — and your generation will inherit them. Tap each to understand it.
AI won’t take every job — but it will reshape almost all of them. The strategy is a barbell: work AI can’t easily touch, or work that builds and steers AI. Avoid the easily-automated middle.
Hands, heart, trust, judgment — care, trades, leadership, persuasion, craft. Hard to automate, always needed.
Build and govern the wave — AI, chips, energy, robotics, biotech, and AI policy & safety.
Deciding what’s worth doing — the scarce skill.
The tools change yearly; adaptability compounds.
Explaining, persuading, leading humans.
Broad AI literacy + one deep skill you own.
Ten questions across everything in AI 201. Earn your badge — and your edge.
| Neural network | Layers of connected math units, loosely inspired by the brain, that learn patterns. |
| Parameters / weights | The billions of adjustable dials a model tunes during training. |
| Training | Repeatedly predicting, measuring error, and nudging weights to reduce it. |
| Agent | A model given tools, memory, and goals so it can take actions, not just chat. |
| RAG | Retrieval-Augmented Generation — letting AI answer from your own documents. |
| Fine-tuning | Extra training on your data to specialize a model. |
| Open-weight | A model you can download and run yourself. |
| Alignment | Making AI reliably do what humans actually want and intend. |
| Multimodal | Handling text, images, and audio together. |