Hacker News new | ask | show | jobs
by jazzyjackson 1129 days ago
the model is not effected by its inputs over time

its essentially a function that is called recursively on its result, no need to represent state

1 comments

Being called recursively on a result is state.
if you say so, but the model itself is not updated by user input, it is the same function every time, hence, stateless.