|
The "dual-track hypothesis," the belief in "rational" and "emotional/intuitive" modes of thought, is really based on pretty flimsy evidence (e.g., [1] discusses interpretation of fMRI in the context of moral psychology). It seems more like the sort of thing that people really want to believe, and it's something people have wanted to believe far longer than fMRI or EEG have been around. And the trouble with the scientific method is that it's wedded to ceteris paribus, the "all things equal" assumption. (In philosophy, this is called the manipulationist theory of causality, e.g., [2].) This is the core reason that complex systems present such a problem for scientists---it is, if you will, the real reason economics is such a trainwreck. People want explanations to look like, "A causes B if, when you manipulate A, all other things equal, that drives changes in B." But if a system is fully contingent on itself, then that'll never work out. That's the value of intuition: it's not that it's fast or feasible or individual, it's that the scientific method runs out of gas in highly-contingent situations. To put it in a computer science perspective, the clasically undecidable problems (the halting problem and the decision problem) will always stand in the way of robust automatic code generation, and yet we write code anyway. We can do that precisely because the formal methods we go on about don't describe how we actually are, and that's always going to make people both smarter and stupider than we seem. [1] http://colinklein.org/papers/DualTrackWeb.pdf
[2] https://plato.stanford.edu/entries/causation-mani/ |
Intuition is closer to recognition. Recognizing a person from the way they walk, recognizing a dangerous situation, recognizing a combination of clues whether to trust a person, recognizing a pattern to predict a future outcome.
Intuition is very powerful and obviously prone to bias[1], as predicted by the No Free Lunch theorem[2].
Kahneman describes rational thought as a crosscheck to intuition, and that seems highly reasonable. Emotion is a whole different category. You don't need an fMRI to experience these distinctions yourself. In fact I'm baffled if you don't.
[1] https://en.wikipedia.org/wiki/List_of_cognitive_biases
[2] https://en.wikipedia.org/wiki/No_free_lunch_theorem "if an algorithm performs well on a certain class of problems then it necessarily pays for that with degraded performance on the set of all remaining problems"