What Is An LLM?
A short, beginner-friendly explainer on what a large language model actually is: a huge file of numerical parameters, and what running one versus training one involves.
- Inference (running the model) is a tokenizer plus a sampling strategy over the model's parameters — far cheaper than training.
- Training is resource-heavy: the piece cites roughly 10TB of data and ~6,000 GPUs for 12 days (~$2m) to produce a ~140GB model.
- Post-training then shapes the raw pre-trained model's behaviour into something usable.
added by Adam Tomat • 17th Aug 2026