<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Rethinking Management</title>
	<atom:link href="https://bizvalu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://bizvalu.wordpress.com</link>
	<description>Organizing for this Century</description>
	<lastBuildDate>Wed, 02 Nov 2016 19:30:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bizvalu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s2.wp.com/i/buttonw-com.png</url>
		<title>Rethinking Management</title>
		<link>https://bizvalu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://bizvalu.wordpress.com/osd.xml" title="Rethinking Management" />
	<atom:link rel='hub' href='https://bizvalu.wordpress.com/?pushpress=hub'/>
	<item>
		<title>Understanding Estimation</title>
		<link>https://bizvalu.wordpress.com/2016/10/05/understanding-estimation/</link>
		<comments>https://bizvalu.wordpress.com/2016/10/05/understanding-estimation/#respond</comments>
		<pubDate>Wed, 05 Oct 2016 15:10:20 +0000</pubDate>
		<dc:creator><![CDATA[Rajeev Singh]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tools and Techniques]]></category>

		<guid isPermaLink="false">http://bizvalu.wordpress.com/?p=1231</guid>
		<description><![CDATA[You will not be able to accurately forecast the effort of writing software. Accept it, and call it the &#8216;Inability Principle&#8217;, just like the &#8216;Uncertainty Principle&#8217;. A forecast in range (as opposed to absolute) is a more pragmatic way to operate. Balance the effort to measure something and the leverage to control the output. In&#8230;<a href="https://bizvalu.wordpress.com/2016/10/05/understanding-estimation/">Read more <span class="screen-reader-text">Understanding Estimation</span></a><img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=1231&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>You will not be able to accurately forecast the effort of writing software. Accept it, and call it the &#8216;Inability Principle&#8217;, just like the &#8216;Uncertainty Principle&#8217;. A forecast in range (as opposed to absolute) is a more pragmatic way to operate. Balance the effort to measure something and the leverage to control the output. In other words, if you aspire to measure accurately, you better be ready to enforce and closely manage the output. Otherwise, you are over extending yourself with measurement with little likelihood to benefit from it. It&#8217;s the simple cost vs. benefit equation.</p>
<p>The behavior that somewhat disturbs me is when every possible activity within a team is estimated. These estimates are subsequently utilized to provide a sense of comfort that value is being generated, even though very little working software is being crafted and deployed.</p>
<p>Let&#8217;s revisit some fundamentals of estimation.</p>
<h3>Why do we estimate? What&#8217;s the motivation behind estimation?</h3>
<p>A set of questions consumers often ask, &#8220;When will I get a piece of software? What capabilities am I likely to get in this time-period?&#8221; are age-old and not likely to go away anytime soon. We answer those two questions by either measuring something or estimating it. Since software isn&#8217;t like a manufacturing line of similar objects, we have to estimate for the dissimilar pieces of value-generating pieces (features) of software. Hence, we estimate to be able to answer those two questions.</p>
<h3>Which activities do we Estimate?</h3>
<p>We estimate only those activities that:</p>
<ul>
<li>Have constraints on them.</li>
<li>Form the critical path, and</li>
<li>(Where the path is the longest. More on that later.)</li>
</ul>
<p>In software teams, the activity of writing and assuring quality of software is often the constraint and the critical path. We try to time-box the rest of the non-constraint, non critical path activities. We also don&#8217;t estimate the routine tasks, since we already know a whole lot about them.</p>
<h3>Why don&#8217;t we estimate activities like analysis, documentation (user manual, etc.), UX, writing, etc.?</h3>
<p>It&#8217;s a myth that we don&#8217;t estimate activities that don&#8217;t get estimated. We do.</p>
<p>The activity of writing good quality software happens to be the critical path to perceived valued. Software development is also the activity where more is routinely desired than what is often available (constraint). Documentation, analysis, UX, etc. are critical path, but often don&#8217;t encounter those demands for three reasons:</p>
<ul>
<li>We either agree to not start until we are ready with them, or</li>
<li>We are good at time-boxing them.</li>
<li>Some of these activities can also be done in parallel to software development.</li>
</ul>
<p>So, it is not true that we don&#8217;t estimate activities like documentation. It is just that in our rough estimation, those activities are either significantly less voluminous then software development and quality assurance, or are not the constraints, or can be done in parallel, or are expected to be time-boxed, or we agree not to start development until we are ready with the outputs of those, e.g. analysis.</p>
<p>Ask youself why you want to estimate. If you fear that you may not be done by the time you want to deploy your product, then you should estimate. If you fear that you may be undertaking more work than the time available to you, then you should estimate. If none of these are concerns, don&#8217;t bother estimating.</p>
<h3>Why don&#8217;t we estimate defects?</h3>
<p>Estimates assume that the code will work. Defects are unfinished code. If software doesn&#8217;t behave as expected and someone discovers it later (defect), we assume that this defect wasn&#8217;t supposed to be there; that&#8217;s what you estimated for. When teams estimate a story, they don&#8217;t estimate it with a certain number of defects in mind. If you start estimating defects, be warned that this is a slippery slope.</p>
<h3>Why don&#8217;t we estimate housekeeping/retrospective/improvement activities?</h3>
<p>For the same reason we don&#8217;t estimate travel time to work, time to eat lunch, bathroom breaks, etc. We don&#8217;t estimate what&#8217;s routine and is expected to remain a routine (a good team is expected to be continually addressing issues that pop up). These activities are better being acknowledged as the cost of doing business.</p>
<h3>Units of estimation?</h3>
<p>Time (hours) and Points are two prevalent scales to estimate. Time is a deceiving unit to measure in. We are not good at tracking time (do you stop the clock everytime you take a coffee break or respond to a text/email?). We also don&#8217;t agree about how long a day is. Some think that a day is 8 hours, others like me think that a typical day at work is about 3.5 hour long. Since we don&#8217;t agree on the length of a day, we plan different. Time is also deceptive is because we associate different value to time. In other words an hour of meeting for you may not be work but for me it may contribute to my next two hours of work and hence valuable. In gist, time gets measured inconsistently and team members lack the discipline of measuring it well. Time also gives an illusion of accuracy that is difficult to achieve. Point scale acknowledges these inefficiencies and deception, and has given us an abstract unit of measurement that solves these problems. The concept of relative sizing brings about yet another simplicity to it.</p>
<h3>Why time-box, if we have a simplified point scale?</h3>
<p>We strive to remove as much variance from the system (especially the critical path) as possible. Even point estimates have variance that add noise to forecasts. Time-box on the other hand is a cleaner way to remove that variance. For activities that are difficult to estimate because they are unbounded, pick time-boxing over estimation.</p>
<h2>Conclusion</h2>
<p>Estimation is not a report card to show how busy a team is. Rather it is a tool to make pragmatic and wise decisions. To that end, it doesn&#8217;t matter if you use it to measure everything or a part . Teams that utilize the concept of estimation effectively report another benefit. Knowledge creation and discovery. The benefit of estimation is not only the awareness of the size of a story/feature; it is the discovery of another 10 points that were hidden in there and a follow-up discussion on if we want to implement those or not, now or later.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bizvalu.wordpress.com/1231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bizvalu.wordpress.com/1231/" /></a> <img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=1231&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://bizvalu.wordpress.com/2016/10/05/understanding-estimation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/834fd09f6ef3172b37d7a51594b40e79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">udairaj</media:title>
		</media:content>
	</item>
		<item>
		<title>Say No to Defect Backlog</title>
		<link>https://bizvalu.wordpress.com/2016/09/15/go-slow-to-go-fast/</link>
		<comments>https://bizvalu.wordpress.com/2016/09/15/go-slow-to-go-fast/#respond</comments>
		<pubDate>Thu, 15 Sep 2016 15:00:57 +0000</pubDate>
		<dc:creator><![CDATA[Rajeev Singh]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bizvalu.wordpress.com/?p=909</guid>
		<description><![CDATA[If there were such a metric as &#8216;Quality of Decisions per Capita&#8217; in the industry, Software would rank at the bottom. Some of the worst decisions are made, daily, by the some of the most educated folks in the industry. Organizations continue to have a defect backlog. What&#8217;s mind boggling, though, is the lack of awareness&#8230;<a href="https://bizvalu.wordpress.com/2016/09/15/go-slow-to-go-fast/">Read more <span class="screen-reader-text">Say No to Defect&#160;Backlog</span></a><img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=909&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>If there were such a metric as &#8216;Quality of Decisions per Capita&#8217; in the industry, Software would rank at the bottom. Some of the worst decisions are made, daily, by the some of the most educated folks in the industry.</p>
<p>Organizations continue to have a defect backlog. What&#8217;s mind boggling, though, is the lack of awareness of the cost of that backlog. Allow me to break it down:</p>
<ul>
<li>Data entry in the backlog system.</li>
<li>Data maintenance (e.g. priority/severity), if the manager is good about it. (Paradox! You are a vigilant manager, but spending time on wrong things.)</li>
<li>Deduplication of data as the backlog grows.</li>
<li>Struggle to reproduce defects, especially the old ones.</li>
</ul>
<p>At this point you have already incurred debt and suffering inflation at the same time:</p>
<ul>
<li>The effort to fix a defect is growing with the time it is spending sitting in a backlog. Compare and contrast the effort to debug/fix one line of code vs. hundred lines of code.</li>
<li>New code is being added on top of buggy code. That&#8217;s a Taj Mahal on quicksand. You believe you can do that, so you continue to build. The magic of compounding kicks in. Before you know, you have a shaky structure on top of a weak foundation.</li>
<li>All-hands on deck are likely at some point in the near future to contain the crisis.</li>
<li>A process will then be proposed and lobbied for to maintain the defect backlog.</li>
<li>And, you also incurred an opportunity cost. This was the moment to build a culture of a quality conscious organization. Instead, that is now deferred.</li>
</ul>
<p>The lack of basic understanding on how defect backlogs spoil the culture of an organization is quite disheartening.</p>
<blockquote><p>Defect backlog indicates debt and inflation.</p></blockquote>
<p>You have probably been advised to eliminate your defect backlog. In case you still have doubts about the &#8216;state of the union&#8217; without a defect backlog, imagine your team fixing defects as they find them. Now, ask yourself these questions:</p>
<ul>
<li>What difference did it bring to your release readiness?</li>
<li>How did it impact the effort of backlog management?</li>
<li>How did it impact the cycle time of your product?</li>
</ul>
<p>The answers are self-evident.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bizvalu.wordpress.com/909/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bizvalu.wordpress.com/909/" /></a> <img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=909&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://bizvalu.wordpress.com/2016/09/15/go-slow-to-go-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/834fd09f6ef3172b37d7a51594b40e79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">udairaj</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefighters of Contra Costa County</title>
		<link>https://bizvalu.wordpress.com/2016/08/25/firefighters-of-contra-costa-county/</link>
		<comments>https://bizvalu.wordpress.com/2016/08/25/firefighters-of-contra-costa-county/#respond</comments>
		<pubDate>Thu, 25 Aug 2016 15:00:28 +0000</pubDate>
		<dc:creator><![CDATA[Rajeev Singh]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bizvalu.wordpress.com/?p=1068</guid>
		<description><![CDATA[In the late 1990s, when the economy boomed and the housing bubble started to form, the Contra Costa County Fire Protection District (CCCFPD) noticed the flood of property tax revenues in California state coffers. Property taxes rose like never before. Things looked so rosy that the firefighters union and the retirement board struck a deal.&#8230;<a href="https://bizvalu.wordpress.com/2016/08/25/firefighters-of-contra-costa-county/">Read more <span class="screen-reader-text">Firefighters of Contra Costa&#160;County</span></a><img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=1068&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In the late 1990s, when the economy boomed and the housing bubble started to form, the Contra Costa County Fire Protection District (CCCFPD) noticed the flood of property tax revenues in California state coffers. Property taxes rose like never before. Things looked so rosy that the firefighters union and the retirement board struck a deal. Firefighters could retire at 50 and still get 90 percent of their salary as pension every year. The deal was so sweet that the number of firefighters who opted to retire tripled in just one year. Tripled!</p>
<p>Then came the housing and stock crash. Revenues were hit and the pension fund was squeezed. A bit of simple mathematics forecasted desperate times ahead. Salaries were shrunk by 10 percent. Housing market still kept falling. Now the choice was between closing fire stations and tapping the tax payers of Contra Costa County for increased taxes. To be precise, an additional $75/year in taxes; 20 cents a day. At less than a quarter a day to make sure your house stayed safe made it a straightforward and easy choice for the taxpayers.</p>
<p>The goodwill for firefighters alone was enough for this measure on the ballot to pass. Who doesn&#8217;t love a firefighter! &#8220;From the time a little kid can reach up and grab something, they want to play with firetrucks. They dress up like firemen. Firefighters are the stars of local parades. They ride on their big red engines, and people cheer.&#8221; And let&#8217;s not forget, 9/11 had just happened. Americans adored their firefighters. That ensured a vote of approval.</p>
<p>The measure didn&#8217;t pass. The unbelievable happened.</p>
<p>Isn&#8217;t this all too familiar a story?  Was it hubris? Sabotage? Or, was it a disconnect with the sentiment on the street? Now, it could also have been an ambitious and manipulative leader who mislead his union.</p>
<p>This is a great case study to appreciate the value of studying your market.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bizvalu.wordpress.com/1068/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bizvalu.wordpress.com/1068/" /></a> <img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=1068&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://bizvalu.wordpress.com/2016/08/25/firefighters-of-contra-costa-county/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/834fd09f6ef3172b37d7a51594b40e79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">udairaj</media:title>
		</media:content>
	</item>
		<item>
		<title>The Mirage of Motivation, Purpose, and Listening</title>
		<link>https://bizvalu.wordpress.com/2016/08/11/the-mirage-of-motivation-purpose-and-listening/</link>
		<comments>https://bizvalu.wordpress.com/2016/08/11/the-mirage-of-motivation-purpose-and-listening/#respond</comments>
		<pubDate>Thu, 11 Aug 2016 23:26:41 +0000</pubDate>
		<dc:creator><![CDATA[Rajeev Singh]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bizvalu.wordpress.com/?p=1149</guid>
		<description><![CDATA[Quite a few executives utilize a coin-operated (revenue = employee motivation) theme in their communication. An illusion exists that money-talk motivates employees. While important, this revenue bias has its limitations in motivating team members. This is especially true when an organization’s capabilities are anemic. Revenues and markets are seldom the glue between organizations and employees. Once we&#8230;<a href="https://bizvalu.wordpress.com/2016/08/11/the-mirage-of-motivation-purpose-and-listening/">Read more <span class="screen-reader-text">The Mirage of Motivation, Purpose, and&#160;Listening</span></a><img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=1149&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Quite a few executives utilize a coin-operated (revenue = employee motivation) theme in their communication. An illusion exists that money-talk motivates employees. While important, this revenue bias has its limitations in motivating team members. This is especially true when an organization’s capabilities are anemic.</p>
<div></div>
<div></div>
<p>Revenues and markets are seldom the glue between organizations and employees. Once we acknowledge this operating principle, the obvious question becomes, “What brings people to work everyday?”. The answer lies in <em>purpose</em>.</p>
<div></div>
<div></div>
<p>Purpose (or meaning) builds a sense of legacy. If those smart glasses that you are busy building are an aid to the visually impaired, you have a purpose and you find meaning in it. It won&#8217;t matter that Luxotica’s revenue is higher than your smart glass startup&#8217;s.</p>
<div></div>
<div></div>
<p>Purpose yields <em>motivation.</em> Motivation also comes from empathy. An executive&#8217;s storytelling has to go beyond markets and revenue. It has to reflect connectedness to what&#8217;s happening inside the company as well. Imagine a story about a team&#8217;s struggles and its success. Genuine storytelling is triggered by immersive experiences. Narratives that originate in immersive experiences demonstrate connection and control and build respect and influence. The resulting meaningful conversations give teams the stamina to manipulate around difficulties on their own. Stories anchored in immersive experiences give the teams a compass to navigate with. Such immersive stories require <em>listening</em>.</p>
<div></div>
<div></div>
<p>Listening motivates, but has diminishing returns unless it is followed up by action. Conceptually, this seems straightforward. But the pervasive inaction, especially in large enterprises, is a puzzle in itself. An environment that lacks action leads to broken windows. When left unfixed, these broken windows promote all sorts of undesirable behavior just like a decline in the habitability of a neighborhood. Emotionally the pain caused by inaction is the same as the pain caused due to poor work/living conditions. Inaction ultimately leads to employee flight. The best certainly prefer to move out.</p>
<p>Sadly, this mirage of motivation, purpose, and listening is quite real in most large companies. Motivation/purpose/happiness is a complicated web. It can be untangled. Organizational untangling should start with an acknowledgement of the reality <em>as-is</em>. But first, senior leadership should be vigilant about the mirage, intended or unintended.</p>
<div></div>
<div></div>
<p>Stop talking about money. Listen, empathize, and focus on purpose.</p>
<div></div><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bizvalu.wordpress.com/1149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bizvalu.wordpress.com/1149/" /></a> <img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=1149&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://bizvalu.wordpress.com/2016/08/11/the-mirage-of-motivation-purpose-and-listening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/834fd09f6ef3172b37d7a51594b40e79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">udairaj</media:title>
		</media:content>
	</item>
		<item>
		<title>Applying Constructive Doubt</title>
		<link>https://bizvalu.wordpress.com/2016/08/03/applying-constructive-doubt/</link>
		<comments>https://bizvalu.wordpress.com/2016/08/03/applying-constructive-doubt/#respond</comments>
		<pubDate>Wed, 03 Aug 2016 22:17:35 +0000</pubDate>
		<dc:creator><![CDATA[Rajeev Singh]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bizvalu.wordpress.com/?p=966</guid>
		<description><![CDATA[&#8220;Should we share these metrics with the big boss? What if he asks for a solution? What if he asks how long it&#8217;ll take? What if it takes longer?&#8221; A day or two prior to a report out, some managers were fretting about their message to the senior management. Then I sat through the report-out. Everything was&#8230;<a href="https://bizvalu.wordpress.com/2016/08/03/applying-constructive-doubt/">Read more <span class="screen-reader-text">Applying Constructive Doubt</span></a><img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=966&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>&#8220;Should we share these metrics with the big boss? What if he asks for a solution? What if he asks how long it&#8217;ll take? What if it takes longer?&#8221; A day or two prior to a report out, some managers were fretting about their message to the senior management.</p>
<p>Then I sat through the report-out. Everything was just peachy. Big boss failed to recognize that he was being mislead. Assumptions and beliefs were not questioned. Credulous would be the right word to describe the leadership in the room.</p>
<p>That project took three times as long to deliver. Team members got burnt-out, some quit, work culture got destroyed and trust eroded (whatever was left of it to begin with). The big boss, in his inattentiveness left the organization incompetent to deliver software.</p>
<p>Now imagine the outcome with one small change of stance in that fateful meeting.</p>
<ul>
<li>Weighing the evidence,</li>
<li>Exercising impartial enquiry,</li>
<li>Seeing things truly as they were.</li>
</ul>
<p>The foundation for that stance is <em>constructive doubt</em>. And, that is the role of a senior leader. Asking questions that enquire, bring clarity, build confidence, and suggest direction (next steps).</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bizvalu.wordpress.com/966/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bizvalu.wordpress.com/966/" /></a> <img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=966&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://bizvalu.wordpress.com/2016/08/03/applying-constructive-doubt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/834fd09f6ef3172b37d7a51594b40e79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">udairaj</media:title>
		</media:content>
	</item>
		<item>
		<title>Downward Spiral of Non-Collaboration</title>
		<link>https://bizvalu.wordpress.com/2016/07/05/downward-spiral-of-non-collaboration/</link>
		<comments>https://bizvalu.wordpress.com/2016/07/05/downward-spiral-of-non-collaboration/#respond</comments>
		<pubDate>Tue, 05 Jul 2016 22:57:03 +0000</pubDate>
		<dc:creator><![CDATA[Rajeev Singh]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bizvalu.wordpress.com/?p=822</guid>
		<description><![CDATA[Numerous big companies are struggling; more than I ever anticipated. Big businesses are shutting down at a record rate. The problem, as I see it, is that most of them are unable to adapt to the fast changing market. There are many battles fought between the guardians of the old and the proponents of the&#8230;<a href="https://bizvalu.wordpress.com/2016/07/05/downward-spiral-of-non-collaboration/">Read more <span class="screen-reader-text">Downward Spiral of Non-Collaboration</span></a><img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=822&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Numerous big companies are struggling; more than I ever anticipated. Big businesses are shutting down at a record rate. The problem, as I see it, is that most of them are unable to adapt to the fast changing market.</p>
<p>There are many battles fought between the guardians of the old and the proponents of the new. Those go beyond just the labels often used; traditional and modern, old-school and new-age, mature and immature, Waterfall and Agile, rigid and adaptive. Contempt and factionalism as deep and sacred as in religion and sports are fairly common. Traditionalists thinks that serious/big/real businesses can&#8217;t be run using new-age (lean-agile) practices and mindset. Adaptives believe that serious/big/real businesses are destined to collapse in the hands of the traditionalists.</p>
<p>The zone where the two, often opposing, mindsets meet is quite frictional. The biggest difference I see is that the adaptives/modernists/new-age folks like to get things done. They are doers who roll up their sleeves and jump right in to collaborate. The idea of collaboration, as it is practiced by highly effective teams, is foreign to the traditionalists. They prefer assigning tasks and review meetings to monitor progress. Another characteristic trait of the traditionalists is their inability to disassociate size with success. Large projects, large teams, large revenues dominate the narrative. Hence, they don&#8217;t limit work in progress. This compounds, in their heads, the need for more team members to track the work. The undesirable outcome of the large mentality is that teams quickly get bigger and add more trackers than doers. But they still find themselves behind the eight ball, initiative after initiative.</p>
<p>Imagine a team where everybody is interested in getting things done and is also a doer. Team members are comfortable with small initiatives and they finish them. They understand that the real pace of work is the pace at which work is being finished. They don&#8217;t succumb to the temptation of starting too much work. The illusion of a lot getting done, because a lot has been started, doesn&#8217;t quite trap them. They acknowledge and respect the cost of finishing work; collaboration, doing things yourself and working as a group.</p>
<blockquote><p>Effective meetings, in a collaborator&#8217;s world, are hands-on workshops.</p></blockquote>
<p>What is it about collaboration that the traditionalists don&#8217;t like, you may ask? In my experience, it is not that the traditionalists don&#8217;t agree on the value of collaboration. Rather, collaboration is uncomfortable for them. Seeing work done in all its messiness is distressful for them. It is not too different from how you may react to construction or renovation in your home, while you continue to live there. It&#8217;s loud and it&#8217;s messy. Heavy tools get used on the delicate things you took utmost care of, and occasionally things also get damaged. You&#8217;d much rather stay in a hotel or with a friend, while your home gets an uplift. You trick your brain into believing that if you don&#8217;t see it, it is not happening. That&#8217;s the emotion of a traditionalist. They too can&#8217;t bear to witness opinions and counter-opinions, and unfamiliar tools and approaches being used. They&#8217;d much rather see the finished product.</p>
<p>A desire to avoid the pain of collaboration, usually, renders the traditionalists incapable of accepting anything less than perfect. Gradually, they lose the art of imagination; the ability to see or envision the final/finished state. They just can&#8217;t extrapolate from work-in-progress to the final form. This is the reason, that they don&#8217;t often appreciate the incremental and iterative mindset, be it in building a product or putting together a slide deck.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bizvalu.wordpress.com/822/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bizvalu.wordpress.com/822/" /></a> <img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=822&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://bizvalu.wordpress.com/2016/07/05/downward-spiral-of-non-collaboration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/834fd09f6ef3172b37d7a51594b40e79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">udairaj</media:title>
		</media:content>
	</item>
		<item>
		<title>Improv for Agile Coaches</title>
		<link>https://bizvalu.wordpress.com/2016/06/01/improv-for-agile-coaches/</link>
		<comments>https://bizvalu.wordpress.com/2016/06/01/improv-for-agile-coaches/#respond</comments>
		<pubDate>Wed, 01 Jun 2016 16:31:00 +0000</pubDate>
		<dc:creator><![CDATA[Rajeev Singh]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bizvalu.wordpress.com/?p=759</guid>
		<description><![CDATA[I see problems in the Agile Coaching community. Most agilists are eager to open their toolbox and reach for their hammers. Guess where the nails are? Everywhere! And when they don&#8217;t get to do that, the disappointment sets in. Existential anxiety kicks in. Sometimes, there&#8217;s an added mix of disdain and condescension as well. They forget that&#8230;<a href="https://bizvalu.wordpress.com/2016/06/01/improv-for-agile-coaches/">Read more <span class="screen-reader-text">Improv for Agile&#160;Coaches</span></a><img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=759&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I see problems in the Agile Coaching community. Most agilists are eager to open their toolbox and reach for their hammers. Guess where the nails are? Everywhere! And when they don&#8217;t get to do that, the disappointment sets in. Existential anxiety kicks in. Sometimes, there&#8217;s an added mix of disdain and condescension as well. They forget that not everybody wants to change, or not everybody has the same notion of change, or have a different opinion on what all has to change. What may look like a problem can be a highly sophisticated reaction to a subtlety. Motivations and personal goals may be different for each team member.</p>
<p>The ability to listen and be aware would be my biggest advice to the community. Improv would be my second advice. That reminds me of what <a href="https://www.kenan-flagler.unc.edu/~/media/Files/documents/executive-development/leadership-agility-using-improv.pdf" target="_blank">Greg Hohn</a> said:</p>
<blockquote class="tr_bq"><p><span style="font-size:large;">Improv is about realizing that everything you need is in the moment. If you are aware of it, you can act on it. </span></p></blockquote>
<p>Ask the following questions:</p>
<ul>
<li>What is the chaos I see?</li>
<li>Why doesn&#8217;t that make sense to me?</li>
<li>Why does it make sense to them?</li>
<li>Why are my ideas not sticking?</li>
<li>What experiments can I run?</li>
<li>What other details can I find out?</li>
</ul>
<p>Why is this a big deal and what has it got to do with improv? Almost every agilist I see brings a certain bend to the trade. Some prefer people approach, others are process folk. Trying to jam your ideas in can lead to frustration. The path to global/system optima lies in suspending your own preferences and promoting solutions that the situation dictates. That&#8217;s the zen of coaching and facilitation.</p>
<div style="font-family:Arial;orphans:2;text-align:-webkit-auto;widows:2;"></div><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bizvalu.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bizvalu.wordpress.com/759/" /></a> <img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=759&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://bizvalu.wordpress.com/2016/06/01/improv-for-agile-coaches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/834fd09f6ef3172b37d7a51594b40e79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">udairaj</media:title>
		</media:content>
	</item>
		<item>
		<title>A Reason to Slack</title>
		<link>https://bizvalu.wordpress.com/2016/05/03/a-reason-to-slack/</link>
		<comments>https://bizvalu.wordpress.com/2016/05/03/a-reason-to-slack/#respond</comments>
		<pubDate>Tue, 03 May 2016 16:00:00 +0000</pubDate>
		<dc:creator><![CDATA[Rajeev Singh]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bizvalu.wordpress.com/2016/05/03/a-reason-to-slack</guid>
		<description><![CDATA[A common mistake made in the high-tech world is the attempt to maximize the utilization of available capacity. If something isn&#8217;t being utilized 100% it is a sign of wasted capacity; human or machine, it doesn&#8217;t matter. When it comes to humans, this is a source of many problems I find myself fixing in enterprises.&#8230;<a href="https://bizvalu.wordpress.com/2016/05/03/a-reason-to-slack/">Read more <span class="screen-reader-text">A Reason to&#160;Slack</span></a><img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=761&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>A common mistake made in the high-tech world is the attempt to maximize the utilization of available capacity. If something isn&#8217;t being utilized 100% it is a sign of wasted capacity; human or machine, it doesn&#8217;t matter. When it comes to humans, this is a source of many problems I find myself fixing in enterprises. Appreciation of slack is low, when it comes to human beings. </p>
<p>In a learning organization, which a high-tech organization has an imperative to be, it is important to constantly improve. Improvements aren&#8217;t an outcome of magic. They are a result of new ideas put in place. These ideas have to demonstrate a more context sensitive approach to improving the condition of a certain process or approach. This required context sensitivity comes from being able to understand the context, which in-turn requires indulgence. It shouldn&#8217;t be a surprise that there is time involved in this indulgence. Hence, if you want to improve you have to dedicate time for it. In other words, improvements require capacity. And just as you have a reason to have people, you have people to be able to reason. If you don&#8217;t want your people to reason, you are better off with automation of some sort.</p>
<p>As a leader you have to believe in your people&#8217;s ability to find choices instinctively and spontaneously. History has enough evidence of this human ability already. The only trick is to let the people have some time to think. Slack is therefore necessary. Build it in your enterprise.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bizvalu.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bizvalu.wordpress.com/761/" /></a> <img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=761&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://bizvalu.wordpress.com/2016/05/03/a-reason-to-slack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/834fd09f6ef3172b37d7a51594b40e79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">udairaj</media:title>
		</media:content>
	</item>
		<item>
		<title>From Aggressive to Stupid &#8211; The Generational Divide at Workplace</title>
		<link>https://bizvalu.wordpress.com/2016/04/05/from-aggressive-to-stupid-the-generational-divide-at-workplace/</link>
		<comments>https://bizvalu.wordpress.com/2016/04/05/from-aggressive-to-stupid-the-generational-divide-at-workplace/#comments</comments>
		<pubDate>Tue, 05 Apr 2016 16:00:00 +0000</pubDate>
		<dc:creator><![CDATA[Rajeev Singh]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bizvalu.wordpress.com/2016/04/05/from-aggressive-to-stupid-the-generational-divide-at-workplace</guid>
		<description><![CDATA[There are many privileges to being a consultant. One of them is the opportunity of what I identify as high density learning; many clients, various flavors, and myriad of problems to see in a short span of time. Small startups and large corporations, no process and process-heavy groups, small and large teams, apps and enterprise&#8230;<a href="https://bizvalu.wordpress.com/2016/04/05/from-aggressive-to-stupid-the-generational-divide-at-workplace/">Read more <span class="screen-reader-text">From Aggressive to Stupid &#8211; The Generational Divide at&#160;Workplace</span></a><img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=762&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>There are many privileges to being a consultant. One of them is the opportunity of what I identify as <i>high density learning</i>; many clients, various flavors, and myriad of problems to see in a short span of time. Small startups and large corporations, no process and process-heavy groups, small and large teams, apps and enterprise software, growing and declining businesses. In this experience the thing that stood out is that there is always a generational divide in teams. There are folks who are focused and aggressive (not necessarily bad), and there are those that defy common sense (stupid). What is the source of this variety?</p>
<p>Startups provide a keen insight into what makes folks aggressive. The <i>can-do</i> attitude is essential for survival of a typical startup. The same trait is also visible in team members at large corporations. However, during some segment of their journey the <i>can-do</i> attitude becomes an opiate of the aggressive type and <i>adventurism</i> sets in. The stakes aren&#8217;t as high as start-ups, scrutiny may not be as granular, and maybe the coffers aren&#8217;t as metered.</p>
<p><i>Adventurism</i> is good. It is rather essential for a learning enterprise. But it is also the zone that ought to be closely monitored. If the adventurers aren&#8217;t reigned in or coached, not only will they hurt an enterprise, but they will also indoctrinate the following generation. This new generation won&#8217;t be nuanced between <i>can-do</i> and <i>adventurism</i> and instead become reckless. This is all about building a culture.</p>
<p>This is the generational divide I observe in almost all the teams. Recklessness and stupidity have to be called out, when spotted.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bizvalu.wordpress.com/762/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bizvalu.wordpress.com/762/" /></a> <img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=762&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://bizvalu.wordpress.com/2016/04/05/from-aggressive-to-stupid-the-generational-divide-at-workplace/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/834fd09f6ef3172b37d7a51594b40e79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">udairaj</media:title>
		</media:content>
	</item>
		<item>
		<title>The Case for (Agile) Literacy</title>
		<link>https://bizvalu.wordpress.com/2016/03/01/the-case-for-agile-literacy/</link>
		<comments>https://bizvalu.wordpress.com/2016/03/01/the-case-for-agile-literacy/#respond</comments>
		<pubDate>Tue, 01 Mar 2016 18:00:00 +0000</pubDate>
		<dc:creator><![CDATA[Rajeev Singh]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bizvalu.wordpress.com/2016/03/01/the-case-for-agile-literacy</guid>
		<description><![CDATA[John Stuart Mill said, &#8220;The moment the people allows itself to be represented, it stops being free &#8212; it stops being.&#8221; This sentiment has been the keystone of successful democracies throughout the annals of history. In fact, it is the such a critical piece of democracy and a republic that no philosopher believes it has&#8230;<a href="https://bizvalu.wordpress.com/2016/03/01/the-case-for-agile-literacy/">Read more <span class="screen-reader-text">The Case for (Agile)&#160;Literacy</span></a><img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=763&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>John Stuart Mill said, &#8220;The moment the people allows itself to be represented, it stops being free &#8212; it stops being.&#8221; This sentiment has been the keystone of successful democracies throughout the annals of history. In fact, it is the such a critical piece of democracy and a republic that no philosopher believes it has ever truly been practiced anywhere since the Greeks.</p>
<p>There has always been a fear that a populace left to itself wills the good but doesn&#8217;t quite know or see what that good is. That may explain societies with backward general will (customs, laws, etc.) despite reasonable and learned people. &#8220;Individuals see the good that they reject; the public wills the good that it doesn&#8217;t see.&#8221; A lack of enquiry ferments a lifeless brew and nothing ever changes. Co-incidentally, this intellectual sloth also results in social stigma, which further draws the society towards inaction.</p>
<p>As an Agilist, who has the privilege of observing many teams, I see a parallel between the social conditions of societies that are unjust, abusive, backward, and tyrannical and organizations that are stagnating. For progress, reason has to prevail. In a society the path to reason comes from an awareness of history and respect for philosophy. Similarly, in organizations that want to be nimble, they have to know the problems that the industry faces, the reasons behind those specific problems, the utility of an Agile mindset to fix those problems, the utility of practices and the reasons they work, their limits, the different flavors of practices, a situational awareness of the current environment, etc. Agile Literacy for each and every person involved in the value stream is a must. Do you hear that Mr. Manager? It includes you as well.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bizvalu.wordpress.com/763/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bizvalu.wordpress.com/763/" /></a> <img alt="" border="0" src="https://pixel.wp.com/b.gif?host=bizvalu.wordpress.com&#038;blog=869374&#038;post=763&#038;subd=bizvalu&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>https://bizvalu.wordpress.com/2016/03/01/the-case-for-agile-literacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/834fd09f6ef3172b37d7a51594b40e79?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">udairaj</media:title>
		</media:content>
	</item>
	</channel>
</rss>
