Stateless

Stateless means nothing carries forward. The model is stateless: it remembers nothing between requests.

Navid Moazzezby Navid MoazzezUpdated Sept. 5, 20261 min read

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?