<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Design Thinking Blog &#187; Books</title>
	<atom:link href="http://www.designthinkingblog.com/tag/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designthinkingblog.com</link>
	<description>listening in on the conversation</description>
	<lastBuildDate>Fri, 14 May 2010 21:17:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>London Financial Times: Design of Business</title>
		<link>http://www.designthinkingblog.com/2009/11/london-financial-times-review-design-of-business/</link>
		<comments>http://www.designthinkingblog.com/2009/11/london-financial-times-review-design-of-business/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 22:02:09 +0000</pubDate>
		<dc:creator>@dTblog</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Design of Business]]></category>
		<category><![CDATA[Morgen Witzel]]></category>
		<category><![CDATA[Roger Martin]]></category>

		<guid isPermaLink="false">http://www.designthinkingblog.com/?p=731</guid>
		<description><![CDATA[Overview of Review: Morgen Witzel of the London Financial Times read and reviewed the book &#8220;The Design of Business&#8221;.  The original article was picked up by the LA Times and reprinted. Thoughts on this Review: It seems a bit odd to review a  book review, but it seemed important to offer an opinion in this [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Overview of Review: </strong><span>Morgen Witzel of the London Financial Times read and reviewed the book &#8220;The Design of Business&#8221;.  The original article was picked up by the LA Times and reprinted.</span></p>
<p><strong><span>Thoughts on this Review: </span></strong><span>It seems a bit odd to review a  book review, but it seemed important to offer an opinion in this case..  Overall, Witzel seems to give a pretty solid overview of the book. However, in what seems to be an attempt to belittle the Design Thinking process that the book outlines, Witzel says that this is a rehash of old concepts that date back to the 1800&#8242;s.  I assume (maybe incorrectly) that Morgen Witzel has read the book that he references, but I do not agree with the comparison and conclusion.  I have included a link to the book in the article below for those of you who have A LOT of time to read pages of very detailed manufacturing issues.  The concept that Babbage introduced in that book was one of strict and detailed systematic analysis &#8211; not design as Martin makes the case for in his book.</span><strong><span> </span></strong><span>While Morgan Witzel is a very respected historian and business author, I think the &#8220;added&#8221; information in the review takes away from his credibility as a reviewer on this topic.<br />
</span></p>
<h3><a href="http://www.latimes.com/business/la-fi-books9-2009nov09,0,1443972.story">Original Article HERE (via) LA Times</a></h3>
<h3>What makes innovation work isn&#8217;t really a mystery&#8230;<!-- P2P_LIVE_EDIT "content_item_headline_preview" END --></h3>
<p><!-- P2P_LIVE_EDIT "content_item_subheadline_preview" START --><em>The idea that a systematic approach to design is key to success isn&#8217;t as novel as &#8216;The Design of Business&#8217; may make it seem &#8212; the concept was introduced in the 1800s. Still, the book is worth a read.</em><!-- P2P_LIVE_EDIT "content_item_subheadline_preview" END --></p>
<div id="story-body">
<div style="width: 600px;">
<div>
<table border="0" cellspacing="0">
<tbody>
<tr>
<td><img class="alignleft size-medium wp-image-732" style="margin-left: 25px; margin-right: 25px;" title="50378530" src="http://www.designthinkingblog.com/wp-content/uploads/2009/11/50378530-300x186.jpg" alt="50378530" width="300" height="186" />How McDonald&#8217;s Corp. got its start is discussed in &#8220;The Design of Business.&#8221; In the 1950s, the McDonald brothers figured out what American families wanted to eat when they went out for the evening: a simple, quick and tasty meal. <span>(<span>Christine Cotter / Los Angeles Times</span> / <span>March </span><span>12</span><span>, 2009</span></span>)</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div>
<ul><script type="text/javascript">// <![CDATA[
    function showExtras(elm, link, text){
        var obj = $(elm);
        var link = $(link);
        var elmTop = (obj.getHeight() + 10) * (-1);
        if(obj.style.display == 'none'){
            obj.style.top = elmTop + "px";
            link.innerHTML = 'Hide more ' + text + ' &raquo;';
            new Effect.Parallel([
              new Effect.Move(obj, { sync: true, x: link.getWidth(), y: (obj.getHeight() + 10) * (-1), mode: 'absolute' }),
              new Effect.AppearItems(obj, { sync: true, from: 0, to: 1})
            ], { duration: 1 });
        } else {
            new Effect.Parallel([
              new Effect.Move(obj, { sync: true, x: link.getWidth() * (-1), y: 0, mode: 'absoulte' }),
              new Effect.FadeItems(obj, { sync: true, from: 1, to: 0 })
            ], { duration: 1 });
            link.innerHTML = 'See more ' + text + ' &raquo;';
        }</p>
<p>    }</p>
<p>    // These are customized methods b/c the scriptaculous ones where throwing error. These should be re-evaluated at a later date.
    Effect.FadeItems = function(element) {
      element = $(element);
      var oldOpacity = 0;
      var options = Object.extend({
        from: element.getOpacity() || 1.0,
        to:   0.0,
        afterFinishInternal: function(effect) {
          if (effect.options.to!=0) return;
          effect.element.hide().setStyle({opacity: oldOpacity});
        }
      }, arguments[1] || { });
      return new Effect.Opacity(element,options);
    };</p>
<p>    Effect.AppearItems = function(element) {
      element = $(element);
      var options = Object.extend({
      from: (element.getStyle('display') == 'none' ? 0.0 : element.getOpacity() || 0.0),
      to:   1.0,
      // force Safari to render floated elements properly
      afterFinishInternal: function(effect) {
        if(Prototype.Browser.WebKit) {
            effect.element.forceRerendering();
        }
      },
      beforeSetup: function(effect) {
        effect.element.setOpacity(effect.options.from).show();
      }}, arguments[1] || { });
      return new Effect.Opacity(element,options);
    };
// ]]&gt;</script></ul>
</div>
</div>
<p><span style="width: 335px;"> </span></p>
<div><span><!-- P2P_LIVE_EDIT "content_item_byline_preview" START -->By Morgen Witzel<!-- P2P_LIVE_EDIT "content_item_byline_preview" END --></span><!-- P2P_LIVE_EDIT "content_item_display_time_preview" START --><span> November 9, 2009</span></div>
<div><span><br />
</span></div>
<div id="story-body-text"><!-- sphereit start --> <!-- P2P_LIVE_EDIT "content_item_body_preview" START -->What distinguishes truly innovative businesses?</p>
<p>Over the years, we have been told that innovative companies master the art of knowledge management; focus on their core competencies; get close to and listen to customers; have a long-term strategy for innovation and invest in the future; or are superior in identifying disruptive technologies.</p>
<p>Now, in &#8220;The Design of Business: Why Design Thinking Is the Next Competitive Advantage&#8221; comes a new idea, or what purports to be one. Roger L. Martin, dean of the Rotman School of Management at the University of Toronto, argues that the key to success is design, or what he calls &#8220;design thinking.&#8221;</p>
<p>This attempts to harness the creative talents within a business and give them a focus toward a goal. Traditionally, says Martin, businesses have relied on one of two models of creative thinking.<span id="more-731"></span></p>
<p>The first is the analytical model, in which companies invest heavily in formal analysis of environmental trends, new markets and so on and try to predict where the world is going.</p>
<p>The second is the intuitive model, in which managers trust their instincts and feelings and develop innovations they think will work based on a kind of educated guesswork.</p>
<p>Martin says that &#8220;neither analysis nor intuition alone is enough. Rather than forcing a binary choice to drive out either analysis or intuition, the burden of this book is to reconcile the two modes of thought.&#8221; The rest of the book aims to extract the best from both methods to combine them in a new model called the &#8220;knowledge funnel,&#8221; which comprises three stages &#8212; illustrated by Martin in the opening chapter by telling how McDonald&#8217;s Corp. got its start.</p>
<p>The first stage concerns broad-based, often highly intuitive thinking in which people ponder questions and suggest answers. Martin terms this stage &#8220;the mystery,&#8221; or the thing we cannot explain.</p>
<p>The second stage is the development of &#8220;a rule of thumb that helps narrow the field of inquiry and work the mystery down to a manageable size.&#8221;</p>
<p>The third stage is the algorithm, a formal system for managing knowledge and getting innovation to the market. At this point, intuitive thinking ceases, and it is all about system and process.</p>
<p>In the 1950s, the McDonald brothers sought to figure out what American families wanted to eat when they went out for the evening. After experimenting with formats, they came up with a rule of thumb: Americans want a simple, quick and tasty meal.</p>
<p>Enter Ray Kroc, who formed a partnership with the brothers and developed a formal system for rolling out the concept to restaurants across the U.S. and then around the world &#8212; the algorithm.</p>
<p>Later, Martin shows how companies such as Apple Inc. and Procter &amp; Gamble Co. have used this system to good effect &#8212; Apple to stay at the cutting edge of product development; P&amp;G to refresh its customer offerings and make its products more attractive.</p>
<p>On the face of it, this looks like a good system. Start with the intuitive understanding, then use a combination of intuitive and rational methods to map out a design concept and translate this into a product or service, then use formal systems thinking to roll it out.</p>
<p>The discerning reader may well be saying, &#8220;So what?&#8221; Although the book uses contemporary examples, the idea that a systematic approach to design is essential to business success was argued persuasively by Charles Babbage in &#8220;<a href="http://www.gutenberg.org/cache/epub/4238/pg4238.html.utf8">On the Economy of Machinery and Manufactures&#8221;</a> in the 1830s.</p>
<p>Should that put you off reading the book? No &#8212; old ideas still have value. In fact, for readers interested in the processes of design and of translating innovations from concepts from product to market, there are some interesting bits of detail and discussions on how exactly this is done.</p>
<p>Morgen Witzel is a frequent contributor to the Financial Times of London, in which this review first appeared.</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.designthinkingblog.com/2009/11/london-financial-times-review-design-of-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NY Times misses on Change By Design</title>
		<link>http://www.designthinkingblog.com/2009/10/ny-times-misses-on-change-by-design/</link>
		<comments>http://www.designthinkingblog.com/2009/10/ny-times-misses-on-change-by-design/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 21:02:40 +0000</pubDate>
		<dc:creator>@dTblog</dc:creator>
				<category><![CDATA[Brainstorming]]></category>
		<category><![CDATA[Ideo]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[NY TImes]]></category>
		<category><![CDATA[Tim Brown]]></category>

		<guid isPermaLink="false">http://www.designthinkingblog.com/?p=529</guid>
		<description><![CDATA[Overview of Article: This is a summery/review of Tim Brown&#8217;s new book &#8220;Change By Design&#8221; from the NY Times. Thoughts on this Article: This is a simple overview of the book, but doesn&#8217;t really capture the heart of the book.  Tim Brown is arguably the most visible spokesperson on the topic, and often sets the [...]]]></description>
			<content:encoded><![CDATA[<div><strong><img class="alignleft size-full wp-image-168" style="margin-left: 15px; margin-right: 15px;" title="journalism" src="http://www.designthinkingblog.com/wp-content/uploads/2009/08/journalism.jpg" alt="journalism" width="270" height="203" />Overview of Article:</strong> This is a summery/review of Tim Brown&#8217;s new book &#8220;Change By Design&#8221; from the NY Times.</div>
<div><strong>Thoughts on this Article</strong>: This is a simple overview of the book, but doesn&#8217;t really capture the heart of the book.  Tim Brown is arguably the most visible spokesperson on the topic, and often sets the tone for what will happen in that industry. The NY Times reporter presents Tim as a designer who now practices Design Thinking, when in reality &#8211; he is an industrial products person, who understood the importance of design in creating a marketable product.  <em>That is a significant difference.</em></div>
<div><em><br />
</em></div>
<div><a href="http://www.nytimes.com/2009/09/28/arts/28iht-design28.html?_r=4&amp;pagewanted=all">Original Article at NYTimes HERE September 28, 2009</a></div>
<h2>Redefining a Profession</h2>
<div>By ALICE RAWSTHORN</div>
<p>LONDON — The bet was for $50,000. It was offered by George Washington Hill, president of the American Tobacco Company, to the designer Raymond Loewy, in 1940. The challenge was to spruce up the packaging of Lucky Strike cigarettes. Loewy accepted the wager, and Hill asked when he expected to finish. “Oh, I don’t know,” drawled the designer. “Some nice spring morning I will feel like designing the Lucky package&#8230; I’ll call you then.”</p>
<p>Loewy won the bet, and claimed the credit for the subsequent increase in Lucky Strike’s sales. That was nearly 70 years ago, and design has changed dramatically since then, as the designer Tim Brown relates in his new book, “Change by Design.” “Few designers today would even touch this type of project,” he writes of Loewy’s assignment. “What excites the best (design) thinkers today is the challenge of applying their skills to problems that matter.”</p>
<p>He’s kind of right and kind of wrong. Much as I’d like to believe that designers are too altruistic to bother fiddling with the graphics on cigarette packets, many still do. But it is true that more and more designers are devoting their time to serious stuff, like repairing environmental damage or kindling economic recovery, and it is their work that concerns Mr. Brown.<span id="more-529"></span></p>
<p>Born in Britain, Mr. Brown is now the president and chief executive officer of IDEO, a design group based in Palo Alto, California. His book?&#8217;s objective is summed up by its subtitle: to demonstrate “How design thinking transforms organizations and inspires innovation.” He marshals lots of examples of how this works in practice, although his underlying theme is as much about how design itself is changing, as how it effects change in other industries.</p>
<p>When Mr. Brown, 47, started out as a product designer in the late 1980s, design was mostly about creating physical things, such as the widgets he developed in his first project for a machinery manufacturer, or visual ones, like the graphics on a Lucky Strike packet. Designers now also tackle intangible strategic and behavioral issues, such as helping businesses and government to organize themselves more efficiently and make their services more user-friendly. Mr. Brown describes this as the shift from old-school “design,” which he regards as “technology-centered,” to the “human-centered” discipline of “design thinking” — a term coined by David Kelley, who co-founded IDEO in 1991 originally to develop tech products for clients in Silicon Valley.</p>
<p>Design thinking is an elusive concept, as Mr. Brown admits. His punchiest definition is that it is “about more than style.” In a nutshell, it involves the application of the traditional skills that designers develop, often without realizing, to identify problems and invent solutions in collaboration with experts from other disciplines, their clients and the people who will use the results.</p>
<p>For IDEO’s designers, this has meant working in multidisciplinary teams alongside engineers, computer programmers, marketers and behavioral scientists. One design thinking project involved developing a new type of low-tech weekend bicycle — named “coasting” — for Shimano, the Japanese cycle components maker, to persuade the adult Americans who had loved riding their bikes as kids to take up cycling again, rather than developing a dazzling new bicycle as old-school designers would have done.</p>
<p>Another project encouraged the nurses employed by Kaiser Permanente, the U.S. health care group, to work out how to improve the care of patients by redesigning their own schedules. A third analyzed people’s spending habits to invent a new Bank of America service that helps them to save by rounding up each purchase to the nearest dollar and depositing the difference in a “Keep the Change” account, just like throwing spare coins into a change jar. IDEO’s teams of design thinkers have also worked on projects for nonprofit organizations, like the Bill &amp; Melinda Gates Foundation, and U.S. government campaigns, as well as on conventional product design and branding programs.</p>
<p>Mr. Brown gives glimpses of what it’s like to work at IDEO. He recalls an executive from the furniture company, Steelcase, sinking into a snazzy-looking chair only for it to collapse. (It was a painstakingly detailed $40,000 foam prototype, not the real thing.) He also recounts the horror of the lead designer on the development of an Oral-B toothbrush, when he spotted one of his products washed up on a deserted Californian beach, six months after the launch. And what designer wouldn’t relate to his description of how: “I cannot count the number of clients who have marched in and said, ‘Give me the next (Apple) iPod,’ but it’s probably pretty close to the number of designers I’ve heard respond (under their breath), ‘Give me the next (Apple ceo) Steve Jobs.”’</p>
<p>There is a danger of books like this deteriorating into sales pitches, as their designer-authors trot out examples of their companies’ prowess. But Mr. Brown writes with a winning combination of thoughtfulness, pragmatism and enthusiasm. IDEO looms large, but the references are relevant, and interspersed with descriptions of successful exercises by other companies, from the development of the Netflix online movie store, to that of United Airlines’s Premium Service between San Francisco and New York.</p>
<p>Mr. Brown also puts design thinking into a historical context by explaining how some of his design heroes practiced it, albeit unknowingly. Take Isambard Kingdom Brunel, the great 19th-century British engineer, who designed the bridges, viaducts and tunnels of the Great Western Railway in southwest England and Wales, not only as spectacular structures, but to make passengers feel as if they were “floating across the countryside.” They still do.</p>
<p>Critically, he avoids the trap of presenting design thinking as a panacea. Mr. Brown charts its failures as well as successes, and sees confusingly designed Web sites and dysfunctional help lines, as the latterday equivalents of the Industrial Revolution’s “dark satanic mills.” Nor does he pretend that it is easy. Instead, he depicts it as a messy, uncertain, often inconclusive process, albeit one that is more fun, and much more productive than tweaking cigarette packets.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designthinkingblog.com/2009/10/ny-times-misses-on-change-by-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Design Thinker&#8217;s Reading List</title>
		<link>http://www.designthinkingblog.com/2009/10/a-design-thinkers-reading-list/</link>
		<comments>http://www.designthinkingblog.com/2009/10/a-design-thinkers-reading-list/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 16:02:31 +0000</pubDate>
		<dc:creator>@dTblog</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Matthew May]]></category>
		<category><![CDATA[Open Forum]]></category>

		<guid isPermaLink="false">http://www.designthinkingblog.com/?p=414</guid>
		<description><![CDATA[Overview of Article: Matthew E. May (In Pursuit of Elegance) proposes his &#8220;must&#8221; reading list for those who are students and practitioners of Design Thinking. Thoughts on this Article: Matthew is one of the important voices in the Design Thinking community.  His views and recommendations are worth listening to. Original Post HERE: From Open Forum/ [...]]]></description>
			<content:encoded><![CDATA[<p><strong><img class="alignleft size-full wp-image-415" style="margin-left: 25px; margin-right: 25px;" title="MMayBlog" src="http://www.designthinkingblog.com/wp-content/uploads/2009/10/MMayBlog.jpg" alt="MMayBlog" width="190" height="190" />Overview of Article:</strong><a href="http://www.openforum.com/connectodex/in-pursuit-of-elegance?username=matthew-may"> Matthew E. May</a> (In Pursuit of Elegance) proposes his &#8220;must&#8221; reading list for those who are students and practitioners of Design Thinking.</p>
<p><strong>Thoughts on this Article:</strong> Matthew is one of the important voices in the Design Thinking community.  His views and recommendations are worth listening to.</p>
<p><a href="http://www.openforum.com/idea-hub/topics/the-world/article/a-design-thinkers-reading-list-matthew-e-may">Original Post HERE: From Open Forum/ Idea Hub</a></p>
<p><span style="font-size: medium;"><span style="font-family: 'Times New Roman';">This is the year that Design Thinking tipped as a full-fledged management approach. The wave has been building for a few years and now seems to be cresting, as indicated by the spate of new books on the subject. Of the many books coming out, here’s my list of picks to round out your D-Think library. (While all are new this year, not all are out yet.)<span id="more-414"></span></span></span></p>
<ul>
<li><span style="font-size: medium;"><span style="font-family: 'Times New Roman';"><a href="http://www.amazon.com/Fine-Line-Strategies-Shaping-Business/dp/0470451025/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1254757152&amp;sr=8-1"><em><strong>A Fine Line: How Design Strategies Are Shaping the Future of Business</strong></em></a> by Harmut Esslinger (Jossey-Bass, June 29, 2009). Hartmut Esslinger is the founder of frog design, a leading global innovation firm. He is also one of the most respected designers and business consultants in the world, having spent forty years helping build the world’s most recognizable brands, such as Sony, Louis Vuitton, Lufthansa, Disney, Hewlett-Packard, SAP, Microsoft, and Apple. Most consider him one of the key catalysts of the design revolution. His book shows how he and his firm build creative design into the framework of an organization’s competitive strategy and gives the reader a step-by-step overview of the innovation process. Esslinger reveals how to arrive at a design that reflects an intense human experience that will connect strongly with consumers.</span></span></li>
<li><span style="font-size: medium;"><span style="font-family: 'Times New Roman';"><a href="http://www.amazon.com/Design-Driven-Innovation-Competition-Innovating/dp/1422124827/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1254757430&amp;sr=1-1"><em><strong>Design-Driven Innovation: Changing the Rules of Competition by Radically Innovating What Things Mean</strong></em></a> by Roberto Verganti (Harvard Business School Press, August 3, 2009). Roberto Verganti is Professor of Management at Innovationat Politecnico di Milano and the founder of Project Science, a consulting institute that advises global corporations on the management of strategic innovation. Roberto authored the popular article “Innovating Through Design,” published in the <em>Harvard Business Review</em> December 2006 issue.</span></span></li>
<li><span style="font-size: medium;"><span style="font-family: 'Times New Roman';"><a href="http://www.amazon.com/Change-Design-Transforms-Organizations-Innovation/dp/0061766089/ref=sr_1_1?ie=UTF8&amp;qid=1254757477&amp;sr=1-1-fkmr0"><strong><em>Change By Design: How Design Thinking Tranforms Organizations and Inspires Innovation</em></strong></a> by Tim Brown (HarperBusiness, September 29, 2009). Tim Brown is the CEO of IDEO. According to Stanford professor and author Bob Sutton, “Tim Brown has written the definitive book on design thinking. Brown’s wit, experience, and compelling stories create a delightful journey. His masterpiece captures the emotions, mindset, and methods required for designing everything from a product, to an experience, to a strategy in entirely different ways.”</span></span></li>
<li><span style="font-size: medium;"><span style="font-family: 'Times New Roman';"><a href="http://www.amazon.com/Design-Business-Thinking-Competitive-Advantage/dp/1422177807/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1254757530&amp;sr=1-1"><em><strong>The Design of Business: Why Design Thinking Is the Next Competitive Advantage</strong></em></a> by Roger Martin (Harvard Business School Press, November 9, 2009). Roger Martin is dean of the Rotman School of Management at the University of Toronto and a professor of strategic management at the school. He has written widely on the intersection of design and business. You can download a free PDF of his Rotman Journal article </span></span><a href="http://www.rotman.utoronto.ca/rogermartin/DesignofBusiness.pdf" target="_blank"><span style="font-size: medium;"><span style="font-family: 'Times New Roman';">here</span></span></a><span style="font-size: medium;"><span style="font-family: 'Times New Roman';">.</span></span></li>
<li><span style="font-size: medium;"><span style="font-family: 'Times New Roman';"><a href="http://www.amazon.com/Design-Thinking-Integrating-Innovation-Experience/dp/1581156685/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1254757577&amp;sr=1-1"><em><strong>Design Thinking: Integrating Innovation, Customer Experience, and Brand Value</strong></em></a>, edited by Thomas Lockwood (Allworth Press, 3rd edition, November 10, 2009). Thomas Lockwood is president of the Design Management Institute (DMI), as well as being the publisher of DMI’s Design Management Review and Design Management Journal. This book is an anthology of essays, intriguing case studies, and practical advice from industry experts. It’s organized into three sections which focus on the use of design for innovation and brand-building, the emerging role of service design, and the design of meaningful customer experiences.</span></span></li>
</ul>
<p><span style="font-size: medium;"><span style="font-family: 'Times New Roman';">I also suggest two more titles that aren’t about Design Thinking but focus on two critical ingredients of good design process management: collaboration and motivation.</span></span></p>
<ul>
<li><span style="font-size: medium;"><span style="font-family: 'Times New Roman';"><a href="http://www.amazon.com/Collaboration-Leaders-Avoid-Create-Results/dp/1422115151/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1254757624&amp;sr=1-1"><em><strong>Collaboration: How Leaders Avoid the Traps, Create Unity, and Reap Big Results</strong></em></a> by Morten Hansen (Harvard Business School Press, May 11, 2009). Morten Hansen is a professor at the University of California, Berkeley and INSEAD in France, as well as a management consultant with the Boston Consulting Group. According to Jim Collins, “This book represents the culmination of fifteen years of some of the best research on the topic of effective collaboration. It does not matter whether you lead a business, conduct an orchestra, guide a school, operate a hospital, command a brigade, run for public office, direct a government agency, or coach a sports team—every complex enterprise requires collaboration.”</span></span></li>
<li><span style="font-size: medium;"><span style="font-family: 'Times New Roman';"><a href="http://www.amazon.com/Drive-Surprising-Truth-About-Motivates/dp/1594488843/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1254757662&amp;sr=1-1"><em><strong>Drive: The Surprising Truth About What Motivates Us</strong></em></a> by Daniel Pink (Riverhead Hardcover, December 29, 2009). Just in time for the New Year, this book by Dan Pink promises some great new insights into the drivers of creativity—namely autonomy, purpose, and mastery. Dan’s bestselling book <em>A Whole New Mind: Why Right-Brainers Will Rule the Future</em> is probably the first widely-read and accepted take on design thinking, before the concept actually had a label. To get a sneak peak at Drive, take a look at </span></span><a href="http://www.ted.com/talks/dan_pink_on_motivation.html" target="_blank"><span style="font-size: medium;"><span style="font-family: 'Times New Roman';">Dan’s recent TED talk</span></span></a><span style="font-size: medium;"><span style="font-family: 'Times New Roman';">.</span></span></li>
</ul>
<p><span style="font-size: medium;"><span style="font-family: 'Times New Roman';">Matthew E. May is the author of </span></span><em><a href="http://www.amazon.com/Pursuit-Elegance-Ideas-Something-Missing/dp/0385526490" target="_blank"><span style="font-size: medium;"><span style="font-family: 'Times New Roman';">In Pursuit of Elegance: Why the Best Ideas Have Something Missing</span></span></a></em><span style="font-size: medium;"><span style="font-family: 'Times New Roman';"> and blogs </span></span><a href="http://inpursuitofelegance.com/" target="_blank"><span style="font-size: medium;"><span style="font-family: 'Times New Roman';">here</span></span></a><span style="font-size: medium;"><span style="font-family: 'Times New Roman';">. You can follow him on Twitter </span></span><a href="http://twitter.com/matthewemay" target="_blank"><span style="font-size: medium;"><span style="font-family: 'Times New Roman';">here</span></span></a><span style="font-size: medium;"><span style="font-family: 'Times New Roman';">.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designthinkingblog.com/2009/10/a-design-thinkers-reading-list/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
