The Guide · 8 readings
A route from zero to useful.
Read in order and the field assembles itself. Each reading now has its own stable page, sources, related terms, and a clear next step. About 24 minutes for the essays.
Short routes
Or choose a reading path.
What AI Actually Is (and Isn't)
AI, machine learning, deep learning, and generative AI overlap, but they are not synonyms. Knowing the layers makes the headlines much easier to read.
How a Model Actually “Thinks”
A language model produces one token at a time from a probability distribution. Sampling, context, tools, and training turn that simple interface into surprisingly complex behavior.
What's an API—and Why It's the On-Ramp for AI
An API is a defined contract between programs. It is how applications call hosted models and how tool-using systems reach other software.
How to Get Useful Answers (and Know When Not to Trust Them)
Good prompting is mostly good briefing: state the goal, provide the right evidence, define the output, and specify how the result will be checked.
What You Can Actually Do With AI
Most useful products combine a small set of patterns: assist, retrieve, act, code, generate media, and structure information.
What's an Agent—and Why They're Hard
An agent wraps a model in a loop with tools, state, and stopping rules. The capability is real; reliability and safe access are system-design problems.
Follow the Money
AI economics link training, inference, chips, memory, networking, data centers, and power. The headline numbers are estimates and forecasts, so label them accordingly.
Working in the Terminal
A coding agent uses ordinary files, shell commands, Git, dependencies, tests, and deployment tools. Reading that loop helps you supervise it safely.