What is stateful?

Stateful means it carries something forward. A session is stateful across turns, and an agent can be made stateful across sessions.

Navid Moazzezby Navid MoazzezUpdated Sept. 12, 20261 min read
~/ai-glossary
$ glossary
11 of 11 in #how-it-works

Inside a session it remembers what you said 10 minutes ago. Across sessions it remembers nothing unless you built something that writes it down.

That gap is the entire reason a memory file exists.