<?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>cdixon.org - chris dixon&#039;s blog &#187; tech companies</title>
	<atom:link href="http://cdixon.org/category/tech-companies/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdixon.org</link>
	<description></description>
	<lastBuildDate>Sat, 04 Sep 2010 19:12:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Web services should be both federated and extensible</title>
		<link>http://cdixon.org/2010/09/04/web-services-should-be-both-federated-and-extensible/</link>
		<comments>http://cdixon.org/2010/09/04/web-services-should-be-both-federated-and-extensible/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 19:12:33 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[geo]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[tech companies]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=3746</guid>
		<description><![CDATA[One of the most important developments of the web 2.0 era is the proliferation of full featured, bidirectional APIs.  APIs provide a way to &#8220;federate&#8221; web services from a single website to a distributed network of 3rd party sites. Another important web 2.0 development is the proliferation of web Apps (e.g. Facebook Apps). Apps provide a [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most important developments of the web 2.0 era is the proliferation of full featured, bidirectional APIs.  APIs provide a way to &#8220;federate&#8221; web services from a single website to a distributed network of 3rd party sites. Another important web 2.0 development is the proliferation of web Apps (e.g. Facebook Apps). Apps provide a way to make websites &#8220;extensible.&#8221;</p>
<p>The next step in this evolution is to create web services that are <em>both</em> federated (APIs) <em>and</em> extensible (Apps).</p>
<p>In my ideal world, the social graph would not be controlled by a private company. That said, Facebook, to its credit, has aggressively promoted a fairly open API through Facebook Connect. Facebook has also been a leader in promoting Apps. For Facebook, creating extensible, federated services would mean providing a framework for Facebook Connect Apps &#8211; apps that extend Facebook functionality but reside on non-Facebook.com websites.</p>
<p>Consider the following scenario.  Imagine that in the future a geolocation data/algorithm provider like SimpleGeo takes Facebook Places check-in data and, using algorithms and non-Facebook data, produces new data sets, for example: map directions, venue recommendations, and location-based coupons. The combination of Facebook&#8217;s data (social graph and check-ins) and SimpleGeo data/algorithms would create much more advanced feature possibilities than either service acting alone.</p>
<p>With today&#8217;s APIs, if, say, Gowalla wanted to integrate Facebook plus SimpleGeo into their app*, they would basically have 3 choices:</p>
<p>1) Embed Facebook widgets in Gowalla.  These are simple iframes (effectively separate little websites) that don&#8217;t interact with SimpleGeo.  Gowalla would just have to sit and wait and hope that Facebook decided to bake in SimpleGeo-like functionality.</p>
<p>2) Pre-import SimpleGeo data. This significantly limits the size and dynamism of the SimpleGeo data sets and doesn&#8217;t incorporate SimpleGeo algorithms, thus severely limiting functionality.</p>
<p>3) Host an instance of SimpleGeo&#8217;s servers internally.  This requires heavy technical integration, undermining the main benefit of APIs.</p>
<p>In a world of extensible APIs (or &#8220;API Apps&#8221;), Gowalla could instead send Facebook data back to SimpleGeo.  The data flow would look something like this:</p>
<p><a href="http://cdixon.org/wp-content/uploads/2010/09/datathreesome2.png"><img class="alignnone size-full wp-image-3788" title="datathreesome2" src="http://cdixon.org/wp-content/uploads/2010/09/datathreesome2.png" alt="" width="450" /></a></p>
<p>(Note how there are three parties involved &#8211; <a href="http://twitter.com/peretti">@peretti</a> calls this a &#8220;data threesome&#8221;). This configuration is much simpler to integrate &#8211; and potentially much more powerful and dynamic &#8211; than the other configurations listed above.  You could implement this today, but it would create user experience challenges.  For example, Gowalla would be sending Facebook data to a 3rd party (step 3), which might (depending on the data sent) require explicit user opt-in. Things become more onerous if SimpleGeo wanted to share its own user data with Gowalla. That would require an additional oAuth to SimpleGeo (authorizing step 4).</p>
<p>Allowing websites to be federated and extensible will open up a whole new wave of innovation.  Ideally some spec like oAuth could include the multiple authorizations in a single authorization screen.  Facebook could also do this by allowing 3rd parties to be part of the Facebook Connect authorization process.  Inasmuch as Facebook&#8217;s seems to be trying to embed their social graph as deeply as possible into the core experiences of other websites, allowing extensible APIs would seem to be a smart move.</p>
<p>* I have no connection to any of these companies (Facebook, Gowalla, SimpleGeo) and have no knowledge of their product plans beyond their public websites.  I am imagining functionality that Gowalla and SimpleGeo might include someday but for all I know they have no interest in these features &#8211; I just picked them somewhat arbitrarily as examples.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2010/09/04/web-services-should-be-both-federated-and-extensible/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Graphs</title>
		<link>http://cdixon.org/2010/07/22/graphs/</link>
		<comments>http://cdixon.org/2010/07/22/graphs/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 17:13:18 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[computer science]]></category>
		<category><![CDATA[hunch]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[tech companies]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=3649</guid>
		<description><![CDATA[It has become customary to use &#8220;graph&#8221; to refer to the underlying data structures at social networks like Facebook. (Computer scientists call the study of graphs &#8220;network theory,&#8221; but on the web the word &#8220;network&#8221; is used to refer to the websites themselves).
A graph consists of a set of nodes connected by edges. The original internet [...]]]></description>
			<content:encoded><![CDATA[<p>It has become customary to use &#8220;<a href="http://en.wikipedia.org/wiki/Graph_(mathematics)">graph</a>&#8221; to refer to the underlying data structures at social networks like Facebook. (Computer scientists call the study of graphs &#8220;<a href="http://en.wikipedia.org/wiki/Network_theory">network theory</a>,&#8221; but on the web the word &#8220;network&#8221; is used to refer to the websites themselves).</p>
<p>A graph consists of a set of nodes connected by edges. The original internet graph is the web itself, where webpages are nodes and links are edges. In social graphs, the nodes are people and the edges friendship. Edges are what mathematicians call <a href="http://en.wikipedia.org/wiki/Binary_relation">relations</a>. Two important properties that relations can either have or not have are symmetry (if A ~ B then B ~ A) and transitivity (if A ~ B and B ~ C then A ~ C).</p>
<p>Facebook&#8217;s social graph is symmetric (if I am friends with you then you are friends with me) but not transitive (I can be friends with you without being friends with your friend).  You could say friendship is probabilistically transitive in the sense that I am more likely to like someone who is a friend&#8217;s friend then I am a user chosen at random. This is basis of Facebook&#8217;s friend recommendations.</p>
<p>Twitter&#8217;s graph is probably best thought of as an interest graph. One of Twitter&#8217;s central innovations was to discard symmetry: you can follow someone without them following you. This allowed Twitter to evolve into an extremely useful publishing platform, <a href="http://cdixon.org/2009/09/29/twitter-killed-rss-and-thats-a-bad-thing/">replacing RSS</a> for many people. The Twitter graph isn&#8217;t transitive but one of its most powerful uses is retweeting, which gives the Twitter graph what might be called curated transitivity.</p>
<p>Graphs can be implicitly or explicitly created by users. Facebook and Twitter&#8217;s graphs were explicitly created by users (although Twitter&#8217;s Suggested User List made much of the graph de facto implicit). Google Buzz attempted to create a social graph implicitly from users&#8217; emailing patterns, which didn&#8217;t <a href="http://www.readwriteweb.com/archives/google_gets_sued_why_it_should_have_said_please.php">seem</a> to work very well.</p>
<p>Over the next few years we&#8217;ll see the rising importance of other types of graphs. Some examples:</p>
<p><strong>Taste:</strong> At <a href="http://hunch.com">Hunch</a> we&#8217;ve created what we call the taste graph. We created this implicitly from questions answered by users and other data sources. Our thesis is that for many activities &#8211; for example deciding what movie to see or blouse to buy &#8211; it&#8217;s more useful to have the neighbors on your graph be people with similar tastes versus people who are your friends.</p>
<p><strong>Financial Trust:</strong> Social payment startups like <a href="https://squareup.com/">Square</a> and <a href="http://www.venmo.com">Venmo</a> are creating financial graphs &#8211; the nodes are people and institutions and the relations are financial trust. These graphs are useful for preventing fraud, streamlining transactions, and lowering the barrier to accepting non-cash payments.</p>
<p><strong>Endorsement:</strong> An endorsement graph is one in which people endorse institutions, products, services or other people for a particular skill or activity. LinkedIn created a successful professional graph and a less successful endorsement graph. Facebook seems to be trying to layer an endorsement graph on its social graph with its Like feature. A general endorsement graph could be useful for purchasing decisions and hence highly <a href="http://cdixon.org/2009/09/27/online-advertising-is-all-about-purchasing-intent/">monetizable</a>.</p>
<p><strong>Local</strong>: Location-based startups like <a href="http://foursquare.com">Foursquare</a> let users create social graphs (which might evolve into better social graphs than what Facebook has since users seem to be more selective friending people in local apps). But probably more interesting are the people and venue graphs created by the check-in patterns. These local graphs could be useful for, among other things, recommendations, coupons, and advertising.</p>
<p>Besides creating graphs, Facebook and Twitter (via Facebook Connect and OAuth) created identity systems that are extremely useful for the creation of 3rd party graphs. I expect we&#8217;ll look back on the next few years as the golden age of graph innovation.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2010/07/22/graphs/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>Steve Jobs single-handedly restructured the mobile industry</title>
		<link>http://cdixon.org/2010/06/06/steve-jobs-single-handedly-restructured-the-mobile-industry/</link>
		<comments>http://cdixon.org/2010/06/06/steve-jobs-single-handedly-restructured-the-mobile-industry/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 20:44:55 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[strategy]]></category>
		<category><![CDATA[tech companies]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=3268</guid>
		<description><![CDATA[With the introduction of the iPhone, Steve Jobs achieved something that might be unique in the history of business: he single-handedly upended the power structure of a major industry.  In the US, before the iPhone, the carriers (Verizon, AT&#38;T, Sprint, T-Mobile) had an ironclad grip on the rest of the value chain &#8211; particularly, handset [...]]]></description>
			<content:encoded><![CDATA[<p>With the introduction of the iPhone, Steve Jobs achieved something that might be unique in the history of business: he single-handedly upended the power structure of a major industry.  In the US, before the iPhone, the carriers (Verizon, AT&amp;T, Sprint, T-Mobile) had an ironclad grip on the rest of the value chain &#8211; particularly, handset makers and app makers.</p>
<p>Ask anyone who ran or invested in a mobile app startup pre-iPhone (I invested in one myself). Since the carriers had all the power, getting any distribution (which usually meant getting on the handset &#8220;deck&#8221;) meant doing a business development deal with the carriers. Business development in this case meant finding the right people at those companies, sending them iPods, taking them to baseball games, and basically figuring out ways to convince them to work with you instead of the 5,000 other people sending them iPods and baseball tickets.  The basis of competition was salesmanship and capital, not innovation or quality.</p>
<p>The carriers had so much power because consumers made their purchasing decisions by choosing a carrier first and a handset second. Post-iPhone, tens of millions of people started choosing handsets over carriers. People like me suffer through AT&amp;T&#8217;s poor service and aggressive pricing because I love the iPhone so much.</p>
<p>I&#8217;ve talked to a number of mobile app startups lately who say their former contacts at the carriers are shell shocked: no one is knocking on their doors anymore. I guess they have to buy their own iPods and baseball tickets now.</p>
<p>Yes, Apple has rejected some apps for seemingly arbtrary or selfish reasons and imposed aggressive controls on developers. But the iPhone also paved the way for Android and a new wave of handset development. The people griping about Apple&#8217;s &#8220;closed system&#8221; are generally people who are new to the industry and didn&#8217;t realize how bad it was before.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2010/06/06/steve-jobs-single-handedly-restructured-the-mobile-industry/feed/</wfw:commentRss>
		<slash:comments>77</slash:comments>
		</item>
		<item>
		<title>While Google fights on the edges, Amazon is attacking their core</title>
		<link>http://cdixon.org/2010/05/22/while-google-fights-on-the-edges-amazon-is-attacking-their-core/</link>
		<comments>http://cdixon.org/2010/05/22/while-google-fights-on-the-edges-amazon-is-attacking-their-core/#comments</comments>
		<pubDate>Sat, 22 May 2010 16:27:22 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[online advertising]]></category>
		<category><![CDATA[tech companies]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=3012</guid>
		<description><![CDATA[Google is fighting battles on almost every front:  social networking, mobile operating systems, web browsers, office apps, and so on.  Much of this makes sense, inasmuch as it is strategic for them to dominate or commoditize each layer that stands between human beings and online ads.  But while they are doing this, they are leaving [...]]]></description>
			<content:encoded><![CDATA[<p>Google is fighting battles on almost every front:  social networking, mobile operating systems, web browsers, office apps, and so on.  Much of this makes sense, inasmuch as it is <a href="http://cdixon.org/2009/12/30/whats-strategic-for-google/">strategic for them to dominate or commoditize</a> each layer that stands between human beings and online ads.  But while they are doing this, they are leaving their core business vulnerable, particularly to Amazon.</p>
<p>When legendary VC John Doerr quit Amazon&#8217;s board a few months ago, savvy industry observers like TechCrunch <a href="http://techcrunch.com/2010/03/17/choosing-sides-john-doerr-leaves-amazons-board-of-directors/">speculated</a> that Google might begin directly competing with Amazon:</p>
<blockquote><p>[Google] competes with Amazon in a number of areas, particularly web services and big data. And down the road, Google may compete directly in other ways as well. Froogle was a flop, but don’t think Google doesn’t want a bigger chunk of ecommerce revenue from people who begin their product searches on their search engine.*</p></blockquote>
<p>In fact, Google and Amazon&#8217;s are already direct competitors in their core businesses. Like Amazon, Google makes the vast majority of its revenue from users who are <a href="http://cdixon.org/2009/09/27/online-advertising-is-all-about-purchasing-intent/">looking to make an online purchase</a>. Other query types &#8211; searches related to news, blog posts, funny videos, etc. &#8211; are mostly a <a href="http://cdixon.org/2010/03/07/news-is-a-lousy-business-for-google-too/">loss leaders for Google</a>.</p>
<p><em>The key risk for Google is that they are heavily dependent on </em><em>online purchasing being a two-stage process</em>:  the user does a search on Google, and then clicks on an ad to buy something on another site. As long as the e-commerce world is sufficiently fragmented, users will prefer an intermediary like Google to help them find the right product or merchant. But as Amazon <a href="http://www.businessinsider.com/chart-of-the-day-amazon-sales-vs-retail-2010-4?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+typepad%2Falleyinsider%2Fsilicon_alley_insider+%28Silicon+Alley+Insider%29">increasingly dominates</a> the e-commerce market, this fragmentation could go away along with users&#8217; need for an intermediary.**</p>
<p><img class="alignnone size-full wp-image-3388" title="chart-of-the-day-amazon-e-commerce-retail-sales-2003-2009-1" src="http://cdixon.org/wp-content/uploads/2010/05/chart-of-the-day-amazon-e-commerce-retail-sales-2003-2009-1.gif" alt="" width="364" height="274" /></p>
<p>Moreover, Google&#8217;s algorithmic results for product searches are generally poor. (Try using Google to decide what <a href="http://paul.kedrosky.com/archives/2009/12/dishwashers_dem.html">dishwasher</a> to buy). These poor results might actually lead to short term revenue increases since the sponsored links are superior to the unsponsored ones.  But long term if Google continues producing poor product search results and Amazon continues consolidating the e-commerce market, Google&#8217;s core business is at serious risk.</p>
<p>&#8212;</p>
<p>* Froogle (and Google Products) have been unsuccessful most likely because Google has had no incentive to make them better: they make plenty of money on these queries already on a CPC basis, and would likely make less if they moved to a CPA model.</p>
<p>** Most Amazon Prime customers probably already do skip Google and go directly to Amazon.  I know I do.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2010/05/22/while-google-fights-on-the-edges-amazon-is-attacking-their-core/feed/</wfw:commentRss>
		<slash:comments>64</slash:comments>
		</item>
		<item>
		<title>Facebook is about to try to dominate display ads the way Google dominates text ads</title>
		<link>http://cdixon.org/2010/05/15/facebook-is-about-to-try-to-dominate-display-ads-the-way-google-dominates-text-ads/</link>
		<comments>http://cdixon.org/2010/05/15/facebook-is-about-to-try-to-dominate-display-ads-the-way-google-dominates-text-ads/#comments</comments>
		<pubDate>Sat, 15 May 2010 22:07:06 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[online advertising]]></category>
		<category><![CDATA[tech companies]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=3339</guid>
		<description><![CDATA[It is customary to divide online advertising into two categories: direct response and brand advertising. I prefer instead to divide it according to the mindset of users: whether or not they are actively looking to purchase something (i.e. they have purchasing intent).*
When users are actively looking to purchase something, they typically go to search engines [...]]]></description>
			<content:encoded><![CDATA[<p>It is customary to divide online advertising into two categories: direct response and brand advertising. I prefer instead to divide it according to the mindset of users: whether or not they are actively looking to purchase something (i.e. they have <a href="http://cdixon.org/2009/09/27/online-advertising-is-all-about-purchasing-intent/">purchasing intent</a>).*</p>
<p>When users are actively looking to purchase something, they typically go to search engines or e-commerce sites. Through advertising or direct sales, these sites <a href="http://cdixon.org/2009/09/29/why-content-sites-are-getting-ripped-off/">harvest intent</a>. Google and Amazon are the biggest financial beneficiaries of intent harvesting.</p>
<p>When the user is not actively looking to buy something, the goal of an online ad is to generate intent. The intent generation market is still fairly fragmented and will grow rapidly over the next few years as brand advertising increasingly moves online. P&amp;G &#8211; which alone spends almost $4B/year on brand advertising &#8211; needs to convince the next generation of consumers that Crest is better than Colgate. This is why Google paid such a premium for Doubleclick, Yahoo for Right Media, and Microsoft for aQuantive (MS&#8217;s biggest acquisition ever).</p>
<p>In 2003, Google introduced AdSense, a program to <a href="http://www.google.com/press/pressrel/advertising.html">syndicate</a> their intent harvesting text ads beyond Google&#8217;s main property Google.com.  The playbook they followed was: use their popular website to build a critical mass of advertisers; then use that critical mass to run an off-property network that offers the highest payouts to publishers. AdSense became so dominant that competitors like Yahoo quit the syndicated ad business altogether. Today, Google has such a powerful position that they don&#8217;t disclose percentage revenue splits to publishers and extract the vast majority of the profits.</p>
<p>It is widely believed that Facebook will soon follow the AdSense playbook by introducing an off-property ad network. They&#8217;ll try to use their strong base of advertisers to dominate intent generating ads the way AdSense dominated intent harvesting ads.</p>
<p>But to win the intent generation ad battle, data is as important as a critical mass of advertisers. For intent harvesting, users simply type what they are looking for into a search box. For intent generating ads, you need to use data to make inferences about what might influence the user.</p>
<p>This is what the introduction of the Facebook Like button is all about.  Intent generating ads &#8211; which mostly means displays ads &#8211; have notoriously low click through rates (well below 1%). Attempts to improve these numbers through demographics have basically failed. Many startups are having success using social data to target ads today. But the holy grail for targeting intent generating ads is taste data &#8211; which basically means what the user likes. Knowing, for example, that a user liked Avatar is an incredibly useful datapoint for targeting an Avatar 2 ad.</p>
<p>Publishers who adopt Facebook&#8217;s Like feature may get more traffic and perhaps a better user experience as a result.  But they should hope the intent generation ad market doesn&#8217;t end up like the intent harvesting ad market &#8211; with one dominant player commanding the lion&#8217;s share of the profits.</p>
<p>* Most text ads are about intent harvesting and most display ads are about intent generation, but they are not coreferential distinctions. For example, with techniques like &#8220;search retargeting&#8221; (you do a Google search for washing machines and the later on another site see a display ad for washing machines), sometimes intent harvesting is delivered through display ads.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2010/05/15/facebook-is-about-to-try-to-dominate-display-ads-the-way-google-dominates-text-ads/feed/</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>Facebook, Zynga, and buyer-supplier hold up</title>
		<link>http://cdixon.org/2010/05/08/facebook-zynga-and-buyer-supplier-hold-up/</link>
		<comments>http://cdixon.org/2010/05/08/facebook-zynga-and-buyer-supplier-hold-up/#comments</comments>
		<pubDate>Sat, 08 May 2010 14:55:52 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[tech companies]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=3324</guid>
		<description><![CDATA[The brewing fight between Facebook and Zynga is what is known in economic strategy circles as &#8220;buyer-supplier hold up.&#8221; The classic framework for analyzing a firm&#8217;s strategic position is Michael Porter&#8217;s Five Forces. In Porter&#8217;s framework, Zynga&#8217;s strategic weakness is extreme supplier concentration &#8211; they get almost all their traffic from Facebook.
It is in Facebook&#8217;s economic [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://techcrunch.com/2010/05/07/zynga-gunning-up-and-lawyering-up-for-war-against-facebook-with-zynga-live/">brewing fight</a> between Facebook and Zynga is what is known in economic strategy circles as &#8220;buyer-supplier <a href="http://en.wikipedia.org/wiki/Hold-up_problem">hold up</a>.&#8221; The classic framework for analyzing a firm&#8217;s strategic position is Michael Porter&#8217;s <a href="http://www.quickmba.com/strategy/porter.shtml">Five Forces</a>. In Porter&#8217;s framework, Zynga&#8217;s strategic weakness is extreme supplier concentration &#8211; they get almost all their traffic from Facebook.</p>
<p>It is in Facebook&#8217;s economic interest to extract most of Zynga&#8217;s profits, leaving them just enough to keep investing in games and advertising. Last year&#8217;s <a href="http://techcrunch.com/2009/10/28/d-day-for-facebook-app-developers/">reduced notification change</a> seemed like one move in this direction as it forced game makers to buy more ads instead of getting traffic organically. This probably hurt Zynga&#8217;s profitability but also helped them fend off less well-capitalized rivals. Facebook could also hold up Zynga by entering the games business itself, but this seemed unlikely since thus far Facebook has kept its features limited to things that are &#8220;utility like.&#8221;</p>
<p>The way Facebook now seems to be holding up Zynga &#8211; requiring Zynga to use their payments system &#8211;  is particularly clever.  First, payments are still very much a &#8220;utility like&#8221; feature, and arguably one that benefits the platform, so it doesn&#8217;t come across as flagrant hold up. It is also clever because &#8211; assuming Facebook has insight into Zynga&#8217;s profitability &#8211; Facebook can charge whatever percentage gets them an optimal share of Zynga&#8217;s profits.</p>
<p>The risk for Zynga is obvious &#8212; if they don&#8217;t diversify their traffic sources very soon, they are left with a choice between losing profits and losing their entire business.  But there is a risk for Facebook as well. If buyers of traffic (e.g. app makers) fear future hold up, they are less likely to make investments in the platform. The biggest mistake platforms make isn&#8217;t charging fees (Facebook) or competing with complements (Twitter), it&#8217;s being inconsistent.  Apple also charges 30% fees but they&#8217;ve been mostly consistent about it. App makers feel comfortable investing in the Apple platform and even having most of their business depend on them in a way they don&#8217;t on Facebook or Twitter.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2010/05/08/facebook-zynga-and-buyer-supplier-hold-up/feed/</wfw:commentRss>
		<slash:comments>99</slash:comments>
		</item>
		<item>
		<title>The tradeoff between open and closed</title>
		<link>http://cdixon.org/2010/04/25/the-tradeoff-between-open-and-closed/</link>
		<comments>http://cdixon.org/2010/04/25/the-tradeoff-between-open-and-closed/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 19:57:50 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[economics]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[tech companies]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=3270</guid>
		<description><![CDATA[When having the &#8220;open vs closed&#8221; debate regarding a technology platform, a number of distinctions need to be made. First, what exactly is meant by &#8220;open.&#8221; Here&#8217;s a great chart from a paper by Harvard professor Tom Eisenmann (et al).:

(Eisenmann acknlowledges the iPhone isn&#8217;t fully open to the end user &#8211; in the US you need to [...]]]></description>
			<content:encoded><![CDATA[<p>When having the &#8220;open vs closed&#8221; debate regarding a technology platform, a number of distinctions need to be made. First, what exactly is meant by &#8220;open.&#8221; Here&#8217;s a great chart from a <a href="http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1264012">paper</a> by Harvard professor <a href="http://twitter.com/TEisenmann">Tom Eisenmann </a>(et al).:</p>
<p><a href="http://cdixon.org/wp-content/uploads/2010/04/Screen-shot-2010-04-25-at-11.18.00-AM.png"><img class="alignnone size-full wp-image-3271" title="Screen shot 2010-04-25 at 11.18.00 AM" src="http://cdixon.org/wp-content/uploads/2010/04/Screen-shot-2010-04-25-at-11.18.00-AM.png" alt="" width="458" height="144" /></a></p>
<p>(Eisenmann acknlowledges the iPhone isn&#8217;t fully open to the end user &#8211; in the US you need to use AT&amp;T, etc.  I would argue the iPhone is semi-open to the app developer and mobile app development was effectively closed prior to the iPhone. But the main point here is that platforms can be open &amp; closed in many different ways, at different levels, etc.)</p>
<p>The next important distinction is whose interest you are considering when asking what and when to open or close things.  I think there are at least 3 interesting perspectives:</p>
<p><strong>The company: </strong>Lots of people have written about this topic (<a href="http://www.amazon.com/Innovators-Dilemma-Revolutionary-Business-Essentials/dp/0060521996">Clay Christensen</a>, <a href="http://www.joelonsoftware.com/articles/StrategyLetterV.html">Joel Spolsky</a>, more Eisenmann <a href="http://www.hbs.edu/research/facpubs/workingpapers/papers0607.html#07-105">here</a>).   In a nutshell, there are times when a company, acting solely in its self-interest, should close things and other times they should open things.  As a rule of thumb, a company should close their core assets and open/commoditize complementary assets. <a href="http://cdixon.org/2009/12/22/google-should-open-source-what-actually-matters-their-search-ranking-algorithm/">Google&#8217;s search engine is their core asset</a> and therefore Google should want to keep it closed, whereas the operating system is a complement that they should commoditize (my full analysis of what Google should want to own vs commoditize is <a href="http://cdixon.org/2009/12/30/whats-strategic-for-google/">here</a>). Facebook&#8217;s social graph is their core asset so it&#8217;s optimal to close it and not interoperate with other graphs, whereas marking up web pages to be more social-network friendly (open graph protocol) is complementary hence optimal for FB to open.  (With respect to social graphs interoperating (e.g. Open Social), it&#8217;s generally in the interest of smaller graphs to interoperate and larger ones not to &#8211; the same is true of IM networks).  Note that I think there is absolutely nothing wrong with Google and Facebook or any other company keeping closed or trying to open things according to their own best interests.</p>
<p><strong>The industry:</strong> When I say &#8220;what is good for the industry&#8221; I mean what ultimately creates the most aggregate industry-wide shareholder value.  I assume (hope?) this also yields the maximum innovation.  As an active tech entrepreneur and investor I think my personal interests and the tech industry&#8217;s interests are mostly aligned (hence you could argue I&#8217;m <a href="http://twitter.com/hankwilliams/status/12833901538">talking my book</a>).  Unfortunately it&#8217;s much easier to study open vs. closed strategies at the level of the firm than at the level of an industry, because there are far more &#8220;split test&#8221; cases to study.  What would the world be like if email (SMTP) were controlled by a single company?  I would tend to think a far less innovative and wealthy one. There are a number of multibillion dollar industries built on email: email clients, webmail systems, email marketing, anti-spam, etc.  The downside of openness is that it&#8217;s very hard to upgrade SMTP since you need to get so many parties to agree and coordinate.  So, for example, it has taken forever to add basic anti-spam authentication features to SMTP.  Twitter on the other hand can unilaterally add useful new things like their recent annotations feature.</p>
<p>Here&#8217;s what Professor Eisenmann said when I asked him to summarize the state of economic thinking on the topic:</p>
<blockquote><p>With respect to your question about the impact of open vs closed on the economy, the hard-core economists cited in my <a href="http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1264012">book chapter</a> have a lot to say, but it all boils down to “it depends.” Closed platform provides more incentive for innovation because platform owner can collect and redistribute more rent and can ensure that there’s a manageable level of competition in any given application category. Open platform harnesses strong network effects, attracting more application developers, and  thus stimulates lots of competition. There’s some interesting recent work that suggests that markets may evolve in directions that favor the presence of one strong closed player plus one strong open player (consider: Windows + Linux; iPhone + Android). In this scenario, society/economy gets best of both approaches.</p></blockquote>
<p><strong>Society</strong>:  I tend to think what is good for the tech industry is generally good for society.  But others certainly have different views.  Advocates of openness are often <a href="http://twitter.com/shervin/status/12802297481">accused</a> of being socialist hippies.  Maybe some are.  I am not.  I care about the tech industry.  I think it&#8217;s reasonable to question whether moves by large industry players are good or bad for the industry.  Unfortunately most of the debate I&#8217;ve seen so far seems driven by ideology and name calling.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2010/04/25/the-tradeoff-between-open-and-closed/feed/</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>Twitter and third-party Twitter developers</title>
		<link>http://cdixon.org/2010/04/10/twitter-and-3rd-party-developers/</link>
		<comments>http://cdixon.org/2010/04/10/twitter-and-3rd-party-developers/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 13:51:30 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[tech companies]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=3202</guid>
		<description><![CDATA[I can&#8217;t remember the last time the tech world was so interesting. First, innovation is at an all time high.  Apple, Google, Facebook, Twitter and even Microsoft (in the non-monopoly divisions) are making truly exciting products. Second, since the battles are between platforms, the strategic issues are complex, involving complementary network effects.
Twitter&#8217;s moves this week were [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t remember the last time the tech world was so interesting. First, innovation is at an all time high.  Apple, Google, Facebook, Twitter and even Microsoft (in the non-monopoly divisions) are making truly exciting products. Second, since the battles are between platforms, the strategic issues are complex, involving <a href="http://cdixon.org/2009/08/25/six-strategies-for-overcoming-chicken-and-egg-problems/">complementary network effects</a>.</p>
<p>Twitter&#8217;s moves this week were particular interesting.  A lot of third-party developers were <a href="http://www.businessinsider.com/twitter-employees-cheer-lead-fred-wilsons-bombshell-developers-freak-out-2010-4">unhappy</a>. I think this is mainly a result of Twitter having sent mixed signals over the past few years. Twitter&#8217;s move into complementary areas was <a href="http://cdixon.org/2009/09/14/the-inevitable-showdown-between-twitter-and-twitter-apps/">entirely predictable</a> &#8211; it happens with every platform provider. The real problem is that somehow Twitter had convinced the world they were going to &#8220;let a thousand flowers bloom&#8221; &#8211; as if they were a non-profit out to save the world, or that they would invent some fantastic new business model that didn&#8217;t encroach on third-party developers. This week Twitter finally started acting like what it is: a well-financed company run by smart capitalists.</p>
<p>This mixed signaling has been exacerbated by the fact that Twitter has yet to figure out a business model (they sold data to Microsoft &amp; Google but this is likely just one-time R&amp;D purchases). Maybe Twitter thinks they know what their business model is and maybe they&#8217;ll even announce it soon. But whatever they think or announce will only truly be their business model when and if it delivers on their multi-billion dollar aspirations. It will likely be at least a year or two before that happens.</p>
<p>Normally, when third parties try to predict whether their products will be subsumed by a platform, the question boils down to whether their products will be strategic to the platform. When the platform has an established business model, this analysis is fairly straightforward (for example, <a href="http://cdixon.org/2009/12/30/whats-strategic-for-google/">here</a> is my strategic analysis of Google&#8217;s platform).  If you make games for the iPhone, you are pretty certain Apple will take their 30% cut and leave you alone. Similarly, if you are a content website relying on SEO and Google Adsense you can be pretty confident Google will leave you alone. Until Twitter has a successful business model, they can&#8217;t have a consistent strategy and third parties should expect erratic behavior and even complete and sudden shifts in strategy.</p>
<p>So what might Twitter&#8217;s business model eventually be?  I expect that Twitter search will monetize poorly because most searches on Twitter don&#8217;t have <a href="http://cdixon.org/2009/09/27/online-advertising-is-all-about-purchasing-intent/">purchasing intent</a>.  Twitter&#8217;s move into mobile clients and <a href="http://www.businessinsider.com/twitter-previews-the-redesign-that-will-make-you-not-want-to-use-a-desktop-client-2010-4">hints</a> about a more engaging website suggest they may be trying to mimic Facebook&#8217;s display ad model. (Facebook&#8217;s ad growth is being driven largely by companies like Zynga who are in turn monetizing users with social games and virtual goods.  Hence it&#8217;s no surprise that a Twitter investor is <a href="http://www.avc.com/a_vc/2010/04/the-twitter-platform.html">suggesting</a> that developers create social games instead of &#8220;filling holes&#8221; with URL shorteners etc.) Facebook&#8217;s model depends on owning &#8220;eyeballs,&#8221; which is entirely contradictory to the pure API model Twitter has promoted thus far.  So if Twitter continues in this direction expect a lot of angst among third-party developers.</p>
<p>Hopefully Twitter &#8220;fills holes&#8221; through acquisitions instead of internal development. Twitter was a hugely clever invention and has grown its user base at a staggering rate, but on the product development front has been underwhelming.  <a href="http://gigaom.com/2010/04/09/twitter-buys-tweetie-adds-fuel-to-developer-fires/">Buying Tweetie</a> seemed to be a tacit acknowledgement of this weakness and an attempt to rectify it. Acquisitions also have the benefit of sending a positive signal to developers since least some of them are embraced and not just replaced.</p>
<p>What&#8217;s Facebook doing during all of this?  Last year, Facebook seemed to be frantically copying Twitter &#8211; defaulting a lot of information to public, creating a canonical namespace, etc. Now that Twitter seems to be mimicing Facebook, Facebook&#8217;s best move is probably just to sit back and watch the Twitter ecosystem fight amongst itself.  As Facebooker Ivan Kirigin <a href="http://twitter.com/ikirigin/status/11920666017">tweeted</a> yesterday: &#8220;I suppose when your competition is making huge mistakes, you should just stfu.&#8221;</p>
<p><em>Disclosure: As with everything I write, I have a ton of conflicts of interest, some of which are listed </em><a href="http://foundercollective.com/companies"><em>here</em></a><em>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2010/04/10/twitter-and-3rd-party-developers/feed/</wfw:commentRss>
		<slash:comments>89</slash:comments>
		</item>
		<item>
		<title>Stickiness is bad for business</title>
		<link>http://cdixon.org/2010/03/25/stickiness-is-bad-for-business/</link>
		<comments>http://cdixon.org/2010/03/25/stickiness-is-bad-for-business/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 13:05:31 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[online advertising]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tech companies]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=3111</guid>
		<description><![CDATA[It is common to hear entrepreneurs and investors talk about the high level of engagement (what we used to call &#8220;stickiness&#8221;) of their website.  They quite rightly believe that it&#8217;s better to have a more engaging user experience, as that generally means happy users. Unfortunately, the dominant advertising model on the web &#8211; Cost per [...]]]></description>
			<content:encoded><![CDATA[<p>It is common to hear entrepreneurs and investors talk about the high level of engagement (what we used to call &#8220;stickiness&#8221;) of their website.  They quite rightly believe that it&#8217;s better to have a more engaging user experience, as that generally means happy users. Unfortunately, the dominant advertising model on the web &#8211; Cost per Click (CPC) &#8211; rewards un-sticky websites.  As <a href="http://blog.rlucas.net/tech_and_market_reflections/paradox_of_quality_site_visits/">Randall Lucas</a> <a href="http://cdixon.org/2010/02/19/a-massive-misallocation-of-online-advertising-dollars/?success#comment-35531015">said</a> in response to one of my earlier <a href="http://cdixon.org/2010/02/19/a-massive-misallocation-of-online-advertising-dollars/">posts</a>:</p>
<blockquote><p>The paradox, it seems is this: in a pay-per-click driven world, site visitors who want to stay on your site — due to it having the once-much-lauded quality of “stickiness” — are worth <em>much less</em> than those who want to flee your site because it’s clearly not valuable, and hence will click through to somewhere else.</p></blockquote>
<p>Facebook recently became the most <a href="http://money.cnn.com/2010/03/16/technology/facebook_most_visited/">visited site</a> on the web. Yet their revenues are rumored to around $1B &#8211; about 1/30 of what <a href="http://finance.yahoo.com/q/ks?s=GOOG">Google&#8217;s revenues</a> will be this year. Google has the perfect revenue-generating combination:  people come to the site often, leave quickly, and often have <a href="http://cdixon.org/2009/09/27/online-advertising-is-all-about-purchasing-intent/">purchasing intent</a>. Facebook has tons of visitors but they generally come to socialize, not to buy things, and they rarely click on ads that take them to other sites. <strong>Facebook is like a Starbucks where everyone hangs out for hours but almost never buys anything.</strong></p>
<p>The revenue gap between sites like Facebook and Google should narrow over time.  Cost-per-click search ads are extremely good at <a href="http://cdixon.org/2009/09/29/why-content-sites-are-getting-ripped-off/">harvesting intent</a>, but bad at generating intent.  The vast majority of money spent on intent-generating advertising &#8212; brand advertising &#8212; still happens offline. Eventually this <a href="http://cdixon.org/2009/12/26/why-the-web-economy-will-continue-growing-rapidly/">money will have to go where people spend time</a>, which is increasingly online, at sites like Facebook. Somehow Coke, Tide, Nike, Budweiser etc. will have to convince the next generation to buy their mostly commodity products. Expect the online Starbucks of the future to have a lot more &#8211; and more effective &#8211; ads.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2010/03/25/stickiness-is-bad-for-business/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>News is a lousy business for Google too</title>
		<link>http://cdixon.org/2010/03/07/news-is-a-lousy-business-for-google-too/</link>
		<comments>http://cdixon.org/2010/03/07/news-is-a-lousy-business-for-google-too/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 20:47:18 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[economics]]></category>
		<category><![CDATA[online advertising]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tech companies]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=3039</guid>
		<description><![CDATA[There is a widespread myth that search engines have taken profits away from news websites. A few months ago, Rupert Murdoch said: &#8220;Google has devised a brilliant business model that avoids paying for news gathering yet profits off the search ads sold around that content.&#8221;
The reality is that news is a lousy business. Period. Even [...]]]></description>
			<content:encoded><![CDATA[<p>There is a widespread myth that search engines have taken profits away from news websites. A few months ago, Rupert Murdoch <a href="http://www.examiner.com/x-22639-Google-Trends-Examiner~y2009m11d19-Rupert-Murdoch-Google-profits-by-avoiding-newsgathering-costs">said</a>: &#8220;Google has devised a brilliant business model that avoids paying for news gathering yet profits off the search ads sold around that content.&#8221;</p>
<p>The reality is that news is a lousy business. Period. Even Google doesn&#8217;t make money on it. For example, here are Google&#8217;s search results for the phrase &#8220;afghanistan war&#8221;:</p>
<p><a href="http://cdixon.org/wp-content/uploads/2010/03/Screen-shot-2010-03-07-at-2.16.53-PM1.png"><img class="alignnone size-large wp-image-3047" title="Screen shot 2010-03-07 at 2.16.53 PM" src="http://cdixon.org/wp-content/uploads/2010/03/Screen-shot-2010-03-07-at-2.16.53-PM1-1024x642.png" alt="" width="500" /></a></p>
<p>Notice there aren&#8217;t any ads on the page.  This is because ads for &#8220;afghanistan war&#8221; generate such low revenues per query that Google doesn&#8217;t think it&#8217;s worth hurting the user experience with a cluttered page. Google can afford to do this on news queries (along with many other categories of queries) because their <a href="http://cdixon.org/2009/12/14/search-and-the-social-graph/">real business</a> is selling ads on queries where the user likely has  <a href="http://cdixon.org/2009/09/27/online-advertising-is-all-about-purchasing-intent/">purchasing intent</a>. Big money-making categories include travel, consumer electronics and malpractice lawyers. News queries are loss leaders.</p>
<p>It&#8217;s an historical accident that hard news categories like international and investigative reporting were part of profitable businesses.  The internet upended this model by 1) providing a new delivery method for classified ads (mainly Craigslist), 2) increasing the supply of newspapers from 1-2 per location to thousands per location, thereby driving the willingness-to-pay for news dramatically down, and 3) unbundling news categories, making cross subsidization increasingly hard.</p>
<p>The internet exposed hard news for what it is: a lousy standalone business. Google arguably contributed to this in many indirect ways, including by helping users find substitute news sources. But the idea that Google takes profits directly from newspapers is simply misinformed.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2010/03/07/news-is-a-lousy-business-for-google-too/feed/</wfw:commentRss>
		<slash:comments>80</slash:comments>
		</item>
	</channel>
</rss>

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