Concept library

Learn the stack, end-to-end.

Structured paths from Python through transformers, RAG, and agents. Free concepts unlock more as you progress; premium concepts require a Pro subscription.

Unlock all
Foundations 3 concepts

The vocabulary every practitioner needs before going deeper: what a language model is, what tokens are, and how transformers learn.

NLP Foundations 4 concepts

Attention, tokenisation, embeddings, and the building blocks that every modern LLM still relies on.

Mathematical Foundations 6 concepts

Linear algebra, probability, calculus, optimisation, and the numerical-computation reality that ML engineers actually hit.

Deep Learning 6 concepts

CNNs, recurrent networks, normalisation, regularisation, optimisers, and automatic differentiation.

Architectures & Scaling 2 concepts

Inside the model: attention, training objectives, parameter scaling, and the architectural choices that shape what an LLM can do.

Large Language Models 5 concepts

Pretraining, fine-tuning vs RAG, RLHF/DPO, chain-of-thought, mixture-of-experts - the LLM craft.

Inference Optimisation 6 concepts

KV cache, FlashAttention, speculative decoding, quantisation, vLLM, MoE serving - the production-grade inference stack.

Training Infrastructure 5 concepts

Data, tensor and pipeline parallelism, ZeRO/FSDP, mixed precision, gradient checkpointing, and the engineering of large-scale training.

Reasoning Models 6 concepts

Test-time compute, process reward models, CoT/self-consistency/search, the o-series and R1, and how to evaluate reasoning fairly.

Applied LLMs 1 concept

Putting models to work: prompting, retrieval-augmented generation, fine-tuning trade-offs, and agentic systems.

Agents & Tool Use 2 concepts

Function calling, ReAct, multi-step planning, and the workflow-vs-agent boundary that decides whether your design ships.

Evaluation & MLOps 6 concepts

Public benchmarks, HELM, custom evals, LLM-as-judge, red-teaming, model registries, and production monitoring.

Safety & Alignment 6 concepts

Prompt injection, jailbreaks, Constitutional AI, sycophancy, mechanistic interpretability, and frontier-alignment evaluations.

LLM Systems 6 concepts

Vector databases, hybrid retrieval, prompt-cache infrastructure, gateways and routing, token accounting, and multi-tenant serving.

Vision & Multimodal 6 concepts

Vision transformers, CLIP-style contrastive models, diffusion, segmentation, and the multimodal LLM stack that fuses text, image, audio, and video.