What is AI engineering? (start here)
Start here before tools or code. Work through these steps in order - they give you the mental model the whole bootcamp rests on.
- 1
Know what AI engineering is (and is not)
It is not model training and not clever prompt tinkering. It is building reliable products on top of frontier models you did not train: grounding them in your data, giving them tools, measuring whether they work, and shipping something that holds up with real users. Models are non-deterministic - the engineering is making undependable parts behave dependably.
- 2
See why coding agents sit at the centre
Cursor and Claude Code write most of the code. The scarce skill is systems thinking, context engineering, and judgment - directing the agent, reading what it produced, and deciding what to keep or fix. That is how this cohort runs.
- 3
Check the foundations we assume
Python, Git/GitHub, the command line, APIs/HTTP, Docker, CI/CD, testing, and SQL at a working-familiarity level. We do not teach these live. Pre-course and the gap-closer links below cover what you need before Session 1.
- 4
Learn the six pillars we teach
Foundations → RAG → Agents → Evals → Memory → Production. Each live session adds one of these layers to your capstone project.
- 5
Map sessions to your capstone
Session 1 = reliable `/ask`. Session 2 = ground it in your data. Session 3 = agency and tools. Session 4 = TRACE evals. Session 5 = memory and deploy. Async work extends the same project - not five throwaway demos.
- 6
Then do pre-course setup
After this reading: install Cursor or Claude Code, create a GitHub account, add your OpenAI API key, seed your capstone, and post a short check-in. The Session 1 checklist at the end of pre-course shows mandatory vs good-to-have.
Critical
Before Session 1: coding agent first
Your highest-leverage setup job is installing Cursor or Claude Code and opening a project folder. Do that in the next lesson. Python, API keys, and FastAPI come after - your agent helps with most of it.
Tip
Foundations, pillars, and resources below
Scroll past this card for the foundations list, six pillars, session coverage map, and free resources. Bookmark this page and come back when a concept clicks in a live session.
Done when
- You can say what AI engineering is and is not in one or two sentences
- You know the six pillars and which Session maps to each
- You know to install Cursor or Claude Code next