Law of Best Choice
# Definition
An applicant must be selected on some time interval from an unknown number of rankable applicants. The goal is to maximize the probability of selecting only the best under the hypothesis that all arrival orders of different ranks are equally likely.
# Strategy
- Set a time interval (deadline) in which to find a candidate
- Examine and interview applicants coming in
- For the first 37% of the time interval, reject all candidates, even if they succeed throughout the process
- Keep a log of all applicants strengths and qualities
- After the first 37% of the time interval have passed, interview all future applicants as in step 2
- Hire the first applicant that scores better than all previous.
# Added benefit
- Maximizing value return from placement agencies
- Mitigate sunk cost fallacy and confirmation bias to some extent