AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The State Machine Approach
One of the things that we do is we process messages immediately. It's really important that a single message both just up dates your state and it does it deterministically. And this is really important because it means that if you have the same piece of code and you run the same messages through it, you can get to the same state each time.