Stateful
machine learning
A model with a memory of its own that it can still write to while it runs. The hard part is choosing: what becomes durable, what gets consolidated, what can safely be forgotten, and what happens when a new write contradicts an old one.
- Nothing re-reads the whole conversation each turn
- Runtime learning lands in the state, weights stay frozen
- Continuous operation is the target