modul 1 — the 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:
- the standing rules –
CLAUDE.md/AGENTS.md, read at session start (previous lesson) - your messages – every request, every correction
- what the agent read – files, search results, documentation
- what its tools returned – test output, build errors, screenshots