<?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>Dominic Sayers &#187; risk management</title>
	<atom:link href="http://blog.dominicsayers.com/tag/risk-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dominicsayers.com</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 09:12:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://blog.dominicsayers.com/?pushpress=hub'/>
		<item>
		<title>A degree of risk (part 2)</title>
		<link>http://blog.dominicsayers.com/2007/10/16/a-degree-of-risk-part-2/</link>
		<comments>http://blog.dominicsayers.com/2007/10/16/a-degree-of-risk-part-2/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 12:34:13 +0000</pubDate>
		<dc:creator>Dominic</dc:creator>
				<category><![CDATA[Relevant to my work]]></category>
		<category><![CDATA[Technology management]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[risk management]]></category>

		<guid isPermaLink="false">http://blog.dominicsayers.com/2007/10/16/a-degree-of-risk-part-2/</guid>
		<description><![CDATA[I was talking with a colleague a couple of weeks ago about risk in software development projects and I said, &#8220;so, the aim of a mature development process is to reduce the number of errors that happen after a code release as far as possible&#8221;. And he said, &#8220;No, that&#8217;s not right &#8211; the aim [...]]]></description>
			<content:encoded><![CDATA[<p>I was talking with a colleague a couple of weeks ago about risk in software development projects and I said, &#8220;so, the aim of a mature development process is to reduce the number of errors that happen after a code release as far as possible&#8221;. And he said, &#8220;No, that&#8217;s not right &#8211; the aim is to optimise the number of errors. You can have too few errors&#8221;. I think I understand what he meant and on reflection I agree with him. This is my attempt to explain why.</p>
<p>Unless you&#8217;re a <a href="http://blog.dominicsayers.com/2007/10/12/a-degree-of-risk-part-1/">TV presenter</a>, it&#8217;s quite easy to understand that risk is nearly always present but is mostly manageable. Often this is inescapable &#8211; no amount of effort will reduce the risk to zero. The question is, should we ever try? Should zero risk be the goal of any undertaking?</p>
<p>It depends, of course. You will struggle to make a business profit without taking risks. That&#8217;s accepted. But what if you are developing the control system for a passenger aircraft? What is the acceptable risk in that undertaking? One fault in your output could have fatal consequences. Should you pursue zero risk in that sort of project? Well, aircraft control systems are complex and there is a limit to how thoroughly they can be tested (although that limit is quite high). You can take action to ensure that many sources of error are eliminated systematically, but I don&#8217;t believe you can ever get to 100% certainty that an aircraft control system is safe. At some point you have to install your system on a plane and watch it take off.</p>
<p>The things you can do to make that experience less nerve-racking are ordinary bits of good engineering practice. Lessons learned from centuries of building stuff from wood, stone, iron, steel, concrete and glass can be translated into software projects fairly seamlessly. Transparent project management, repeatable processes, eliminating unnecessary manual tasks, identifying valuable metrics, keep it as simple as possible, etc. The important point is to understand where the risk arises and mitigate it whenever it is sensible to do so.</p>
<p>And that&#8217;s the point I&#8217;ve been trying to get to. There are many sources of risk and not all are equal. If a risk can be mitigated cost effectively then you should do it. The key word is &#8220;cost-effective&#8221; and the trick is to get the cost-benefit sums right. This can lead you to some surprising results. The point my colleague was making was that if you have too few errors after a code release, you may be spending too much on mitigating your project risks. You could have delivered the release earlier or more cheaply. How do you compare the value of expediting the release with the downside of delivering buggy software?</p>
<p>The savings are relatively clear: if you deliver your software earlier or with fewer resources then there are direct and measurable cost savings. The other factor is opportunity cost &#8211; the sooner you deliver your software, the sooner it can start earning money for you or your customer. That loss of revenue (or loss of downstream cost savings) can be very significant and is certainly a factor in your calculations.</p>
<p>How do you measure the downside? This is less clear because the errors are not predictable. One disastrous error could wipe out all the supposed benefits of the entire project. You could analyse the maximum loss from a disastrous error then try to estimate how likely it is to occur. For a trading system this should be doable &#8211; what is the effect of mispricing a trade by an order of magnitude? The maximum loss could be terrifying, but you can take steps to reduce the likelihood of it happening: (i) release code frequently so each release is only an incremental change from the previous one, (ii) pilot your new version with a restricted set of expert users, (iii) build sanity checks into the software to raise an alert when an unlikely event happens.</p>
<p>I guess you are comparing the direct savings of your aggressive delivery schedule with the premium you would pay to insure yourself against the loss due to delivering bad software. The insurance premium will be lower if you can make the event less likely. You should take the risk if the savings exceed the premium. That&#8217;s about as clear as I can make it.</p>
<p>So anything you can do to mitigate risk with only a small cost, you should do. Definitely. Errors that arise from easily avoidable risk are just plain stupid and unprofessional. Doing things manually that you could easily automate, writing code in a bad style, using new technology just because it&#8217;s new &#8211; these are commonplace sources of error which can be eliminated by adopting simple hygiene measures.</p>
<p>On the other hand, taking expensive traders off a desk to spend time testing your new software in a test environment may not be such a good investment. It prevents them earning money (so it is not popular with them) and you are unlikely to get their full attention. So long as they understand <em>and accept</em> the risk of using software they have not tested personally then that is a business decision for them to make. This is an acceptable, managed risk.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dominicsayers.com/2007/10/16/a-degree-of-risk-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A degree of risk (part 1)</title>
		<link>http://blog.dominicsayers.com/2007/10/12/a-degree-of-risk-part-1/</link>
		<comments>http://blog.dominicsayers.com/2007/10/12/a-degree-of-risk-part-1/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 13:43:56 +0000</pubDate>
		<dc:creator>Dominic</dc:creator>
				<category><![CDATA[Technology management]]></category>
		<category><![CDATA[communication of science]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[risk management]]></category>

		<guid isPermaLink="false">http://blog.dominicsayers.com/2007/10/12/a-degree-of-risk-part-1/</guid>
		<description><![CDATA[We seem to believe that degrees of risk are too complicated for the average person to understand. You&#8217;ll see this next time there&#8217;s a health scare; the TV presenter will ask the expert &#8220;is it safe?&#8221;, the expert will try to say something like &#8220;the risk is very small&#8221; and the TV presenter (probably a [...]]]></description>
			<content:encoded><![CDATA[<p>We seem to believe that degrees of risk are too complicated for the average person to understand. You&#8217;ll see this next time there&#8217;s a health scare; the TV presenter will ask the expert &#8220;is it safe?&#8221;, the expert will try to say something like &#8220;the risk is very small&#8221; and the TV presenter (probably a Humanities graduate) will say &#8220;but is it safe?&#8221; and so on. The presenter can&#8217;t be bothered to understand that there is a continuum between absolutely safe and unacceptably unsafe, and assumes that the viewer cannot do so either. This annoys me for a number of reasons, but mainly because I feel like an oppressed minority. Just because I am numerate I am not part of the target audience. In trying to make the message comprehensible to the dumbest viewer (and Humanities students) the opportunity to convey useful information is lost.</p>
<p>So we get used to this picture of risk being all or nothing, black or white, safe or unsafe. Look at <a href="http://www.hse.gov.uk/aboutus/reports/30years.pdf">this report</a> celebrating 30 years of the UK&#8217;s Health &amp; Safety Executive (HSE):</p>
<blockquote><p>&#8220;HSC’s annual report for 1977/78 states: ‘Our overriding concern is… to stimulate awareness of the risks and encourage the joint participation of workers and management in efforts to eliminate them.’ In 2004, the mission for HSC and HSE is to work with LAs ‘to protect people’s health and safety by ensuring that risks in the changing workplace are properly controlled’. The style may be different and the message broader but the core objective is essentially the same.&#8221;</p></blockquote>
<p>Really? Is eliminating risk really the same as controlling it? I would say absolutely not, and the 2004 mission statement is a huge improvement on the 1977 version. The fact that the HSE&#8217;s own self-congratulatory pamphlet fails to point out the difference is an assumption by them that their target audience can&#8217;t understand the difference.</p>
<p>So we are led to a situation where an acceptance of risk is regarded as a Bad Thing. Gamblers and traders and other disreputable characters embrace risk. If the man in the street contemplates taking a financial risk, the regulator insists on <a href="http://www.moneymadeclear.fsa.gov.uk/pdfs/capital_risk.pdf">apocalyptic warnings</a> being read to him. If a popular investment turns out not to have been such a good idea after all, the newspapers blame the financial services industry or the government or the company selling the instrument, never giving the actual small investors credit for knowing what risk they were accepting when they bought it.</p>
<p>I think it&#8217;s a damaging mindset and it seems to be rooted in 1970s thinking: that&#8217;s when the HSE was invented, that&#8217;s when comprehensive <a href="http://www.accidental-light.com/?p=219">schools</a> started eliminating competition from sports periods, that&#8217;s when <a href="http://observer.guardian.co.uk/review/story/0,,1984051,00.html">licenses</a> became necessary for bingo and gaming machines. Hopefully that sort of thinking has had its day and we can start taking a more mature attitude to everyday risk and the way we communicate it.</p>
<p>I&#8217;m reminded of a scientist I once heard on the radio, who perceptively complained that although arts programmes are allowed to assume some prior knowledge on the part of the viewer or listener, science programmes have to explain <em>everything</em> from scratch <em>every</em> time. In other words, you can talk about Baudrillard as if everybody&#8217;s read him but woe betide you if you mention a probability distribution without explaining in laborious detail what it is. Go ahead and quote Descartes on philosophy but don&#8217;t dare mention cartesian geometry.</p>
<p>Anyway, I was trying to get to a point where I could start writing about risk management of projects but I seem to have come to a natural break anyway. More later.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dominicsayers.com/2007/10/12/a-degree-of-risk-part-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
