Hacker News new | ask | show | jobs
by craftinator 1918 days ago
> My guess is that having a standardized rapid decision making framework is valuable compared to the frantic scramble that might take place otherwise.

Having been in the military and received specific training on tactical decision making, I can say that this is a pretty good take on why OODA is taught.

When you're in any situation where you need to maintain positive control on the outcome, the biggest problem you can run into is when the situation changes in an unexpected way (insert classic Napoleon paraphrase "Plans are the first casualties in contact with the enemy"). The reason why the OODA loop is specifically used, rather than other permutations of the same idea, is that it's very efficient. For the classic HN crowd, a good analogy or application of OODA would be a PID loop, or any other event-driven feedback system.

Observe: has the situation changed? If not, continue with the current plan, else orient.

Orient: how can we change to match the situation, given who we are and what we're doing? If there are no positive changes to make, keep observing, else make a decision.

Decide: can we make a decision based on our new orientation? If not, return to observe, else act.

Act: perform the decision, then return to observing, paying special attention to the outcome of the actions.

Using this loop properly, at each stage you're still ready to go back to observing, and less likely to get mired in back and forth decision making without a solid reassessment.

This thought pattern is especially helpful in small team leaders, as they often have the flexibility and direct observational abilities to make full use of the information at hand. It tends not to work as well for single individuals and large organizations (in my experience), for individuals because of the incomplete information, and for organizations because of the signal delays in information and enactment.