Overrides (Behavioral)

also Conditional override · Special-case exception

Coined · Elliot Temple

A deliberately inserted higher-priority exception that interrupts an automatic behavior in a specific situation and can be practiced until it generalizes.

A behavioral override is one of several ways CF says you can change a behavior without directly rewriting the underlying mental “code.” Modeling a habit as a function f, you have many options: delete f, stop calling it, reduce how often its branch is reached, or insert a higher-priority conditional that fires first in some cases. The override is that last move: a rule of the form when in situation S, do X instead of my usual Y. For example, not yelling at your boss when you would yell at others.

CF’s specific point is about leverage and generalization. An override that works in even one special case proves the change is possible at all, which defeats the excuse that you simply cannot change. From that narrow exception you can widen the scope: if you can stop yourself with your boss, you can practice stopping yourself with anyone. Overrides start out as effortful and a hassle, but, like other habits, a practiced override becomes automatic and intuitive, freeing conscious attention. This makes overrides a concrete tool of deliberate relearning: when you learn a new technique you override the old approach case by case until the new one takes over.

CF connects this to Goldratt’s idea of taking a solution improvised for an emergency and tweaking it into a good general-purpose solution. The override is the contained, low-risk starting point; generalization through practice is the payoff. CF warns against starting with the hardest cases, such as emotions, and recommends building up from easier wins via incremental steps.


See also

Contrasts with

Referenced by


Sources

  1. Introspection, Overreaching and Emotions Primary criticalfallibilism.com
/term/behavioral-overrides/