Prompting & generation
Choosing all a language model gets to see for a task - instructions, fetched documents, tool results, notes - not just the wording.
Formal
The practice of deciding, for each step of an AI system, what goes into the context window and in what order - system prompt, retrieved documents, tool results, saved notes and earlier messages - within the limit on tokens.
In plain English
Like packing a small suitcase for a trip - what you leave out matters as much as what you put in, and what sits on top gets used first.
In practice
At a Danish software house, a developer sets up a coding agent to load only the task notes and the three most relevant files, and to swap long test output for a short summary before each next step.
Why it matters
In long agent tasks, answers go wrong less from badly worded requests than from missing, stale or cluttered material in view, and untrusted material in view can also steer the agent.