30 LLM Concepts Every Developer Should Know, Explained Visually
The LLM stack has grown dense enough that even experienced engineers trip over the difference between RAG and fine-tuning, or when to reach for top-p versus temperature. A visual map of the first 30 terms removes the friction of piecing together scattered documentation.
Thirty foundational LLM concepts get a one-diagram, one-paragraph treatment, starting with the Transformer and self-attention and moving through the full lifecycle: tokenization, embeddings, pre-training, fine-tuning, and decoding strategies. Each entry pairs a clean illustration with a plain-language definition that connects the idea to its practical role in how models understand and generate text.
Prompting techniques like few-shot, zero-shot, and chain-of-thought sit alongside infrastructure pieces such as vector databases and the RAG architecture. The glossary also covers safety and alignment mechanisms — RLHF, instruction tuning, and hallucination — that determine whether a model is useful or dangerous in production.
Decoding controls (temperature, top-p, top-k, beam search) and efficiency tactics like quantization round out the set, making the collection useful both for newcomers building mental models and for practitioners who need to debug generation behavior.
Grouping concepts by lifecycle stage — architecture, training, prompting, deployment — reveals that most practitioner pain sits in the prompting and decoding layer, not in model internals.
The glossary treats hallucination as a first-class concept alongside architecture fundamentals, which reflects how central reliability has become to LLM adoption.
Function calling and agents appear as separate entries, signaling that the industry now sees tool use and autonomous planning as distinct capabilities rather than one catch-all feature.