Skip to content

Module 9: Context Engineering

Category: Intermediate — Module 9 (2 of 7 in this category)

(Placeholder module — a short overview for now; full lesson content is coming soon.)

Deciding what actually goes into an agent's limited context window, and how to keep it useful as a task grows long.

Topics this module will cover: - Context summarization - Persistent memory / context offloading (long-term memory) - Subagents - TODO lists / explicit planning

Tutorial Progress

graph LR
    A[8: Prompt Engineering] --> B[9: Context Engineering]
    B --> C[10: Coding Agents]
    C --> D[11: Harness Engineering]
    D --> E[12: Security]
    E --> F[13: Loop Engineering]
    F --> G[14: Personal Agents]
    style A fill:#90EE90
    style B fill:#FFFF00

Previous Module: Module 8: Prompt Engineering Next Module: Module 10: Coding Agents