Artificial Intelligence — A Complete Advanced Course Material
About This Course
Who This Is For
Practitioners who have completed intermediate AI engineering and want research-level depth: theory, large-scale training, and frontier methods.
How to Use This
Treat each chapter as a research seminar. Pair it with the original papers it points toward and expect to derive, not just read.
Estimated Time
Approximately 130–170 hours of self-paced study to work through all 13 chapters with the rigor they’re written for.
What You’ll Build
The ability to reason from first principles about why models train, scale, fail, and align — and to design new methods, not just apply existing ones.
Chapter Road Map
Theoretical Bedrock
Learning theory, optimisation theory, and the systems that make scale possible.
Frontier Modelling
Architecture research, advanced RL, and the theory behind generative models.
Reasoning & Coordination
Causal inference, robustness, and advanced multi-agent systems.
Safety & Hardware
Frontier alignment research and hardware-aware systems co-design.
Frontiers & Craft
AI for science and embodiment, multimodal research, and the practice of research itself.
Before designing new methods, an advanced practitioner needs to understand why learning works at all — the formal guarantees, and lack thereof, behind generalisation.
Adam and SGD are starting points, not endpoints. This chapter goes underneath the optimiser to the theory of why certain update rules and schedules behave the way they do at scale.
Frontier models are trained on thousands of accelerators simultaneously. This chapter covers the parallelism strategies and infrastructure engineering that make that possible.
Beyond using a Transformer — the open architectural questions researchers are currently working on to push past its known limitations.
RLHF is one shallow application of RL. This chapter covers the field of reinforcement learning itself — the theory and algorithms behind sequential decision-making.
The mathematics underneath diffusion and generative models — not how to fine-tune them, but why the underlying probability theory makes them work.
Correlation-based models break under distribution shift. This chapter covers reasoning about cause and effect, and building models that hold up outside their training distribution.
Past single agents and basic orchestration — the open research problems in building agent systems that scale, coordinate, and remain reliable over long horizons.
Beyond applying RLHF and red-teaming — the open research questions about aligning systems that may exceed human ability to directly supervise.
At the frontier, the model and the chip are designed together. This chapter covers how hardware constraints shape algorithm design, and vice versa.
AI applied where the model must contend with the physical world or with scientific ground truth, not just with data — a different set of constraints entirely.
Architecture-level depth in modalities beyond text and static images — and the research challenges of fusing modalities into a single coherent model.
Technical depth alone doesn’t make a researcher. This closing chapter covers the craft of doing and communicating original AI research.