5s: How would you program if processes were limitless, IPC was trivial, and you only coded for success cases? 10s: First you bend your mind to Erlang, then you bend Erlang to fit your problem. Your problem stays in its domain, and you model it with concurrent processes, message passing, and supervision trees.