I do the same thing. I found that I needed far fewer save states when I routinely took the BAD choice first, since they usually lead to the shortest further decision tree. I’d also occasionally use physical bookmarks, for the few rare books that just would NOT kill you off until the very end (even though you were quite possibly stuck on a guaranteed-negative branch of the decision tree)
As to applying it to real life, I will sometimes think about the decision tree involved. Playing Chess is a good example of this: If I make THIS move, my opponent could do X, Y, or Z. If she goes with X, I can do X-a, X-b, or X-c… and then weighing all this based on probability (“She hates doing X!” “Y is her best move!”) and expected value (if she does X, I’ll lose. If she does Y, I go up a pawn.) Fortunate for me that she hates doing X :)
I do the same thing. I found that I needed far fewer save states when I routinely took the BAD choice first, since they usually lead to the shortest further decision tree. I’d also occasionally use physical bookmarks, for the few rare books that just would NOT kill you off until the very end (even though you were quite possibly stuck on a guaranteed-negative branch of the decision tree)
As to applying it to real life, I will sometimes think about the decision tree involved. Playing Chess is a good example of this: If I make THIS move, my opponent could do X, Y, or Z. If she goes with X, I can do X-a, X-b, or X-c… and then weighing all this based on probability (“She hates doing X!” “Y is her best move!”) and expected value (if she does X, I’ll lose. If she does Y, I go up a pawn.) Fortunate for me that she hates doing X :)