
Reasoning Models: How LLMs Learned to Think Before They Speak
Explore how reasoning models like o1, o3, and DeepSeek-R1 use inference-time compute scaling and chain-of-thought to solve problems standard LLMs cannot.
What happens after pretraining. Supervised fine-tuning, LoRA and parameter-efficient methods, preference optimization from RLHF through DPO and its successors, reinforcement learning with verifiable rewards, and synthetic data.

Explore how reasoning models like o1, o3, and DeepSeek-R1 use inference-time compute scaling and chain-of-thought to solve problems standard LLMs cannot.
Hands-on RLVR tutorial: build a verifiable-reward loop with GRPO in TRL, write a math verifier, and learn the DAPO and GSPO fixes that keep it stable.
Learn LoRA fine-tuning step by step: the math behind low-rank adaptation, QLoRA quantization, Unsloth training, hyperparameter selection, and practical code for consumer GPUs.