<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.7" -->
<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/"
	>

<channel>
	<title>What Comes Next</title>
	<link>http://whatcomesnext.brussin.com</link>
	<description>perspectives from the line between technology and business</description>
	<pubDate>Tue, 11 Mar 2008 18:03:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>
	<language>en</language>
			<item>
		<title>Math is cool again</title>
		<link>http://whatcomesnext.brussin.com/2007/10/15/math-is-cool-again/</link>
		<comments>http://whatcomesnext.brussin.com/2007/10/15/math-is-cool-again/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 20:08:48 +0000</pubDate>
		<dc:creator>David Brussin</dc:creator>
		
		<category>Articles</category>

		<category>Startup</category>

		<category>Technology</category>

		<category>Innovation</category>

		<category>Internet</category>

		<guid isPermaLink="false">http://whatcomesnext.brussin.com/2007/10/15/math-is-cool-again/</guid>
		<description><![CDATA[A few weeks ago at the Emerging Technologies Conference at MIT, Ann Winblad made the comment, &#8220;Finally, math is cool again.&#8221; The comment stayed with me, as math has been an important part of virtually everything I&#8217;ve worked on - from InfoSec Labs in the 90&#8217;s, translating mainframe-era security models into methodologies appropriate for companies [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago at the <a href="http://www.technologyreview.com/events/tretc/">Emerging Technologies Conference</a> at MIT, <a href="http://www.humwin.com/team_detail.cfm?ID=2">Ann Winblad</a> made the comment, &#8220;Finally, math is cool again.&#8221; The comment stayed with me, as math has been an important part of virtually everything I&#8217;ve worked on - from InfoSec Labs in the 90&#8217;s, translating mainframe-era security models into methodologies appropriate for companies taking their first steps online, to TurnTide a few years ago, restricting use of resources by spammers to break the economic model behind their theft and abuse.</p>
<p>There does seem to be a general upswing in the visibility of math in the commercial world, starting with the extension of the quant revolution in the finance markets to the optimization of a diverse set of industries. The rise in the popularity of poker, and the influx of new players, has led to some new popular interest in math as well - books like <em><a href="http://www.amazon.com/Mathematics-Poker-Bill-Chen/dp/1886070253">The Mathematics of Poker</a></em> (which I recommend) were hard to imagine on bookstore shelves a few years ago, but have been remarkably successful.</p>
<p>In the world of technology-driven startups, which was the context for Ann&#8217;s comment, I draw an imaginary line between two applications of math:</p>
<ul>
<li>Creation of a fundamentally new product, business or market</li>
<li>Optimization of an existing business</li>
</ul>
<p>The latter of these applications is the one that is driving the quant revolution in finance, poker, and a thousand other areas. In the online world, some big ideas have already broken ground and fundamentally changed the way a number of markets work. The mechanics of business online and the rush to market, however, mean that a lot of the decades of quant optimization in the offline world has been left behind.</p>
<p>I&#8217;m pretty excited about the opportunities that come from taking inefficiencies out of businesses that operate at Internet scale, as well as recapturing some of the subtleties of the offline markets. Math is cool again, and some very cool new answers are being created to the age-old question asked of math teachers - &#8220;But when will I ever <em>use</em> this?&#8221;
</p>
]]></content:encoded>
			<wfw:commentRss>http://whatcomesnext.brussin.com/2007/10/15/math-is-cool-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Security on the Loosely Coupled Web</title>
		<link>http://whatcomesnext.brussin.com/2007/04/10/security-on-the-loosely-coupled-web/</link>
		<comments>http://whatcomesnext.brussin.com/2007/04/10/security-on-the-loosely-coupled-web/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 20:29:45 +0000</pubDate>
		<dc:creator>David Brussin</dc:creator>
		
		<category>Articles</category>

		<category>Software</category>

		<category>Startup</category>

		<category>Technology</category>

		<category>Security</category>

		<category>Consumer</category>

		<category>Innovation</category>

		<guid isPermaLink="false">http://whatcomesnext.brussin.com/2007/04/10/security-on-the-loosely-coupled-web/</guid>
		<description><![CDATA[There is a growing trend in consumer web applications in which one site will ask users for their usernames and passwords on other sites. Using these credentials, a site will log onto the other sites to carry out actions on behalf of, and hopefully with the informed consent of, the user.
&#8216;On behalf of&#8217; logins
LinkedIn and [...]]]></description>
			<content:encoded><![CDATA[<p>There is a growing trend in consumer web applications in which one site will ask users for their usernames and passwords on other sites. Using these credentials, a site will log onto the other sites to carry out actions on behalf of, and hopefully with the informed consent of, the user.</p>
<h2>&#8216;On behalf of&#8217; logins</h2>
<p><a href="http://www.linkedin.com/">LinkedIn</a> and <a href="http://plaxo.com/">Plaxo</a> are examples of sites doing this to import contact information. In fact, Plaxo makes this functionality available as a <a href="http://www.plaxo.com/api/widget">service</a> to developers of other applications. <a href="http://www.slide.com/">Slide</a>, <a href="http://www.rockyou.com/">RockYou</a>, <a href="http://photobucket.com/">Photobucket</a> and a bunch of other widget publishers do this to smooth the process of getting their widgets on users&#8217; pages on MySpace, Bebo, Hi5 and the others. Also, some of the more interesting mashups involve data from the <a href="http://en.wikipedia.org/wiki/Deep_web">deep web</a>, and require usernames/passwords to get it from 3rd party sites.</p>
<h2>API-based authentication</h2>
<p>Contrast the &#8216;on behalf of&#8217; approach with that of Facebook, which exposes <a href="http://developers.facebook.com/documentation.php?v=1.0&#038;doc=auth">APIs</a> providing for access by 3rd party applications, on behalf of users, through a direct authentication by the user to Facebook. As long as the APIs support the access required, this eliminates the need for the 3rd party to collect usernames and passwords.</p>
<p>The fact that MySpace and others don&#8217;t have API access (or complete enough APIs) to their sites is what has driven developers to collect credentials and act on behalf of users. </p>
<p>Some sites actually have APIs but don&#8217;t take advantage of the fact that they could use them to tighten up security. While Salesforce could use the Facebook-style authentication for 3rd party apps, they instead have those apps solicit and store user credentials (by policy, they allow only &#8220;<a href="http://www.salesforce.com/us/appexchange/certifying.jsp#">certified</a>&#8221; apps to do so).</p>
<h2>Why are &#8216;on behalf of&#8217; logins a problem?</h2>
<p>If the 3rd party site is deserving of users&#8217; trust, and everything works properly, there should be nothing wrong with these logins. We don&#8217;t worry much about local applications doing this type of thing: blog editors, web design programs, browsers and countless other local apps all store user credentials for 3rd party apps and sites. In fact, this type of login is enabling startups to drive innovation in the new social network ecosystem; if they had to wait for the MySpaces of the world to publish APIs or enable new functionality, these companies would be dead in the water.</p>
<p>In reality, there are some real problems to think about. In addition to a couple of shared issues, the key differences from local applications are also the problems here:</p>
<ul>
<li>Trust of the application and vendor - an issue with both web and local applications. The decentralized and volatile nature of web applications, and the lack of user-centric security infrastructure (such as local anti-virus and anti-malware software), make this a tough problem for web applications.
<li>Authorization of the specific actions that apps take on behalf of their users - an issue with both web and local applications; if this is done really well, the problem of trust of the app and vendor is diminished.</li>
<li>Location of user credentials - in web applications, these credentials live &#8216;in the cloud&#8217; somewhere. The vendor claims and reality of the security of those credentials are at best hard to verify.</li>
<li>Scale - the barriers of installing, and updating, local software limit the scale of this problem in that world. Web applications are easy to sign up for and can be updated multiple times a day, leading to a lot of complexity in managing overall user security.</li>
</ul>
<p>It looks like a solution probably starts with a way to give users centralized control and management of:</p>
<ul>
<li>Authentication credentials</li>
<li>Authorization of &#8216;on behalf of&#8217; logins</li>
<li>Authorization of specific &#8216;on behalf of&#8217; actions</li>
</ul>
<h2>What about OpenID?</h2>
<p><a href="http://openid.net/">OpenID</a> is a framework for decentralized identity. It supports decentralized <a href="http://openid.net/specs/openid-authentication-2_0-11.html">authentication</a> and structured <a href="http://openid.net/specs/openid-attribute-exchange-1_0-04.html">sharing</a> of personal information.</p>
<p>&#8216;Decentralized&#8217; in OpenID terms means decentralized from the perspective of web applications; this can in fact mean centralized from the user&#8217;s perspective. OpenID could be used to do logins on behalf of users without the collection of credentials, but it does not address the problem of authorization of those &#8216;on behalf of&#8217; actions. The structured sharing of personal information involves a narrow kind of authorization, but too limited to solve this problem.</p>
<p>The transparency of &#8216;on behalf of&#8217; action is itself a pretty complex problem - it requires giving the user a way to see and understand what the 3rd party app will go and do for them on the other site. I&#8217;m not sure whether this is a problem OpenID is interested in tackling. If it develops momentum as an identity standard, it would certainly be nice to see it go beyond authentication and identity to a more complete view of security (something Microsoft&#8217;s virtually dead <a href="http://en.wikipedia.org/wiki/Microsoft_Passport_Network">Passport</a> initiative and the <a href="http://en.wikipedia.org/wiki/Liberty_alliance">Liberty Alliance</a> project both failed to do).
</p>
]]></content:encoded>
			<wfw:commentRss>http://whatcomesnext.brussin.com/2007/04/10/security-on-the-loosely-coupled-web/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enterprise Freemium: IT and the startup</title>
		<link>http://whatcomesnext.brussin.com/2007/03/26/enterprise-freemium-it-and-the-startup/</link>
		<comments>http://whatcomesnext.brussin.com/2007/03/26/enterprise-freemium-it-and-the-startup/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 18:44:56 +0000</pubDate>
		<dc:creator>David Brussin</dc:creator>
		
		<category>Articles</category>

		<category>Startup</category>

		<category>Technology</category>

		<category>Security</category>

		<category>Enterprise</category>

		<category>Innovation</category>

		<guid isPermaLink="false">http://whatcomesnext.brussin.com/2007/03/26/enterprise-freemium-it-and-the-startup/</guid>
		<description><![CDATA[I&#8217;d like to throw out an idea for discussion, especially as it applies to startups selling into the enterprise:
Small buyers of technology, acting early in the technology adoption life-cycle, are motivated by hope (hope == ROI, opportunity, etc). Large buyers of technology, acting late in the life-cycle, are motivated by fear (fear == risk of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to throw out an idea for discussion, especially as it applies to startups selling into the enterprise:</p>
<blockquote><p>Small buyers of technology, acting early in the <a href="http://ist-socrates.berkeley.edu/~fmb/articles/lifecycle/">technology adoption life-cycle</a>, are motivated by hope (hope == ROI, opportunity, etc). Large buyers of technology, acting late in the life-cycle, are motivated by fear (fear == risk of loss or punishment).</p></blockquote>
<p>A good example of this can be found in the typical upgrade cycle. Early, individuals and small groups upgrade to new hardware, operating systems and applications because they hope that access to new features and capabilities will be more than worth the effort and disruption of the upgrade. Large groups don&#8217;t upgrade until much later, even if the benefits of doing so are dramatic; they often wait until the fear of loss of support from vendors forces a transition. </p>
<p>I remember experiencing this dichotomy in the major changes to the practice of information security as the commercial Internet grew in the mid 1990&#8217;s. Security shifted from an operational part of IT, where purchases were motivated by fear of loss rather than ROI, to a source of enabling technology for new ways of doing business. Within startups and large existing enterprise, small teams tried to figure out how to build online businesses. Along the way, they pushed the nascent Internet security product companies into building the right pieces to enable and protect the new ecommerce ventures.</p>
<p>Today, it seems like information security has largely returned to the operational state: anti-malware technology is a cost of doing business online, regulatory requirements drive new security spending, and fear of public outcry and regulatory enforcement prompts increased scrutiny on the handling of customer data.</p>
<p>It is likely that large organizations will miss much of the benefit of web 2.0 technologies as well, as they <a href="http://www.readwriteweb.com/archives/cios_spurn_web2_startups.php">wait</a> for incumbent software vendors to deliver later in the adoption cycle, when they will buy out of fear of being left behind by competitors. Most of the startup companies I see trying to sell innovative technologies into the enterprise today through the IT organization haven&#8217;t really figured this out.</p>
<p>A few companies, however, are dealing with this really well. Most are SaaS plays, and <a href="http://www.salesforce.com/">Salesforce</a> is among the first of the good examples. Salesforce established small, dedicated groups of customers who bought the service with company credit cards rather than purchase orders, and used it without the authorization of central IT. Companies like <a href="http://37signals.com/">37 Signals</a>, <a href="http://zoho.com/">Zoho</a>, <a href="http://conceptshare.com/">ConceptShare</a>, and countless others are using roughly the same model.</p>
<p>Going back to the idea of hope vs. fear in the acquisition of technology, I think there are a few things these startups could be doing differently to scale sales to big organizations.</p>
<h2>Enterprise Freemium</h2>
<p>The <a href="http://avc.blogs.com/a_vc/2006/03/my_favorite_bus.html">freemium</a> pricing plans offered by the three startups I mentioned above are structured in a way that makes sense for small teams, but breaks for very large ones. They all offer some kind of free trial, and then price their services based on the amount of use (number of users, amount of storage, etc). Within a large company, this means that a small number of initial users can evaluate the product, and probably pay for ongoing use on a credit card, but growth becomes more difficult at that point. After the trial period, new users typically can&#8217;t be added without moving up to a pricing plan that supports them. The team footing the bill, however, is only willing and able to pay for its own use, not the much higher prices that come with larger plans.</p>
<p>I think there could be an enterprise twist on the freemium model, with the following characteristics:</p>
<ul>
<li>Free trial for each additional user within a company</li>
<li>Easy options for billing/payment by user or group, rather than for the whole company</li>
<li>Premium options for IT</li>
</ul>
<p>The last of these, &#8216;Premium options for IT,&#8217; is the most important. Knowing that IT won&#8217;t make early technology buys to support their users&#8217; hopes for opportunity and improvement, the startup should support broad grassroots adoption of their products at lower levels. When the motivators that drive IT purchasing, such as fear of losing central control over data, backups, users, access control, and management complexity, kick in due to the grassroots use, the startup needs to be there to directly support IT with purchase options.</p>
<p>For a SaaS product, these IT premiums might be things like onsite, appliance-based offerings of:</p>
<ul>
<li>Directory services integration for user accounts</li>
<li>Enterprise backup integration</li>
<li>Data integration with reporting, dashboard, data warehouse and other systems</li>
</ul>
<p>There are plenty of <a href="http://blog.tmcnet.com/blog/tom-keating/skype/block-skype.asp">examples</a> of enterprise IT banning the emerging technologies that come onto their radar when they don&#8217;t have a way to mitigate their fears. The best way I can think of for the startup to deal with this is not the traditional attempt to convince IT that their fears are unfounded, but rather  giving IT a way to purchase that mitigation in the way they are used to and comfortable with.</p>
<p>This isn&#8217;t a big shift for most startups. The model still provides early revenue and a short sales process, but also offers a level of scale previously available only to those selling to a central organization. From a product perspective, this approach requires some thinking about the needs of IT and perhaps some new development; chances are that the thinking and planning will have benefits for internal SaaS operations if done early, and the development can be done at the right time to fit in with the adoption and growth of the product. If startups continue to deliver these innovative SaaS products with direct application in the enterprise, there may even be a <a href="http://www.feedburner.com/">Feedburner</a> or <a href="http://mashery.com/">Mashery</a> model here: a company could focus on providing the IT premium layer for SaaS offerings.
</p>
]]></content:encoded>
			<wfw:commentRss>http://whatcomesnext.brussin.com/2007/03/26/enterprise-freemium-it-and-the-startup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8220;Tiger Team Innovation in the Enterprise&#8221;</title>
		<link>http://whatcomesnext.brussin.com/2007/03/15/tiger-team-innovation-in-the-enterprise/</link>
		<comments>http://whatcomesnext.brussin.com/2007/03/15/tiger-team-innovation-in-the-enterprise/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 17:47:12 +0000</pubDate>
		<dc:creator>David Brussin</dc:creator>
		
		<category>Startup</category>

		<category>Entrepreneurship</category>

		<category>Technology</category>

		<category>Enterprise</category>

		<category>Events</category>

		<category>Presentations</category>

		<category>Innovation</category>

		<guid isPermaLink="false">http://whatcomesnext.brussin.com/2007/03/15/tiger-team-innovation-in-the-enterprise/</guid>
		<description><![CDATA[I gave a talk today at the pre-conference CxO breakfast for the Emerging Technologies for the Enterprise conference. The group was great; so much discussion that we didn&#8217;t make it through all of the material I had planned.
As promised, here are the slides from today&#8217;s presentation. We talked so much about each point that I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I gave a talk today at the pre-conference CxO breakfast for the <a href="http://phillyemergingtech.com/">Emerging Technologies for the Enterprise</a> conference. The group was great; so much discussion that we didn&#8217;t make it through all of the material I had planned.</p>
<p>As promised, here are the <a href="http://whatcomesnext.brussin.com/wp-content/uploads/2007/03/tiger-team-innovation-15mar07.pdf">slides</a> from today&#8217;s presentation. We talked so much about each point that I&#8217;m not sure how much value these have to folks who weren&#8217;t in the room&#8230; maybe we can get the organizers to do audio or video next time.
</p>
]]></content:encoded>
			<wfw:commentRss>http://whatcomesnext.brussin.com/2007/03/15/tiger-team-innovation-in-the-enterprise/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upcoming Podium Pontification</title>
		<link>http://whatcomesnext.brussin.com/2007/03/01/upcoming-podium-pontification/</link>
		<comments>http://whatcomesnext.brussin.com/2007/03/01/upcoming-podium-pontification/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 20:44:36 +0000</pubDate>
		<dc:creator>David Brussin</dc:creator>
		
		<category>Startup</category>

		<category>Entrepreneurship</category>

		<category>Technology</category>

		<category>Enterprise</category>

		<category>Events</category>

		<category>Innovation</category>

		<guid isPermaLink="false">http://whatcomesnext.brussin.com/2007/03/01/upcoming-podium-pontification/</guid>
		<description><![CDATA[I&#8217;m going to be speaking at a couple of related events in March. The Emerging Technologies for the Enterprise conference on the 28th and 29th in Philadelphia has an interesting array of topics, centered around open source, lightweight architectures and Web 2.0, all with an enterprise twist. On the first day, I&#8217;m giving a talk [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image34" src="http://whatcomesnext.brussin.com/wp-content/uploads/2007/03/microphone_75x253.jpg" class="alignleft" alt="Microphone; image GFDL" />I&#8217;m going to be speaking at a couple of related events in March. The <a href="http://phillyemergingtech.com/"><strong>Emerging Technologies for the Enterprise</strong></a> conference on the 28th and 29th in Philadelphia has an interesting array of topics, centered around open source, lightweight architectures and Web 2.0, all with an enterprise twist. On the first day, I&#8217;m giving a talk called <a href="http://phillyemergingtech.com/abstracts.php#brussin"><em>Startup 2.0: Harnessing Emerging Technologies in the New Startup World</em></a>:</p>
<blockquote><p>Whether building a new company from scratch, or keeping a big company competitive, emerging technologies have changed the rules. Open source software, web services, mashups, AJAX, Ruby, Rails, and RSS&#8230; only a few of a seemingly endless list of technologies that have redefined what is possible for small teams. This talk will focus on startup experiences, lessons learned about technology choices and tradeoffs, and on building, funding and running a technology startup in the new environment.</p></blockquote>
<p>The Emerging Technologies for the Enterprise folks are also putting on a pre-conference breakfast for CxO&#8217;s and executives on the 15th. I&#8217;ll be the keynote speaker for that event, talking about <em>Tiger Team Innovation</em>:</p>
<blockquote><p>Startup companies use small teams beginning with a blank slate and the latest emerging technologies to build incredible value overnight. This talk will focus on using the same techniques, with a few twists, to deliver measurable value to the enterprise in new ways.</p></blockquote>
<p>The main conference is open to everyone and seems to be quite reasonably priced compared to most such events; registration is <a href="http://phillyemergingtech.com/register.php">here</a>. I believe the breakfast is by invitation, so if you&#8217;d like to attend leave a comment or send me email and I&#8217;ll ask the organizers to include you.</p>
]]></content:encoded>
			<wfw:commentRss>http://whatcomesnext.brussin.com/2007/03/01/upcoming-podium-pontification/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.374 seconds -->
