jimrandomh comments on The Mistake Script - Less Wrong

12 Post author: jimrandomh 09 March 2009 05:35PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (12)

You are viewing a single comment's thread. Show more comments above.

Comment author: jimrandomh 09 March 2009 10:19:27PM *  1 point [-]

I tried formalizing everything, ended up with a grotesque and incomplete flowchart, and decided to make the formalized procedure less precise, by hiding all that complexity behind the word "decide" in the last step. I believe the actual procedure which implements that process is hard wired, and is something like:

  1. Generate reasons for and against an action, and a weight for each.
  2. Compute the total weights of the reasons for and against
  3. Compare the difference between the weights to a threshold. Compare the ratio between the weights to a different threshold. If both thresholds are met, decide in favor. If neither threshold is met, decide against. Otherwise go back to generating reasons.

The first step (generating reasons) is sort of like exemplar selection and sort of like memory lookup, and is therefore greatly influenced by priming certain concepts beforehand.

Comment author: MichaelHoward 09 March 2009 11:32:49PM 2 points [-]

I'm quite impressed by the post. I think it's potentially valuable for helping to decode about how we think about reading articles, and that using it sometimes would be a useful exercise. I'm just not convinced about forming a habit of keeping at the front of my mind such a script whenever one encounters a fallacy.