7-Day AI Intensive

Learn from the source

Everything below is published by the people who build these models and tools. Free, first-party, and worth more than any summary of it — including this one.

Official academies

Structured, free courses straight from the model makers. Start here, not with a YouTube playlist.

Primary documentation

When a tutorial and the docs disagree, the docs are right. Bookmark these on Day 1 and keep returning.

Ebooks and whitepapers from the model makers

Long-form, free, and written by the companies whose models you are using. Download them; they are worth more than most paid courses.

Glossary

The terms that come up all week, in both languages.

LLM

A model trained to predict the next piece of text. Everything else it appears to do follows from that.

Prompt

The full instruction you give a model: role, context, task, constraints, and output format.

System prompt

Standing instructions that apply to every message in a conversation, not just one.

Context window

How much text a model can hold at once. Past the limit, the earliest material stops mattering.

Workflow

A fixed sequence of steps you designed. Predictable, cheap, easy to debug.

Agent

A model that decides its own next step in a loop, using tools, until a goal is met.

Tool / function call

A capability you hand the model — search, database write, send message — that it may choose to use.

RAG

Retrieval-augmented generation: fetch the relevant documents first, then answer from them.

Webhook

A URL that another system calls when something happens. The usual entry point of an automation.

Guardrail

A rule that constrains what the system may do or say, checked before the output reaches anyone.

Human in the loop

A required approval step before an automated action becomes visible to the outside world.

Hallucination

A fluent, confident, wrong answer. The model has no way to tell you it is guessing.