<?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>leonidsystems</title>
	<atom:link href="http://www.leonidsystems.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.leonidsystems.com</link>
	<description>leonidsystems</description>
	<lastBuildDate>Thu, 17 May 2012 15:26:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Linking Customer Development to Agile Product Implementations</title>
		<link>http://www.leonidsystems.com/lindiscoagile</link>
		<comments>http://www.leonidsystems.com/lindiscoagile#comments</comments>
		<pubDate>Thu, 10 May 2012 01:51:19 +0000</pubDate>
		<dc:creator>acowan</dc:creator>
				<category><![CDATA[Alex Cowan Blog]]></category>

		<guid isPermaLink="false">http://www.leonidsystems.com/?p=1991</guid>
		<description><![CDATA[Around these parts (Silicon Valley), it&#8217;s widely accepted that, yes, it&#8217;s a good idea to go through a rigorous process of customer development and, yes, it&#8217;s a good idea to use story-driven agile development. Linking a rigorous customer development process &#8230; <a href="http://www.leonidsystems.com/lindiscoagile">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Around these parts (Silicon Valley), it&#8217;s widely accepted that, yes, it&#8217;s a good idea to go through a rigorous process of customer development and, yes, it&#8217;s a good idea to use story-driven agile development. Linking a rigorous customer development process to a productive agile development program is a major success factor for anyone with a new or changing product. Customer development is a framework for rigorous and empirical investigation of what customers want and how to deliver it to them. If you&#8217;d like a summary, there&#8217;s a good one <a href="http://venturehacks.com/articles/customer-development" target="_blank">here</a>. Agile development is an approach to development that favors incremental delivery in short cycles with vigorous collaboration (as opposed to extensive documentation). There&#8217;s a summary on this <a href="http://www.alexandercowan.com/storytelling" target="_blank">previous post</a>.</p>
<p>&nbsp;</p>
<p>That these ideas are widely accepted isn&#8217;t surprising- the merits of these ideas are intuitive and the field&#8217;s most widely admired companies, publications and pundits talk about them all the time.</p>
<p>&nbsp;</p>
<p>What is surprising is how lightly these are applied in practice, even here in Silicon Valley. My observation is that there&#8217;s a big &#8216;knowing-doing gap&#8217; in the area. I&#8217;ve been working out why the gap exists and I think there are three main factors:</p>
<p>&nbsp;</p>
<p><strong>1. It&#8217;s Hard to Do the Right Thing</strong><br />
Great ideas are usually easy to grasp, but every new idea takes work to apply. Enter the fact that most people are filled to the gills with their day to day workload and you start to see why new approaches to product development are easier said than done.</p>
<p>&nbsp;</p>
<p><strong>2. It&#8217;s Even Harder to Implement Ideas if they Cross Departments</strong><br />
Linking a rigorous customer development process to a successful agile development program requires tight cooperation between the traditional departments of sales, marketing, product management and engineering (at a minimum). Since individuals adn departments naturally tend to measure their efficiency locally (within their own domain), implementing new ideas that cross departmental lines always ups the difficulty.</p>
<p>&nbsp;</p>
<p><strong>3. More Disconnects than Connects between Sales/Marketing and Engineering</strong><br />
This is an age old problem- not even worth getting into here in this post.</p>
<p>The interesting question is: Are there any good shortcuts to surmounting these barriers? After all, &#8216;Eighty percent of success is showing up&#8217;, as Woody Allen put it.</p>
<p>Since nailing the practical implementation of all these high tech best practices is what &#8216;Starting a Tech Business&#8217; is all about, I thought I&#8217;d make my own contribution to a shortcutting these three barriers. I created a <a href="http://www.alexandercowan.com/resources/res-ch-03/product-design" target="_blank">ready-to-go template in MS Word</a> that links the results of a customer development investigation with a set of audience descriptions and user stories (inputs to an agile development process). Click <a href="http://www.alexandercowan.com/resources/res-ch-03/product-design" target="_blank">here</a> for that.</p>
<p>&nbsp;</p>
<p>No one&#8217;s called to offer me a Pulitzer for this (yet) but simple things like templates can ultimately make a big difference in getting down to the business of actually initiating a best practice and making a habit of it. I know that&#8217;s what it took here at <a href="http://www.leonidsystems.com" target="_blank">Leonid</a> (my company). It removes (or at least relieves) the need for someone to take a few days and define how the organization&#8217;s going to apply these new ideas and it provides a ready-made example of what everyone needs to do.</p>
<p>&nbsp;</p>
<p>The implementation of customer development and agile are a learning process for everyone and feedback is very welcome. Please feel free to post here or drop me a line at acowan@alexandercowan.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonidsystems.com/lindiscoagile/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Way to Understand App&#8217;s/App Integration</title>
		<link>http://www.leonidsystems.com/easy-way-to-understand-appsapp-integration</link>
		<comments>http://www.leonidsystems.com/easy-way-to-understand-appsapp-integration#comments</comments>
		<pubDate>Sun, 29 Apr 2012 03:37:18 +0000</pubDate>
		<dc:creator>acowan</dc:creator>
				<category><![CDATA[Alex Cowan Blog]]></category>

		<guid isPermaLink="false">http://www.leonidsystems.com/?p=1845</guid>
		<description><![CDATA[I&#8217;ve found the Model-View-Controller framework to be the easiest way to understand and explain the development of applications and integration between them. The basic idea is that an application has three components- Model: where the data lives View: what you &#8230; <a href="http://www.leonidsystems.com/easy-way-to-understand-appsapp-integration">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found the Model-View-Controller framework to be the easiest way to understand and explain the development of applications and integration between them. The basic idea is that an application has three components-<br />
Model: where the data lives<br />
View: what you see<br />
Controller: how the application decides what to do<br />
It&#8217;s particularly applicable in the cloud applications space where there&#8217;s a lot of application integration.</p>
<p>The video below provides a layman&#8217;s introduction:</p>
<p>&nbsp;</p>
<p><code><iframe src="http://www.youtube.com/embed/LiBdzE_DJn4?rel=0" frameborder="0" width="420" height="315"></iframe></code></p>
<p>This item&#8217;s excerpted from &#8216;<a href="http://www.alexandercowan.com">Starting a Tech Business</a>&#8216;, which is one way to understand the MVC in more detail. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonidsystems.com/easy-way-to-understand-appsapp-integration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accelerating VoIP Sales: Three Key Principles</title>
		<link>http://www.leonidsystems.com/accelerating-voip-sales-three-key-principles</link>
		<comments>http://www.leonidsystems.com/accelerating-voip-sales-three-key-principles#comments</comments>
		<pubDate>Fri, 27 Apr 2012 21:15:56 +0000</pubDate>
		<dc:creator>hfreidman</dc:creator>
				<category><![CDATA[Howard Freidman Blog]]></category>

		<guid isPermaLink="false">http://www.leonidsystems.com/?p=1834</guid>
		<description><![CDATA[&#160; Introduction and Market Overview For years VoIP was the next big thing that never happened, but over the last 24 months the market has exploded.  2010 saw 150% growth in the US in SIP trunks (Infonetics Research). Hosted VoIP &#8230; <a href="http://www.leonidsystems.com/accelerating-voip-sales-three-key-principles">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><strong>Introduction and Market Overview</strong></p>
<p><strong></strong>For years VoIP was the next big thing that never happened, but over the last 24 months the market has exploded.  2010 saw 150% growth in the US in SIP trunks (Infonetics Research). Hosted VoIP grew 25% and with cloud adoption in full swing many analysts expect 2012 to be the kickoff of explosive growth in Hosted VoIP (aka cloud-based communications).  At Leonid, with a broad base of customers serving each aspect of this market, we see the evidence of this and concur with the consensus. However, comparing the growth rates of 100+ service providers around the world, it’s clear that this rising tide isn’t raising all boats equally:  service providers that have figured out the formula (and systematized it) are experiencing dramatically faster growth those who are still finding their way.</p>
<p>&nbsp;</p>
<p>For those who can take advantage of it, the market opportunity is, to say the least, large; the chart below shows the number of employer business entities in the US by number of employees.  All of them need phone service of some sort, and with a 5-7 year CPE replacement cycle VoIP adoption is now a foregone conclusion whether trunking (which is now defacto for PBXs) or Hosted.  Note that there is an additional very large set of small businesses which are categorized as non-employer businesses – this segment includes north of 20,000,000 entities in the US. These home office based businesses typically buy residential services, but there is some market additional opportunity around the more sophisticated of these businesses for auto-attendant, web-callback, unified communications, and related services, albeit at low price points.  If even 25% of these home offices are reasonable prospects for business service, it doubles the size (in terms of potential accounts) of the addressable market shown below.</p>
<p align="center"><a href="http://www.leonidsystems.com/wp-content/uploads/2012/04/USCensusSMB.png"><img class="aligncenter size-medium wp-image-1837" src="http://www.leonidsystems.com/wp-content/uploads/2012/04/USCensusSMB-300x143.png" alt="" width="300" height="143" /></a></p>
<p align="center">Figure 1 &#8211; US Small Employer Businesses by Size – US Census Bureau</p>
<p>&nbsp;</p>
<p>Given its size and given the difficulty of reaching the very small businesses entities involved, adoption and spending data is notoriously hard to quantify. We know the market is huge, but it’s hard to assess how much has been captured so far.  That said, combining first hand research experience and aggregated published market data, Leonid’s estimate on total market adoption of hosted communications (including voice) by business size is shown below.   As you can see, the lower end of the SMB space is virgin territory for initial adoption, as is the vast majority of the upper end.</p>
<p align="center"><a href="http://www.leonidsystems.com/wp-content/uploads/2012/04/VoIPGrowth1.png"><img class="aligncenter size-medium wp-image-1839" src="http://www.leonidsystems.com/wp-content/uploads/2012/04/VoIPGrowth1-300x180.png" alt="" width="300" height="180" /></a></p>
<p align="center">Figure 2 &#8211; Hosted VoIP Market Penetration by Business Size 2011</p>
<p align="center"><strong> </strong></p>
<p><strong>Product and Price</strong></p>
<p>Residential voice is pretty much a one size fits all proposition, while enterprise voice is a bespoke solution for each customer.  The challenge of SMBs at the low end is that like enterprise they have varied needs that make it tempting to offer customized solutions, but they spend like a consumer which means the economics don’t lend itself to that. They also tend to have basic infrastructure challenges – as an example, something as simple as the availability of inside wiring to accommodate VoIP handsets  is far from a given and the expense of installing it if it’s not can be a major factor given the price sensitivity of the customer.  And indeed price sensitivity is a major issue – while larger customers make value based spending decisions within a reasonably wide price range, smaller customers are far more apt to make a pure price based decision. In fact, a small customer might hesitate to use a hosted service even if acknowledged as superior if it’s not cheaper than a POTS or trunking solution that still requires additional investment in hardware and support.</p>
<p>&nbsp;</p>
<p>So is price all that matters? To find out, product managers will commonly poll customers about what’s important to them (we won’t debate that methodology against the Steve Jobs thesis that you should never ask a customer what’s important in a technology product because they won’t know).  For a business customer, questions might include price, features, pre-sale experience, a quality website (eg enough information to understand value, presented well enough that its not a chore), online reviews and rankings, trusted recommendations, proximity (eg your local provider), and recognized brand.</p>
<p>Having done this for two service providers serving the SMB space revealed some interesting results:</p>
<ul>
<li>- For hosted voice, price is indeed ranked as most important, but only by a slight margin over features and the pre-sales experience. For other cloud services (eg web hosting, email, backup, etc.) neither price nor pre-sales support are ranked as particularly important (features are ranked highest).  Yet anyone who has sold voice service to SMB would be tempted to say price is all that matters to them.  Why the disconnect? We believe its product differentiation and sales approach – and we address below it in our three keys to accelerating sales.</li>
<li>- Brand and location are insignificant.</li>
<li>- Online reviews aren’t ranked as particularly significant, nor are trusted recommendations. The latter may seem surprising but it’s really not – a trusted recommendation is certainly the most effective way to get in the door (or on the phone) but only you can sell your product.  And remember that this is the SMBs self-ranking their purchase criteria – they may not even realize the effect that a trusted referral has on their purchase.</li>
</ul>
<p>SMB customers look at hosted VoIP differently than other cloud products. So must the service provider.</p>
<p>&nbsp;</p>
<p>There is another element for service providers to consider with hosted VoIP – unusually, the same basic product can serve any size business. The 3 station florist and 5,000 seat enterprise may well use the same desk-sets powered by the same platforms and elements.  While both businesses use essentially the same service, the optimum packaging, sales approach, and delivery are dramatically different.</p>
<p>&nbsp;</p>
<p>So while the best approach will vary by the size of the target customer, after examining the key success factors in dozens of the most rapidly growing providers, there are common threads to success. We’ve identified three key principles that apply to all B2B communications from SOHO to Enterprise and that appear to be the key difference between the radically accelerated, hockey stick growth some CSPs are experiencing, versus fits and starts growth spurts and stall periods in others. My next posts will examine these three key principles to sell more VoIP.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leonidsystems.com/accelerating-voip-sales-three-key-principles/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 39/49 queries in 0.013 seconds using disk: basic

Served from: www.leonidsystems.com @ 2012-05-20 02:43:43 -->
