01
Foundations
Most people skip straight to frameworks and spend the next six months confused by their own bugs. Learn what the model is actually doing first.
Read, in this order
- Large Language Models (LLMs) – Introduction3 min
- Understanding Temperature, Top-p, and Top-k in Large Language Models3 min
- 3 Common LLM Myths which was surprising!4 min
- 10 LLM application patterns you must know1 min
You'll be able to
You can explain tokens, context windows, and sampling to someone else without hand-waving — and you know which problems an LLM is the wrong tool for.
Build this
Call an LLM API directly, no framework. Change temperature and top-p, and watch what happens to the same prompt ten times.