<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: In defense of &quot;making it up as you go along&quot;</title>
	<atom:link href="http://johnnyholland.org/2010/07/in-defense-of-making-it-up-as-you-go-along/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnnyholland.org/2010/07/in-defense-of-making-it-up-as-you-go-along/</link>
	<description>It&#039;s all about interaction</description>
	<lastBuildDate>Fri, 26 Apr 2013 13:38:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: links for 2010-08-02 &#171; Boskabout</title>
		<link>http://johnnyholland.org/2010/07/in-defense-of-making-it-up-as-you-go-along/#comment-113131</link>
		<dc:creator>links for 2010-08-02 &#171; Boskabout</dc:creator>
		<pubDate>Mon, 02 Aug 2010 18:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://johnnyholland.org/?p=7929#comment-113131</guid>
		<description>[...] &quot; In defense of &quot;making it up as you go along&quot; Johnny Holland – It&#039;s &#8230; Although I’ve singled out scrum, there are lots of other processes that can go equally awry. Many companies these days are busy trying to implement Toyota’s LEAN production system, often with disappointing results. Kaizen quality management (another Toyota development) can also go very wrong – and for the same reasons Total Quality Management, House of Quality, and Philip Crosby’s Zero Defects went wrong back in the 80s; too many managers let the process get in the way of the ultimate objective. Remember, the goal is the goal. [...]</description>
		<content:encoded><![CDATA[<p>[...] &quot; In defense of &quot;making it up as you go along&quot; Johnny Holland – It&#39;s &#8230; Although I’ve singled out scrum, there are lots of other processes that can go equally awry. Many companies these days are busy trying to implement Toyota’s LEAN production system, often with disappointing results. Kaizen quality management (another Toyota development) can also go very wrong – and for the same reasons Total Quality Management, House of Quality, and Philip Crosby’s Zero Defects went wrong back in the 80s; too many managers let the process get in the way of the ultimate objective. Remember, the goal is the goal. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPad &#8211; Breaking Free Of The Trading Desk &#171; Tales from a Trading Desk</title>
		<link>http://johnnyholland.org/2010/07/in-defense-of-making-it-up-as-you-go-along/#comment-113130</link>
		<dc:creator>iPad &#8211; Breaking Free Of The Trading Desk &#171; Tales from a Trading Desk</dc:creator>
		<pubDate>Mon, 02 Aug 2010 11:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://johnnyholland.org/?p=7929#comment-113130</guid>
		<description>[...] defense of “making it up as you go [...]</description>
		<content:encoded><![CDATA[<p>[...] defense of “making it up as you go [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimiter Simov (Jimmy)</title>
		<link>http://johnnyholland.org/2010/07/in-defense-of-making-it-up-as-you-go-along/#comment-113129</link>
		<dc:creator>Dimiter Simov (Jimmy)</dc:creator>
		<pubDate>Mon, 02 Aug 2010 08:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://johnnyholland.org/?p=7929#comment-113129</guid>
		<description>Eric, I like what you say and agree with it to a large extent. Yes, we have to be flexible/agile and snatch any good chance for improvement, faster delivery, or whatever. We also need to plan, the trick with the plan is to re-plan often and change the plan along the way. I guess this is what you mean by “making it up as you go along&quot;.

I have a problem with the statement that detailed requirement specifications are bad. No, they are not. Not following or not implementing the specifications is bad.

I work as a interaction and interface designer and have seen how not implementing the specification makes the product or a certain feature less usable than intended.

I know that the minor details can make a product feel usable, so I pay attention to such details. Developers, or coders, on the other hand think about things, such as code integrity and performance. The interaction details are beyond their mindset.

A small example. We have a product that allows users to set relations among records (like people and companies). When users want to set a relation to an item, they click a button to open a form where they select the item to relate.

The developer has to open a form. She just opens the form and forgets to put the focus in the first field in the form where users type the name they want (despite the specification). So users have to click in the field first (or tab to it). This does not seem like a big deal; however when users have to do it many times a day, they lose precious seconds that pile up and eat out their productive time.

If we do not have a specification, the testers will not know that not having the focus in the first field is wrong. Since we have the spec, testers file a bug, and the developers fix it.

Do developers learn from the experience? Not necessarily. Remember, their mindset is different. I have seen this particular focus-not-in-the-first-field bug filed several times.

Cheers
Jimmy</description>
		<content:encoded><![CDATA[<p>Eric, I like what you say and agree with it to a large extent. Yes, we have to be flexible/agile and snatch any good chance for improvement, faster delivery, or whatever. We also need to plan, the trick with the plan is to re-plan often and change the plan along the way. I guess this is what you mean by “making it up as you go along&#8221;.</p>
<p>I have a problem with the statement that detailed requirement specifications are bad. No, they are not. Not following or not implementing the specifications is bad.</p>
<p>I work as a interaction and interface designer and have seen how not implementing the specification makes the product or a certain feature less usable than intended.</p>
<p>I know that the minor details can make a product feel usable, so I pay attention to such details. Developers, or coders, on the other hand think about things, such as code integrity and performance. The interaction details are beyond their mindset.</p>
<p>A small example. We have a product that allows users to set relations among records (like people and companies). When users want to set a relation to an item, they click a button to open a form where they select the item to relate.</p>
<p>The developer has to open a form. She just opens the form and forgets to put the focus in the first field in the form where users type the name they want (despite the specification). So users have to click in the field first (or tab to it). This does not seem like a big deal; however when users have to do it many times a day, they lose precious seconds that pile up and eat out their productive time.</p>
<p>If we do not have a specification, the testers will not know that not having the focus in the first field is wrong. Since we have the spec, testers file a bug, and the developers fix it.</p>
<p>Do developers learn from the experience? Not necessarily. Remember, their mindset is different. I have seen this particular focus-not-in-the-first-field bug filed several times.</p>
<p>Cheers<br />
Jimmy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorian Taylor</title>
		<link>http://johnnyholland.org/2010/07/in-defense-of-making-it-up-as-you-go-along/#comment-113128</link>
		<dc:creator>Dorian Taylor</dc:creator>
		<pubDate>Sun, 01 Aug 2010 20:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://johnnyholland.org/?p=7929#comment-113128</guid>
		<description>Thanks, Eric. Last week I spoke with Jeff Parks for an upcoming installment of his &lt;a href=&quot;http://jeffparks.ca/index.php/category/show-notes/&quot; rel=&quot;nofollow&quot;&gt;IA podcast&lt;/a&gt; on this topic and numerous others. I&#039;ll talk to Jeroen about your suggestion.

I think in software we treat code as sacrosanct, and that a bad implementation represents completed work and therefore would be a waste to throw away, no matter how flawed. We forget however that it is exclusively an artifact of language, and is immediately derived from the mental model of its author. That somebody understands a given problem is infinitely more important than any particular incantation that professes to solve it.

As a practical litmus test, compare software with a legal contract, a piece of music or a diplomat or politician&#039;s speech. In any of these artifacts is it more important that they are right or that they are right now?</description>
		<content:encoded><![CDATA[<p>Thanks, Eric. Last week I spoke with Jeff Parks for an upcoming installment of his <a href="http://jeffparks.ca/index.php/category/show-notes/" rel="nofollow">IA podcast</a> on this topic and numerous others. I&#8217;ll talk to Jeroen about your suggestion.</p>
<p>I think in software we treat code as sacrosanct, and that a bad implementation represents completed work and therefore would be a waste to throw away, no matter how flawed. We forget however that it is exclusively an artifact of language, and is immediately derived from the mental model of its author. That somebody understands a given problem is infinitely more important than any particular incantation that professes to solve it.</p>
<p>As a practical litmus test, compare software with a legal contract, a piece of music or a diplomat or politician&#8217;s speech. In any of these artifacts is it more important that they are right or that they are right now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Reiss</title>
		<link>http://johnnyholland.org/2010/07/in-defense-of-making-it-up-as-you-go-along/#comment-113127</link>
		<dc:creator>Eric Reiss</dc:creator>
		<pubDate>Sun, 01 Aug 2010 05:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://johnnyholland.org/?p=7929#comment-113127</guid>
		<description>Hi Dorian,

VERY interesting observations. They really deserved to be an article unto themselves. Have you contacted the editors of Johnny Holland? This is good stuff.

You touch also on the problem so many of us know: clients frequently mistake a prototype for a finished product. But as Alan Cooper rightly points out, it&#039;s cheaper to throw the prototype code out (which is invariably verbose and poorly structured) and replace it with streamlined code now that the challenges have been sorted out. I&#039;d like to hear more about your thoughts on this, too. But another comment to this post would probably not do them justice.

Warmest regards,
Eric</description>
		<content:encoded><![CDATA[<p>Hi Dorian,</p>
<p>VERY interesting observations. They really deserved to be an article unto themselves. Have you contacted the editors of Johnny Holland? This is good stuff.</p>
<p>You touch also on the problem so many of us know: clients frequently mistake a prototype for a finished product. But as Alan Cooper rightly points out, it&#8217;s cheaper to throw the prototype code out (which is invariably verbose and poorly structured) and replace it with streamlined code now that the challenges have been sorted out. I&#8217;d like to hear more about your thoughts on this, too. But another comment to this post would probably not do them justice.</p>
<p>Warmest regards,<br />
Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don&#8217;t be a Process Nag &#171; cvil.ly</title>
		<link>http://johnnyholland.org/2010/07/in-defense-of-making-it-up-as-you-go-along/#comment-113126</link>
		<dc:creator>Don&#8217;t be a Process Nag &#171; cvil.ly</dc:creator>
		<pubDate>Sat, 31 Jul 2010 15:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://johnnyholland.org/?p=7929#comment-113126</guid>
		<description>[...] Reiss has written a fantastic post on the topic entitled &#8220;In defense of &#8216;making it up as you go along&#8217;&#8221;. The post articulates this conundrum better than I could ever hope to: &#8230; I have a lot [...]</description>
		<content:encoded><![CDATA[<p>[...] Reiss has written a fantastic post on the topic entitled &#8220;In defense of &#8216;making it up as you go along&#8217;&#8221;. The post articulates this conundrum better than I could ever hope to: &#8230; I have a lot [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorian Taylor</title>
		<link>http://johnnyholland.org/2010/07/in-defense-of-making-it-up-as-you-go-along/#comment-113125</link>
		<dc:creator>Dorian Taylor</dc:creator>
		<pubDate>Sat, 31 Jul 2010 02:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://johnnyholland.org/?p=7929#comment-113125</guid>
		<description>We get into trouble any time we try to prescribe an instance of a process over time. Consider the following concise interpretation:

&lt;blockquote&gt;
In preparing for battle, I have always found that plans are useless but planning is indispensable. — &lt;a href=&quot;http://en.wikiquote.org/wiki/Dwight_D._Eisenhower#Post-Presidency&quot; rel=&quot;nofollow&quot;&gt;Dwight Eisenhower&lt;/a&gt;
&lt;/blockquote&gt;

As we project our expectations farther out into the future, the probability that something will go awry compounds upon itself. One unexpected event will necessarily affect any subsequent activities that depend on a particular result. This causes ripples through the process which multiply in cost at every turn.

The character of software and other creative endeavours is possibly the least forgiving in this regard, since there is no huge capital cost (of factories, materials, logistics, etc.) to act as a centre of financial gravity. In an industrial-age project, the cost of failure is massive, immediate, and enormously conspicuous. In a post-industrial project, failure is silent, as it is merely the absence of success.

I see us approaching a method of production of software and similar artifacts with better than moonshot odds of delivering value. We&#039;ve dispensed largely with prescription in favour of exploration, which is altogether a good move, but I still see two flaws that we have yet to correct.

First, I still see a lot of fixed-bid contracts and permutations thereof. This includes equity financing and internal budget allocations, and people continue to do it even though nobody expects to actually deliver on time or on budget (minus the naïve customer! Or producer for that matter). I think it would benefit us on the whole not to obfuscate these immensely unpredictable (though not necessarily high!) costs and figure out new ways of financing these projects.

Second, principle #1 of the Agile Manifesto is the &lt;a href=&quot;http://agilemanifesto.org/principles.html&quot; rel=&quot;nofollow&quot;&gt;early and continuous delivery of valuable software&lt;/a&gt;. In my (perhaps limited) experience, delivering software early is at best a palliative for eager management types and at worst a permanent commitment to a suboptimal and severely limiting solution.

I should make myself clear: it is imperative that we furnish customers with concrete demonstrations of progress, I just don&#039;t think code is always the best way to do that. I&#039;ll go further by claiming it usually isn&#039;t.

The basis of my claim is that software reduces to an extremely precise incantation of a business process. Consider:

&lt;blockquote&gt;
First ask yourself &quot;How would I do this without a computer?&quot; Then have the computer do it the same way. — &lt;a href=&quot;http://perl.plover.com/&quot; rel=&quot;nofollow&quot;&gt;Mark-Jason Dominus&lt;/a&gt;
&lt;/blockquote&gt;

From a decade of writing code for a living, I can attest that&#039;s pretty much how you do it. Where it gets difficult is in defining what &lt;em&gt;this&lt;/em&gt; is. It is important to recognize that software is none other than an artifact of extremely precise language. It is most successful when we can frame it in &lt;a href=&quot;http://en.wikipedia.org/wiki/Shearing_layers&quot; rel=&quot;nofollow&quot;&gt;numerous nesting layers&lt;/a&gt; of language that begin broad and fuzzy and successively increase in precision.

Merely paring down, by the way, is a questionable strategy. It mortgages the long term for the short, and is unnecessarily consumptive in its own right. I speak of course of the &lt;em&gt;minimum viable product&lt;/em&gt; (that would be Eric &lt;em&gt;Ries&lt;/em&gt;). &lt;a href=&quot;http://www.ribbonfarm.com/2010/03/01/the-expedient-desirable-product/&quot; rel=&quot;nofollow&quot;&gt;As I remark elsewhere&lt;/a&gt;, there is scarcely anything more contradictory to the timely acquisition of valuable results than bickering and vacillating over what work not to do.

To be sure, there is a category of interim deliverable that absolutely must be delivered as software. If we want to answer questions about feasibility, the behaviour of real data in bulk or the fitness of third-party software, we cannot avoid writing code. Where we get into trouble is in delivering something that can be mistaken for the finished product.

I submit that if we started treating software production as a novel and idiosyncratic process, rather than trying to cram it into a paradigm of construction (or manufacturing, or gardening, or rugby, or any other metaphor), we might find even better ways of delivering even higher quality results.</description>
		<content:encoded><![CDATA[<p>We get into trouble any time we try to prescribe an instance of a process over time. Consider the following concise interpretation:</p>
<blockquote><p>
In preparing for battle, I have always found that plans are useless but planning is indispensable. — <a href="http://en.wikiquote.org/wiki/Dwight_D._Eisenhower#Post-Presidency" rel="nofollow">Dwight Eisenhower</a>
</p></blockquote>
<p>As we project our expectations farther out into the future, the probability that something will go awry compounds upon itself. One unexpected event will necessarily affect any subsequent activities that depend on a particular result. This causes ripples through the process which multiply in cost at every turn.</p>
<p>The character of software and other creative endeavours is possibly the least forgiving in this regard, since there is no huge capital cost (of factories, materials, logistics, etc.) to act as a centre of financial gravity. In an industrial-age project, the cost of failure is massive, immediate, and enormously conspicuous. In a post-industrial project, failure is silent, as it is merely the absence of success.</p>
<p>I see us approaching a method of production of software and similar artifacts with better than moonshot odds of delivering value. We&#8217;ve dispensed largely with prescription in favour of exploration, which is altogether a good move, but I still see two flaws that we have yet to correct.</p>
<p>First, I still see a lot of fixed-bid contracts and permutations thereof. This includes equity financing and internal budget allocations, and people continue to do it even though nobody expects to actually deliver on time or on budget (minus the naïve customer! Or producer for that matter). I think it would benefit us on the whole not to obfuscate these immensely unpredictable (though not necessarily high!) costs and figure out new ways of financing these projects.</p>
<p>Second, principle #1 of the Agile Manifesto is the <a href="http://agilemanifesto.org/principles.html" rel="nofollow">early and continuous delivery of valuable software</a>. In my (perhaps limited) experience, delivering software early is at best a palliative for eager management types and at worst a permanent commitment to a suboptimal and severely limiting solution.</p>
<p>I should make myself clear: it is imperative that we furnish customers with concrete demonstrations of progress, I just don&#8217;t think code is always the best way to do that. I&#8217;ll go further by claiming it usually isn&#8217;t.</p>
<p>The basis of my claim is that software reduces to an extremely precise incantation of a business process. Consider:</p>
<blockquote><p>
First ask yourself &#8220;How would I do this without a computer?&#8221; Then have the computer do it the same way. — <a href="http://perl.plover.com/" rel="nofollow">Mark-Jason Dominus</a>
</p></blockquote>
<p>From a decade of writing code for a living, I can attest that&#8217;s pretty much how you do it. Where it gets difficult is in defining what <em>this</em> is. It is important to recognize that software is none other than an artifact of extremely precise language. It is most successful when we can frame it in <a href="http://en.wikipedia.org/wiki/Shearing_layers" rel="nofollow">numerous nesting layers</a> of language that begin broad and fuzzy and successively increase in precision.</p>
<p>Merely paring down, by the way, is a questionable strategy. It mortgages the long term for the short, and is unnecessarily consumptive in its own right. I speak of course of the <em>minimum viable product</em> (that would be Eric <em>Ries</em>). <a href="http://www.ribbonfarm.com/2010/03/01/the-expedient-desirable-product/" rel="nofollow">As I remark elsewhere</a>, there is scarcely anything more contradictory to the timely acquisition of valuable results than bickering and vacillating over what work not to do.</p>
<p>To be sure, there is a category of interim deliverable that absolutely must be delivered as software. If we want to answer questions about feasibility, the behaviour of real data in bulk or the fitness of third-party software, we cannot avoid writing code. Where we get into trouble is in delivering something that can be mistaken for the finished product.</p>
<p>I submit that if we started treating software production as a novel and idiosyncratic process, rather than trying to cram it into a paradigm of construction (or manufacturing, or gardening, or rugby, or any other metaphor), we might find even better ways of delivering even higher quality results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Reiss</title>
		<link>http://johnnyholland.org/2010/07/in-defense-of-making-it-up-as-you-go-along/#comment-113124</link>
		<dc:creator>Eric Reiss</dc:creator>
		<pubDate>Fri, 30 Jul 2010 07:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://johnnyholland.org/?p=7929#comment-113124</guid>
		<description>Max. Thanks so much for your views. And the Peter Drucker quote is brilliant (my great aunt was his grade-school teacher back in Vienna - he was a family friend).

I like the Adaptive Process concept. And I finally fully understand why one of the other players in our professional market, Adaptive Path, chose their name. I always &quot;sort of&quot; got it. But now I think I truly understand.

Don&#039;t get too down on Zero Defects. Things only become frozen when ZD is applied inappropriately and thus discourages feedback and development.

Dave, I was wracking my brain to remember where I had my McDonalds info from. A couple of searches on the internet led me back to my guru, Clayton Christiansen at Harvard. Here&#039;s a link to a 2007 Forbes article that talks about the same stuff:
http://www.forbes.com/2007/08/31/christensen-innovation-mcdonalds-pf-guru_in_cc_0904christensen_inl.html</description>
		<content:encoded><![CDATA[<p>Max. Thanks so much for your views. And the Peter Drucker quote is brilliant (my great aunt was his grade-school teacher back in Vienna &#8211; he was a family friend).</p>
<p>I like the Adaptive Process concept. And I finally fully understand why one of the other players in our professional market, Adaptive Path, chose their name. I always &#8220;sort of&#8221; got it. But now I think I truly understand.</p>
<p>Don&#8217;t get too down on Zero Defects. Things only become frozen when ZD is applied inappropriately and thus discourages feedback and development.</p>
<p>Dave, I was wracking my brain to remember where I had my McDonalds info from. A couple of searches on the internet led me back to my guru, Clayton Christiansen at Harvard. Here&#8217;s a link to a 2007 Forbes article that talks about the same stuff:<br />
<a href="http://www.forbes.com/2007/08/31/christensen-innovation-mcdonalds-pf-guru_in_cc_0904christensen_inl.html" rel="nofollow">http://www.forbes.com/2007/08/31/christensen-innovation-mcdonalds-pf-guru_in_cc_0904christensen_inl.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Reiss</title>
		<link>http://johnnyholland.org/2010/07/in-defense-of-making-it-up-as-you-go-along/#comment-113123</link>
		<dc:creator>Eric Reiss</dc:creator>
		<pubDate>Fri, 30 Jul 2010 05:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://johnnyholland.org/?p=7929#comment-113123</guid>
		<description>Mike, Josh, Tyler - thanks for sharing your insights and kind words. Josh, you&#039;re right that restrictions can feel like roadblocks. I think this happens when the restrictions (which aren&#039;t necessarily a bad thing in principle) suddenly prevent the team from doing what they need to do. This, perhaps, is the balance Tyler has pointed out. Although I&#039;m not a Star Trek afficionado, I think the Captain Kirk quote is spot on.

Dave,I can&#039;t tell you how honored I am that you took the time to write. I had the pleasure of meeting your brother back in the mid-eighties. And the problem you point out with Zero Defects was exactly the point of my message here - watch out for the stupid managers. Although you may think I&#039;m wrong, I agree with pretty much else you say.

I actually discussed this with Philip after he told a group of us (about 1988) that he was so strict in his approach that he didn&#039;t even drink a glass of champagne at his daughter&#039;s wedding. As to Zero Defects, no, I don&#039;t think there is much room for exceptions. But I&#039;ve seen some deplorable implementations, particularly during the quality boom back in 1985-9. And you probably have some good war stories, too.

But you do bring up a fascinating point about the ability to understand what these programs are about. Personally, I get TQM, but balk at House of Quality. And I have been a great promoter of Zero Defects for over a quarter of a century because it is simple to explain, easy to understand, demonstrably beneficial.

By the way, if you have time sometime, I&#039;d love to share some thoughts with you about how creativity and insight CAN improve a production process or service offering. This has nothing to do with Zero Defects, this is about encouraging the front line to give feedback that can improve processes and innovate. And to use your own example, McDonalds, well, the Egg McMuffin, Big Mac, and Happy Meal were all invented by local franchise managers. Food for thought?</description>
		<content:encoded><![CDATA[<p>Mike, Josh, Tyler &#8211; thanks for sharing your insights and kind words. Josh, you&#8217;re right that restrictions can feel like roadblocks. I think this happens when the restrictions (which aren&#8217;t necessarily a bad thing in principle) suddenly prevent the team from doing what they need to do. This, perhaps, is the balance Tyler has pointed out. Although I&#8217;m not a Star Trek afficionado, I think the Captain Kirk quote is spot on.</p>
<p>Dave,I can&#8217;t tell you how honored I am that you took the time to write. I had the pleasure of meeting your brother back in the mid-eighties. And the problem you point out with Zero Defects was exactly the point of my message here &#8211; watch out for the stupid managers. Although you may think I&#8217;m wrong, I agree with pretty much else you say.</p>
<p>I actually discussed this with Philip after he told a group of us (about 1988) that he was so strict in his approach that he didn&#8217;t even drink a glass of champagne at his daughter&#8217;s wedding. As to Zero Defects, no, I don&#8217;t think there is much room for exceptions. But I&#8217;ve seen some deplorable implementations, particularly during the quality boom back in 1985-9. And you probably have some good war stories, too.</p>
<p>But you do bring up a fascinating point about the ability to understand what these programs are about. Personally, I get TQM, but balk at House of Quality. And I have been a great promoter of Zero Defects for over a quarter of a century because it is simple to explain, easy to understand, demonstrably beneficial.</p>
<p>By the way, if you have time sometime, I&#8217;d love to share some thoughts with you about how creativity and insight CAN improve a production process or service offering. This has nothing to do with Zero Defects, this is about encouraging the front line to give feedback that can improve processes and innovate. And to use your own example, McDonalds, well, the Egg McMuffin, Big Mac, and Happy Meal were all invented by local franchise managers. Food for thought?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max J. Pucher - Chief Architect ISIS Papyrus</title>
		<link>http://johnnyholland.org/2010/07/in-defense-of-making-it-up-as-you-go-along/#comment-113122</link>
		<dc:creator>Max J. Pucher - Chief Architect ISIS Papyrus</dc:creator>
		<pubDate>Thu, 29 Jul 2010 21:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://johnnyholland.org/?p=7929#comment-113122</guid>
		<description>Eric, we are of like mind. This universe is a complex adaptive system and the idea that we must force silly processes on it to improve it is utterly ridiculous.


Clearly when we are talking about production of physical products there is a benefit in ensuring quality in the sense of producing a higher yield and less product defects. This does however not apply to human interaction or any other human endevaour. Zero defects in business process means that the system is frozen and frozen things are DEAD! No further improvement. The ting that is lost in the process is the human!

I too use the principles of setting out to sea a lot. Being a captain is a lot like being a process owner. You depend on your knowledge, experience and on your team. Only to a limited amount does one depend on rigid procedures. Maybe you run some checklist to make sure you didn&#039;t forget anything, btu that&#039;s it.

&quot;The future is uncertain ... but this uncertainty is at the very heart of human creativity.&quot;
(Ilya Prigogine - Nobel Laureate Physics)

&quot;You can&#039;t manage knowledge. Knowledge is between two ears and only between two ears.&quot; (Peter Drucker - Management Guru)

Therefore ia propose the concept of Adaptive Process that based on a business ontology empowers the business users to create, execute and adapt all processes without long analysis.

Don&#039;t be nagged down by the naysayers. They are the ones that lack creativity and want to enforce their lack of it onto anyone else in the name of quality, cost reduction and enforcing compliance.

Thanks for standing up to be counted. My point of view here:

http://www.adaptive-process.com</description>
		<content:encoded><![CDATA[<p>Eric, we are of like mind. This universe is a complex adaptive system and the idea that we must force silly processes on it to improve it is utterly ridiculous.</p>
<p>Clearly when we are talking about production of physical products there is a benefit in ensuring quality in the sense of producing a higher yield and less product defects. This does however not apply to human interaction or any other human endevaour. Zero defects in business process means that the system is frozen and frozen things are DEAD! No further improvement. The ting that is lost in the process is the human!</p>
<p>I too use the principles of setting out to sea a lot. Being a captain is a lot like being a process owner. You depend on your knowledge, experience and on your team. Only to a limited amount does one depend on rigid procedures. Maybe you run some checklist to make sure you didn&#8217;t forget anything, btu that&#8217;s it.</p>
<p>&#8220;The future is uncertain &#8230; but this uncertainty is at the very heart of human creativity.&#8221;<br />
(Ilya Prigogine &#8211; Nobel Laureate Physics)</p>
<p>&#8220;You can&#8217;t manage knowledge. Knowledge is between two ears and only between two ears.&#8221; (Peter Drucker &#8211; Management Guru)</p>
<p>Therefore ia propose the concept of Adaptive Process that based on a business ontology empowers the business users to create, execute and adapt all processes without long analysis.</p>
<p>Don&#8217;t be nagged down by the naysayers. They are the ones that lack creativity and want to enforce their lack of it onto anyone else in the name of quality, cost reduction and enforcing compliance.</p>
<p>Thanks for standing up to be counted. My point of view here:</p>
<p><a href="http://www.adaptive-process.com" rel="nofollow">http://www.adaptive-process.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
