Definition: The design and management of the information that is placed into the model’s Context at each stage to improve Agent performance.

Simply put: The question isn’t only “What Prompt should I write?”; you also need to decide exactly what information the model should see and when it should see it.

Examples:

  1. Give the model only the files relevant to a bug.
  2. Remove old and unnecessary information.
  3. Retrieve database-related information from Memory when needed.

AI Agent My-Journey-In-Codeless