Categories
Best Practices

The “Theory of the Situation”

Upon my research about how to avoid errors in software development, I came across an interesting article from a NASA workshop. The workshop had the title “Resource Management on the Flight Deck” [1]. It was held in June 1979, and the topic of the workshop was finding new ways to avoid accidents in aviation.

One part of the workshop was taking a closer look om something called the “Theory of the situation” [2]. The main finding in this paper was, that people always have a belief of the situation, they are currently in and what is happening around them. This is called the “Theory of the Situation”. But what’s actually going on might be different. This is called the “Theory in Use”. For example think of a pilot in an airplane assuming that the aircraft is travelling at a certain speed, but actually the instrument is displaying a wrong value, because the sensors are not measuring correctly. The wrong speed measurement is believed to be correct, so the pilot acts on a “Theory of the Situation”, which is based on a wrong assumption.

Long story told short, what I’ve learned from this paper:

  • If you ever doubt a situation, tell everybody about your doubts. Don’t hide your scepticism.
  • Question yourself and your team, if your baseline assumptions are correct.
  • If somebody tells you about his/her doubts, take it seriously. Be prepared to proof, that your “Theory of the Situation” is matching the “Theory in Use”. If it doesn’t, adjust your theory.

The documents mentioned in this post can be found on the NASA Technical Report Server:

By marcus

Software developer, engineer and architect.

Leave a Reply

Your email address will not be published. Required fields are marked *