Definition: The collection of instructions, tools, Context, formats, and infrastructure that a model relies on to perform a task.
Simply put: Scaffolding is the stuff you build around the LLM so that it can perform real work.
Examples:
- System Prompt + Tools.
- Project instructions + Memory.
- Tool definitions + Output format + Context.