Prep Library
Context Engineering
The discipline of assembling the right context for LLMs and agents — prompting patterns, retrieval, memory, tool use, and evaluation.
Prompting
Overview
Prompting is the craft of instructing a language model so it responds reliably — using role framing, few-shot examples, chain-of-thought, and structured output formats. Well-designed prompts turn an unpredictable model into a dependable component.
Context assembly
Overview
Context assembly is about deciding what information goes into a model's limited context window and how — budgeting tokens, retrieving relevant knowledge (RAG), and persisting memory across turns. It's the difference between a grounded, on-topic answer and a hallucinated one.
Agents
Overview
Agents let a model take actions, not just generate text — calling tools, running reason-act loops toward a goal, and being evaluated end to end. This group covers how to design agents that make real progress without spiraling or stalling.
Where this content comes from
For full transparency, this library's content is curated and verified from these sources: