Why this track exists
Most AI content online skips the foundations. You get prompting tutorials without understanding why transformers work. You get agent demos without understanding the loop underneath. You get results without understanding when they will fail.
This track closes that gap. It is one ordered journey — from the maths machine learning is built on, through deep learning, attention, and the transformers behind every LLM, to the real engineering that makes AI systems dependable in production.
The journey, in order
The groundwork
- Mathematics for AI — linear algebra, matrices, probability, statistics
- Machine Learning Fundamentals — learning patterns from data instead of hardcoding rules
- Deep Learning — many-layer neural networks, CNNs and RNNs, features learned automatically
The road to LLMs 4. Attention & Transformers — the model learns what to focus on; the architecture that changed everything 5. Large Language Models — language as an interface to computation 6. RAG & Tool Use — connect the model to real knowledge and real actions
AI Agents and MCP — goal + tools + memory + loop, and the standard plug system that connects them — are the hands-on next step, taught in the Applied AI track.
Engineering the system 7. Context Engineering — giving the right information at the right time, by design 8. Harness Engineering — the tools, memory, permissions, evals, and observability around the model 9. Loop Engineering — plan, act, check, improve, repeat — designing agent workflows that converge 10. AI Ops — running agents safely in production: monitoring, cost, security, evaluations, rollback
Deep dives — Natural Language Processing, Computer Vision, Knowledge Representation, Knowledge Graphs, Metaheuristic Optimisation, how you actually give an AI knowledge (Folders vs Vectors), and Embeddings in depth, for going deeper on a specialisation.
Who this is for
- Developers using AI tools who want to understand what is actually happening
- Engineers building real AI systems who need the layer beneath the demos
- Learners who want the rigour behind the buzzwords
You do not need a maths degree — just patience with equations and a desire to understand things properly.
What this unlocks
- Applied AI — building LLM systems, agents, MCP servers, and semantic search hands-on
- Data Engineering — feature engineering and ML pipelines make far more sense with this background