In the last article, we saw how an actor/agent can help us with a concurrent system. As I mentioned, we did not implement a “true” actor. However, we have clarified one fact that distinguishes one from another - actors can spawn children and supervise them. One actor is no actor. They come in systems. Today we are going to build upon what we left last time and add two important aspects of the actor model and systems based on it.