Loading...
Context Write Patterns(CWP)
Systematic externalization of context through scratchpads, note-taking, and file system integration for unlimited persistent context
In 30 seconds
- What
- Agent externalizes working memory to files and scratchpads, storing intermediate thoughts and context outside the prompt across sessions.
- When to use
- Long-running tasks where context grows beyond token limits or work must resume after interruption with full state recovery.
- Watch out
- File I/O becomes a bottleneck; stale or corrupted external state causes agent to act on outdated information.
Loading technique guide…