Return to Video

Problem Solving and Innovation

  • 0:00 - 0:04
    Hi, in this set of lectures we are going to talk about problem solving.
  • 0:04 - 0:08
    We’re going to talk about individuals and teams go about solving problems.
  • 0:08 - 0:09
    and we’re going to focus on a couple of things —
  • 0:09 - 0:12
    We're going to talk about the role that diversity plays in problem solving,
  • 0:12 - 0:16
    and we’re also going to talk about how ideas can get recombined,
  • 0:16 - 0:18
    and how a lot of innovation actually comes from
  • 0:18 - 0:21
    somebody having an idea in one place and it being applied someplace else.
  • 0:21 - 0:27
    So, those are going to be the two main themes: The role of diversity, and the power of recombination.
  • 0:27 - 0:31
    So to get there, think about how we model problem solving: We got to start off by making it more formal,
  • 0:31 - 0:33
    constructing a somewhat formal model.
  • 0:33 - 0:37
    So here is how we are going to do it: We are going to assume that you take some sort of action (a),
  • 0:37 - 0:40
    where you have some sort of solution we’ll represent by (a),
  • 0:40 - 0:44
    and there's a payout function (F), that gives you the value of that particular action.
  • 0:44 - 0:48
    So that action could be a particular string of code if you are writing computer code,
  • 0:48 - 0:51
    and (F) might be how fast that code runs.
  • 0:51 - 0:57
    Alternatively, (a) could be a health care policy and (F) would be how efficient that health care policy is.
  • 0:57 - 1:03
    So, (a) is the solution that you propose and F(a) (F of a) is how good the solution is.
  • 1:03 - 1:06
    What we want to do is to have some kind of an understanding [of]
  • 1:06 - 1:10
    how people come up with better solutions — where innovation comes from.
  • 1:10 - 1:12
    So to do that we are going to invoke a metaphor.
  • 1:12 - 1:18
    And we are going to use this 'metaphor of a landscape' as a lens through which to interpret our models.
  • 1:18 - 1:21
    Okay, so, think about it in the following way:
  • 1:21 - 1:24
    You are trying to come up with some solution to a problem, and each solution has a value.
  • 1:24 - 1:28
    So the altitude here is the value of it.
  • 1:28 - 1:31
    So, B is the best possible solution.
  • 1:31 - 1:35
    Now, along here on the X-axis, these are all the different solutions.
  • 1:35 - 1:38
    So I might start out by having some Idea (I)
  • 1:38 - 1:40
    (Let’s just put it right here, and here’s my idea.)
  • 1:40 - 1:43
    And it's an okay idea; but we’d like to think about “How do we find better ideas?”
  • 1:43 - 1:47
    So one think we might do is [we] might “try things to the left and the right,”
  • 1:47 - 1:51
    and realize that “climb uphill” here and we get to some point (C);
  • 1:51 - 1:56
    and (C) might be where I get stuck, because if I go to the left I’m lower, and if I go to the right I’m lower,
  • 1:56 - 1:59
    so I could say “Wait, (C) is the best thing I can come up with.”
  • 1:59 - 2:02
    What we want to see is how people come up with these ideas,
  • 2:02 - 2:04
    how teams of people come up with better ideas,
  • 2:04 - 2:07
    and how we can avoid getting stuck on (C),
  • 2:07 - 2:09
    and possibly getting ourselve[s] up to (B).
  • 2:10 - 2:13
    How are we going to do it? Well, here’s what the model is going to look like:
  • 2:13 - 2:17
    We are going to start out by talking about something I am going to call ‘perspectives’.
  • 2:17 - 2:21
    What is a perspective? Perspective is how you represent a problem.
  • 2:21 - 2:23
    So if someone poses some problem to you—
  • 2:23 - 2:26
    again, whether it is code, health care policy,
  • 2:26 - 2:30
    designing a bycicle, or designing an addition to you house—
  • 2:30 - 2:32
    you have some way of representing that problem in your head.
  • 2:32 - 2:37
    That's going to be a perspective — it’s literally how you encode the problem.
  • 2:37 - 2:43
    Once you have encoded the problem, what you do is you create—again, this is metaphorically—a ‘landscape’.
  • 2:43 - 2:47
    as if you can think of your encoding is like that horizontal axis,
  • 2:47 - 2:50
    and that there is a value for each possible solution,
  • 2:50 - 2:51
    and that creates a landscape.
  • 2:51 - 2:56
    So we are going to talk about how different perspectives give different landscapes.
  • 2:56 - 2:58
    That is the first part.
  • 2:58 - 3:00
    [The] second part is something I’m going to call ‘heuristics’.
  • 3:00 - 3:02
    Heuristics are how you move on the landscape.
  • 3:02 - 3:04
    So, remember when I drew that landscape,
  • 3:04 - 3:06
    I talked about climbing up the 'hill'.
  • 3:06 - 3:08
    Well, 'Hill Climbing' is one heuristic.
  • 3:08 - 3:12
    'Random Search' would be another heuristic — if you just randomly pick some points
  • 3:12 - 3:15
    and then find which one is where the highest value is, that is another heuristic.
  • 3:15 - 3:19
    So we will talk about how different perspectives and different heruistics
  • 3:19 - 3:22
    allow people to find a better or improving solutions to problems.
  • 3:22 - 3:25
    So that is going to be the focus of our model of problem solving:
  • 3:25 - 3:29
    People have perspectives, and people have heuristics.
  • 3:29 - 3:32
    Once we finish talking about individuals, then we will talk about teams.
  • 3:32 - 3:36
    One of the interesting things here is if you have groups of people or [a] team of people solving a problem.
  • 3:36 - 3:39
    You actually can show that they will be better than the individuals in it.
  • 3:39 - 3:43
    And the reason why is because they have more tools, and those tools tend to be diverse.
  • 3:43 - 3:47
    So they have different perspectives and different heuristics, and all that diversity makes them better
  • 3:47 - 3:50
    coming up with new solutions and better solutions to problems.
  • 3:51 - 3:53
    So, teams are going to be important.
  • 3:53 - 3:55
    After we have talked about teams,
  • 3:55 - 4:00
    and after we have talked about the role of how one person can improve upon the solution of another,
  • 4:00 - 4:04
    we are going to extend our model a little bit and talk about recombination.
  • 4:04 - 4:06
    So here is sort of the big idea. The big idea is this:
  • 4:06 - 4:10
    I have some solution from one problem, you have a solution from a different problem,
  • 4:10 - 4:13
    and sometimes I can take your solution and combine it with my solution,
  • 4:13 - 4:15
    and come up with something even better.
  • 4:15 - 4:17
    So, the thing about sophisticated products—
  • 4:17 - 4:21
    like a house, an automobile, or even a computer—
  • 4:21 - 4:24
    that consists of all sorts of solutions to sub-problems.
  • 4:24 - 4:28
    And we are going to see how by recombining solutions to sub-problems
  • 4:28 - 4:32
    we get ever better solutions, and that is really a big driver of innovation.
  • 4:32 - 4:34
    So let us think back for a second — Remember in our previous lecture,
  • 4:34 - 4:38
    we talked about how without sustained innovation we no longer get growth,
  • 4:38 - 4:40
    that growth depends on sustained innovation.
  • 4:40 - 4:44
    What we’re going to talk about here is how diversity leads to innovations,
  • 4:44 - 4:48
    and how recombinations of innovations can lead to even more Innovations.
  • 4:48 - 4:51
    So that is the big theme — So that is where we are headed:
  • 4:51 - 4:55
    We are going to start by talking about perspectives. Then we will talk about heuristics.
  • 4:55 - 4:59
    Then we will talk about how teams of people can leverage their diverse perspectives in heuristics.
  • 4:59 - 5:04
    And then we’ll talk about recombining ideas can really drive a lot of growth.
  • 5:04 - 5:09
    All right, let’s get started. Thank you!
Title:
Problem Solving and Innovation
Video Language:
English

English subtitles

Revisions