Skip to content
learnthevibe

modul 1the first production project

context: what the agent actually sees

The context window is the agent's working memory – and it's a budget. Whoever manages it gets better work from the same model.

~2 min read · ~10 min with the exercise · v1.2 · verified: 2026-07-15

the working memory

Everything the agent knows about your project right now lives in one place: the context window (the amount of text the model can consider at once – your messages, the files it read, the outputs of its tools). Not on disk, not in a database – in the conversation itself. What entered the context, the agent sees; what didn't, does not exist for it.

Four things fill it:

  1. the standing rulesCLAUDE.md / AGENTS.md, read at session start (previous lesson)
  2. your messages – every request, every correction
  3. what the agent read – files, search results, documentation
  4. what its tools returned – test output, build errors, screenshots