{
  "ok": true,
  "data": {
    "entry": {
      "id": "context-is-the-prompt",
      "kind": "method",
      "kindLabel": "Method",
      "title": "The prompt is the whole context stack",
      "body": "The model responds to more than your last sentence. It sees instructions, files, examples, retrieved chunks, memory, tools, schemas, and stop rules. That whole stack is the prompt.",
      "tag": "prompting",
      "date": "2026 · 06 · 30",
      "publishedAt": "2026-06-30",
      "note": null,
      "insight": {
        "aha": "The model may ignore a fact because the context design buried, diluted, or mislabeled it.",
        "tryThis": "Build a source map before one summary and move the highest-risk constraint to the opening and closing of the context.",
        "watchFor": [
          "More context used as a substitute for better context",
          "Critical facts placed in the soft middle",
          "Retrieved chunks pasted without ranking what they prove"
        ],
        "labId": "context-position"
      },
      "extended": [
        "Context engineering is the craft of arranging the working set so the model can use the right facts at the right time. It includes what you include, what you exclude, where you place critical constraints, and how you label sources.",
        "More context can make answers worse if important facts are buried in the middle or mixed with low-value filler. Readers should practice source maps before summaries so the evidence has structure before the prose begins.",
        "The AHA is that ignored context is often a design failure, not a mysterious model mood."
      ],
      "url": "https://tips.platphormnews.com/entries/context-is-the-prompt"
    }
  }
}