What is stateless?
Stateless means nothing carries forward. The model is stateless: it remembers nothing between requests.
~/ai-glossary
$ glossary
7 of 11 in #how-it-works
This is not a limitation someone forgot to fix. It is how the thing works.
Everything that feels like memory is a file being read back to it.
Was this page helpful?