0:00:00.000,0:00:03.800 Hi, in this set of lectures we are going to talk about problem solving. 0:00:03.800,0:00:07.538 We’re going to talk about individuals and teams go about solving problems. 0:00:07.538,0:00:09.146 and we’re going to focus on a couple of things — 0:00:09.146,0:00:12.050 We're going to talk about the role that diversity plays in problem solving, 0:00:12.050,0:00:15.856 and we’re also going to talk about how ideas can get recombined, 0:00:15.856,0:00:17.923 and how a lot of innovation actually comes from 0:00:17.923,0:00:21.200 somebody having an idea in one place and it being applied someplace else. 0:00:21.200,0:00:26.800 So, those are going to be the two main themes: The role of diversity, and the power of recombination. 0:00:26.800,0:00:30.962 So to get there, think about how we model problem solving: We got to start off by making it more formal, 0:00:30.962,0:00:32.962 constructing a somewhat formal model. 0:00:32.962,0:00:37.046 So here is how we are going to do it: We are going to assume that you take some sort of action (a), 0:00:37.046,0:00:40.038 where you have some sort of solution we’ll represent by (a), 0:00:40.038,0:00:43.662 and there's a payout function (F), that gives you the value of that particular action. 0:00:43.662,0:00:47.769 So that action could be a particular string of code if you are writing computer code, 0:00:47.769,0:00:50.800 and (F) might be how fast that code runs. 0:00:50.800,0:00:57.408 Alternatively, (a) could be a health care policy and (F) would be how efficient that health care policy is. 0:00:57.408,0:01:03.015 So, (a) is the solution that you propose and F(a) (F of a) is how good the solution is. 0:01:03.015,0:01:05.638 What we want to do is to have some kind of an understanding [of] 0:01:05.638,0:01:09.577 how people come up with better solutions — where innovation comes from. 0:01:09.577,0:01:11.869 So to do that we are going to invoke a metaphor. 0:01:11.869,0:01:18.215 And we are going to use this 'metaphor of a landscape' as a lens through which to interpret our models. 0:01:18.215,0:01:20.800 Okay, so, think about it in the following way: 0:01:20.800,0:01:24.108 You are trying to come up with some solution to a problem, and each solution has a value. 0:01:24.108,0:01:27.762 So the altitude here is the value of it. 0:01:27.762,0:01:31.062 So, B is the best possible solution. 0:01:31.062,0:01:35.146 Now, along here on the X-axis, these are all the different solutions. 0:01:35.146,0:01:37.523 So I might start out by having some Idea (I) 0:01:37.523,0:01:39.912 (Let’s just put it right here, and here’s my idea.) 0:01:39.912,0:01:43.367 And it's an okay idea; but we’d like to think about “How do we find better ideas?” 0:01:43.377,0:01:46.977 So one think we might do is [we] might “try things to the left and the right,” 0:01:46.977,0:01:51.269 and realize that “climb uphill” here and we get to some point (C); 0:01:51.269,0:01:55.569 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, 0:01:55.569,0:01:58.831 so I could say “Wait, (C) is the best thing I can come up with.” 0:01:58.831,0:02:01.623 What we want to see is how people come up with these ideas, 0:02:01.623,0:02:03.800 how teams of people come up with better ideas, 0:02:03.800,0:02:06.638 and how we can avoid getting stuck on (C), 0:02:06.638,0:02:08.823 and possibly getting ourselve[s] up to (B). 0:02:09.715,0:02:12.523 How are we going to do it? Well, here’s what the model is going to look like: 0:02:12.523,0:02:16.885 We are going to start out by talking about something I am going to call ‘perspectives’. 0:02:16.885,0:02:21.108 What is a perspective? Perspective is how you represent a problem. 0:02:21.108,0:02:23.215 So if someone poses some problem to you— 0:02:23.215,0:02:25.654 again, whether it is code, health care policy, 0:02:25.654,0:02:29.631 designing a bycicle, or designing an addition to you house— 0:02:29.631,0:02:32.469 you have some way of representing that problem in your head. 0:02:32.469,0:02:37.392 That's going to be a perspective — it’s literally how you encode the problem. 0:02:37.400,0:02:43.392 Once you have encoded the problem, what you do is you create—again, this is metaphorically—a ‘landscape’. 0:02:43.400,0:02:46.962 as if you can think of your encoding is like that horizontal axis, 0:02:46.962,0:02:49.500 and that there is a value for each possible solution, 0:02:49.500,0:02:51.433 and that creates a landscape. 0:02:51.433,0:02:56.338 So we are going to talk about how different perspectives give different landscapes. 0:02:56.338,0:02:57.531 That is the first part. 0:02:57.531,0:02:59.977 [The] second part is something I’m going to call ‘heuristics’. 0:02:59.977,0:03:02.415 Heuristics are how you move on the landscape. 0:03:02.415,0:03:04.062 So, remember when I drew that landscape, 0:03:04.062,0:03:06.062 I talked about climbing up the 'hill'. 0:03:06.062,0:03:08.208 Well, 'Hill Climbing' is one heuristic. 0:03:08.208,0:03:11.831 'Random Search' would be another heuristic — if you just randomly pick some points 0:03:11.831,0:03:15.131 and then find which one is where the highest value is, that is another heuristic. 0:03:15.131,0:03:18.592 So we will talk about how different perspectives and different heruistics 0:03:18.592,0:03:22.392 allow people to find a better or improving solutions to problems. 0:03:22.392,0:03:24.762 So that is going to be the focus of our model of problem solving: 0:03:24.762,0:03:28.623 People have perspectives, and people have heuristics. 0:03:28.623,0:03:32.000 Once we finish talking about individuals, then we will talk about teams. 0:03:32.000,0:03:36.023 One of the interesting things here is if you have groups of people or [a] team of people solving a problem. 0:03:36.023,0:03:38.946 You actually can show that they will be better than the individuals in it. 0:03:38.946,0:03:42.654 And the reason why is because they have more tools, and those tools tend to be diverse. 0:03:42.654,0:03:46.669 So they have different perspectives and different heuristics, and all that diversity makes them better 0:03:46.669,0:03:50.108 coming up with new solutions and better solutions to problems. 0:03:50.831,0:03:52.685 So, teams are going to be important. 0:03:52.685,0:03:54.738 After we have talked about teams, 0:03:54.738,0:04:00.108 and after we have talked about the role of how one person can improve upon the solution of another, 0:04:00.115,0:04:03.869 we are going to extend our model a little bit and talk about recombination. 0:04:03.869,0:04:06.123 So here is sort of the big idea. The big idea is this: 0:04:06.123,0:04:10.023 I have some solution from one problem, you have a solution from a different problem, 0:04:10.023,0:04:13.100 and sometimes I can take your solution and combine it with my solution, 0:04:13.100,0:04:15.200 and come up with something even better. 0:04:15.200,0:04:17.269 So, the thing about sophisticated products— 0:04:17.269,0:04:20.800 like a house, an automobile, or even a computer— 0:04:20.800,0:04:24.115 that consists of all sorts of solutions to sub-problems. 0:04:24.115,0:04:27.554 And we are going to see how by recombining solutions to sub-problems 0:04:27.554,0:04:31.992 we get ever better solutions, and that is really a big driver of innovation. 0:04:31.992,0:04:33.808 So let us think back for a second — Remember in our previous lecture, 0:04:33.808,0:04:38.138 we talked about how without sustained innovation we no longer get growth, 0:04:38.138,0:04:40.400 that growth depends on sustained innovation. 0:04:40.400,0:04:44.323 What we’re going to talk about here is how diversity leads to innovations, 0:04:44.323,0:04:48.231 and how recombinations of innovations can lead to even more Innovations. 0:04:48.231,0:04:50.938 So that is the big theme — So that is where we are headed: 0:04:50.938,0:04:54.831 We are going to start by talking about perspectives. Then we will talk about heuristics. 0:04:54.831,0:04:59.454 Then we will talk about how teams of people can leverage their diverse perspectives in heuristics. 0:04:59.454,0:05:04.362 And then we’ll talk about recombining ideas can really drive a lot of growth. 0:05:04.362,0:05:09.284 All right, let’s get started. Thank you!