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.

6 of 333 comments (clear)

  1. Re:Because "the best people" do NOT change paradig by Anonymous Coward · · Score: 2, Interesting
  2. Re:What a diverse team means to me by fahrbot-bot · · Score: 4, Interesting

    Every time I hear a professor, boss, etc. start talking "team assignment," I know its just a polite way of having the strong students/employees carry the weak ones. Instead of some people getting A's and some getting F's, everyone gets a C. Kurt Vonnegut would be proud.

    Anecdotal, but I will note that the team project in my systems programming class (in 1985) to write a linking loader was made easier by the fact that I knew C very well and the retired Navy guy, who wasn't as strong a programmer, could do octal and hex math in his head. (We both got A's.)

    --
    It must have been something you assimilated. . . .
  3. architecture and design approach by digitect · · Score: 4, Interesting

    The architecture profession has never emphasized grades, realizing that creative design is hardly measurable. There are a lot of successful practitioners with hardly notable academic backgrounds. Who cares if they got good grades if they can produce a great building? It is a stark contrast to the helicopter parent types that force their kids through heavy science and math curriculum, while totally omitting relaxed, creative, and intuition growing explorations that aren't as easily measured.

    I'm glad to hear Amazon eschews MBA types, but I'd like to hear of other business grasping the value of a design approach. We've mistakenly use the word "success" for business that make a lot of money, but I see it defined by the usefulness of solutions, individual growth of their employees, long term (>25 years) contributions to their communities, strong consumer reputation, safety and durability of their products, and a noble reputation across several continents. It's a scam that a phone becomes unusable after three years. Is that how we define a successful company?!

    Fortunately, the US is still hanging on to a culture that encourages scrappy, non-linear entrepreneurship. I'm frustrated by universities that value grades above creativity, and the current trend where our youth have to compete on such shallow metrics. (Against youth raised by helicopter parents from other cultures with no other purpose than to have the highest GPA.) Fortunately, these are short term problems and creativity triumphs in the long view. It always will. And that's the original American way. But I wonder why so many businesses grow out of this skill to their ultimate decline?

    --
    There is no need to use a SlashDot sig for SEO...
  4. Bullshit ... by CaptainDork · · Score: 3, Interesting

    ... is not the same as wild honey.

    This piece is a whole lotta words that convey precisely nothing more than horse shit in a garage.

    Some teams work and some don't.

    Mostly, it's character that builds good teams.

    Members can drive other members.

    Like a hit song, team performance is impossible to predict.

    --
    It little behooves the best of us to comment on the rest of us.
  5. Super Chicken TED Talk by rokii · · Score: 3, Interesting

    Reminds me of the super chicken ted talk... Very interesting talk about why you don't want a group of "Best" people...
    https://www.youtube.com/watch?...

  6. 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.