<?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>AgileKiwi &#187; People Skills</title>
	<atom:link href="http://www.agilekiwi.com/category/peopleskills/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agilekiwi.com</link>
	<description>The neglected essentials of software development</description>
	<lastBuildDate>Fri, 03 Feb 2012 02:51:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Expertise versus Pair Programming</title>
		<link>http://www.agilekiwi.com/other/agile/expertise-meets-pair-programming/</link>
		<comments>http://www.agilekiwi.com/other/agile/expertise-meets-pair-programming/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 19:00:04 +0000</pubDate>
		<dc:creator>John Rusk</dc:creator>
				<category><![CDATA[Agile Software Development]]></category>
		<category><![CDATA[Understanding ourselves]]></category>
		<category><![CDATA[expertise]]></category>
		<category><![CDATA[pair programming]]></category>

		<guid isPermaLink="false">http://www.agilekiwi.com/?p=688</guid>
		<description><![CDATA[<p>Let’s start this post with a thought experiment.  Not in software development, but in playing chess.</p>
<p>Imagine two novice chess players, working as a team. (We’ll assume their opponent is a computer, so it can’t overhear them talk.)  Our two novices will benefit greatly from their collaboration.  They’ll discuss all&#8230; <a href="http://www.agilekiwi.com/other/agile/expertise-meets-pair-programming/" class="read_more">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>Let’s start this post with a thought experiment.  Not in software development, but in playing chess.</p>
<p>Imagine two novice chess players, working as a team. (We’ll assume their opponent is a computer, so it can’t overhear them talk.)  Our two novices will benefit greatly from their collaboration.  They’ll discuss all their thinking – everything from possible moves, to correcting each others mistakes, to “can you remind me how a knight moves?”.  Working together like this they will make fewer mistakes, and generate better moves than each would have done alone.</p>
<p>But what if we paired two chess masters?  <a href="http://www.agilekiwi.com/peopleskills/understanding-ourselves/becoming-an-expert/">Scientific research proves</a> that the thinking of experts is different. Much of it happens as automatic pattern recognition rather than conscious reasoning.  When a chess master looks at a chess position, (good) possible moves spring to mind immediately.  As described in my previous post, these “candidate moves” are generated directly by the brain’s underlying neural network.  Neural networks can’t explain their own reasoning, so the master doesn’t consciously know <em>why</em> those moves came to mind.  Of course, the moves are indeed based on the master’s long experience, but the mapping from prior experience to current ideas is not open to inspection by the conscious mind.</p>
<p><span id="more-688"></span></p>
<p>So how will our two chess masters collaborate?  Neither can explain to the other <em>why</em> they thought of particular moves – because the conscious, effortful part of the mind doesn’t actually <em>know</em>. So what will their conversation consist of?</p>
<ul>
<li>They <strong>can’t discuss the justification</strong> for their proposed moves, because as we just saw, they don’t <em>know</em> the justification.  (Several writers, including Nobel-winner Daniel Kahneman, point out that if you ask an expert, “Why did you suggest that?”, their effortful mind will indeed come up with a justification of the idea, but the justification is produced <em>after the fact</em>. It doesn’t necessarily match the invisible reasoning that originally <em>created</em> the idea.  In fact, I’d suggest that since the invisible reasoning consisted of pattern matching in a neural network, any attempt at a logical sequential description would be incomplete at best.)</li>
<li>Instead, imagine that they pool their sets of candidate moves, and then discuss <em>which</em> of those moves to actually play.  This approach makes sense because, as we saw in the <a href="http://www.agilekiwi.com/peopleskills/understanding-ourselves/becoming-an-expert/">previous post</a>, selecting <em>one</em> of the candidate moves requires effortful thought.  And effortful thoughts can be perceived and described by the thinker.  So let’s assume our two chess masters try to share these thoughts.  If they do, I believe they’ll run into another problem: <strong>verbalizing the thought process slows it down – a lot</strong>.  A master thinks through many possibilities: What would happen if I play this move?  How would my opponent probably respond?  How would I respond to that?  A master can process these “what ifs” relatively quickly.  Not nearly as quickly as the automatic thinking that produced the initial set of candidate moves, but much, much faster than the rate of human speech.   To share thoughts verbally, the master must slow down to speaking speed.  In summary, although it’s possible to verbalize these thoughts, there’s a high (performance) cost in doing so.</li>
</ul>
<h2>Pair Programming</h2>
<p>Now let’s consider the analogy to pair programming. Novice programmers don’t yet make significant used of automatic pattern recognition, instead they rely more heavily on effortful thought.   Therefore their thoughts are open to introspection and can be verbally shared.  Experts, on the other hand, make significant use of the “automatic” part of their mind.  So most of their thought processes are not open to conscious introspection, and the remainder are so fast that verbalization carries a huge performance cost.</p>
<p>I think this may explain the confusion and frustration that some experienced programmers, including myself, feel when we’re asked to pair.  We can’t see how to map our automatic thought processes into the driver/navigator model of pair programming.  Furthermore we probably can’t explain what the problem is – at least, I know I couldn’t, until I read <a href="http://www.amazon.com/Thinking-Fast-and-Slow-ebook/dp/B005MJFA2W/ref=tmm_kin_title_0?ie=UTF8&amp;m=A3QI763M62X7GQ">Kahneman’s effortful/automatic description of the brain</a>.  His book points out that because automatic thought is, well, <em>automatic</em>, we lack awareness of its role in our thinking.  Since we lack awareness, we struggle to explain the difficulty we have with pairing. I hope that greater awareness of Kahneman’s work will give us a suitable vocabulary to describe the problem.</p>
<p>I also hope to stimulate discussion.  The thought processes of an expert, which elegantly combine the automatic with the logical, are extremely efficient. I believe pairing undermines this efficiency – by leading coders to create after-the-fact justifications of their automatic intuitions, and forcing them to unpack their conscious thoughts into spoken language.  I suspect paired experts may even find themselves forced back into novice-like patterns of thought.</p>
<p>What do you think, does pairing prevent experts from performing at their best?</p>
<p><strong>Update, 31 Jan:</strong> I should clarify what I mean by &#8220;expert&#8221;.  I use the term in the sense used by Daniel Kanheman, Anders Ericsson and other researches into expertise.  But you might have seem some pair programming studies use the term “expert” in a different way, particularly those studies where all test subjects were students.  In those studies the word “expert” simply means “good performer” – a student who gets unusually good grades.  These cannot be experts in the Kahneman/Ericsson sense of term.  Developing that kind of expertise takes many years, far longer than any university degree.  Furthermore, Kahneman/Ericsson expertise is not simply about <em>possessing</em> knowledge, in the manner of an A student; instead it is about a mode of thought in which much of the knowledge is possessed <em>and processed</em> unconsciously, through <a title="Becoming an Expert" href="http://www.agilekiwi.com/peopleskills/understanding-ourselves/becoming-an-expert/">automatic pattern-recognition</a> honed by long experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.agilekiwi.com/other/agile/expertise-meets-pair-programming/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>People Skills for Everyone</title>
		<link>http://www.agilekiwi.com/peopleskills/people-skills-for-everyone/</link>
		<comments>http://www.agilekiwi.com/peopleskills/people-skills-for-everyone/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 07:30:32 +0000</pubDate>
		<dc:creator>John Rusk</dc:creator>
				<category><![CDATA[People Skills]]></category>

		<guid isPermaLink="false">http://www.agilekiwi.com/?p=683</guid>
		<description><![CDATA[<p>I was talking to my Mum recently.  I mentioned that I&#8217;m becoming even more interested in people skills, and she said, &#8220;Oh, so you&#8217;re interested in management then.&#8221;</p>
<p>Actually, no.</p>
<ol>
<li>I&#8217;m interested in people who are <em>not</em> managers improving their people skills.</li>
<li>I&#8217;m interested in busting the myth that</li></ol><p>&#8230; <a href="http://www.agilekiwi.com/peopleskills/people-skills-for-everyone/" class="read_more">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>I was talking to my Mum recently.  I mentioned that I&#8217;m becoming even more interested in people skills, and she said, &#8220;Oh, so you&#8217;re interested in management then.&#8221;</p>
<p>Actually, no.</p>
<ol>
<li>I&#8217;m interested in people who are <em>not</em> managers improving their people skills.</li>
<li>I&#8217;m interested in busting the myth that &#8220;people skills&#8221; is a topic exclusively for managers.</li>
<li>I&#8217;m interested in busting the myth that improvements in people skills must be initiated by managers or trainers.  I want them to be initiated by   people who actually want to improve their own skills.</li>
</ol>
<p>If you&#8217;re interested in the same things, please comment below or email me (address on <a title="About" href="http://www.agilekiwi.com/about/">About</a> page).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.agilekiwi.com/peopleskills/people-skills-for-everyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Becoming an Expert</title>
		<link>http://www.agilekiwi.com/peopleskills/understanding-ourselves/becoming-an-expert/</link>
		<comments>http://www.agilekiwi.com/peopleskills/understanding-ourselves/becoming-an-expert/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 05:03:38 +0000</pubDate>
		<dc:creator>John Rusk</dc:creator>
				<category><![CDATA[Understanding ourselves]]></category>

		<guid isPermaLink="false">http://www.agilekiwi.com/?p=583</guid>
		<description><![CDATA[<p>Imagine looking at a dog.&#160; You instantly know that it is, indeed, a dog.&#160; That’s an incredible feat of pattern recognition, performed almost instantly and without any conscious effort. </p>
<p>Is it really incredible?&#160; Yes.&#160; It just seems easy because you’ve been doing it effortlessly since about age three.&#160; To&#8230; <a href="http://www.agilekiwi.com/peopleskills/understanding-ourselves/becoming-an-expert/" class="read_more">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>Imagine looking at a dog.&#160; You instantly know that it is, indeed, a dog.&#160; That’s an incredible feat of pattern recognition, performed almost instantly and without any conscious effort. </p>
<p>Is it really incredible?&#160; Yes.&#160; It just seems easy because you’ve been doing it effortlessly since about age three.&#160; To remind yourself how difficult it actually is, imagine designing an algorithm to recognise dogs.&#160; Exactly what would be the rules for distinguishing a small small dog from a large cat?&#160; How would you define the category “dog” such that it included Chihuahuas and Great Danes,&#160; but not foxes and wolves? </p>
<p>Nobel prize winner Daniel Kahneman uses the dog example to explain the <a href="http://www.amazon.com/Thinking-Fast-and-Slow-ebook/dp/B005MJFA2W/ref=tmm_kin_title_0?ie=UTF8&amp;m=A3QI763M62X7GQ">two ways humans think</a>.&#160; One way is <strong>effortful thought </strong>– what we do when consciously thinking about something.&#160; The other doesn’t even feel like thinking it all.&#160; It’s just effortless <strong>automatic perception</strong> – like seeing a dog.&#160; Much of our brain’s activity is of the automatic kind.&#160; Kahneman gives several examples to show the difference:</p>
<table border="0" cellspacing="0" cellpadding="2" width="600">
<tbody>
<tr>
<td valign="top" width="300"><strong>Automatic</strong></td>
<td valign="top" width="300"><strong>Effortful</strong></td>
</tr>
<tr>
<td valign="top" width="300">Detect that one object is more distant than another</td>
<td valign="top" width="300">Focus on the voice of a particular person in a crowded and noisy room</td>
</tr>
<tr>
<td valign="top" width="300">Detect hostility in a voice</td>
<td valign="top" width="300">Tell someone your phone number</td>
</tr>
<tr>
<td valign="top" width="300">Answer 2 + 2 = ?</td>
<td valign="top" width="300">Answer 17 x 24 = ?</td>
</tr>
<tr>
<td valign="top" width="300">Drive a car on a empty road (unless you are just learning to drive, in which case this belongs in the “effortful” column)</td>
<td valign="top" width="300">Check the validity of a logical argument</td>
</tr>
</tbody>
</table>
<h2>Expertise</h2>
<p>What does this have to do with expertise?&#160; The answer is simply this: expertise involves significant “automatic” thought.&#160; For example, you happen to be an expert in recognising dogs.&#160; You accomplish that task with no conscious effort whatsoever. </p>
<p>The same applies to activities that we normally associate with “expertise”.&#160; Chess masters are a compelling example.&#160; When a chess master looks at a board, several strong moves immediately spring to mind.&#160; Just like you effortlessly “see” that an animal is a dog, a chess master effortlessly “sees” which moves make sense.&#160; This set of “candidate moves” is generated automatically, without conscious effort.&#160; Only <em>after</em> the moves spring to mind does the master actually start consciously thinking about them – to decide <em>which</em> of the candidate moves is <em>best</em>.</p>
<p>As Kahneman writes:</p>
<blockquote><p>[Experts’] intuitive judgements come to mind with the same immediacy as [a child’s] “doggie!&quot;</p>
</blockquote>
<h2>An Analogy</h2>
<p>It may seem hard to believe, that many of our most difficult mental tasks are performed instantly and unconsciously.&#160; As Kahneman points out, their very automatic-ness leads us to overlook their importance.&#160; </p>
<p>When I was reading his book, I found it helpful to recall the university paper I took in artificial intelligence.&#160; There we learned about artificial neural networks. Neural networks implement an approach to computation which is inspired by the structure of the human brain. They are very fast and effective “pattern recognisers” but, having recognised an input as matching a particular pattern, they are completely unable to tell you <em>why</em> it matched the pattern. I.e. they can’t explain their “reasoning”. This exactly matches Kahneman’s description of our automatic thought – it gives you an impression/hunch very quickly, but is unable to tell you why. So:</p>
<ul>
<li>I imagined the brain’s underlying hardware as a neural network – quick to recognise patterns, but unable to explain its logic.&#160; It is here that our automatic thinking takes place.&#160; So it’s easy to see why our automatic thinking is so fast – neural networks are naturally fast pattern recognisers, and ours is implemented directly in “hardware”.&#160; </li>
<li>I imagined effortful thought as a simulation running on top of the underlying hardware.&#160; Rather like a <a href="http://en.wikipedia.org/wiki/Virtual_machine">virtual machine</a>.&#160; Inside the virtual machine, thinking is sequential and logical.&#160; But, because the virtual machine is just an <em>emulation</em>, it runs slowly and has limited working memory.&#160; (Question: does this imply our effortful thoughts aren’t “real”?&#160; No. Just that they have a complicated origin, but our automatic thoughts are not subject to the same performance limitations.) </li>
</ul>
<p><a href="http://www.agilekiwi.com/wp-content/uploads/2012/01/Simulated-System2.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Simulated System2" border="0" alt="Simulated System2" src="http://www.agilekiwi.com/wp-content/uploads/2012/01/Simulated-System2_thumb.png" width="493" height="442" /></a></p>
<p>&#160;</p>
<p>I wouldn’t dare to suggest that this model is accurate in terms of the underlying biology, but as a software engineer I found it helpful in understanding Kahneman’s work.</p>
<h2>Developing Expertise</h2>
<p>Consider two chess players, a novice and a master.&#160; The novice relies almost entirely on effortful thought.&#160; “How does a knight move?”, “Let me think what would happen if I moved my rook to here…”.&#160; But the master makes heavy use of automatic thought.&#160; The master’s automatic mind takes care of most of the details that the novice struggles with, leaving the master’s effortful mind free to add value where it is most needed.&#160; Consequently the master can produce better decisions in less time.</p>
<p>But how does the novice <em>become</em> a master?&#160; How does someone using effortful thought slowly transition to creating (good-quality) automatic thoughts?&#160; Through practice.&#160; With enough time, and enough examples, your underlying neural network trains itself to recognise the patterns.</p>
<p>Three sources have influenced my thinking about this kind of practice:</p>
<ul>
<li>James Bach’s <a href="http://www.satisfice.com/presentations/rigor.pdf">Myths of Rigour</a> presentation (which to me, could equally well have been entitled “What is learning?”).&#160; I can’t find the audio or video online, unfortunately. </li>
<li>Anders Ericsson’s work on <a href="http://www.freakonomics.com/2006/05/07/freakonomics-in-the-times-magazine-a-star-is-made/">deliberate practice</a> </li>
<li>Alistair Cockburn’s concept of <a href="http://alistair.cockburn.us/Shu+Ha+Ri">Shu-Ha-Ri</a>.&#160; To join the dot’s between Shu-Ha-Ri and Kahneman’s work, I’d suggest that the Shu-Ha-Ri progression equates to the same progression described above: from a novice who uses only effortful thought, to an expert who uses a highly efficient blend of automatic and effortful thought.&#160;&#160; </li>
</ul>
<h2>A Software Example</h2>
<p>I recently noticed how various people debug the large software solution that I’ve been working on for some years.&#160; When I need to debug it myself, I don’t get “stuck”. I might not know the cause of the problem, but I always have an idea on what to do next – something that will take me one step closer to finding the problem. Just like experienced players instantly “see” good moves in a chess game; I tend to “see” good moves in the debugging process. A series of such moves, possibly with some backtracking, eventually leads to a solution.&#160; But I’ve noticed junior developers are much more likely to get stuck – when faced with a problem they sometimes have trouble generating the “next move”.&#160;&#160; I’ve also noticed that although I generate moves more successfully than juniors, I seem to expend <em>less</em> conscious effort in doing so.</p>
<p>Of course, this is no excuse for me to take an ego trip – after about 7000 hours with this code base, and a decade’s experience on other systems before it, I darn well <em>should</em> have automatic expertise by now!&#160; Junior programmers, or senior ones with less experience of the system at hand, have no choice but to generate fewer moves automatically and fill the gaps with effortful thought.&#160; Over time, their balance will gradually shift from effortful to automatic.</p>
<h2>Implications</h2>
<p>The science of expertise has many implications for how we recruit, train and deploy software engineers.&#160; In a future post, I intend to explore the implications for pair programming.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.agilekiwi.com/peopleskills/understanding-ourselves/becoming-an-expert/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Enjoying Meetings, part 1</title>
		<link>http://www.agilekiwi.com/peopleskills/enjoying-meetings-part-1/</link>
		<comments>http://www.agilekiwi.com/peopleskills/enjoying-meetings-part-1/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 08:29:25 +0000</pubDate>
		<dc:creator>John Rusk</dc:creator>
				<category><![CDATA[People Skills]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[meetings]]></category>

		<guid isPermaLink="false">http://www.agilekiwi.com/peopleskills/enjoying-meetings-part-1/</guid>
		<description><![CDATA[<p>I’m reading the book “<a href="http://www.amazon.com/Crucial-Conversations-Talking-Stakes-ebook/dp/B005K0AYH4">Crucial Conversations: Tools for Talking when the Stakes are High</a>”.&#160; It’s absolutely excellent.&#160; And not just for conversations when the stakes are high – but also when the stakes are rather more mundane, such as your typical day-to-day business meeting.&#160; I’ve been consciously trying to&#8230; <a href="http://www.agilekiwi.com/peopleskills/enjoying-meetings-part-1/" class="read_more">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>I’m reading the book “<a href="http://www.amazon.com/Crucial-Conversations-Talking-Stakes-ebook/dp/B005K0AYH4">Crucial Conversations: Tools for Talking when the Stakes are High</a>”.&#160; It’s absolutely excellent.&#160; And not just for conversations when the stakes are high – but also when the stakes are rather more mundane, such as your typical day-to-day business meeting.&#160; I’ve been consciously trying to apply the principles from the book for a while now, and I’ve found that meetings seem much more enjoyable.</p>
<p>The key principle of the book is that conversations work best when everyone is able to “add their meaning to the pool”.&#160; I.e. to share what’s on their mind.&#160; Conversely, conversations work <em>poorly </em>when people withhold information and viewpoints:</p>
<blockquote><p>When people purposefully withhold meaning from one another, individually <em>smart</em> people can do collectively <em>stupid</em> things.</p>
</blockquote>
<p>Therefore, successful dialog depends on two <a href="http://www.agilekiwi.com/peopleskills/people-skills-for-nerds-a-summary-video/">learnable</a> skills: (a) helping other people to share what’s on <em>their</em> mind, and (b) being able to share what’s on <em>your</em> mind even in difficult situations.&#160; I’d like to share a recent example of the latter…</p>
<p>Our (excellent) manager was describing a change to our processes.&#160; I hated the idea. It seemed bureaucratic, time-consuming and just plain wrong.&#160; As he said how much “we need to do it”, I found myself giving up.&#160; My instinct was to withdraw from the conversation.&#160; If he was <em>so</em> sure, what point was there in discussing it?&#160; He wasn’t actually <em>asking</em> for our opinions.&#160; And besides, everyone else seemed to agree.&#160; At least, they were sitting there nodding.&#160; </p>
<p>But just in that moment of giving up, I caught myself. Sharing meaning is good, right?&#160; Yes!&#160; And even fun?&#160; Yes, as I have discovered. So in that moment I decided to take the enjoyable, productive route, instead of the grumpy silent one. I said something like this:</p>
<blockquote><p>I feel a bit concerned about the cost of doing this.&#160; On &lt;project X&gt; we deliberately avoided gathering this data, and it was fine.&#160; We used high-level figures, instead of the detailed breakdown we’re talking about here, and …”&#160; <em> I went on to briefly expand on our experience on &lt;project X&gt;.</em></p>
</blockquote>
<p>Instead of giving up, I had managed to share “my meaning” with the group.&#160; It wasn’t so hard.&#160; It didn’t seem like I’d offended anybody, and I felt much better within myself for having shared.&#160; </p>
<p>(Incidentally, talking along the lines of “I feel concerned about…” is a useful collaboration technique that I’ve picked up along the way.&#160; It works much better, and is more honest and more informative, than bluntly saying “I don’t like that”.&#160;&#160;&#160; Another handy technique is to talk in terms of concrete stories, as I did about &lt;project X&gt;.&#160; Both these techniques deserve blog posts of their own one day…)</p>
<p>So did it work?&#160; Did adding my meaning to the pool actually advance the discussion?&#160; Yes it did.&#160; The boss replied with a clarification of his underlying goals.&#160; Which was great, because then we were able to think about <em>all</em> possible ways to meet that goal – instead of just debating between his original plan and my suggested alternative.&#160; We haven’t finalised the decision yet, but it looks like we’re going to end up with something better than either of us had imagined. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.agilekiwi.com/peopleskills/enjoying-meetings-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Agile 2011 Keynotes Look Good</title>
		<link>http://www.agilekiwi.com/peopleskills/agile-2011-keynotes-look-good/</link>
		<comments>http://www.agilekiwi.com/peopleskills/agile-2011-keynotes-look-good/#comments</comments>
		<pubDate>Sat, 14 May 2011 10:02:13 +0000</pubDate>
		<dc:creator>John Rusk</dc:creator>
				<category><![CDATA[People Skills]]></category>

		<guid isPermaLink="false">http://www.agilekiwi.com/peopleskills/agile-2011-keynotes-look-good/</guid>
		<description><![CDATA[<p>The three <a href="http://www.infoq.com/news/2011/05/agile-2011-keynote-speakers">keynote presentations for Agile 2011</a> have been announced.&#160; I’m thrilled to see that two of them are on the people side of agile, rather than the technical side.&#160; Barbara Fredrickson will speak on how positive emotions feed a virtuous circle in the workplace, and Linda Rising will&#8230; <a href="http://www.agilekiwi.com/peopleskills/agile-2011-keynotes-look-good/" class="read_more">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>The three <a href="http://www.infoq.com/news/2011/05/agile-2011-keynote-speakers">keynote presentations for Agile 2011</a> have been announced.&#160; I’m thrilled to see that two of them are on the people side of agile, rather than the technical side.&#160; Barbara Fredrickson will speak on how positive emotions feed a virtuous circle in the workplace, and Linda Rising will talk about how viewing ourselves as “changeable” produces better outcomes than viewing ourselves as “fixed”.&#160; I believe the latter point is essential, if we are to truly <a href="http://www.meetup.com/AgileWelly/events/16372154/">value people and their interactions over processes and tools</a>.&#160; </p>
<p>I’m also thrilled to see that one of these speakers, Barbara Fredrickson, comes from outside the agile community. I’m a firm believer that agile can <a href="http://www.agilekiwi.com/peopleskills/references-from-my-agile-roots-presentation/">learn a lot from outside the agile community</a>, so it’s great to see that happening at our largest conference.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.agilekiwi.com/peopleskills/agile-2011-keynotes-look-good/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>People Skills for Nerds &#8211; a Summary Video</title>
		<link>http://www.agilekiwi.com/peopleskills/people-skills-for-nerds-a-summary-video/</link>
		<comments>http://www.agilekiwi.com/peopleskills/people-skills-for-nerds-a-summary-video/#comments</comments>
		<pubDate>Sat, 22 May 2010 21:49:10 +0000</pubDate>
		<dc:creator>John Rusk</dc:creator>
				<category><![CDATA[People Skills]]></category>

		<guid isPermaLink="false">http://www.agilekiwi.com/?p=184</guid>
		<description><![CDATA[<p>This video summarises they key points I aim to make in this blog, that people skills are:</p>
<ol>
<li>Important, and</li>
<li>Learnable (with time and practice)</li>
</ol>
<p>The video is an edited extract of my talk at the AgileRoots conference, at Salt Lake City in 2009.  For the benefit of people&#8230; <a href="http://www.agilekiwi.com/peopleskills/people-skills-for-nerds-a-summary-video/" class="read_more">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>This video summarises they key points I aim to make in this blog, that people skills are:</p>
<ol>
<li>Important, and</li>
<li>Learnable (with time and practice)</li>
</ol>
<p>The video is an edited extract of my talk at the AgileRoots conference, at Salt Lake City in 2009.  For the benefit of people who, like me, prefer skim reading to watching videos, this post also includes a written transcript (below).</p>
<p><span id="more-184"></span><object width="480" height="385" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/e38dxRcySHI&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed width="480" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/e38dxRcySHI&amp;hl=en_US&amp;fs=1&amp;rel=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p>(or <a href="http://www.youtube.com/watch?v=e38dxRcySHI">click here to open at YouTube</a>)</p>
<p><em>(Update 2011: I now have an expanded version of this talk, prepared for </em><a href="http://www.meetup.com/AgileWelly/events/16372154/"><em>a recent APN meeting</em></a><em>. The new talk goes into detail about some concrete actions that we can take to improve our people skills. Hopefully I’ll find time to write blog posts about some of the details… </em><a href="http://www.agilekiwi.com/peopleskills/enjoying-meetings-part-1/"><em>Here’s one</em></a><em>.)</em></p>
<h1>Transcript</h1>
<p><em>(Transcript matches video, but has had headings added, and some minor grammatical tidy-ups)</em></p>
<p><strong>My Own Story</strong></p>
<p>I started off as the stereotypical shy nerd when I entered the industry [in 1995] and I had a realisation that, if I carried on like this, it wasn’t going to be very good for my career.  So I said to myself, “You’ve got to do something about this”.  So one of the things I remember doing was forcing myself, every morning, to say hello to the receptionist – and that felt like a <em>challenge</em> for me.  (I hope that most people in the room are starting from a less “challenged” starting point ;-)</p>
<p><strong>Your People Skills are Changeable</strong></p>
<p>The big thing that I’ve learnt from my personal journey, and from some of these fields that we’re going to talk about today, is the level of <em>change</em> that you can undergo personally, in your skills and enjoyment of this side of work.</p>
<p>&#8230;[As] Alistair [Cockburn] mentioned earlier, we should study psychology.  As best I can, as someone with a full-time job as a nerd, I have tried to study some of these things in my spare time.  And I’ve been really encouraged to find that this notion of, ah, these key skills and aspects of our personality,.. I’ve been very pleased to discover that they are far more changeable that I had ever thought they were.  And probably most people in IT don’t realise how changeable these things are.</p>
<p><strong>Examples of “Personality Change”</strong></p>
<p>One of the fields that touches on this area is this thing called Positive Psychology (which is this really seriously-cool thing, which I don’t have a lot of time to talk about today).  One of the foundation books in that field is a book called “Learned Optimism”.  It describes how you can permanently change your level of optimism.  Wow! Who thought you could do that?  Before the book was written, who thought that was a valid and useful thing for a person to do?  So the level of change in this area is potentially very large.</p>
<p>Now you can’t change everything.  The corresponding finding on happiness, from Positive Psychology, is that you can change about 40% of the happiness that you have in life.  The other 60%, you probably can’t do anything about.</p>
<p><strong>The Agile Movement is Missing the Boat</strong></p>
<p>In another aspect of my personal journey, not only have I had to learn the stuff I’ve just been talking about, but I’ve had some real ups and downs in the successes of my interactions with people at work.  Some have been very successful, and some have been just complete train wrecks.</p>
<p>So I thought OK, Agile says it’s about “Individuals and their Interactions” – surely the Agile movement can tell me how to do this stuff.   So I jumped on Google and I found Alistair’s wonderful collaboration page&#8230; and <em>nothing else</em>.  There are thousands of things on tools and processes, thousands of things that tell me how to do TDD – various factions of TDD – the mockists versus the classicists, and the factions of the mockists.  But when the agile manifesto was put together on the hills up there [above Salt Lake City], 8 years ago, it was saying “Individuals and Interactions” is more important than processes and tools.  I certainly agree with the person who said earlier in the panel discussion (Mike?), “Is Agile broken?”.  In this sense I think it is broken.  We’re not putting emphasis in the right place here.  We’re talking and talking and talking about processes and tools, when Individuals and Interactions is the thing that makes the difference, and we’ve always said it’s the thing that makes the difference [we just haven’t done very much about it!]</p>
<p><strong>Who’s <em>Not</em> Missing the Boat?</strong></p>
<p>So, I started to look elsewhere [outside Agile].  And I discovered this thing called Organizational Behavior, which defines itself like this: “the study and application of knowledge about how individuals and groups act in organizations”.   I read that definition and thought, “That’s individuals and their interactions.  That’s the thing I’m looking for.  That’s the thing that Agile’s not telling me about.”</p>
<p>There’s Positive Psychology [as I mentioned earlier] and there’s this very new thing where the two meet, called Positive Organizational Psychology [aka Positive Organizational Behaviour].  There’s not a lot of stuff out there yet, but it’s touching on some of what I’ve talked about today, these notions that you can learn all sorts of stuff that’s relevant to your ability to have a successful interpersonal relationship at work.</p>
<p>“Political Skill” at work is a fascinating thing.  Now, normally “political” has some kind of negative connotations but basically what these [researchers] are talking about is the “good side of the force”, so to speak, and the idea that you can learn how to influence people, for good, at work.  The interesting thing that they teach – and I was relieved to find it, because I wanted to tell you guys that it was true, so I had to find out whether it was ;-) – is that you can <em>learn</em> this stuff: being able to influence colleagues or managers more successfully than you do now, being able to sell an idea or interact is, by and large, a learnable skill.</p>
<p><strong>A Wake-Up Call to the IT Industry</strong></p>
<p>And yet, so much of the industry, including the part of the industry that we’re in, is not necessarily investing enough effort into it.  It’s perfectly normal for geeks to talk about doing their Microsoft certification, or their Java certification, but who ever talks about learning <em>this</em> stuff?  Who even knows that you <em>can</em> learn it?  If you don’t think you can learn it, of course you’re not going to talk about it, of course you’re not going to try.</p>
<p>And so one of the things that I hope comes out of this talk here today, is that when we go back to our various places of work, y’know, there’ll be people sitting on adjacent desks who are like I was 10 or 15 years ago – geeks who think they can’t do this, and don’t know its learnable.  If we can take some of this message back to them, I think that could be a really powerful thing.</p>
<p><strong>What Does It Actually Mean to Learn This Stuff?</strong></p>
<p>There’s this guy [Anders Ericson] who’s done a lot of research on expertise: what does it take to become an expert in tennis, in some other sport, in computer programming, or in interpersonal interaction?  And what he’s found is that there are several key notions.  The one I’m going to single out today is a thing called “Deliberate Practice”, which basically means not just accumulating a lot of years of experience, but <em>learning</em>. So, for example, if I go down to the tennis court, and I do the same bad serve 20 times in a row, I haven’t learnt.  If I do my bad serve the first time, and I reflect on how I could do it better, and I do it slightly better, and I keep repeating that cycle, that’s deliberate practice (at least, in my naive understanding of it).  The thing he finds, is that it does take time.  The same research said it takes 10 years to become an expert.  I’ve talked a bit about my journey in this area, and I’m not an expert yet, but certainly it’s taken me a number of years.</p>
<p>So this is not a thing you take away and “sha-bang” it’s wonderful!  This is a process you can take away, and start to put into place, and it will bear fruit over the course of months and years.</p>
<p><strong>On Being Yourself </strong></p>
<p>When I first started trying to learn this some time ago, I read a book on how to be a leader in a technical field, and I felt like it was saying, “John, you’re like this, and good technical leaders, well, they’re like that”. It was kind of offensive, to suggest I should have some kind of personality transplant, and it seemed unlikely to succeed.  So it really put me off, and I actually said, “Well, I don’t want to be a technical leader then”.</p>
<p>The interesting thing that comes out of the management research, completely independent from Agile, is that the best managers are not trying to conform to some stereotype of who a manager is. They are being themselves, <em>more skilfully</em>.  This is a learnable skill, known as Authentic Leadership.  It takes the pressure off.  If you say to yourself, and it’s true, that, “The goal here is to simply be a more skilful version of myself”, the pressure’s off, because you’re not trying to give yourself a personality transplant.  You’re not trying to conform to something that’s completely different.  You’re actually trying to do the thing that will work best for you, and happens to be the best way to lead and motivate anyway.</p>
<p><strong>Who is this Message For?</strong></p>
<p>This is not about the people who are on your org chart.  This is about the people who are not even on your org chart: people who sit cutting code, people who sit at their desks and don’t talk to their fellow developers, and people who sit at their desks and talk too much and push their opinions around.  (I’ve been in both camps, and I’m trying to learn to step out of them into more positive territory.)</p>
<p>This is about empowering the team.</p>
<p><strong>Learning by Reflection</strong></p>
<p>This is not necessarily about training courses.  The great thing about this deliberate practice stuff, is that you can learn it by yourself.  One of the interesting stories I came across was a CEO, 35 years old, in charge of this big company, and he got there on the back of his interpersonal skills.  They asked him, “How did you build those skills?”  And he said, “After every meeting, when I came out of the meeting, I’d come back to my desk, I’d get a notebook, and I’d write down lessons learned from that meeting (in terms of interpersonal interaction)”.  He basically never read this note book, but it was a mini personal retrospective thing (like we do in Agile at the end of each iteration). This was a little thing after each meeting and it took him to a point where he was in this very important position, on the back of his interpersonal skills.  For me, I haven’t gone down the notebook route, but I’ve certainly found that deliberate practice, even without a mentor or a buddy [to discuss things with] is a powerful, powerful thing.</p>
<p>So you can learn this.  Teams can learn this, individuals can learn this.  You don’t need high-flying consultants.  You don’t need team building courses with ropes and swings and bridges and stuff.</p>
<p><strong>Conclusion</strong></p>
<p>It does take time.  There’s an element of time and patience involved, but there’s a great, great payoff at the end.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.agilekiwi.com/peopleskills/people-skills-for-nerds-a-summary-video/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>References from my Agile Roots presentation</title>
		<link>http://www.agilekiwi.com/peopleskills/references-from-my-agile-roots-presentation/</link>
		<comments>http://www.agilekiwi.com/peopleskills/references-from-my-agile-roots-presentation/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 18:03:00 +0000</pubDate>
		<dc:creator>John Rusk</dc:creator>
				<category><![CDATA[People Skills]]></category>

		<guid isPermaLink="false">http://localhost/AgileKiwiWordpress/?p=12</guid>
		<description><![CDATA[<p>At <a href="http://www.agileroots.com/">Agile Roots</a>, I promised to post references for <a href="http://www.agilekiwi.com/2009/07/agile-roots-presentations-online.html">my talk &#8220;Better Agile Through Stealing&#8221;</a>. Here are my faviourite references on the topics I talked about. For each of the books, the main link is to a &#8220;dead tree&#8221; version of the book, with a secondary link to&#8230; <a href="http://www.agilekiwi.com/peopleskills/references-from-my-agile-roots-presentation/" class="read_more">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://www.agileroots.com/">Agile Roots</a>, I promised to post references for <a href="http://www.agilekiwi.com/2009/07/agile-roots-presentations-online.html">my talk &#8220;Better Agile Through Stealing&#8221;</a>. Here are my faviourite references on the topics I talked about. For each of the books, the main link is to a &#8220;dead tree&#8221; version of the book, with a secondary link to an e-Book version (if available).<span id="more-12"></span></p>
<p><span style="font-weight: bold;">Evidence-Based Management</span></p>
<p>All the key resources can be found at <a href="http://www.evidence-basedmanagement.com/">evidence-basedmanagement.com</a>. The site gives an overview, links to books by Jeff Pfeffer and Bob Sutton (the key authors in the field), and also contains some podcasts that make a great introduction to the ideas. Note that their focus on adapting to your particular situation is similar to &#8220;situationally specific processes&#8221; in agile’s <a href="http://pmdoi.org/">Declaration of Interdependence</a>.</p>
<p><span style="font-weight: bold;">Principled Negotiation</span></p>
<p>The classic book is <a href="http://www.amazon.com/Getting-Yes-Negotiating-Agreement-Without/dp/0140157352">Getting to Yes</a> by Fisher and Ury (<a href="http://www.ebooks.com/ebooks/book_display.asp?IID=411823">eBook</a>). I’ve described <a href="http://www.agilekiwi.com/negotiation.htm">here</a> how it relates to negotiating scope, and defining a situationally-specific process.</p>
<p><span style="font-weight: bold;">Qualifications-Based Selection aka Competitive Tenders without Prices</span></p>
<p>I’ve written an overview in the second half of <a href="http://www.agilekiwi.com/beware_lowest_price.htm">this page</a>, and find <a href="http://www.qbs-mi.org/faq.cfm">this FAQ</a> very relevant (even though it is written about architecture and engineering rather than software).</p>
<p><span style="font-weight: bold;">The Winner’s Curse</span></p>
<p>I’ve posted an overview <a href="http://www.agilekiwi.com/estimation_and_competition.htm">here</a>, which includes links to the (few) resources that I’ve been able to find on how the Winner’s Curse relates to Software</p>
<p><span style="font-weight: bold;">Individuals and Interactions</span></p>
<p>In the talk I tried to break this down into four key themes, as follows:</p>
<p>1. Important</p>
<p>My favourite book highlighting the importance of these issues is <a href="http://www.amazon.com/Good-Company-Social-Capital-Organizations/dp/087584913X">In Good Company</a> by Cohen and Prusak, which focuses on the topic of Social Capital.</p>
<p>2. Learnable</p>
<p>The &#8220;learnable&#8221; theme is supported by a collection of different resources.</p>
<p>On the general notion that we can change more than we might realise, I’d cite the literature of Positive Psychology as an example – even though it focuses on topics like happiness and optimism rather than workplace interaction. (E.g. <a href="http://www.amazon.com/Learned-Optimism-Change-Your-Mind/dp/1400078393">Learned Optimism</a> by Seligman and <a href="http://www.amazon.com/How-Happiness-Approach-Getting-Life/dp/0143114956">The How of Happiness</a> by Lyubomirsky)</p>
<p>On the particular topic of changes in personality, either &#8220;real&#8221; or &#8220;indistinguishable from real&#8221;, check out <a href="http://www.psych.uiuc.edu/~broberts/Roberts%20&amp;%20Mroczek,%202008.pdf">Personality Trait Change in Adulthood (pdf)</a> by Roberts and Mroczek (particularly the section on individual changes), plus a couple of podcasts which I&#8217;ll post links to shortly. (The podcasts contain the examples I cited in my talk, but I&#8217;ve temorarily misplaced the links!)</p>
<p>And for learnabilty of sensitivity to interpersonal dynamics, see a brief section in the middle of <a href="http://www.london.edu/download/download?file=/assets/av/podcasts/RobGoffee130109.mp3">this podcast</a> from Rob Goffee.</p>
<p>Admittedly, of all the themes in my talk, learnability-through-practice is perhaps the least supported by research and literature. I suspect this reflects a relative lack of interest in learnability on the part of academics, particularly in those courses which emphasis the traditional HR skills of screening people at recruitment time and then training them with short, focussed training courses. The process that I talked about, which consists of gradual self-directed learning over months and years, seems to have received less attention.</p>
<p>3. Deliberate practice</p>
<p>This was the key learning technique that I focused on in the talk. My views are inspired by <a href="http://freakonomics.blogs.nytimes.com/2006/05/07/freakonomics-in-the-times-magazine-a-star-is-made/">the work of Anders Ericson</a>, who coined the term &#8220;Deliberate Practice&#8221;.</p>
<p>4. Authenticity</p>
<p>The concept of Authentic Leadership can be summarized as &#8220;Be yourself with more skill&#8221;. That description comes from the book <a href="http://www.amazon.com/Why-Should-Anyone-Led-You/dp/1578519713">Why Should Anyone Be Led By You?</a> by Goffee and Jones (<a href="http://www.amazon.com/Why-Should-Anyone-OnPoint-Enhanced/dp/B00005REIH/ref=ed_oe_d">pdf eBook</a>).</p>
<p>It’s also worthwhile to make particular mention of political skill, which is one aspect of workplace interpersonal skill. &#8220;The&#8221; book on the subject appears to be <a href="http://www.amazon.com/Political-Skill-Work-Impact-Effectiveness/dp/0891062106">Political Skill at Work</a> by Ferris, Davidson and Perrewe, although I also found some of the chapters in <a href="http://www.amazon.com/Positive-Organizational-Behavior-Debra-Nelson/dp/1412912121">Positive Organizational Behavior</a> by Nelson and Cooper (<a href="http://www.ebooks.com/ebooks/book_display.asp?IID=334492">ebook</a>) to be helpful and relevant.</p>
<p>Finally, <a href="http://alistair.cockburn.us/Collaboration%3a+the+dance+of+contribution">Alistair&#8217;s post on collaboration</a> is an excellent resource (and a topic worthy of more attention, both from academics and the agile community).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.agilekiwi.com/peopleskills/references-from-my-agile-roots-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opinions</title>
		<link>http://www.agilekiwi.com/peopleskills/opinions/</link>
		<comments>http://www.agilekiwi.com/peopleskills/opinions/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 20:48:00 +0000</pubDate>
		<dc:creator>John Rusk</dc:creator>
				<category><![CDATA[People Skills]]></category>

		<guid isPermaLink="false">http://dell-pc/AgileKiwiWordpress/peopleskills/opinions/</guid>
		<description><![CDATA[<ol>
<li>The right attitude for learning and creativity is to &#34;<i>argue as if you are right and listen as if you are wrong</i>&#34;       </li>
<li>&#34;The best people and organizations have the attitude of wisdom: The courage to <i>act on what they know right now</i> and the <i>humility to change course</i></li></ol><p>&#8230; <a href="http://www.agilekiwi.com/peopleskills/opinions/" class="read_more">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<ol>
<li>The right attitude for learning and creativity is to &quot;<i>argue as if you are right and listen as if you are wrong</i>&quot;       </li>
<li>&quot;The best people and organizations have the attitude of wisdom: The courage to <i>act on what they know right now</i> and the <i>humility to change course when they find better evidence</i>.&quot; [sounds a lot like the agile approach to producing early deliverables and responding to change]</li>
</ol>
<p>- <a href="http://bobsutton.typepad.com/my_weblog/2007/02/why_specialists.html"><u>via Bob Sutton</u></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.agilekiwi.com/peopleskills/opinions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>People Over Process: the Importance of Social Capital</title>
		<link>http://www.agilekiwi.com/peopleskills/people-over-process-the-importance-of-social-capital/</link>
		<comments>http://www.agilekiwi.com/peopleskills/people-over-process-the-importance-of-social-capital/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 16:30:00 +0000</pubDate>
		<dc:creator>John Rusk</dc:creator>
				<category><![CDATA[People Skills]]></category>

		<guid isPermaLink="false">http://localhost/AgileKiwiWordpress/?p=7</guid>
		<description><![CDATA[<p>I recently enjoyed reading <a href="http://www.amazon.com/dp/087584913X">In Good Company</a>. The book is addressed to a general business audience, but I found it very relevant to agile software development (particularly agile&#8217;s emphasis on <a href="http://www.agilekiwi.com/individuals_and_interactions.htm">people and their interactions</a>). I recommend it to anyone interested in that side of agile.</p>
<p>From the back&#8230; <a href="http://www.agilekiwi.com/peopleskills/people-over-process-the-importance-of-social-capital/" class="read_more">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>I recently enjoyed reading <a href="http://www.amazon.com/dp/087584913X">In Good Company</a>. The book is addressed to a general business audience, but I found it very relevant to agile software development (particularly agile&#8217;s emphasis on <a href="http://www.agilekiwi.com/individuals_and_interactions.htm">people and their interactions</a>). I recommend it to anyone interested in that side of agile.</p>
<p>From the back of the book:</p>
<p>&#8220;In Good Company is the first book to examine the role that social capital &#8212; a company&#8217;s &#8220;stock&#8221; of human connections such as trust, personal networks, and a sense of community &#8212; plays in thriving organizations.&#8221;</p>
<p>As the authors readily admit, some of it seems like common sense &#8212; but it happens to be the kind of common sense that is too commonly ignored!  And it&#8217;s not <i>all</i> common sense, I learnt some important things which I&#8217;d never noticed before.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.agilekiwi.com/peopleskills/people-over-process-the-importance-of-social-capital/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Video From James Bach</title>
		<link>http://www.agilekiwi.com/peopleskills/great-video-from-james-bach/</link>
		<comments>http://www.agilekiwi.com/peopleskills/great-video-from-james-bach/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 19:40:00 +0000</pubDate>
		<dc:creator>John Rusk</dc:creator>
				<category><![CDATA[People Skills]]></category>

		<guid isPermaLink="false">http://localhost/AgileKiwiWordpress/?p=6</guid>
		<description><![CDATA[<p>I&#8217;ve just watched <a href="http://www.youtube.com/watch?v=bgRBoOOY3A4">this</a> on YouTube.</p>
<p>For those who don&#8217;t know, James Bach specializes in testing, but most of what he says is applicable to agile in general.  He covers the &#8220;people over tools&#8221; point very well.  As I&#8217;ve <a href="http://www.agilekiwi.com/individuals_and_interactions.htm">written</a> <a href="http://www.agilekiwi.com/definition.htm">before</a>, the importance of people over tools&#8230; <a href="http://www.agilekiwi.com/peopleskills/great-video-from-james-bach/" class="read_more">Read more</a></p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just watched <a href="http://www.youtube.com/watch?v=bgRBoOOY3A4">this</a> on YouTube.</p>
<p>For those who don&#8217;t know, James Bach specializes in testing, but most of what he says is applicable to agile in general.  He covers the &#8220;people over tools&#8221; point very well.  As I&#8217;ve <a href="http://www.agilekiwi.com/individuals_and_interactions.htm">written</a> <a href="http://www.agilekiwi.com/definition.htm">before</a>, the importance of people over tools is incredibly important, but seems to have been overlooked by much of the agile community.  (Perhaps that&#8217;s because it requires on-going effort and learning, in an area that doesn&#8217;t come naturally to many of us geeks, and so it doesn&#8217;t look like a silver bullet.)</p>
<p>James&#8217; own blog post on the video is <a href="http://www.satisfice.com/blog/archives/138">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.agilekiwi.com/peopleskills/great-video-from-james-bach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

