Up and running in a day3 lessons25 min
Keeping the thread from day to day
- 01The project, a container for context10 min
A project groups files, instructions and sessions in a single place that persists from one time to the next, a task handled outside any project stays an isolated session that keeps nothing after it closes.
- 02Turning on memory, distinct from history10 min
Memory keeps a chosen selection of what has been said, history keeps every conversation as it happened without a new session rereading it on its own.
- 03Resuming a session without losing everything5 min
Opening a fresh session attached to the same project and asking it to resume the context costs less and moves faster than extending a session that has already grown heavy.