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:

  1. System Prompt + Tools.
  2. Project instructions + Memory.
  3. Tool definitions + Output format + Context.

AI Agent My-Journey-In-Codeless