Dan North once described an advanced beginner as someone who makes all the mistakes an advanced beginner makes. It doesn't matter if you warn them about the mistake or not, they'll still make it. This post is about one of those problems. Hopefully someone will find it useful, but what I know of the Dreyfus model suggests that it'll only be useful after something fails in production. Here's the problem: let's say you have a process. It's fairly easy to divide into two parts. The first, A, is fast and feeds the second, B, which is slow. So, you...