Slashdot Mirror


Why Hiring the 'Best' People Produces the Least Creative Results (qz.com)

An anonymous reader shares an excerpt from a report written by Scott E. Page, who explains why hiring the "best" people produces the least creative results: The burgeoning of teams -- most academic research is now done in teams, as is most investing and even most songwriting (at least for the good songs) -- tracks the growing complexity of our world. We used to build roads from A to B. Now we construct transportation infrastructure with environmental, social, economic, and political impacts. The complexity of modern problems often precludes any one person from fully understanding them. The multidimensional or layered character of complex problems also undermines the principle of meritocracy: The idea that the "best person" should be hired. There is no best person. When putting together an oncological research team, a biotech company such as Gilead or Genentech would not construct a multiple-choice test and hire the top scorers, or hire people whose resumes score highest according to some performance criteria. Instead, they would seek diversity. They would build a team of people who bring diverse knowledge bases, tools and analytic skills. That team would more likely than not include mathematicians (though not logicians such as Griffeath). And the mathematicians would likely study dynamical systems and differential equations.

Believers in a meritocracy might grant that teams ought to be diverse but then argue that meritocratic principles should apply within each category. Thus the team should consist of the "best" mathematicians, the "best" oncologists, and the "best" biostatisticians from within the pool. That position suffers from a similar flaw. Even with a knowledge domain, no test or criteria applied to individuals will produce the best team. Each of these domains possesses such depth and breadth, that no test can exist. When building a forest, you do not select the best trees as they tend to make similar classifications. You want diversity. Programmers achieve that diversity by training each tree on different data, a technique known as bagging. They also boost the forest 'cognitively' by training trees on the hardest cases -- those that the current forest gets wrong. This ensures even more diversity and accurate forests.

1 of 333 comments (clear)

  1. Re:The headline is garbage by LostMyBeaver · · Score: 5, Interesting

    From the headline, I expected conjecture. Then I clicked the article and it struck me as a rant.

    When someone writes an article like this, they should include facts or at least legitimate testable theories. This was more like a one man jam session to listen to his own voice.

    Oh... and what he considered genius with regards to mapping the space between the cars... utter crap. The problem with mathematicians is that they focus on optimization in the worst possible places. If they took a course on algorithms or at least studied graph theory, they would understand that you can model the cars and the space and derive what's not that. In addition, Modelling traffic jams in government sponsored research cannot be done because it requires a great deal of algorithmic data which is highly sensitive. For example, a person driving in direction X in a vehicle of type Y at time Z will close gaps between vehicles(50% chance), block people from merging ahead towards the bottleneck (75% chance), play music rich in bass loud enough to rattle nearby cars (90%). The result of this is that the neighboring cars will behave more aggressively. Seniors will be disturbed but submissive. Middle aged white men who drive larger or sportier vehicles will become extremely aggressive. Etc...

    I've been writing traffic modelling software for decades because I find it entertaining and relaxing. I would then occasionally move a few traffic cones in the morning and traffic would flow nicely both ways... until someone realized the cone shouldn't be there. The #1 factor I considered at all times was how does the behavior of one type of person impact the behavior of those around them. So, I'd place cones in places that would force people to do the right thing as opposed to permitting and therefore encouraging opportunism.