Agents & tools
Notes an AI agent saves outside the model and reads back later, so it can carry facts and past work from one chat to the next.
Formal
Storage outside the model - plain files, a database or a vector database - into which an agent writes facts, choices and summaries, and from which the most useful items are fetched back into the context window at the start of later tasks.
In plain English
Like a nurse's notebook passed between shifts - whoever starts work reads the notes first, because nobody remembers yesterday on their own.
In practice
A developer at a pension fund works with a coding assistant that saves notes such as “member numbers must never appear in logs”; a week later, in a fresh chat, it reads them back before touching the code.
Why it matters
It makes agents more useful over time, but saved notes are trusted later - a planted false note or a stored secret can outlive the chat that caused it.