Earlier today I lost a match at Prismata, a turn-based strategy game without RNG. When I analyzed the game, I discovered that changing one particular decision I had made on one turn from A to B caused me to win comfortably. A and B had seemed very close to me at the time, and even after knowing for a fact that B was far superior, it wasn't intuitive why.
Then I listed the main results from A and B, valued those by intuition, and immediately B looked way better.
One can model these problems on a bunch of different levels, where going from level n to n+1 means hiding the details of level n and approximating their results in a cruder way. On level 1, one would compare the two subtrees whose roots are decisions A and B (this should work just like in chess). Level 2 would be looking at exact resource and attack numbers in subsequent turns. Level 3 would be categorizing the main differences of A and B and giving them intuitive values, and level 4 deciding between A and B directly. What my mistake showcases is that, even in a context where I am quite skilled and which has limited complexity, applying intuition at level 4 instead of 3 lead to a catastrophic error.
If you can't go lower, fine. But there are countless cases of people using intuition on a level that's unnecessarily high. Hence if it's worth doing, it's worth doing with made-up numbers. That is just one example of where applying intuition one level further down: "what quantity of damage arises from this" rather than "how bad is it" can make a big difference. On questions of medium importance, briefly asking yourself "is there any point where I apply intuition on a level that's higher than necessary" seems like a worthy exercise.
Meta: I write this in the spirit of valuing obvious advice, and the suspicion that this error is still made fairly often.
I reflexively tried to reverse the advice, and found it surprisingly hard to think of situations where applying higher level intuition would be better.
There's an excerpt by chess GM Michael Tal:
But this is a somewhat contrived example since this is reminiscent of the pre-rigor, rigor, and post-rigor phases of Mathematics (or more generally, in mastering any skill). And one could argue chess GMs have so thoroughly mastered the lower levels that they can afford to skip them without making catastrophic errors.
Another example that comes to mind is Marc Andreessen in the introduction to Breaking Smart:
It seems quite clear that Jobs wasn't applying intuition at the lowest level here. And it seems like the end result could have ended up worse off if he ended up applying intuition at lower levels. He even explicitly says:
I find neither examples I came up with convincing. But are there circumstances where applying intuition at lower levels is a strategic mistake?