<?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>Chris Dixon &#187; startups</title>
	<atom:link href="http://cdixon.org/category/startups/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdixon.org</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 20:18:57 +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>Bedrock programming</title>
		<link>http://cdixon.org/2012/02/06/bedrock-programming/</link>
		<comments>http://cdixon.org/2012/02/06/bedrock-programming/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 02:37:16 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5668</guid>
		<description><![CDATA[&#8220;Bedrock programming&#8221; is a phrase used to describe a style of programming that favors building code from the ground up versus reusing existing open-source or proprietary code. In my first programming job out of college our bosses told us to entirely rebuild our product. The person in charge of the networking layer decided the best [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Bedrock programming&#8221; is a phrase used to describe a style of programming that favors building code from the ground up versus reusing existing open-source or proprietary code.</p>
<p>In my first programming job out of college our bosses told us to entirely rebuild our product. The person in charge of the networking layer decided the best way to do this was to write our own low-level networking toolkit, using some new, relatively untested networking techniques. We also wrote our own versions of core Java libraries (because, it was said, the existing ones weren&#8217;t sufficiently thread safe). This decision ended up leading to repeated delays and bugs, and a codebase that most of the other employees didn&#8217;t understand. It also made it much harder to train new hires and find replacements for departed employees.</p>
<p>A related issue is what is usually called the &#8220;bleeding edge&#8221; tendency: the desire to use the shiny &amp; new over the older &amp; battle-tested. Lately, I&#8217;ve personally been programming with MongoDB and love it. But I&#8217;m also an investor in a startup that made Mongo their main production database, and when their Mongo expert left unexpectedly it took them far longer to find a replacement than it would have to find a MySQL expert.</p>
<p>Great programmers are intensely curious and inventive. They love to improve code and try new things. There will always be bedrock and bleeding edge tendencies within strong engineering teams. The key is to have a great VP Engineering/CTO who can balance those tendencies with the reality that talent, money, and time are scarce, especially in startups.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2012/02/06/bedrock-programming/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Who should learn to program?</title>
		<link>http://cdixon.org/2012/01/31/who-should-learn-to-program/</link>
		<comments>http://cdixon.org/2012/01/31/who-should-learn-to-program/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 23:38:22 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5594</guid>
		<description><![CDATA[Recently, there&#8217;s been a lot of talk in the tech world and beyond about getting more people to learn computer programming. I think this is a worthy goal*, but the question should be considered from various angles. 1. Jobs &#38; the economy. Businesses all over the world need more programmers. Every company I know is [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, there&#8217;s been a lot of talk in the tech world and beyond about getting more people to learn computer programming. I think this is a worthy goal*, but the question should be considered from various angles.</p>
<p>1. <strong>Jobs &amp; the economy</strong>. Businesses all over the world need more programmers. Every company I know is hiring engineers (e.g. see this <a href="http://nytm.org/made/">list</a> of NY tech startups). Top programmers can make $100K+ right out of college. Yet there were only about 14,000 computer science (CS) majors <a href="http://cdixon.posterous.com/computer-science-majors-by-year">last year</a>. Meanwhile about 40,000 people got <a href="http://www.slate.com/articles/business/moneybox/2010/10/a_case_of_supply_v_demand.html">law degrees</a> even though demand for lawyers has been shrinking. America is suffering from what economists call <a href="http://en.wikipedia.org/wiki/Structural_unemployment">structural unemployment</a>:  jobs are available but our labor force isn&#8217;t trained for those jobs.</p>
<p>2. <strong>Programming is a great foundation for a tech/startup career</strong>. CS is a great foundation to do other things in tech industry like starting a tech company (although I&#8217;d argue that design is an increasingly valuable foundation for web startups). I suspect one of the reasons for the low number of CS majors is people don&#8217;t realize all the non-programming opportunities that are opened up by a background in programming.</p>
<p>3. <strong>Programming is an important part of being &#8220;culturally literate.&#8221;</strong> Algorithmic thinking is as fundamental a type of thinking as mathematical thinking. For example, <a href="http://ase.tufts.edu/cogstud/incbios/dennettd/dennettd.htm">Daniel Dennett</a> convincingly <a href="http://en.wikipedia.org/wiki/Darwin's_Dangerous_Idea">argues</a> that the best way to understand Darwin&#8217;s theory of evolution is by thinking of it as an algorithm. (I haven&#8217;t read it yet but I&#8217;m told the premise of Stephen Wolfram&#8217;s <a href="http://en.wikipedia.org/wiki/A_New_Kind_of_Science">A New Kind of Science</a> is that algorithmic methods should be applied much more broadly across the sciences). Teaching algorithmic thinking &#8211; which is what CS does &#8211; should be a core part of a liberal arts education.</p>
<p>4. <strong>Programming is a great activity.</strong>  Most people who program describe themselves as entering a mental <a href="http://en.wikipedia.org/wiki/Flow_(psychology)">flow state</a> where they are intensely immersed and time seems to fly by. It feels similar to reading a great book. You also feel great afterwards &#8211; it is the mental equivalent of going to the gym.</p>
<p>5. <strong>Should non-technical people at tech startups learn to code? </strong>This is where I disagree with some of the conventional wisdom. Certainly it is worthwhile learning programming, at least for reasons 3 &amp; 4 above. You should realize, however, that to become a good programmer takes thousands of hours of practice. I&#8217;d also argue that if you are a non-technical person working at a web company the the first thing you should learn is internet architecture (DNS, http, html, web servers, database, TCP/UDP, IP, etc). Learning some programming is good too, to help relate to technical colleagues. But if your goal is to build a large-scale web service, your time as a non-technical person is better spent recruiting people who have been coding for years.</p>
<p>* Disclosure: I&#8217;m an investor via Founder Collective in two companies related to teaching programming:  <a href="http://www.codecademy.com/">Codecademy</a> and <a href="http://www.hackerschool.com/">Hacker School</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2012/01/31/who-should-learn-to-program/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>Chris Sacca on the implied user contract</title>
		<link>http://cdixon.org/2012/01/23/chris-sacca-on-the-implied-user-contract/</link>
		<comments>http://cdixon.org/2012/01/23/chris-sacca-on-the-implied-user-contract/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 02:23:22 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5584</guid>
		<description><![CDATA[Chris Sacca nicely summarized today&#8217;s FB vs Google vs Twitter controversy: It comes down to what each company has promised its users. Facebook promised its users their stuff would be private, which is why users rightfully get pissed when that line blurs. Twitter has promised users, well, that it will stay up, and that is [...]]]></description>
			<content:encoded><![CDATA[<p>Chris Sacca nicely <a href="http://cdixon.org/2012/01/23/whats-not-evil-ranking-content-fairly-and-letting-public-content-get-indexed/#comment-419240267">summarized</a> today&#8217;s FB vs Google vs Twitter controversy:</p>
<blockquote><p>It comes down to what each company has promised its users. Facebook promised its users their stuff would be private, which is why users rightfully get pissed when that line blurs. Twitter has promised users, well, that it will stay up, and that is why users rightfully get pissed when the whale is back.</p>
<p>Google has promised its users and the entire tech community, again and again, that it would put their interests first, and that is why Google users, rightfully get pissed when their results are deprecated to try to promote a lesser Google product instead.</p></blockquote>
<p>It&#8217;s all about expectations.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2012/01/23/chris-sacca-on-the-implied-user-contract/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What&#8217;s not evil: ranking content fairly *and* letting public content get indexed</title>
		<link>http://cdixon.org/2012/01/23/whats-not-evil-ranking-content-fairly-and-letting-public-content-get-indexed/</link>
		<comments>http://cdixon.org/2012/01/23/whats-not-evil-ranking-content-fairly-and-letting-public-content-get-indexed/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 00:44:26 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5565</guid>
		<description><![CDATA[Please see update at bottom Most websites spend massive amounts of time and money to get any of their pages index and ranked by Google&#8217;s search engine. Indeed, there is a entire billion dollar industry (SEO) devoted to helping companies get their content indexed and ranked. Twitter and Facebook have decided to disallow Google from [...]]]></description>
			<content:encoded><![CDATA[<p><em>Please see update at bottom</em></p>
<p>Most websites spend massive amounts of time and money to get <em>any</em> of their pages index and ranked by Google&#8217;s search engine. Indeed, there is a entire billion dollar industry (SEO) devoted to helping companies get their content indexed and ranked.</p>
<p>Twitter and Facebook have decided to disallow Google from indexing 99.9% of their content. Twitter won&#8217;t let Google index tweets and Facebook won&#8217;t let Google index status updates and most other user and brand generated content. In Facebook&#8217;s case this makes sense for content that users have designated as non-public. In Twitter&#8217;s case, the vast majority of the blocked content is designated by users as public. Furthermore, Twitter&#8217;s own search function rarely works for tweets older than a week (from Twitter&#8217;s search <a href="https://dev.twitter.com/docs/using-search">documentation</a>, they return &#8220;6-9 days of Tweets&#8221;).</p>
<p>There is a <a href="http://pandodaily.com/2012/01/23/google-do-yourself-a-favor-and-just-come-clean-already/">debate</a> going today in the tech world: Facebook and Twitter are upset that Google won&#8217;t highly rank the 0.1% of their content they make indexable. Facebook and Twitter even created something they call the <a href="http://searchengineland.com/dont-be-evil-tool-google-108971">&#8220;Don&#8217;t be evil&#8221; toolbar</a> that reranks Google search results the way they&#8217;d like them to be ranked. The clear implication is that Google is violating their famous credo and acting &#8220;evil&#8221;.</p>
<p>The vast majority of websites would dream of having the problem of being able to block Google from 99.9% of their content and have the remaining 0.1% rank at the top of results. What would be best for users &#8211; and least &#8220;evil&#8221; &#8211; would be to let all public content get indexed and have Google rank that content &#8220;fairly&#8221; without favoring their own content. Facebook and Twitter are right about Google&#8217;s rankings, but Google is right about Facebook and Twitter blocking public content from being indexed.</p>
<p><em>Update: after posting this I got a bunch of emails, tweets and comments telling me that Twitter does in fact allow Google to index all their tweets, and that any missing tweets are the fault of Google, not Twitter. A few people <a href="https://twitter.com/#!/hershberg/status/161622294869983233">suggested</a> that without firehose access Google can&#8217;t be expected to index all tweets. At any rate, I think the &#8220;Why aren&#8217;t all tweets indexed?&#8221; issue is more nuanced than I argued above.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2012/01/23/whats-not-evil-ranking-content-fairly-and-letting-public-content-get-indexed/feed/</wfw:commentRss>
		<slash:comments>62</slash:comments>
		</item>
		<item>
		<title>Revenue vs margin</title>
		<link>http://cdixon.org/2012/01/22/revenue-exceptionalism-vs-margin-exceptionalism/</link>
		<comments>http://cdixon.org/2012/01/22/revenue-exceptionalism-vs-margin-exceptionalism/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 22:22:39 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5526</guid>
		<description><![CDATA[Three years ago, Fred Wilson wrote a great blog post called When Talking About Business Models, Remember that Profits Equal Revenues Minus Costs. The point he made was both simple and profound. The simple part is summed up in the post&#8217;s title[1]. The profound part is that high growth, early-stage tech companies often have a choice [...]]]></description>
			<content:encoded><![CDATA[<p>Three years ago, Fred Wilson wrote a great blog post called <a href="http://www.avc.com/a_vc/2009/01/when-talking-about-business-models-remember-that-profits-equal-revenues-minus-costs.html">When Talking About Business Models, Remember that Profits Equal Revenues Minus Costs</a>. The point he made was both simple and profound. The simple part is summed up in the post&#8217;s title<em>[1]</em>. The profound part is that high growth, early-stage tech companies often have a choice about how to become exceptionally valuable businesses: they can focus on growing revenues at the expense of margins, or margins at the expense of revenues.</p>
<p>Most recent successful tech companies seem to have chosen the former: growing revenues at the expense of margins. Again and again, we see S-1 filings with revenues growing rapidly but profit margins that are low to negative. The same is true for the rumored financials of private companies. I think I understand why they made this choice, but wonder if it was a mistake.</p>
<p>To understand why these companies made this choice, you need to look at their formative stages. Many of them raised money from VC&#8217;s at multi-hundred-million to multi-billion dollar valuations, often before the companies were profitable or had even settled on a business model. In most cases, the companies and investors were acting reasonably<em>[2].</em> But the end results might have been to unwittingly commit themselves to revenue over margin growth.</p>
<p>Why? Money has its own inertia and somehow always seems to get spent. Some of this spending is reasonable and even necessary (infrastructure, <a href="http://www.pinspire.com">defensive</a> expansion to international markets). But then there are harder choices. For example, do you invest heavily in sales and marketing to grow your revenue faster? Do you stay open and try to become a platform and therefore force yourself to experiment with new business models? Or do you become closed to &#8220;own the user&#8221; and therefore benefit from existing business models like advertising? Fast revenue growth seems to be the best way to justify your valuation. But the next thing you know you have a high cost structure that requires you to raise even more money and grow revenue even faster.</p>
<p>The root cause here is a deeply held belief throughout the business world that exceptional revenue growth is more likely than exceptional margins. For example, if you talk to professional public market investors and analysts you&#8217;ll often hear statements like &#8220;that&#8217;s a low margin industry&#8221; &#8211; implying that every industry has &#8220;natural&#8221; profit margins which companies can only defy for short periods of time. This belief is also reflected in public market valuations for recent tech IPOs: companies like Groupon that put revenue over margins command very healthy valuations.</p>
<p>The problem is that this deeply held belief in &#8220;revenue exceptionalism&#8221; over &#8220;margin exceptionalism&#8221; is a hangover from the industrial era. Unlike industrial era companies, information businesses tend to be <a href="http://www.bothsidesofthetable.com/2011/12/22/the-amazing-power-of-deflationary-economics-for-startups/">deflationary</a>, shrinking the overall revenue of an industry. They also tend to have network effects (and <a href="http://cdixon.org/2009/08/25/six-strategies-for-overcoming-chicken-and-egg-problems/">complementary network effects</a>), making them more defensible and therefore higher margin than non tech businesses. Given this, why do companies continue seeking revenue at the expense of margins? Fred made this same point in his original post, but people didn&#8217;t seem to listen.</p>
<p>&nbsp;</p>
<p>[1] Companies (like all cash generating assets) are ultimately valued at a multiple of present and projected future profits. The historical average P/E ratio of the DJIA is about 15, meaning that (on average) if a company is generating $100M in profit, it is valued at $1.5B (Fred prefers to use a 10 multiple, perhaps to be conservative?). One way to understand this is to imagine that companies dividend out all their profits every year. If you bought something for $1.5B and it dividended out $100M every year, that would be a 6.6% annual return.</p>
<p>[2] Why are these high-priced financings reasonable? From the company&#8217;s perspective: your traffic is growing so fast you need to invest millions of dollars in infrastructure. Meanwhile copycats are popping up in other countries. You don&#8217;t know if the financial markets will suddenly dry up. Someone offers you, say, $50M for minimal dilution. Seems like a reasonable hedge. From the investor&#8217;s perspective: the history of venture capital shows that almost all the returns are generated from big hits like Amazon, eBay, Facebook and Google. (As Paul Graham once put it: &#8220;The difference between a bad VC fund and a great VC fund is one big hit&#8221;).</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2012/01/22/revenue-exceptionalism-vs-margin-exceptionalism/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Maximizing capacity utilization as a startup premise</title>
		<link>http://cdixon.org/2012/01/05/maximizing-capacity-utilization-as-a-startup-premise/</link>
		<comments>http://cdixon.org/2012/01/05/maximizing-capacity-utilization-as-a-startup-premise/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 23:45:47 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5492</guid>
		<description><![CDATA[In stark contrast to other major airlines, Southwest has been profitable for 40 years. If Southwest had one core &#8220;startup premise&#8221; it was this: for every second the planes sat on the ground, their airplanes and people were costing them money but not generating revenue. So Southwest designed an airline from the ground up that maximized capacity [...]]]></description>
			<content:encoded><![CDATA[<p>In stark contrast to other major airlines, Southwest has been profitable for 40 years. If Southwest had one core &#8220;startup premise&#8221; it was this: for every second the planes sat on the ground, their airplanes and people were costing them money but not generating revenue. So Southwest designed an airline from the ground up that maximized <a href="http://www.businessdictionary.com/definition/capacity-utilization.html">capacity utilization</a>. They avoided the hub-and-spoke system that led to cascading delays. They removed meals to reduce ground crew times, along with assigned seating so passengers would hurry onto the plane to get good seats. They used only one aircraft type to reduce maintenance times.</p>
<p>Some of the most interesting startups today are founded on the same premise of maximizing capacity utilization. Being information technology startups, their method for doing so is generally by matching demand for capacity with supply of un-utilized capacity. AirBnB lets people rent out unused space, increasing the utilization of their homes. Uber lets drivers rent out their unused time, increasing the utilization of their cars and labor. Services like TaskRabbit are trying let people fully utilize their &#8220;labor capacity&#8221;. Over time, services that increase capacity utilization tend to drive prices down (even if, at first, they sometimes have higher prices).</p>
<p>Whenever Southwest would begin servicing a new city, it drove prices down so dramatically that economists began referring to it as the &#8220;<a href="http://en.wikipedia.org/wiki/The_Southwest_Effect">Southwest Effect</a>&#8220;. One particularly remarkable aspect of the Southwest Effect: when Southwest began servicing a city, it would stimulate new business activity &#8211; and thus air travel &#8211; to such an extent that even Southwest&#8217;s less efficient competitors ended up benefiting.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2012/01/05/maximizing-capacity-utilization-as-a-startup-premise/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Building products from improvised user behaviors</title>
		<link>http://cdixon.org/2012/01/02/building-products-from-improvised-user-behaviors/</link>
		<comments>http://cdixon.org/2012/01/02/building-products-from-improvised-user-behaviors/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 21:49:39 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5458</guid>
		<description><![CDATA[For a long time, there were niche communities of &#8220;lo-fi&#8221; camera enthusiasts: people who shared photos taken on old cameras that had interesting ways of filtering shots. The iPhone app Hipstamatic popularized lo-fi filters, selling over 1M copies. Because Hipstamatic lacked sharing features, many users took pictures with Hipstamatic and then shared them using other apps. Then came Instagram, [...]]]></description>
			<content:encoded><![CDATA[<p>For a long time, there were niche communities of <a href="http://www.flickr.com/groups/tlfcc/">&#8220;lo-fi&#8221; camera</a> enthusiasts: people who shared photos taken on old cameras that had interesting ways of filtering shots. The iPhone app <a href="http://en.wikipedia.org/wiki/Hipstamatic">Hipstamatic</a> popularized lo-fi filters, selling over 1M copies. Because Hipstamatic lacked sharing features, many users took pictures with Hipstamatic and then shared them using other apps. Then came Instagram, which combined lo-fi filters and easy sharing. Instagram has been downloaded 15M times and has apparently crossed over to mainstream users.</p>
<p>Instagram built a product devoted to a <a href="http://cdixon.org/2011/12/21/whats-the-job-users-hire-your-product-to-do/">job</a> that users were previously performing improvisationally using multiple products. This is a common pattern for popular software and services. Before Twitter, people shared interesting links through email or &#8220;link round-up&#8221; blog posts. Tumblr&#8217;s short-form blogging/re-blogging was inspired by an &#8220;unintended&#8221; use of long-form blogging platforms like WordPress. Before Foursquare, power socializers sent out mass text messages with their locations (in fact, Foursquare&#8217;s predecessor Dodgeball did exactly that).</p>
<p>New startup ideas are all around you, in the improvised behaviors of people you know. It takes a keen product eye, however, to notice these improvisational behaviors and recognize which ones are worthy of being developed into standalone products.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2012/01/02/building-products-from-improvised-user-behaviors/feed/</wfw:commentRss>
		<slash:comments>57</slash:comments>
		</item>
		<item>
		<title>Recruiting programmers to your startup</title>
		<link>http://cdixon.org/2011/12/29/recruiting-programmers-to-your-startup/</link>
		<comments>http://cdixon.org/2011/12/29/recruiting-programmers-to-your-startup/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 17:41:06 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5428</guid>
		<description><![CDATA[Here are some things I&#8217;ve learned over the years about recruiting programmers* to startups. This is a big topic: many of the points I make briefly here could warrant their own blog posts, and I&#8217;m sure I&#8217;ve omitted a lot. - The most important thing to understand is what motivates programmers. This is where having [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some things I&#8217;ve learned over the years about recruiting programmers* to startups. This is a big topic: many of the points I make briefly here could warrant their own blog posts, and I&#8217;m sure I&#8217;ve omitted a lot.</p>
<p>- The most important thing to understand is what motivates programmers. This is where having been a programmer yourself can be very helpful. In my experience programmers care about 1) working on interesting technical problems, 2) working with other talented people, 3) working in a friendly, creative environment, 4) working on software that ends up getting used by lots of people. Like everyone, compensation matters, but for programmers it is often a &#8220;threshold variable&#8221;. They want enough to not have to spend time worrying about money, but once an offer passes their minimum compensation threshold they&#8217;ll decide based on other factors.</p>
<p>- Software development is a creative activity and needs to be treated as such. Sometimes a programmer can have an idea on, say, the subway that can save weeks of work or add some great new functionality. Business people who don&#8217;t understand this make the mistake of emphasizing mechanistic metrics like the number of hours in the office and the number of bugs fixed per week. This is demoralizing and counterproductive. Of course if you are running a company you need to have deadlines, but you can do so while also being very flexible about how people reach them.</p>
<p>It is sometimes helpful to think of recruiting as 3 phases: finding candidates, screening candidates, and convincing candidates to join you.</p>
<p>- Finding means making contact with good candidates. There are no shortcuts here. You need to <a href="http://cdixon.org/2011/04/12/showing-up/">show up</a> to schools, hackathons, meetups &#8211; wherever great programmers hang out. If your existing employees love their jobs they will refer friends. Try to generate inbound contacts by creating buzz around your company. If you have trouble doing that (it&#8217;s hard), try simple things like blogging about topics that are interesting to programmers.</p>
<p>- Screening. Great programmers love to program and will have created lots of software that wasn&#8217;t for their jobs or school homework. Have candidates meet and (bidirectionally) interview everyone they&#8217;ll potentially be working with. If the candidate has enough free time try to do a trial project. There are also more procedural things that can be useful like code tests (although they need to be done in a respectful way and they are more about getting to know how each side thinks than actually testing whether the candidate knows how to program (hopefully you know that by this stage)).</p>
<p>- Convincing them to join you. This is the hardest part. Great programmers have tons of options, including cofounding their own company. The top thing you need to do is convince them what you hopefully already believe (and have been pitching investors, press etc): that your company is doing something important and impactful. The next thing you need to do is convince them that your company is one that values and takes care of employees. The best way to do this is to have a track record of treating people well and offer those past employees as references.</p>
<p>A few things not to do: you will never beat, say, Google on perks or job security so don&#8217;t even bother to pitch those. You&#8217;ll never beat Wall Street banks or rich big companies on cash salary so don&#8217;t pitch that either. You&#8217;ll never beat cofounding a company on the equity grant, but you can make a good case that, with the right equity grant, the risk/reward trade off of less equity with you is worth it.</p>
<p>Finally, I&#8217;ve <a href="http://cdixon.org/2009/08/24/the-worst-time-to-join-a-startup-is-right-after-it-gets-initial-vc-financing/">long believed</a> that early-stage, funded startups systematically under-grant equity to employees. Programmers shouldn&#8217;t have to choose between owning a fraction of a percent of an early-stage funded company and owning 50% of an unfunded company they&#8217;ve cofounded. Naval Ravikant recently wrote a great <a href="http://startupboy.com/2011/12/13/why-you-cant-hire/">post</a> about this:</p>
<blockquote><p>Post-traction companies can use the old numbers – you can’t. Your first two engineers? They’re just late founders. Treat them as such. Expect as much.</p></blockquote>
<p>Making those first engineers &#8220;late cofounders&#8221; will dramatically increase your chances of recruiting great people. This is a necessary (but not sufficient) condition for getting the recruiting flywheel spinning where great people beget more great people.</p>
<p><em>* As someone who personally programmed for 20 years including about 10 years professionally, I preferred to call myself a &#8220;programmer.&#8221; Some people prefer other words like &#8220;hacker&#8221; &#8220;developer&#8221;, &#8220;engineer&#8221; etc. I think the difference is just uninteresting nomenclature but others seem to disagree.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/29/recruiting-programmers-to-your-startup/feed/</wfw:commentRss>
		<slash:comments>92</slash:comments>
		</item>
		<item>
		<title>My year in blogging</title>
		<link>http://cdixon.org/2011/12/28/my-year-in-blogging/</link>
		<comments>http://cdixon.org/2011/12/28/my-year-in-blogging/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 02:54:56 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5415</guid>
		<description><![CDATA[It was a mixed year for me as a blogger. I didn&#8217;t post much as I would have liked &#8211; I spent most of the year working with eBay in a process that eventually led to Hunch being acquired. But I also learned a lot and tried to share some of those learnings here. Below [...]]]></description>
			<content:encoded><![CDATA[<p>It was a mixed year for me as a blogger. I didn&#8217;t post much as I would have liked &#8211; I spent most of the year working with eBay in a process that eventually led to Hunch being acquired. But I also learned a lot and tried to share some of those learnings here. Below are the posts I think were the best and also seemed to get the most pageviews and reader comments.</p>
<p><a href="http://cdixon.org/2011/12/19/an-internet-of-people/">An internet of people</a></p>
<p><a href="http://cdixon.org/2011/12/05/horizontal-specialization-as-a-catalyst-for-startups/">Making industries “garage ready” for startups</a></p>
<p><a href="http://cdixon.org/2011/11/28/business-development-the-goldilocks-principle/">Business development: the goldilocks principle</a></p>
<p><a href="http://cdixon.org/2011/09/28/some-lessons-learned/">Some lessons learned</a></p>
<p><a href="http://cdixon.org/2011/08/28/do-you-want-to-sell-sugar-water-or-do-you-want-to-change-the-world/ ">Do you want to sell sugar water or do you want to change the world?</a></p>
<p><a href="http://cdixon.org/2011/08/02/what-the-nyc-startup-world-needs-and-doesnt-need/">What the NYC startup world needs (and doesn&#8217;t need)</a></p>
<p><a href="http://cdixon.org/2011/06/19/foundermarket-fit/">Founder/market fit</a></p>
<p><a href="http://cdixon.org/2011/05/04/best-practices-for-raising-a-vc-round/">Best practices for raising a VC round</a></p>
<p><a href="http://cdixon.org/2011/04/26/there-are-two-kinds-of-people-in-the-world/">There are two kinds of people in the world</a></p>
<p><a href="http://cdixon.org/2011/04/17/apple-and-the-tv-industry/">Apple and the TV industry</a></p>
<p><a href="http://cdixon.org/2011/04/10/googles-social-strategy/">Google&#8217;s social strategy</a></p>
<p><a href="http://cdixon.org/2011/03/23/mit-is-a-national-treasure/">MIT is a national treasure</a></p>
<p><a href="http://cdixon.org/2011/03/21/dropbox-and-why-you-should-invest-in-people/">Dropbox and why you should invest in people</a></p>
<p><a href="http://cdixon.org/2011/03/05/seo-is-no-longer-a-viable-marketing-strategy-for-startups/">SEO is no longer a viable marketing strategy for startups</a></p>
<p><a href="http://cdixon.org/2011/02/05/selling-pickaxes-during-a-gold-rush/">Selling pickaxes during a gold rush</a></p>
<p><a href="http://cdixon.org/2011/01/13/predicting-the-future-of-the-internet-is-easy-anything-it-hasnt-yet-dramatically-transformed-it-will/">Predicting the future of the Internet is easy: anything it hasn’t yet dramatically transformed, it will.</a></p>
<p>For older posts, see the <a href="http://cdixon.org/contents/">contents</a> page. I haven&#8217;t updated this page in a long time but plan to do so soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/28/my-year-in-blogging/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Michael Lewis&#8217; Boomerang</title>
		<link>http://cdixon.org/2011/12/22/michael-lewis-boomerang/</link>
		<comments>http://cdixon.org/2011/12/22/michael-lewis-boomerang/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 21:17:34 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5403</guid>
		<description><![CDATA[Michael Lewis&#8217; Boomerang is the best book you can read to understand the global credit crisis. Here&#8217;s an excerpt from the chapter on Iceland that involves fishing, smelting, banking, and elves. Yes, elves. Alcoa, the biggest aluminum company in the country, encountered two problems peculiar to Iceland when, in 2004, it set about erecting its [...]]]></description>
			<content:encoded><![CDATA[<p>Michael Lewis&#8217; <em><a href="http://www.nytimes.com/2011/09/27/books/boomerang-by-michael-lewis-review.html?pagewanted=all">Boomerang</a></em> is the best book you can read to understand the global credit crisis. Here&#8217;s an excerpt from the chapter on Iceland that involves fishing, smelting, banking, and elves. Yes, elves.</p>
<blockquote><p>Alcoa, the biggest aluminum company in the country, encountered two problems peculiar to Iceland when, in 2004, it set about erecting its giant smelting plant. The first was the so-called hidden people—or, to put it more plainly, elves—in whom some large number of Icelanders, steeped long and thoroughly in their rich folkloric culture, sincerely believe. Before Alcoa could build its smelter it had to defer to a government expert to scour the enclosed plant site and certify that no elves were on or under it. It was a delicate corporate situation, an Alcoa spokesman told me, because they had to pay hard cash to declare the site elf-free, but, as he put it, “we couldn’t as a company be in a position of acknowledging the existence of hidden people.” The other, more serious problem was the Icelandic male: he took more safety risks than aluminum workers in other nations did. “In manufacturing,” says the Alcoa spokesman, “you want people who follow the rules and fall in line. You don’t want them to be heroes. You don’t want them to try to fix something it’s not their job to fix, because they might blow up the place.” The Icelandic male had a propensity to try to fix something it wasn’t his job to fix.</p>
<p>Back away from the Icelandic economy and you can’t help but notice something really strange about it: the people have cultivated themselves to the point where they are unsuited for the work available to them. All these exquisitely schooled, sophisticated people, each and every one of whom feels special, are presented with two mainly horrible ways to earn a living: trawler fishing and aluminum smelting. There are, of course, a few jobs in Iceland that any refined, educated person might like to do. Certifying the nonexistence of elves, for instance. (“This will take at least six months—it can be very tricky.”) But not nearly so many as the place needs, given its talent for turning cod into PhDs. At the dawn of the twenty-first century, Icelanders were still waiting for some task more suited to their filigreed minds to turn up inside their economy so they might do it.</p>
<p>Enter investment banking.</p></blockquote>
<p>It&#8217;s a short book &#8211; just 5 chapters covering Iceland, Ireland, Germany, Greece, and California. What&#8217;s particular fascinating is how each place had a wildly different reaction to the credit glut.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/22/michael-lewis-boomerang/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>The TripAdvisor IPO</title>
		<link>http://cdixon.org/2011/12/21/the-tripadvisor-ipo/</link>
		<comments>http://cdixon.org/2011/12/21/the-tripadvisor-ipo/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 01:10:24 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5385</guid>
		<description><![CDATA[- Great startup story. Raised a total of $4.2m in venture capital, sold to IAC/Expedia for $210M, and had some interesting adventures and pivots along the way. They started out by trying to aggregate reviews from other websites and white label their product to Expedia and other large travel websites. TripAdvisor.com was just a showcase [...]]]></description>
			<content:encoded><![CDATA[<p>- <em>Great startup story.</em> Raised a total of $4.2m in venture capital, sold to IAC/Expedia for $210M, and had some interesting adventures and pivots along the way. They started out by trying to aggregate reviews from other websites and white label their product to Expedia and other large travel websites. TripAdvisor.com was just a showcase that accidentally became a destination site. As of today TripAdvisor is an independent public company, trading at a market cap of $3.5B.</p>
<p>- <em>Great for Boston</em>. Fairly or not, Boston is often typecast as an infrastructure, B2B, hardware, and biotech town. Between Tripadvisor and Kayak, Boston now has at least two very important consumer internet companies.</p>
<p>- <em>Big win for the &#8220;golden age of SEO&#8221;</em>.  By which I&#8217;m referring to roughly 2001-2008 when &#8220;demand&#8221; for content (people typing in search queries) far outpaced supply (good content). Companies like Yelp and TripAdvisor (along with Wikipedia, IMDB, etc) grew huge during this period, almost entirely through SEO. They did this by getting highly defensible flywheels spinning where more content meant more SEO which meant more users which meant more content. It is now <a href="http://cdixon.org/2011/03/05/seo-is-no-longer-a-viable-marketing-strategy-for-startups/">far more difficult</a> to grow a startup primarily through SEO. Almost all monetizable search categories have vast excesses of SEOd content. Moreover, Google is creating their own content (e.g. Google Places) which, at least at times, they have favored in their search results.</p>
<p>- <em>The user experience should improve.</em> MG Siegler and others have <a href="http://techcrunch.com/2010/11/12/tripadvisor-is-a-great-advertisement/">criticized</a> TripAdvisor for an excess of ads. I don&#8217;t disagree with MG, but I also think this is largely the result of the <a href="http://cdixon.org/2010/02/19/a-massive-misallocation-of-online-advertising-dollars/">broken online ad attribution system</a> that punishes intent generators and rewards intent harvestors. Travel reviews are for users at the beginning of the travel research process (which on average takes weeks), but all CPA and CPC ad programs pay only for the last click which usually means when users are purchasing tickets or making reservations. Hence review sites are forced to saturate their website real estate with purchasing widgets and display ads. Hopefully as online ad attribution improves this will no longer be necessary.</p>
<p>-<em> It&#8217;s weird how little coverage this IPO got and how the financial press missed </em><em>the interesting stories.</em> TripAdvisor ended the day at ~$3.5B in market cap, making it the second most valuable East Coast consumer internet company (after Priceline). Every story I saw focused on the share price drop over the day. The fact that the price dropped from its opening price simply means the bankers mispriced the stock and therefore insiders didn&#8217;t get the sweetheart deal they thought they were getting.</p>
<p><strong>Update</strong>: I <a href="http://techcrunch.com/2011/12/21/founder-stories-tripadvisors-kaufer-crucial-early-decisions-paved-the-way-for-an-ipo/">interviewed</a> the CEO/founder of TripAdvisor on TechCrunch yesterday. Topics include the company&#8217;s origins, relationship with Google, SOPA, and advice to fledgling entrepreneurs.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/21/the-tripadvisor-ipo/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>What jobs are users hiring your product to perform?</title>
		<link>http://cdixon.org/2011/12/21/whats-the-job-users-hire-your-product-to-do/</link>
		<comments>http://cdixon.org/2011/12/21/whats-the-job-users-hire-your-product-to-do/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 08:04:36 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5375</guid>
		<description><![CDATA[One of Clay Christensen&#8217;s favorite concepts is that instead of dividing your customers into segments and asking which features each segment would like, you should think about what &#8220;job&#8221; the customers are &#8220;hiring&#8221; you product to perform. Here is an example: A fast-food restaurant chain wanted to improve its milkshake sales. The company started by [...]]]></description>
			<content:encoded><![CDATA[<p>One of <a href="http://en.wikipedia.org/wiki/Clayton_M._Christensen">Clay Christensen&#8217;s</a> favorite concepts is that instead of dividing your customers into segments and asking which features each segment would like, you should think about what &#8220;job&#8221; the customers are &#8220;hiring&#8221; you product to perform. <a href="http://hbswk.hbs.edu/item/6496.html">Here</a> is an example:</p>
<blockquote><p>A fast-food restaurant chain wanted to improve its milkshake sales. The company started by segmenting its market both by product (milkshakes) and by demographics (a marketer&#8217;s profile of a typical milkshake drinker). Next, the marketing department asked people who fit the demographic to list the characteristics of an ideal milkshake (thick, thin, chunky, smooth, fruity, chocolaty, etc.). The would-be customers answered as honestly as they could, and the company responded to the feedback. But alas, milkshake sales did not improve.</p>
<p>The company then enlisted the help of one of Christensen&#8217;s fellow researchers, who approached the situation by trying to deduce the &#8220;job&#8221; that customers were &#8220;hiring&#8221; a milkshake to do. First, he spent a full day in one of the chain&#8217;s restaurants, carefully documenting who was buying milkshakes, when they bought them, and whether they drank them on the premises. He discovered that 40 percent of the milkshakes were purchased first thing in the morning, by commuters who ordered them to go.</p>
<p>The next morning, he returned to the restaurant and interviewed customers who left with milkshake in hand, asking them what job they had hired the milkshake to do. &#8220;Most of them, it turned out, bought [the milkshake] to do a similar job,&#8221; he writes. &#8220;They faced a long, boring commute and needed something to keep that extra hand busy and to make the commute more interesting. They weren&#8217;t yet hungry, but knew that they&#8217;d be hungry by 10 a.m.; they wanted to consume something now that would stave off hunger until noon. And they faced constraints: They were in a hurry, they were wearing work clothes, and they had (at most) one free hand.&#8221;</p>
<p>The milkshake was hired in lieu of a bagel or doughnut because it was relatively tidy and appetite-quenching, and because trying to suck a thick liquid through a thin straw gave customers something to do with their boring commute. Understanding the job to be done, the company could then respond by creating a morning milkshake that was even thicker (to last through a long commute) and more interesting (with chunks of fruit) than its predecessor. The chain could also respond to a separate job that customers needed milkshakes to do: serve as a special treat for young children—without making the parents wait a half hour as the children tried to work the milkshake through a straw. In that case, a different, thinner milkshake was in order.</p></blockquote>
<p>There are at least three obvious ways to apply this concept: 1) when searching for startup ideas, think about jobs people want done that they can&#8217;t currently get done, 2) when thinking about how to fix or improve your product, understand why existing users are hiring your product (or should be hiring your product) and try to improve those experiences, 3) when analyzing markets, segment companies by the jobs they are hired for. Sometimes products that might appear similar (e.g. two photo sharing apps) are actually hired for very different purposes, and are therefore misclassified as competitors.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/21/whats-the-job-users-hire-your-product-to-do/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Trusting platforms</title>
		<link>http://cdixon.org/2011/12/20/trusting-platforms/</link>
		<comments>http://cdixon.org/2011/12/20/trusting-platforms/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 01:30:57 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5362</guid>
		<description><![CDATA[In response to my post yesterday about how an internet of people has enabled a new wave of web-based marketplaces, Nick Mango commented: There&#8217;s actually 2 levels of trust here. The first is knowing and trusting the person you&#8217;re buying from. And if you don&#8217;t know who they are, then you must move on to [...]]]></description>
			<content:encoded><![CDATA[<p>In response to my post yesterday about how an <a href="http://cdixon.org/2011/12/19/an-internet-of-people/">internet of people</a> has enabled a new wave of web-based marketplaces, <a href="http://twitter.com/#!/Alternate1985">Nick Mango</a> commented:</p>
<blockquote><p>There&#8217;s actually 2 levels of trust here. The first is knowing and trusting the person you&#8217;re buying from. And if you don&#8217;t know who they are, then you must move on to the second level of trust, which is do you know and trust the platform the person is using.</p></blockquote>
<p>The ability to have &#8220;second order trust&#8221; is one of many reasons the internet has made so many institutions obsolete. Take the SEC&#8217;s role in policing private companies that market themselves to potential investors. This was sensible consumer protection back when the government was arguably the only organization that had the means and incentives to identify fraudulent investment schemes. But today we have many examples of websites that&#8217;ve built mechanisms for reliably tracking the reputations of individuals and organizations. This means the SEC could &#8211; in theory &#8211; make the unit of regulation platforms instead of investors and startups (something the <a href="http://venturebeat.com/2011/11/08/faq-what-the-new-u-s-crowdfunding-bill-means-for-entrepreneurs/">crowdfunding bill</a> being considered by Congress seems to do at least in part), which in turn could unleash a new wave of innovation among crowdfunding platforms and crowdfunded startups.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/20/trusting-platforms/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>An internet of people</title>
		<link>http://cdixon.org/2011/12/19/an-internet-of-people/</link>
		<comments>http://cdixon.org/2011/12/19/an-internet-of-people/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 20:23:37 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5343</guid>
		<description><![CDATA[Over the past few years, a bunch of web-based marketplaces have gotten popular &#8211; Etsy, Kickstarter, AirBnb, to name a few. Many of these business ideas had been tried before but are succeeding only now. When a trend like this emerges, it&#8217;s always interesting to ask &#8220;why now?&#8221; For example, for almost a decade, entrepreneurs [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few years, a bunch of web-based marketplaces have gotten popular &#8211; Etsy, Kickstarter, AirBnb, to name a few. Many of these business ideas had been tried before but are succeeding only now.</p>
<p>When a trend like this emerges, it&#8217;s always interesting to ask &#8220;<a href="http://cdixon.org/2010/11/07/timing-your-startup/">why now</a>?&#8221; For example, for almost a decade, entrepreneurs tried to create video sharing services like YouTube, but only succeeded when certain key dependencies &#8211; broadband, digital video cameras, a version of Flash that &#8220;just worked&#8221; &#8211; became widespread.</p>
<p>I asked <a href="http://roelofbotha.tumblr.com/">Roelof Botha</a> the &#8220;why now&#8221; question regarding web-based marketplaces. He said something I thought was really interesting: marketplaces depend on trust, and trust requires knowing the reputation of a prospective counterparty. Today, for the first time, you can get background information on almost any prospective counterparty by searching Google, Facebook etc. Or put more simply: we finally have an internet of people.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/19/an-internet-of-people/feed/</wfw:commentRss>
		<slash:comments>82</slash:comments>
		</item>
		<item>
		<title>cdixon.org site statistics</title>
		<link>http://cdixon.org/2011/12/14/cdixon-org-site-statistics/</link>
		<comments>http://cdixon.org/2011/12/14/cdixon-org-site-statistics/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 02:39:15 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5325</guid>
		<description><![CDATA[I hadn&#8217;t looked at cdixon.org site logs in over a year until today.  Here are the numbers according to the Dreamhost panel: I&#8217;ve been blogging more lately which explains why Dec 2011 is tracking to be up near 2M page views (although frankly that number seems high to me- I wonder if somehow they are [...]]]></description>
			<content:encoded><![CDATA[<p>I hadn&#8217;t looked at cdixon.org site logs in over a year until today.  Here are the numbers according to the Dreamhost panel:</p>
<p><a href="http://cdixon.org/wp-content/uploads/2011/12/Screen-shot-2011-12-14-at-6.31.38-PM.png"><img class="alignnone size-full wp-image-5326" title="Screen shot 2011-12-14 at 6.31.38 PM" src="http://cdixon.org/wp-content/uploads/2011/12/Screen-shot-2011-12-14-at-6.31.38-PM.png" alt="" width="576" height="570" /></a></p>
<p>I&#8217;ve been blogging more lately which explains why Dec 2011 is tracking to be up near 2M page views (although frankly that number seems high to me- I wonder if somehow they are counting each page view multiple times &#8211; maybe due to the way WordPress works?)</p>
<p>As if we needed another reminder of how wrong Compete data is here is their chart:</p>
<p><a href="http://cdixon.org/wp-content/uploads/2011/12/Screen-shot-2011-12-14-at-6.32.01-PM.png"><img class="alignnone size-full wp-image-5327" title="Screen shot 2011-12-14 at 6.32.01 PM" src="http://cdixon.org/wp-content/uploads/2011/12/Screen-shot-2011-12-14-at-6.32.01-PM.png" alt="" width="542" height="217" /></a></p>
<p>Not even directionally correct.  Yeah they show UVs and not pageviews but I don&#8217;t see any reason those would have gotten decoupled.</p>
<p>(I had cdixon.org <a href="http://www.quantcast.com/cdixon.org">tagged</a> with Quantcast for a while but removed it a few weeks ago &#8211;  their chart when cdixon.org was tagged makes more sense (as you&#8217;d expect)).</p>
<p>I blog just for fun / hobby, so don&#8217;t really care about these stats. But it&#8217;s interesting to see the (in)correctness of these popular analytics services.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/14/cdixon-org-site-statistics/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Forces that affect whether a large company will buy your product (according to Marc Andreessen)</title>
		<link>http://cdixon.org/2011/12/14/forces-that-affect-decision-making-at-large-companies-according-to-marc-andreessen/</link>
		<comments>http://cdixon.org/2011/12/14/forces-that-affect-decision-making-at-large-companies-according-to-marc-andreessen/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 01:08:30 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5317</guid>
		<description><![CDATA[From Marc Andreessen&#8217;s &#8220;Moby Dick Theory of Big Companies&#8220;: You can count on there being a whole host of impinging forces that will affect the dynamic of decision-making on any issue at a big company. The consensus building process, trade-offs, quids pro quo, politics, rivalries, arguments, mentorships, revenge for past wrongs, turf-building, engineering groups, product [...]]]></description>
			<content:encoded><![CDATA[<p>From Marc Andreessen&#8217;s &#8220;<a href="http://pmarca-archive.posterous.com/the-pmarca-guide-to-startups-part-5-the-moby">Moby Dick Theory of Big Companies</a>&#8220;:</p>
<blockquote><p>You can count on there being a whole host of impinging forces that will affect the dynamic of decision-making on any issue at a big company.</p>
<p>The consensus building process, trade-offs, quids pro quo, politics, rivalries, arguments, mentorships, revenge for past wrongs, turf-building, engineering groups, product managers, product marketers, sales, corporate marketing, finance, HR, legal, channels, business development, the strategy team, the international divisions, investors, Wall Street analysts, industry analysts, good press, bad press, press articles being written that you don&#8217;t know about, customers, prospects, lost sales, prospects on the fence, partners, this quarter&#8217;s sales numbers, this quarter&#8217;s margins, the bond rating, the planning meeting that happened last week, the planning meeting that got cancelled this week, bonus programs, people joining the company, people leaving the company, people getting fired by the company, people getting promoted, people getting sidelined, people getting demoted, who&#8217;s sleeping with whom, which dinner party the CEO went to last night, the guy who prepares the Powerpoint presentation for the staff meeting accidentally putting your startup&#8217;s name in too small a font to be read from the back of the conference room&#8230;</p></blockquote>
<p>Man, I wish Marc still blogged.  (ht <a href="http://cdixon.org/2011/11/28/business-development-the-goldilocks-principle/#comment-375385575">saul lieberman</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/14/forces-that-affect-decision-making-at-large-companies-according-to-marc-andreessen/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Later-stage rounds and &#8220;setting the bar too high&#8221;</title>
		<link>http://cdixon.org/2011/12/13/later-stage-rounds-and-setting-the-bar-too-high/</link>
		<comments>http://cdixon.org/2011/12/13/later-stage-rounds-and-setting-the-bar-too-high/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 19:38:39 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5274</guid>
		<description><![CDATA[I recently had a number of conversations with CEOs of later-stage startups (generating significant revenue) that went something like this. They want to raise more money, and VCs are offering them money at a high valuation. The CEO is worried that taking money at that valuation will &#8220;set the bar too high&#8221; and make it [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had a number of conversations with CEOs of later-stage startups (generating significant revenue) that went something like this. They want to raise more money, and VCs are offering them money at a high valuation. The CEO is worried that taking money at that valuation will &#8220;set the bar too high&#8221; and make it difficult to sell the company &#8211; if the time comes when he/she thinks it makes sense to sell &#8211; at a price that isn&#8217;t a significant multiple of that valuation.</p>
<p>These CEOs are worrying too much. VCs know what they are doing and almost always invest with a financial instrument &#8211; preferred shares &#8211; that protects them even when the valuation is very high. <strong>Preferred shares behave like a stock on the upside and a bond on the downside.  </strong>The only way investors actually lose money is if the company is sold for less than the amount of money raised (which is generally significantly lower than the valuation).</p>
<p>Here is what the payout function looks like for common stock (for example, what you get when you buy stocks in public markets):</p>
<p><a href="http://cdixon.org/wp-content/uploads/2011/12/Screen-shot-2011-12-13-at-1.39.17-PM.png"><img class="alignnone size-full wp-image-5285" title="Screen shot 2011-12-13 at 1.39.17 PM" src="http://cdixon.org/wp-content/uploads/2011/12/Screen-shot-2011-12-13-at-1.39.17-PM.png" alt="" width="392" height="291" /></a></p>
<p>And here is what the payout function looks like for preferred shares:</p>
<p>&nbsp;</p>
<p><a href="http://cdixon.org/wp-content/uploads/2011/12/Screen-shot-2011-12-13-at-1.39.25-PM.png"><img class="alignnone size-full wp-image-5286" title="Screen shot 2011-12-13 at 1.39.25 PM" src="http://cdixon.org/wp-content/uploads/2011/12/Screen-shot-2011-12-13-at-1.39.25-PM.png" alt="" width="410" height="278" /></a></p>
<p>So, to take a concrete example, Dropbox <a href="http://articles.businessinsider.com/2011-08-30/tech/30056381_1_investors-term-sheets-rumors">reportedly</a> raised their last financing at a $4B valuation*. If you think of this as a public market valuation of common stock, you might think this means the VCs are betting $4B is the &#8220;fair value&#8221; of the company, and will lose money if Dropbox&#8217;s exit price ends up being less than $4B.  But in reality, assuming the standard preferred structure, the last round investors&#8217; payout is as follows :</p>
<blockquote><p><em>Scenario 1</em>: Dropbox exits for greater than $4B ==&gt; investors get a positive return (specifically, exit price divided by $4B)</p>
<p><em>Scenario 2:</em> Dropbox exits for between $257M (<a href="http://www.crunchbase.com/company/dropbox">total money raised</a>) and $4B ==&gt; investors get their money back (possibly more if there is a preferred dividend)</p>
<p><em>Scenario 3</em>: Dropbox exits for less than $257M ==&gt; investors lose money</p></blockquote>
<p>If reports are true that Dropbox is profitable and generating &gt;$100M in revenue, then scenario 3 &#8211; the money losing scenario &#8211; is extremely unlikely.</p>
<p>Will investors be thrilled with scenario 2?  No, but they are pros who understand the risks they are taking.</p>
<p>Going back to the entrepreneur&#8217;s perspective, in what sense is a high valuation &#8220;setting the bar high&#8221;?  In the preferred share payout model, there are two &#8220;bars&#8221;:  money raised and valuation.  I don&#8217;t see any reason why entrepreneurs shouldn&#8217;t be as aggressive as possible on valuation, especially if they are confident they won&#8217;t end up in scenario 3.</p>
<p>An important point to keep in mind is that, in order to maintain flexibility, entrepreneurs shouldn&#8217;t give new investors the ability to block an exit or new financings. Investors can get this block in one of two ways &#8211; explicit blocking rights (under the &#8220;control provisions&#8221; section of a VC term sheet) or by controlling the board of directors. These are negotiable terms and startups with momentum should be very careful about giving them away.</p>
<p>&nbsp;</p>
<p>* Note that I have no connection to Dropbox so am just assuming standard deal structure and basing numbers on public reports. I am making various simplifying assumptions such as not distinguishing between pre-money and post-money valuation.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/13/later-stage-rounds-and-setting-the-bar-too-high/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Seth Godin on &#8220;organizational momentum&#8221; acquisitions</title>
		<link>http://cdixon.org/2011/12/11/seth-godin-on-organizational-momentum-acquisitions/</link>
		<comments>http://cdixon.org/2011/12/11/seth-godin-on-organizational-momentum-acquisitions/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 20:50:04 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5264</guid>
		<description><![CDATA[Seth Godin left an insightful comment on my post yesterday (&#8220;Three types of acquisitions&#8220;) describing a type of technology acquisition you might call an &#8220;organization momentum&#8221; acquisition: I think the most common form of tech acquisition is a variant of the [business acquisition], in which the acquirer wants to inject forward motion into the organization. It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sethgodin.com/sg/">Seth Godin</a> left an insightful <a href="http://cdixon.org/2011/12/10/three-types-of-acquisitions/#comment-383641678">comment</a> on my post yesterday (&#8220;<a href="http://cdixon.org/2011/12/10/three-types-of-acquisitions/">Three types of acquisitions</a>&#8220;) describing a type of technology acquisition you might call an &#8220;organization momentum&#8221; acquisition:</p>
<blockquote><p>I think the most common form of tech acquisition is a variant of the [business acquisition], in which the acquirer wants to inject forward motion into the organization. It&#8217;s far more difficult for a public company to rally around a launch into what might seem like a small sector&#8230; it just doesn&#8217;t seem worthy of the biggest brains and bravest folks, so it gets shunted aside.</p>
<p>On the other hand, once a smart tech company acquires a smaller company with momentum, it gives the company permission to drive, perfect, polish and grow that business. I&#8217;d argue that this what actually happened with YouTube.</p></blockquote>
<p>The logic underlying organizational momentum acquisitions can be found in Clay Christensen&#8217;s <a href="http://en.wikipedia.org/wiki/Disruptive_technology">disruptive technology</a> theory. Smart CEOs of large companies realize how hard it is to shift internal momentum away from developing sustaining technologies. As a way to avoid this trap, Christensen recommends that large companies set up internal startups that are as organizationally separate as possible. But, as Seth points out, acquiring startups with momentum is another way to get the same result.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/11/seth-godin-on-organizational-momentum-acquisitions/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Three types of acquisitions</title>
		<link>http://cdixon.org/2011/12/10/three-types-of-acquisitions/</link>
		<comments>http://cdixon.org/2011/12/10/three-types-of-acquisitions/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 20:39:07 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5242</guid>
		<description><![CDATA[There are three types of technology acquisitions: - Talent. When the acquirer just wants the team (generally just engineers and sometimes designers). As a rule of thumb, these acquisitions are priced at approximately $1M/engineer. - Tech: When the acquirer wants the technology along with the team. Generally the prices for these acquisitions are significantly higher [...]]]></description>
			<content:encoded><![CDATA[<p>There are three types of technology acquisitions:</p>
<p>- Talent. When the acquirer just wants the team (generally just engineers and sometimes designers). As a rule of thumb, these acquisitions are priced at approximately $1M/engineer.</p>
<p>- Tech: When the acquirer wants the technology along with the team. Generally the prices for these acquisitions are significantly higher than talent acquisitions. Sometimes they are even in the hundreds of millions of dollars for fairly small teams (e.g. Siri). The calculation the acquirer uses to price tech acquisitions is usually &#8220;buy vs build&#8221;. An important component in this calculation is not just the actual cost to build the technology but the opportunity cost of the time it would take them to do so.</p>
<p>- Business: When the company is either bought on a financial basis (the acquisition is &#8220;accretive&#8221;) or bought based on non-financial but highly defensible assets (Google buying YouTube which had minimal revenue at the time but a huge network of producers and consumers of video).</p>
<p>As large companies mature they move from doing just talent acquisitions to doing talent and tech acquisitions to eventually doing all three types of acquisitions. Usually it takes a startup beating the large company in an important area for the large company to realize the necessity of business acquisitions. For example, Google seemed to dramatically change its attitude when YouTube crushed Google Video. Eventually every large company has a moment like this.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/10/three-types-of-acquisitions/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Technology and job creation</title>
		<link>http://cdixon.org/2011/12/08/technology-and-job-creation/</link>
		<comments>http://cdixon.org/2011/12/08/technology-and-job-creation/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 00:36:00 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5221</guid>
		<description><![CDATA[In response to my recent post &#8220;Making industries &#8216;garage ready&#8217; for startups&#8220;, venture capitalist Jordan Elpern-Waxman made an interesting comment: If I understand correctly, &#8220;garage-ready&#8221; essentially means separating design from manufacturing, i.e. &#8220;creativity-intensive&#8221; processes from capital-intensive ones. This may be an inevitable result of industry maturation and specialization, but there is a downside to it, at least [...]]]></description>
			<content:encoded><![CDATA[<p>In response to my recent post &#8220;<a href="http://cdixon.org/2011/12/05/horizontal-specialization-as-a-catalyst-for-startups/">Making industries &#8216;garage ready&#8217; for startups</a>&#8220;, venture capitalist <a href="http://about.me/jelpern" rel="nofollow" target="_blank">Jordan Elpern-Waxman</a> made an interesting comment:</p>
<blockquote><p>If I understand correctly, &#8220;garage-ready&#8221; essentially means separating design from manufacturing, i.e. &#8220;creativity-intensive&#8221; processes from capital-intensive ones. This may be an inevitable result of industry maturation and specialization, but there is a downside to it, at least for the so called &#8220;developed&#8221; nations. The result of differential costs for commodity labor, the fungibility and liquidity of capital, and the ease of transmitting both human and machine-readable information across arbitrary distances, means that capital-intensive processes &#8211; i.e. making things &#8211; migrate to locations with lower total cost of operations (which, Germany excepted, tend to be locations with lower labor costs). Another way of saying this is that nothing is fabless; the foundry is merely outsourced and moved to a cheaper location. This reality is great for the creative class and for the lower cost locations, but it&#8217;s less happy for the residents of the higher class locations that are not so lucky to be part of the creative class.</p>
<p>I&#8217;m not ready to draw the conclusion that this is the cause of the economic inequality in the US and malaise across Europe and Japan, but there definitely appears to be some correlation. Again, I don&#8217;t know if these results of the &#8220;garagification&#8221; of an industry can be reversed or mitigated in the name of societal stability, but if anyone can find a way to do it it would be the creative class. Unfortunately, because techies and entrepreneurs are solidly part of the creative class and perhaps even *the* primary beneficiaries of the separation of design and manufacturing, we generally avoid acknowledging or discussing the negative aspects of this trend.</p>
<p>Note that I said &#8220;reversed or mitigated.&#8221; Trying to reverse or stop these trends is probably a quixotic goal, but perhaps mitigation is in fact possible. For example, is it possible to create a country in which the entire labor force is &#8220;creative&#8221;? I myself have trouble seeing how such a possibility could be made real, but I&#8217;d like to see more intellectuals and entrepreneurs spend some brainpower on the question.</p></blockquote>
<p>It is true that new technologies often lead, in the short term, to lower wages and fewer jobs. <a href="http://craigslist.com">Craigslist</a>, for example, has about <a href="http://www.craigslist.org/about/factsheet">30 employees</a> yet, by replacing the classified ad industry, eliminated many thousands of jobs (local newspaper reporters, classified ad salespeople, etc). The same could be said for almost every popular website.</p>
<p>On the flip side, new technologies have driven down prices (Walmart and Amazon), led to massive increases in information productivity (Google and Wikipedia), and created new income sources (eBay and Craigslist). Greater productivity and lower prices at least partly compensate for part-time jobs and lower wages.</p>
<p>Jordan is right that these are questions we &#8211; the technology community &#8211; should spend more time discussing.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/08/technology-and-job-creation/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>Growth curves of startups</title>
		<link>http://cdixon.org/2011/12/07/growth-curves-of-startups/</link>
		<comments>http://cdixon.org/2011/12/07/growth-curves-of-startups/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 22:58:00 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5206</guid>
		<description><![CDATA[Pick whatever metric you want for gauging the success of a particular startup: profits, revenues, pageviews, etc. A graph I&#8217;d love to see is those metrics, graphed over time, for a wide variety of startups. From my experience, you&#8217;d be surprised how often those graphs show sudden growth. Something happens in the world (an &#8220;exogenous [...]]]></description>
			<content:encoded><![CDATA[<p>Pick whatever metric you want for gauging the success of a particular startup: profits, revenues, pageviews, etc. A graph I&#8217;d love to see is those metrics, graphed over time, for a wide variety of startups. From my experience, you&#8217;d be surprised how often those graphs show sudden growth. Something happens in the world (an &#8220;exogenous shock&#8221;) and the startup suddenly takes off.</p>
<p>I remember first observing this when I worked at <a href="http://bvp.com/">Bessemer</a>. For example, there was a startup that supplied services to video websites. For years, the company soldiered along, barely growing. Then, suddenly, YouTube blew up and this company took off along with it.</p>
<p>As a founder, these exogenous shocks are out of your control, but you can 1) understand what exogenous shocks you depend on, 2) try to guess when those shocks will hit, 3) manage your runway so you survive long enough for them to hit.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/07/growth-curves-of-startups/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Always have 18 months of cash in the bank</title>
		<link>http://cdixon.org/2011/12/06/always-have-18-months-of-cash-in-the-bank/</link>
		<comments>http://cdixon.org/2011/12/06/always-have-18-months-of-cash-in-the-bank/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 18:18:42 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5190</guid>
		<description><![CDATA[I was once told by an experienced entrepreneur (I can&#8217;t remember who) to always have at least 18 months of cash in the bank. The logic behind this is: 1) as a rule of thumb it takes 3 months to raise money, 2) building/marketing/selling technology always takes longer than you think.  Subtracting 3 months for [...]]]></description>
			<content:encoded><![CDATA[<p>I was once told by an experienced entrepreneur (I can&#8217;t remember who) to always have at least 18 months of cash in the bank. The logic behind this is: 1) as a rule of thumb it takes 3 months to raise money, 2) building/marketing/selling technology always takes longer than you think.  Subtracting 3 months for fundraising and 3 months for things taking longer than expected, this gives you 12 months to execute your plan. (Also you never want to raise money &#8220;with your back against the wall&#8221; &#8211; when you are near the end of your runway.)</p>
<p>More adventurous entrepreneurs might argue 18 months is too conservative. It&#8217;s true that following the 18 month rule can be extra dilutive. At SiteAdvisor, we raised our Series A about three months before we were acquired. So we gave up equity for cash that we never spent. But in retrospect, given what we knew at the time, I think it was the right decision.</p>
<p>The question of when to raise money is one of the few times that entrepreneurs and early-stage investors have somewhat divergent economic interests. If you control a large investment fund, you always have the option to extend a company&#8217;s runway. The entrepreneur doesn&#8217;t have this option. I&#8217;ve even heard some entrepreneurs whisper about Machiavellian VCs who deliberately try to get you to the end of your runway so they can negotiate harder. I think this is a bit of a conspiracy theory. Almost all VCs I know care primarily about the success of their companies and not about extracting every last point of equity.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/06/always-have-18-months-of-cash-in-the-bank/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Making industries &#8220;garage ready&#8221; for startups</title>
		<link>http://cdixon.org/2011/12/05/horizontal-specialization-as-a-catalyst-for-startups/</link>
		<comments>http://cdixon.org/2011/12/05/horizontal-specialization-as-a-catalyst-for-startups/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 01:37:04 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5147</guid>
		<description><![CDATA[One of the most important events in the history of modern computing was the advent of &#8220;fabless&#8221; (&#8220;fabrication-less&#8221;) semiconductor companies.  The story of fabless semis is similar to the recent history of internet startups: various forces led to an order-of-magnitude reduction of startup costs, which then led to a surge of innovation. Before the 1980s, if you [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most important events in the history of modern computing was the advent of <a href="http://en.wikipedia.org/wiki/Fabless_semiconductor_company">&#8220;fabless&#8221;</a> (&#8220;fabrication-less&#8221;) semiconductor companies.  The <a href="http://cb.hbsp.harvard.edu/cb/product/609001-PDF-ENG">story</a> of fabless semis is similar to the recent history of internet startups: various forces led to an order-of-magnitude reduction of startup costs, which then led to a surge of innovation.</p>
<p>Before the 1980s, if you wanted to invent a new semiconductor, you had to both design and manufacture it. This meant you had to build a large manufacturing plant, something only large companies like Intel, Motorola, and IBM could afford. Hence, semiconductor design was generally too expensive for venture-backed startups.</p>
<p>In the 1979, two computer scientists published a <a href="http://www.amazon.com/Introduction-VLSI-Systems-Carver-Mead/dp/0201043580">seminal book </a>that argued for the separation semiconductor design and manufacturing. Followed by years of investment by DARPA and others, an industry emerged where chip designers used software (&#8220;<a href="http://en.wikipedia.org/wiki/Electronic_design_automation">EDA</a> software&#8221;) to design and test semiconductors, and then sent standardized specifications to &#8220;foundries&#8221; that did the manufacturing (most of which were located in Taiwan &#8211; the largest in the world to this day is <a href="http://en.wikipedia.org/wiki/TSMC">Taiwan Semiconductor Manufacturing Company</a>).</p>
<p>This dramatically lowered the cost of starting semiconductor design shops, and in turn led to a massive wave of startup innovation. These startups designed chips for cell phones (Qualcomm), Wifi (Atheros), computer graphics (Nvidia), and much more.  Most were funded by venture capitalists and located in Silicon Valley.</p>
<p>Tech sectors tend to get really creative when they become &#8220;garage ready&#8221;:  a Steve Jobs and Steve Wozniak, or a Larry Page and Sergey Brin, can, with very little capital, change the world. It happened with semis in the 80s and happened in the 90s and 2000s for internet companies.</p>
<p>Eventually every vertically integrated, capital-intensive sector becomes garage ready. Someday, for example, we will have &#8220;fabless&#8221; gadget design and biotech research, enabling a small shop in Brooklyn or SoMa to create an iPhone killer or next-generation cancer drug.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/05/horizontal-specialization-as-a-catalyst-for-startups/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>Why is enterprise tech so far behind consumer tech? Because it can be.</title>
		<link>http://cdixon.org/2011/12/04/why-is-enterprise-tech-so-far-behind-consumer-tech-because-it-can-be/</link>
		<comments>http://cdixon.org/2011/12/04/why-is-enterprise-tech-so-far-behind-consumer-tech-because-it-can-be/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 20:14:12 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5138</guid>
		<description><![CDATA[Brian Manning put it nicely in a comment to my post yesterday about enterprise software: In my opinion, enterprise technology is WAY behind consumer technology for one reason: because it can be. In a [B2B] transaction, one good salesperson (the &#8220;seller&#8221;) only has to sell one person (the &#8220;buyer&#8221;) on the value of the technology. Once [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://scalable.typepad.com/">Brian Manning</a> put it nicely in a <a href="http://cdixon.org/2011/12/03/the-enterprise-buyers-versus-users/#comment-378654383">comment</a> to my post yesterday about enterprise software:</p>
<blockquote><p>In my opinion, enterprise technology is WAY behind consumer technology for one reason: because it can be.</p>
<p>In a [B2B] transaction, one good salesperson (the &#8220;seller&#8221;) only has to sell one person (the &#8220;buyer&#8221;) on the value of the technology. Once the product is sold, the buyer forces their 50,000 employees to use that technology whether they like it or not. A good salesperson with a good deck can do this fairly reliably.</p>
<p>And a good account manager can typically retain the client for a while; employees usually get used to the product and rarely complain enough for the buyer to cancel the contract and force the seller to improve the product. As a result, an enterprise product can suck and still flourish.</p>
<p>With a B2C product, this is much, much more difficult. The seller has to sell 50,000 individual &#8220;users&#8221;, one by one, on the value of the product without the luxury of a face to face meeting or 18 holes on the golf course. The B2C model forces the seller&#8217;s product to &#8220;sell itself&#8221;. As a result, a consumer product can&#8217;t suck if it wants to flourish. It has be good. Much better than the enterprise product needs to be.</p></blockquote>
<p>Fortunately, as I discussed <a href="http://cdixon.org/2011/12/03/the-enterprise-buyers-versus-users/">yesterday</a>, trends like cloud-based delivery (aka SaaS) are starting to align the interests of enterprise users and buyers.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/04/why-is-enterprise-tech-so-far-behind-consumer-tech-because-it-can-be/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>The enterprise: buyers versus users</title>
		<link>http://cdixon.org/2011/12/03/the-enterprise-buyers-versus-users/</link>
		<comments>http://cdixon.org/2011/12/03/the-enterprise-buyers-versus-users/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 01:55:43 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5121</guid>
		<description><![CDATA[Why does most enterprise technology feel like it is a decade behind consumer technology? For the same reason our health care system is broken. The &#8220;user&#8221; isn&#8217;t the same person as the &#8220;buyer&#8221;. In enterprise software the user is generally a non-IT person but the buyer is usually, at least in part, the IT department.* [...]]]></description>
			<content:encoded><![CDATA[<p>Why does most enterprise technology feel like it is a decade behind consumer technology? For the same reason our health care system is broken. The &#8220;user&#8221; isn&#8217;t the same person as the &#8220;buyer&#8221;. In enterprise software the user is generally a non-IT person but the buyer is usually, at least in part, the IT department.* (In healthcare the &#8220;user&#8221; is the patient and the &#8220;buyer&#8221; is the doctor or insurance company).</p>
<p><a href="https://news.ycombinator.com/item?id=3308398">SAP bought SuccessFactors</a> today, in a big win for &#8220;cloud&#8221; based enterprise software. The cloud might sound like a buzzword but is in fact a vastly superior architecture, not because it makes installation and updates easier (although that&#8217;s good too), but because it starts to remove IT from the purchasing process, meaning the user and the buyer are, increasingly, the same person.</p>
<p>* A corollary to this is that IT-related enterprise software, i.e. infrastructure, is generally pretty good.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/03/the-enterprise-buyers-versus-users/feed/</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
		<item>
		<title>Getting broadband in Manhattan</title>
		<link>http://cdixon.org/2011/12/02/getting-broadband-in-manhattan/</link>
		<comments>http://cdixon.org/2011/12/02/getting-broadband-in-manhattan/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 01:49:33 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5115</guid>
		<description><![CDATA[I live in a central part of Manhattan and work in more or less the center of the emerging internet district (21st &#38; 6th).  Amazingly, one of our biggest challenges being a NYC startup has been getting reliable internet access. At home I have one option &#8211; Time Warner cable &#8211; and the service is [...]]]></description>
			<content:encoded><![CDATA[<p>I live in a central part of Manhattan and work in more or less the center of the emerging internet district (21st &amp; 6th).  Amazingly, one of our biggest challenges being a NYC startup has been getting reliable internet access. At home I have one option &#8211; Time Warner cable &#8211; and the service is down frequently (sometimes for days &#8211; I&#8217;ve set up a backup 3G network it happens so often).  Perry Chen (cofounder/CEO of Kickstarter) lives next door and we share internet and sadly our main topic of email conversation is &#8220;Is your internet working?&#8221; At work the situation is far worse.  Here&#8217;s the description of our experience from my Hunch cofounder Tom Pinckney:</p>
<blockquote><p>We&#8217;re located on 21st between 6th and 5th aves and have had a very difficult time getting reliable internet access for our office. We&#8217;re frankly not particularly price sensitive on this given how critical fast low-latency access is for our programmers. When our internet access is down our programmers cannot be productive and our site can&#8217;t be monitored &#8212; we&#8217;re helpless and twiddling our thumbs. Every hour of no internet access is about $1,000 of wasted salary across all of our employees.</p>
<p>We&#8217;ve tried wireless WiMax from TowerStream, ethernet-over-copper from Megapath, T1s from Verizon, DSL from Verizon and cable modem access from Time Warner Business Services. Verizon Fios is not available. Verizon and Megapath could literally never get working lines installed for our building despite months of effort. The WiMax service suffered high latency and weather outages every time it rained hard. The Time Warner cable modem service has gone weeks with hour or two outages per day.</p></blockquote>
<p>By my last count, there are 5 internet startups on our block alone. The situation is so bad someone set up a <a href="http://twitter.com/#!/21stStInternet">Twitter account</a> so we could all go to our iPhones and lament whenever the internet is down.</p>
<p>It&#8217;s embarrassing how bad internet access in Manhattan is.  As a side note, I think it undermines the arguments by people who claim there is actual broadband choice (e.g. regarding the net neutrality debate).</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/02/getting-broadband-in-manhattan/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>&#8220;Otherwise do something else&#8221;</title>
		<link>http://cdixon.org/2011/12/02/otherwise-do-something-else/</link>
		<comments>http://cdixon.org/2011/12/02/otherwise-do-something-else/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 06:50:09 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=5074</guid>
		<description><![CDATA[I remember back when I started my first company, a friend said to me &#8220;get ready to have a knot in your stomach and feel nauseous for years.&#8221;  I laughed it off then, but it was probably the most accurate advice I&#8217;ve ever gotten. I haven&#8217;t slept well for years. Even now with my last [...]]]></description>
			<content:encoded><![CDATA[<p>I remember back when I started my first company, a friend said to me &#8220;get ready to have a knot in your stomach and feel nauseous for years.&#8221;  I laughed it off then, but it was probably the most accurate advice I&#8217;ve ever gotten.</p>
<p>I haven&#8217;t slept well for years. Even now with my last startup sold, I stay up at night thinking about how to change the website, make payroll, raise more money, etc.</p>
<p>In 1995, I was a graduate student studying philosophy at Columbia.  I was also doing computer programming on the side.  The programming was going well and I was getting some good job offers. I happened to get to have dinner with the philosopher Daniel Dennett, and I asked him what he thought I should do with my career.  He said: &#8220;If there is absolutely no way you can imagine being happy except studying philosophy, study philosophy. Otherwise do something else.&#8221;</p>
<p>I&#8217;d say the same thing about starting companies.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/12/02/otherwise-do-something-else/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Business development: the Goldilocks principle</title>
		<link>http://cdixon.org/2011/11/28/business-development-the-goldilocks-principle/</link>
		<comments>http://cdixon.org/2011/11/28/business-development-the-goldilocks-principle/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 02:02:12 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4997</guid>
		<description><![CDATA[Background: At Hunch, we switched our focus (&#8220;pivoted&#8220;) about 14 months ago from B2C to B2B. Over that time, we pitched over 500 potential partners, trying to get them to use and eventually pay for our recommendation services. This process had its ups and downs, but eventually ended well when &#8211; after 8 months of [...]]]></description>
			<content:encoded><![CDATA[<p><em>Background: At Hunch, we switched our focus (&#8220;<a href="http://cdixon.org/2010/06/14/pivoting/">pivoted</a>&#8220;) about 14 months ago from B2C to B2B. Over that time, we pitched over 500 potential partners, trying to get them to use and eventually pay for our recommendation services. This process had its ups and downs, but eventually ended well when &#8211; after 8 months of <em>grueling </em>diligence &#8211; eBay decided to <a href="http://blog.hunch.com/?p=56124">acquire</a> Hunch in what I expect will be a successful outcome for both companies. During this time, I got a crash course in B2B sales/business development. Here is the first in a series of blog posts based on what I learned.</em></p>
<p>Somewhat counterintuitively, the biggest problem we encountered when pitching Hunch technology to potential partners wasn&#8217;t that it <em>wasn&#8217;t</em> interesting or useful to them, but that it was so interesting and useful that they considered it &#8220;strategic&#8221; or &#8220;core&#8221; and thus felt they needed to own and not rent it. The situation reminded me of the &#8220;<a href="http://en.wikipedia.org/wiki/Goldilocks_principle">Goldilocks principle</a>&#8221; sometimes referred to in scientific contexts:</p>
<blockquote><p>The <strong>Goldilocks principle</strong> states that something must fall within certain margins, as opposed to reaching extremes. It is used, for example, in the <a title="Rare Earth hypothesis" href="http://en.wikipedia.org/wiki/Rare_Earth_hypothesis">Rare Earth hypothesis</a> to state that a <a title="Planet" href="http://en.wikipedia.org/wiki/Planet">planet</a> must neither be too far away from, nor too close to the <a title="Sun" href="http://en.wikipedia.org/wiki/Sun">sun</a> to support life.</p></blockquote>
<p>Basically, if your technology is &#8220;too hot&#8221; &#8211; or, in business-speak, &#8220;strategic&#8221; or &#8220;core&#8221; &#8211; then there are three likely outcomes:</p>
<p>1. The potential partner turns you down because they decide to build a similar product themselves. This happened to us a number of times. I think part of the reason was that there was a lot of market buzz around &#8220;big data&#8221; and machine learning which lead to the perception &#8211; rightly or wrongly &#8211; that those capabilities needed to be owned and not rented.</p>
<p>2. The potential partner says yes because your assets are so defensible they can&#8217;t replicate them. I&#8217;m sure Zynga considers the social graph strategic but at least for now they have no choice but to partner with Facebook to access it. It is very rare for startups to have this kind of leverage, but ones that do are extremely valuable.</p>
<p>3. The potential partner wants to own what you do, but thinks you have a sufficiently superior team and technology that acquiring you instead of replicating you makes more sense. This is only possible if the partner is large enough to acquire you and has a philosophy consistent with acquiring versus building everything in-house. (A common tech business term is &#8220;NIH&#8221; which stands for &#8220;Not Invented Here&#8221;. It refers to a set of companies that consider anything developed outside of their offices technologically inferior).</p>
<p>At the other extreme, if your technology is &#8220;too cold&#8221; &#8211; perceived as not useful by potential partners &#8211; you&#8217;re going to have a lot of frustrating meetings.  In this case, it is probably wise to reconsider whether there is actually demand for your product.</p>
<p>To build a long-term sustainable business, the best place to be is &#8220;just right&#8221; &#8211; useful to lots of partners but not so strategic that they are unwilling to rent it. This is where I wanted Hunch to be but we never got there.  Most companies I know use externally developed products (commercial or open source) for databases, web servers, web analytics, email delivery, payment processors, etc. These are often highly competitive markets but the companies that win in these markets tend to become large and independently sustainable. These &#8220;just right&#8221; companies &#8211; to extend the astronomy analogy &#8211; are the planets that support life.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/11/28/business-development-the-goldilocks-principle/feed/</wfw:commentRss>
		<slash:comments>65</slash:comments>
		</item>
		<item>
		<title>Some lessons learned</title>
		<link>http://cdixon.org/2011/09/28/some-lessons-learned/</link>
		<comments>http://cdixon.org/2011/09/28/some-lessons-learned/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 20:49:49 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4984</guid>
		<description><![CDATA[Note: Google was kind enough to invite me to give a short talk at their Zeitgeist conference earlier this week. It was a really interesting conference and I got a chance to meet a lot of people I admire. For my talk, I decided to use material from some of my blog posts over the [...]]]></description>
			<content:encoded><![CDATA[<p><em>Note: Google was kind enough to invite me to give a short talk at their Zeitgeist conference earlier this week. It was a really interesting conference and I got a chance to meet a lot of people I admire. For my talk, I decided to use material from some of my blog posts over the years that I thought might appeal to a broader audience. Unfortunately, I was still recovering from a nastly cold/flu so I didn&#8217;t deliver the talk as well as I&#8217;d like.  Below is the text.</em></p>
<p>Today, I wanted to talk about some of the most important lessons I&#8217;ve learned over the years from my experiences as an investor and entrepreneur.</p>
<p><strong>1. If you aren&#8217;t getting rejected on a daily basis, your goals aren&#8217;t ambitious enough</strong></p>
<p>My most humbling and educational career experience was when I was starting out in the tech world.  I applied to literally hundreds of jobs:  low-level VC roles, startup jobs, and various positions at big tech companies.  I had an unusual background: I was a philosophy undergrad and a self-taught programmer. I got rejected from every single job I applied to.</p>
<p>The reason this experience was so useful was that it helped me to develop a thick skin.  I came to realize that employers weren’t really rejecting me as a person or on my potential – they were rejecting a resume.  As the process became depersonalized, I became bolder in my tactics. Eventually, I landed a job that led to my first startup getting funded.</p>
<p>One of the great things about looking for a job is that your payoff is almost entirely a max function &#8211; the best of all outcomes &#8211; not an average. This is also generally true for lots of activities startups do: raising money, creating partnerships, hiring, marketing and so on.</p>
<p>So, every day &#8211; to this day &#8211; I make it a point of trying something new and ambitious and getting rejected.</p>
<p><strong>2. Don&#8217;t climb the wrong hill</strong></p>
<p>I spend a lot of time trying to recruit people to startups, and I&#8217;m surprised how often I see smart, ambitious people who get stuck in fields they don&#8217;t like because they sense they are making incremental, day-to-day progress.</p>
<p>I think a good analogy for escaping this trap can be found in computer science, in what are known as hill climbing algorithms. Imagine a landscape with hills of varying heights.  You are dropped randomly somewhere on the landscape. How do you find the highest point?</p>
<p>The lure of the current hill is strong.  There is a natural human tendency to make the next step an upward one.  People fall for a common trap highlighted by behavioral economists:  they tend to systematically overvalue near term over long term rewards.</p>
<p>This effect seems to be even stronger in more ambitious people. Their ambition seems to make it hard for them to forgo the nearby upward step.</p>
<p>The lesson from computer science is: meander some in your walk (especially early on), randomly drop yourself into new parts of the terrain, and when you find the highest hill, don’t waste any more time on the current hill no matter how much better the next step up might appear.</p>
<p><strong>3. The next big thing will start out looking like a toy</strong></p>
<p>A majority of the top internet companies a decade ago are barely in existence today.  How did this happen?  These companies weren&#8217;t complacent &#8211; they were run by smart executives who were constantly aware that they could lose their lead.</p>
<p>The reason big new things sneak by incumbents is that the next big thing always starts out being dismissed as a toy.  This is one of the main insights of Clay Christensen’s “disruptive technology” theory, which has been widely studied but I think is still rarely applied because it is so counter-intuitive to conventional management practices.</p>
<p>Disruptive technologies are dismissed as toys because when they are first launched they “undershoot” their users&#8217; needs. The first telephone could only carry voices a mile or two. The leading incumbent of the time, Western Union, chose not to acquire telephone technology because they didn’t see how it could be useful to businesses and railroads – their best customers. What they failed to anticipate was how rapidly telephone technology and infrastructure would improve. The same was true of how mainframe companies viewed the PC, and how modern telecom companies viewed Skype.</p>
<p>The list of top internet companies in 10 years will look very different than that same list does today. And the new ones on the list will be companies that snuck by the incumbents because people dismissed them as toys.</p>
<p><strong>4. Predicting the future of the Internet is easy: anything it hasn&#8217;t yet dramatically transformed, it will.</strong></p>
<p>The Internet has gone through fits and starts – a bubble, a crash, and now a revival.  Pundits are speculating that another crash is coming. Regardless of what happens in the near term, what we do know is that every year we will continue to see more and more industries succumb to the transformational power of the Internet.</p>
<p>Already transformed: music, news, advertising, telecom. Being transformed: finance, commerce, TV &amp; movies, real estate, politics &amp; government. Soon to be transformed: healthcare, education, and energy, among others.</p>
<p>Thus far the US has led Internet innovation. There are things the US can do to keep this lead, including: exporting the entrepreneurial ethos of Silicon Valley to the rest of the country, and allowing talented people to go where their skills are most needed &#8211; for example by changing US immigration policies.</p>
<p>Most importantly, we have too many people pursuing careers in banking, law and consulting. I personally encounter this bias all the time when I go to college campuses to recruit for startups. We need to convince the upcoming generation to innovate and take risks in sectors that have a direct impact on the quality of peoples’ lives.</p>
<p>So my advice is:<br />
1) get rejected more<br />
2) climb the right hill<br />
3) create an amazing toy<br />
4) grow that toy into something big that transforms an important industry</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/09/28/some-lessons-learned/feed/</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>Summary of new patent bill (America Invents Act)</title>
		<link>http://cdixon.org/2011/09/16/summary-of-new-patent-bill-america-invests-act/</link>
		<comments>http://cdixon.org/2011/09/16/summary-of-new-patent-bill-america-invests-act/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 23:21:02 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4967</guid>
		<description><![CDATA[From my friend Charles Cella at the excellent patent firm GTC Law Group. (email from them published with permission) REVISIONS TO UNITED STATES PATENT LAW As you may be aware, the Senate passed the America Invents Act (AIA) on September 8, 2011. This act will create sweeping changes in US patent law once signed by [...]]]></description>
			<content:encoded><![CDATA[<p>From my friend Charles Cella at the excellent patent firm <a href="http://www.gtclawgroup.com">GTC Law Group</a>. (email from them published with permission)</p>
<blockquote><p><strong>REVISIONS TO UNITED STATES PATENT LAW</strong><br />
As you may be aware, the Senate passed the America Invents Act (AIA) on September 8, 2011. This act will create sweeping changes in US patent law once signed by President Obama, who has stated his intention to sign this bill.</p>
<p>The AIA will create significant changes to the law, and we wanted to take a moment to inform you of some of its most important provisions.</p>
<p><strong>First to File System:</strong></p>
<p>The United States will move to a first-to-file system instead of a first-to-invent system. This will put the US in closer alignment with rest of the world in determining priority of invention based on the earliest date a patent application was filed with a patent office. There is a limited one-year grace period related to public disclosures made by the inventor.</p>
<p>Further, the long-standing procedure to prove a prior invention, i.e., interference proceedings, will be replaced with “derivation proceedings” to determine whether an inventor of a first-filed patent application derived the claimed subject matter without authorization from an inventor named in a laterfiled application.</p>
<p><strong>Post Grant Review:</strong></p>
<p>There will be a nine-month window for challenging a patent on any ground. Review may be granted upon a showing that it is more likely than not that at least one of the challenged claims is unpatentable. After the window of post-grant review has passed, patents may be challenged on the basis of patents or printed publications only. Under a new transitional post-grant review process that applies to certain business-method patents, only parties who have been sued for infringement or otherwise charged with infringement (the recipient of a cease-and-desist letter, for example), may petition for review.</p>
<p><strong>Patent Related Provisions:</strong></p>
<p>Patents will not be granted to any strategy for reducing, avoiding, or deferring tax liability, or to claims covering human organisms. There will also be a 15% surcharge added to all patent-related fees and patent-maintenance fees, beginning 10 days after the date of the new law’s enactment.</p>
<p><strong>Prioritized Examination:</strong></p>
<p>The USPTO will be authorized to proceed with a program for a fee-based prioritized examination, which may be a useful tool for clients who are interested in an expedited examination for particular patent applications. This will cover applications for original utility or plant patents, and will take effect ten days after the date of the enactment of this Act. Initially, only 10,000 applications will be accepted in any fiscal year. Accordingly, space in this program may be limited, and it may be best to apply for this program earlier in the fiscal year.</p></blockquote>
<p>My (non-expert) analysis:  seems to me this doesn&#8217;t fix any of the very serious problems in our current patent system.  First-to-file seems to reward companies with the resources to file many patents.  The post grant review seems to imply you should to monitor every patent issued and challenge them within 9 months. I don&#8217;t see how any organization without massive resources could do this.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/09/16/summary-of-new-patent-bill-america-invests-act/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Owning equity in your company should be as common as owning equity in your home</title>
		<link>http://cdixon.org/2011/09/12/owning-equity-in-your-company-should-be-as-common-as-owning-equity-in-your-home/</link>
		<comments>http://cdixon.org/2011/09/12/owning-equity-in-your-company-should-be-as-common-as-owning-equity-in-your-home/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 01:09:23 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4950</guid>
		<description><![CDATA[What belongs in common to the most people is accorded the least care: they take thought for their own things above all, and less about things common, or only so much as falls to each individually. &#8211; Aristotle * A major policy goal of capitalist countries in the 20th century was to encourage home ownership. It [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>What belongs in common to the most people is accorded the least care: they take thought for their own things above all, and less about things common, or only so much as falls to each individually. &#8211; Aristotle <a href="http://www.cato.org/special/ownership_society/boaz.html">*</a></p></blockquote>
<p>A major policy goal of capitalist countries in the 20th century was to encourage home ownership. It is widely believed that owners take better care of their homes than renters as they have much more at stake financially. There is also <a href="http://www.realtor.org/Research.nsf/files/05%20Social%20Benefits%20of%20Stable%20Housing.pdf/$FILE/05%20Social%20Benefits%20of%20Stable%20Housing.pdf">evidence</a> that home owners are happier, healthier, and participate more in civic and political life.</p>
<p>The desire to create an &#8220;<a href="http://en.wikipedia.org/wiki/Ownership_society">ownership society</a>&#8221; led to some smart policy decisions like the mortgage tax deduction and some bad decisions like hazardously low interest rates that contributed to the housing bubble. Home ownership is a noble goal even if home ownership fueled by excessive debt can be disastrous.</p>
<p>Entrepreneurs figured out a long time ago that the benefits of having equity in your company are similar to the benefits of having equity in your house. Silicon Valley expanded this concept by making it standard to grant equity to non-founder employees. It&#8217;s no coincidence that Silicon Valley continues to innovate and create jobs while the rest of the economy is stagnant.</p>
<p>Some people think we are in a startup bubble, and that once the bubble bursts people will run back to the supposed safety of non-startup jobs. I&#8217;d prefer to think we are at the beginning of a movement to create a true ownership society, where people own stakes not just in their space but also in their time.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/09/12/owning-equity-in-your-company-should-be-as-common-as-owning-equity-in-your-home/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Do you want to sell sugar water or do you want to change the world?</title>
		<link>http://cdixon.org/2011/08/28/do-you-want-to-sell-sugar-water-or-do-you-want-to-change-the-world/</link>
		<comments>http://cdixon.org/2011/08/28/do-you-want-to-sell-sugar-water-or-do-you-want-to-change-the-world/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 23:36:27 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4905</guid>
		<description><![CDATA[&#8220;Do you want to sell sugar water for the rest of your life or come with me and change the world?&#8221; &#8211; Steve Jobs I sometimes wish that instead of working on internet and software projects, I worked on cleantech or biotech projects. That way, when I came home at night, I&#8217;d know that I [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;Do you want to sell sugar water for the rest of your life or come with me and change the world?&#8221; &#8211; Steve Jobs</p></blockquote>
<p>I sometimes wish that instead of working on internet and software projects, I worked on cleantech or biotech projects. That way, when I came home at night, I&#8217;d know that I had literally spent my day trying to cure cancer or prevent global warming.  But information technology is what I know, and it&#8217;s probably too late for me to learn a new field from scratch.</p>
<p>That doesn&#8217;t mean information technology can&#8217;t improve people&#8217;s lives. Google&#8217;s search engine helps people find information, which, for example, makes cancer and cleantech researchers more productive. Skype allows companies to collaborate remotely, and connects people with friends and family around the world. In the area of information technology, we create infrastructure and hope that people use it for more good than bad.</p>
<p>That said, the best entrepreneurs seem to follow a path of increasing gravitas. Scott Heiferman started out selling online ads and is now creating new communities. Jack Dorsey created Twitter and is now democratizing payments so sole proprietors can compete on a level playing field with large companies. Elon Musk started with online payments and is now developing electric cars and space programs.</p>
<p>Founders of large companies sometimes also follow the path of increasing gravitas. Google is developing new energy technologies, self-driving cars and other world-changing technologies. Bill Gates devotes almost all of his time and money to charity.</p>
<p>The tech press is preoccupied with investments, trends, exits, and other &#8220;inside baseball&#8221; topics. But these are all means to an end. Investments provide fuel for entrepreneurs to convert ideas into products. Trends shape the terrain that entrepreneurs navigate. Exits provide financial incentives for investors and entrepreneurs.</p>
<p>Tim O&#8217;Reilly <a href="http://www.informationweek.com/blog/229209677">says</a> that entrepreneurs should try to create more value than they capture. You can make money selling people obfuscated financial products, entertaining them with mind-numbing TV shows, or selling them sugar water decorated in elegant designs.</p>
<p>Alternatively, you can make something that matters and &#8212; if you are lucky and smart &#8212; change the world.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/08/28/do-you-want-to-sell-sugar-water-or-do-you-want-to-change-the-world/feed/</wfw:commentRss>
		<slash:comments>86</slash:comments>
		</item>
		<item>
		<title>What the NYC startup world needs (and doesn&#8217;t need)</title>
		<link>http://cdixon.org/2011/08/02/what-the-nyc-startup-world-needs-and-doesnt-need/</link>
		<comments>http://cdixon.org/2011/08/02/what-the-nyc-startup-world-needs-and-doesnt-need/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 20:39:06 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4868</guid>
		<description><![CDATA[Here&#8217;s what I think NYC needs to become a serious, long-term startup hub: 1) Some extremely successful startups. We need PayPals &#8211; companies that spin out boatloads of talented entrepreneurs and &#8220;smart money&#8221; angel investors. Big successes also reinforce the &#8220;culture of equity&#8221; that is so strong in California &#8211; the idea that owning options [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s what I think NYC needs to become a serious, long-term startup hub:</p>
<p>1) Some extremely successful startups. We need PayPals &#8211; companies that spin out boatloads of talented entrepreneurs and &#8220;smart money&#8221; angel investors. Big successes also reinforce the &#8220;culture of equity&#8221; that is so strong in California &#8211; the idea that owning options in a startup is the best path to financial and career success.</p>
<p>2) More web product design talent. This is the scarcest talent of all (more so than engineering). NYC has perhaps the best design community in the world, but most of the designers are trained in non-web design fields (e.g. print design).  Most of the good design schools don&#8217;t emphasize web product design (some exceptions &#8211; e.g. my friend <a href="http://www.zachklein.com/">Zach Klein</a> taught an excellent class at the <a href="http://www.schoolofvisualarts.edu/">School of Visual Arts</a> last semester on web product design). NYU&#8217;s <a href="http://itp.nyu.edu/itp/">ITP</a> stands out as a program that focuses on the intersection of design and technology (e.g. the Foursquare team went to school there). CMU&#8217;s <a href="http://www.hcii.cmu.edu/">HCI</a> program and MIT&#8217;s <a href="http://www.media.mit.edu/">Media Lab</a> are also great. Other schools need similar programs.</p>
<p>3) More engineers. However, this doesn&#8217;t mean we need more engineering schools (although that wouldn&#8217;t hurt). Like Silicon Valley, NYC is populated mostly by people who moved here from other places. For the right opportunity, it isn&#8217;t hard to convince, say, recent MIT grads to move to NYC.  The problem is that NYC startups are basically unknown to students at MIT, CMU, Penn, and even (shockingly) to engineering students at NYU and Columbia (big props to <a href="http://hackny.org/a/">HackNY</a> for trying to fix this). East Coast CS students also view startups as a much <a href="http://cdixon.org/2009/05/11/joining-a-startup-is-far-less-risky-than-most-people-think/">riskier path than they actually are</a>. I say this having been at dozens of events with East Coast students over the last year or so talking about startups. I&#8217;m constantly amazed that most of the students simply don&#8217;t realize startups are a viable option. What we have is primarily a marketing, not a supply, problem.</p>
<p>4) High-speed internet throughout all the &#8220;startup areas&#8221; of Manhattan (Flatiron, Meat Packing, Soho etc) and Brooklyn (Williamsburg, Dumbo, etc). It&#8217;s amazing that we have such a fundamental infrastructure problem in a city as advanced as NYC, but I can&#8217;t tell you how many startups I know that struggle to get working high-speed internet access that has solid uptime.</p>
<p>5) More marquee tech companies opening large tech offices here. Google has something like 1500 engineers here. This adds a lot of vibrancy to the tech culture and attracts more engineering and design talent to the city.</p>
<p>Some things we don&#8217;t need:</p>
<p>1. Government or university organized events that introduce entrepreneurs to other entrepreneurs. There seems to be one such event each week. Entrepreneurs are by nature very good at meeting one another and it&#8217;s a small enough community that pretty much everyone already knows each other anyways.</p>
<p>2. Expensive projects like <a href="http://www.dnainfo.com/20110719/downtown/bloomberg-pledges-100m-towards-new-engineering-science-complex">big engineering universities</a>. Again, the more engineers and CS programs in the US the better (even better yet we need more CS majors &#8211; which probably means more CS education in high school and earlier), but I can think of far more productive ways to spend $100M to help the NYC startup and tech world.</p>
<p>3. Lower rents. No doubt <a href="http://www.rentistoodamnhigh.org/">the rents are too damn high</a> and lower rents would be great. I&#8217;ve been living here since college when my room for one year was a hallway in a friend&#8217;s apartment. I sympathize with people who say this. But the idea that NYC is unaffordable on a typical startup salary is a complete myth. You can rent a decent place in a cool part of town on a typical startup salary. As to commercial space, for venture-backed startups the difference between rent in NYC and rent in other cities is generally the difference between spending, say, 3% versus 4% of your total financing on rent.</p>
<p>4. More early-stage investment capital. There are plenty of smart angels, seed funds, and VCs who are either based here or are based elsewhere but actively invest here.</p>
<p>Most of all what we need is for our tech and startup scene to reach critical mass (and to sustain that critical mass even if a tech downturn comes). Facebook wasn&#8217;t started in Californa and lots of future big successes will be started in all sorts of random places.  NYC needs enough tech critical mass that the next Mark Zuckerberg seriously considers relocating to NYC.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/08/02/what-the-nyc-startup-world-needs-and-doesnt-need/feed/</wfw:commentRss>
		<slash:comments>172</slash:comments>
		</item>
		<item>
		<title>Pivoting into a new corporate structure</title>
		<link>http://cdixon.org/2011/08/01/pivoting-into-a-new-corporate-structure/</link>
		<comments>http://cdixon.org/2011/08/01/pivoting-into-a-new-corporate-structure/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 03:28:02 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4841</guid>
		<description><![CDATA[This hasn&#8217;t happened to me, but I keep hearing stories about situations like the following: 1) startup raises a seed financing round while working on a preliminary idea, 2) founders later &#8220;pivot&#8221; into a new idea that looks more promising and/or gains traction, 3) founders decide to raise a new round of financing, 4) founders [...]]]></description>
			<content:encoded><![CDATA[<p>This hasn&#8217;t happened to me, but I keep hearing stories about situations like the following: 1) startup raises a seed financing round while working on a preliminary idea, 2) founders later &#8220;pivot&#8221; into a new idea that looks more promising and/or gains traction, 3) founders decide to raise a new round of financing, 4) founders argue that the new idea is so different from the original one that it should be part of a new company, and that the original seed investors shouldn&#8217;t own any part of it.</p>
<p>At <a href="http://foundercollective.com">Founder Collective</a>, we think of ourselves as investing primarily in people, and only secondarily in ideas or products. I have to admit that until I heard about these situations happening, I hadn&#8217;t even conceived of the possibility of &#8220;pivots into new corporate structures&#8221;. In retrospect, I suppose it was inevitable given the founder-friendly market and the rapidly evolving venture environment.</p>
<p>As a legal matter, assuming the founders worked on the idea on the original company&#8217;s time and/or money, the seed investors probably have a strong claim. Founders and employees normally sign &#8220;invention assignment&#8221; agreements that would make the new ideas and products property of the original company (again, these aren&#8217;t situations I&#8217;m personally involved in so I am just speculating on the specifics).  The reality is that most professional seed investors aren&#8217;t going to sue founders and will likely instead try to work out some compromise.</p>
<p>This is not to suggest, by the way, that founders are indentured servants to investors. It is perfectly fine, if an idea isn&#8217;t working out, to wind down the company, return the remaining capital, and go off and work on new ideas. If one of those new ideas shows promise, the founders are then (legally and morally) free to form a new corporate entity and raise new financing from whomever they choose. From news reports, it sounds like this is what the Odeo team did before they pivoted to Twitter. It&#8217;s the conventional and, in my view, correct way to handle these situations.</p>
<p>Here&#8217;s what really worries me. If it becomes a norm for founders to jettison seed investors when their company&#8217;s focus changes, seed investors who invest &#8220;primarily in people&#8221; will stop doing so. I think that would be a real shame: we&#8217;d lose an important source of capital and a lot of innovative startups wouldn&#8217;t get funded.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/08/01/pivoting-into-a-new-corporate-structure/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>The downside of accelerated investment decisions</title>
		<link>http://cdixon.org/2011/07/28/the-downside-of-accelerated-investment-decisions/</link>
		<comments>http://cdixon.org/2011/07/28/the-downside-of-accelerated-investment-decisions/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 04:41:42 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4819</guid>
		<description><![CDATA[There has been a lot of talk about how early-stage valuations have risen dramatically over the past few years. Financially, this is probably good for founders and bad for investors. But a side effect of this frothy market is that financings are occurring much faster. It is very common for investors to get introduced to [...]]]></description>
			<content:encoded><![CDATA[<p>There has been a lot of talk about how early-stage valuations have risen dramatically over the past few years. Financially, this is probably good for founders and bad for investors. But a side effect of this frothy market is that financings are occurring much faster. It is very common for investors to get introduced to founders with the proviso that a term sheet will be signed in the next few days. As a result, founders and investors are spending very little time getting to know each other before entering into long-term business contracts.</p>
<p>This is bad news for everyone. Most significantly, founders often give up significant control to people they won&#8217;t get along with or even might <a href="http://www.sethlevine.com/wp/2011/07/beware-of-asshole-vcs">end up hating</a>. Having bad investors might not matter if the company executes flawlessly and the financing market stays frothy. But most companies have difficult episodes, and the financing market will eventually return to normal. Sadly, founders with bad investors will likely face punishing down rounds, key employees being indiscriminately fired, and elaborate financial shenanigans engineered to dilute founders and seed investors.</p>
<p>&#8220;It&#8217;s only when the tide goes out that you know who&#8217;s been swimming naked.&#8221; Warren Buffet likes to say this about investors, but it applies to founders as well. Taking on a new major investor should be treated with the same gravitas as taking on a new cofounder. You can&#8217;t do it in less time than it takes to really get to know someone, which is usually weeks or months. Quick financings might seem attractive but are actually fraught with risks.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/07/28/the-downside-of-accelerated-investment-decisions/feed/</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
		<item>
		<title>The tragedy of the anticommons</title>
		<link>http://cdixon.org/2011/07/26/the-tragedy-of-the-anti-commons/</link>
		<comments>http://cdixon.org/2011/07/26/the-tragedy-of-the-anti-commons/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 23:20:14 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[economics]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[tech companies]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4812</guid>
		<description><![CDATA[Seems very relevant to today&#8217;s music industry, and potentially relevant to the internet/software industry in the near future as patent lawsuits become increasingly common: The commons leads to overuse and destruction; the anticommons leads to underuse and waste. In the cultural sphere, ever tighter restrictions on copyright and fair use limit artists’ abilities to sample [...]]]></description>
			<content:encoded><![CDATA[<p><!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Arial} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Arial; min-height: 11.0px} span.s1 {text-decoration: underline ; color: #3100ee} -->Seems very relevant to today&#8217;s music industry, and potentially relevant to the internet/software industry in the near future as patent lawsuits become increasingly common:</p>
<blockquote><p>The commons leads to overuse and destruction; the anticommons leads to underuse and waste. In the cultural sphere, ever tighter restrictions on copyright and fair use limit artists’ abilities to sample and build on older works of art. In biotechnology, the explosion of patenting over the past twenty-five years—particularly efforts to patent things like gene fragments—may be retarding drug development, by making it hard to create a new drug without licensing myriad previous patents. Even divided land ownership can have unforeseen consequences. Wind power, for instance, could reliably supply up to twenty per cent of America’s energy needs—but only if new transmission lines were built, allowing the efficient movement of power from the places where it’s generated to the places where it’s consumed. Don’t count on that happening anytime soon. Most of the land that the grid would pass through is owned by individuals, and nobody wants power lines running through his back yard.</p></blockquote>
<p>From <a href="http://www.newyorker.com/talk/financial/2008/08/11/080811ta_talk_surowiecki">The Permission Problem</a>, James Surowiecki, The New Yorker Magazine.  A very worthwhile read.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/07/26/the-tragedy-of-the-anti-commons/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Thomas Jefferson on Patents</title>
		<link>http://cdixon.org/2011/07/16/thomas-jefferson-on-patents/</link>
		<comments>http://cdixon.org/2011/07/16/thomas-jefferson-on-patents/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 17:27:02 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4806</guid>
		<description><![CDATA[If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of every one, [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of every one, and the receiver cannot dispossess himself of it. Its peculiar character, too, is that no one possesses the less, because every other possesses the whole of it. He who receives an idea from me, receives instruction himself without lessening mine; as he who lights his taper at mine, receives light without darkening me.</p>
<p>That ideas should freely spread from one to another over the globe, for the moral and mutual instruction of man, and improvement of his condition, seems to have been peculiarly and benevolently designed by nature, when she made them, like fire, expansible over all space, without lessening their density in any point, and like the air in which we breathe, move, and have our physical being, incapable of confinement or exclusive appropriation. Inventions then cannot, in nature, be a subject of property.</p>
<p>Society may give an exclusive right to the profits arising from them, as an encouragement to men to pursue ideas which may produce utility, but this may or may not be done, according to the will and convenience of the society, without claim or complaint from anybody. Accordingly, it is a fact, as far as I am informed, that England was, until we copied her, the only country on earth which ever, by a general law, gave a legal right to the exclusive use of an idea. In some other countries it is sometimes done, in a great case, and by a special and personal act, but, generally speaking, other nations have thought that these monopolies produce more embarrassment than advantage to society; and it may be observed that the nations which refuse monopolies of invention, are as fruitful as England in new and useful devices.</p></blockquote>
<p>- Letter from <a href="http://press-pubs.uchicago.edu/founders/documents/a1_8_8s12.html">Thomas Jefferson to Isaac McPherson </a></p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/07/16/thomas-jefferson-on-patents/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>The next big thing is sitting right in front of you</title>
		<link>http://cdixon.org/2011/07/02/the-next-big-thing-is-sitting-right-in-front-of-you/</link>
		<comments>http://cdixon.org/2011/07/02/the-next-big-thing-is-sitting-right-in-front-of-you/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 01:13:28 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4784</guid>
		<description><![CDATA[When I started grad school in 2001, every student was given an online &#8220;classcard&#8221;. Classcards were kind of a hybrid of modern-day LinkedIn and Facebook profiles. They were mostly static: no feed or status updates or any other advanced features that we are all accustomed to now. But they were wildly popular. Students spent countless [...]]]></description>
			<content:encoded><![CDATA[<p>When I started grad school in 2001, every student was given an online &#8220;classcard&#8221;. Classcards were kind of a hybrid of modern-day LinkedIn and Facebook profiles. They were mostly static: no feed or status updates or any other advanced features that we are all accustomed to now. But they were wildly popular. Students spent countless hours browsing them. At one point there was a rumor that people could see who was viewing their classcard and everyone freaked out that their snooping would be revealed. When you met other students you no longer needed to ask for their contact info or background since it was easy to search for their classcard. It completely changed student interactions.</p>
<p>During that time, I was spending most of my personal time trying to develop new startup ideas. I ended up co-founding an online marketing company during school and then after school co-founding other companies (<a href="http://www.siteadvisor.com">SiteAdvisor</a>, <a href="http://hunch.com">Hunch</a>, <a href="http://foundercollective.com">Founder Collective</a>). Meanwhile, Facebook &#8211; the best internet business of the decade &#8211; was being hatched. Its first version looked a lot like classcards, and perhaps it wasn&#8217;t a coincidence that it was founded just down the street at the same university. The &#8220;<a href="http://cdixon.org/2010/01/03/the-next-big-thing-will-start-out-looking-like-a-toy/">toy</a>&#8221; I was staring at every day was actually a much better business than all the &#8220;serious&#8221; ideas I spent so much time working on.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/07/02/the-next-big-thing-is-sitting-right-in-front-of-you/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Founder/market fit</title>
		<link>http://cdixon.org/2011/06/19/foundermarket-fit/</link>
		<comments>http://cdixon.org/2011/06/19/foundermarket-fit/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 03:56:44 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4755</guid>
		<description><![CDATA[An extremely useful concept that has grown popular among startup founders is what eminent entrepreneur and investor Marc Andreessen calls &#8220;product/market fit&#8221;, which he defines as &#8220;being in a good market with a product that can satisfy that market&#8221;. Andreessen argues persuasively that product/market fit is &#8220;the only thing that matters for a new startup&#8221; and that &#8221;the [...]]]></description>
			<content:encoded><![CDATA[<p>An extremely useful concept that has grown popular among startup founders is what eminent entrepreneur and investor Marc Andreessen <a href="http://web.archive.org/web/20070701074943/http://blog.pmarca.com/2007/06/the-pmarca-gu-2.html">calls</a> &#8220;product/market fit&#8221;, which he defines as &#8220;being in a good market with a product that can satisfy that market&#8221;. Andreessen argues persuasively that product/market fit is &#8220;the only thing that matters for a new startup&#8221; and that &#8221;the life of any startup can be divided into two parts: <em>before product/market fit</em> and <em>after product/market fit</em>.&#8221;</p>
<p>But it takes time to reach product/market fit. Founders have to choose a market long before they have any idea whether they will reach product/market fit. In my opinion, the best predictor of whether a startup will achieve product/market fit is whether there is what David Lee <a href="http://techcrunch.com/2011/06/03/svangel-peak-age-old-entrpreneurs/">calls</a> &#8220;founder/market fit&#8221;. Founder/market fit means the founders have a deep understanding of the market they are entering, and are people who &#8220;personify their product, business and ultimately their company.&#8221;</p>
<p>A few points about founder/market fit:</p>
<p><em>Founder/market fit can be developed through experience</em>: No one is born with knowledge of the education market, online advertising, or clean energy technologies. You can learn about these markets by building test projects, working at relevant companies, or simply doing extensive research. I have a friend who decided to work in the magazine industry. He discovered some massive inefficiencies and built a very successful technology company that addressed them. My <a href="http://foundercollective.com">Founder Collective</a> partners Eric Paley and Micah Rosenbloom spent many months/years becoming experts in the dental industry in order to create a breakthrough <a href="http://www.flybridge.com/portfolio/Brontes">dental technology company</a>.</p>
<p><em>Founder/market fit is frequently overestimated</em>: One way to have a deep understanding of your market is to develop product ideas that solve problems you personally have. This is why Paul Graham <a href="http://www.paulgraham.com/organic.html">says</a> that &#8220;the best way to come up with startup ideas is to ask yourself the question: what do you wish someone would make for you?&#8221;  This is generally an excellent heuristic, but can also lead you astray. It is easy to think that because you like food you can create a better restaurant. It is an entirely different matter to rent and build a space, market your restaurant, manage inventory, inspire your staff, and do all the other difficult things it takes to create a successful restaurant. Similarly, just because you can imagine a website you&#8217;d like to use, doesn&#8217;t mean you have founder/market fit with the consumer internet market.</p>
<p><em>Founders need to be brutally honest with themselves. </em>Good entrepreneurs are willing to make long lists of things at which they are have no ability. I have never built a sales team. I don&#8217;t manage people well. I have no particular knowledge of what college students today want to do on the internet. I could go on and on about my deficiencies. But hopefully being aware of these things helps me focus on areas where I can make a real contribution and also allows me to recruit people that complement those deficiencies.</p>
<p>Most importantly, founders should realize that a startup is an endeavor that generally lasts many years. You should fit your market not only because you understand it, but because you love it &#8212; and will continue to love it as your product and market change over time.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/06/19/foundermarket-fit/feed/</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>Allocation investing and the social premium</title>
		<link>http://cdixon.org/2011/06/16/allocation-investing-and-the-social-premium/</link>
		<comments>http://cdixon.org/2011/06/16/allocation-investing-and-the-social-premium/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 00:05:11 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[economics]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[tech companies]]></category>
		<category><![CDATA[venture capital]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4737</guid>
		<description><![CDATA[The rational way to invest in something &#8211; a startup, public company, venture capital firm, real estate project, etc. &#8211; is to base your decision on an assessment of its fundamental value. The most common way to do this is to try to predict the asset&#8217;s future profits. In reality, many of the largest pools of [...]]]></description>
			<content:encoded><![CDATA[<p>The rational way to invest in something &#8211; a startup, public company, venture capital firm, real estate project, etc. &#8211; is to base your decision on an assessment of its fundamental value. The most common way to do this is to try to predict the asset&#8217;s <a href="http://en.wikipedia.org/wiki/Discounted_cash_flow">future profits</a>. In reality, many of the largest pools of capital in the world &#8211; pensions, endowments, and mutual funds &#8211; think in terms of &#8220;allocations.&#8221; This means they start with a model for how to distribute their funds across a set of dimensions, including asset classes, industries, and geographies. This allocation mentality is based partly on prevalent academic theories (the &#8220;<a href="http://en.wikipedia.org/wiki/Capital_asset_pricing_model">Capital Asset Pricing Model</a>&#8221; or &#8220;CAPM&#8221;) and partly on the success of certain famous money managers (the &#8220;<a href="http://en.wikipedia.org/wiki/David_F._Swensen#The_Yale_.28or_Endowment.29_Model">Yale Model</a>&#8220;).</p>
<p>Allocation investing has a number of perverse effects on financial markets. For example, in the 80s and 90s venture capital was deemed to be a successful, independent asset class. As a result, many funds decided to allocate some portion of their capital to VC. These pools of capital were so large that they caused the VC industry to grow orders of magnitude larger &#8211; many say <a href="http://abovethecrowd.com/2009/08/24/what-is-really-happening-to-the-venture-capital-industry/">larger than it should be</a>. In turn, this led to many bad venture investments that drove down returns in the industry (these problems were further exacerbated by the <a href="http://cdixon.org/2009/08/26/the-other-problem-with-venture-capital-management-fees/">fee structure of VC</a> that encouraged funds to get large and rapidly &#8220;put money to work&#8221;).</p>
<p>Another perverse effect caused by allocation investing happens in public stock markets when investors decide to allocate a portion of their funds to specific sectors. I recently heard some money managers saying they wanted to allocate portions of their funds to &#8220;social media&#8221;. Combining this &#8220;allocated&#8221; demand with a constrained supply (due to the <a href="http://www.businessweek.com/news/2011-06-09/linkedin-inspired-low-float-ipos-threaten-to-bring-back-bubble.html">small float</a> of many of these IPOs) can lead to prices that are disconnected from fundamental values. In this scenario, supply will try to match demand, which means mediocre social media companies will go public and non-social media companies will reposition themselves as social media companies or acquire social media companies. They will be chasing the &#8220;social premium.&#8221;</p>
<p>We saw this happen in the 90s with the rush of companies to reposition themselves as internet companies. In that case, many non-professional investors ended up owning shares in crappy companies when the music stopped. The primary difference now is that the flagship companies like LinkedIn and Facebook have excellent fundamentals. Hopefully this time the market will be discerning and value investing will win out over allocation investing.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/06/16/allocation-investing-and-the-social-premium/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>The lodsys case</title>
		<link>http://cdixon.org/2011/06/12/the-lodsys-case/</link>
		<comments>http://cdixon.org/2011/06/12/the-lodsys-case/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 15:43:05 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4717</guid>
		<description><![CDATA[Lodsys filed a complaint last week against a number of online retailers.  Lodsys is a so-called &#8220;non-practicing entity&#8221; &#8211; a patent holding company that doesn&#8217;t build products.  They previously filed lawsuits against Apple developers among others.  I am not a lawyer but I wanted to try to understand the case so read some of the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.scribd.com/doc/57574948/Lodsys-Complaint-Against-Adidas-BestBuy-Et-Al">Lodsys filed a complaint</a> last week against a number of online retailers.  Lodsys is a so-called &#8220;non-practicing entity&#8221; &#8211; a patent holding company that doesn&#8217;t build products.  They previously filed lawsuits against Apple developers among others.  I am not a lawyer but I wanted to try to understand the case so read some of the documents.  This is my best understanding of the situation.</p>
<p>Here is an example of Lodsys&#8217; accusations, in this case against bestbuy.com:</p>
<p><a href="http://cdixon.org/wp-content/uploads/2011/06/best-buy.png"><img class="alignnone size-full wp-image-4719" title="best buy" src="http://cdixon.org/wp-content/uploads/2011/06/best-buy.png" alt="" width="573" height="134" /></a></p>
<p style="text-align: left;">The reference to &#8217;908 is referring to <a href="http://www.google.co.uk/patents?id=uNsYAAAAEBAJ&amp;printsec=abstract&amp;zoom=4&amp;source=gbs_overview_r&amp;cad=0#v=onepage&amp;q&amp;f=false">patent 5,999,908</a>, which was filed in 1997.  It is an invention that appears to allow users to give feedback to websites:</p>
<p style="text-align: left;"><img class="alignnone size-full wp-image-4720" title="908 abstract" src="http://cdixon.org/wp-content/uploads/2011/06/908-abstract.png" alt="" width="418" height="582" /></p>
<p style="text-align: left;">Here is one example diagram from the patent about how the invention could be embodied:</p>
<p style="text-align: left;"><a href="http://cdixon.org/wp-content/uploads/2011/06/feedback.png"><img class="alignnone size-full wp-image-4722" title="feedback" src="http://cdixon.org/wp-content/uploads/2011/06/feedback.png" alt="" width="572" height="356" /></a></p>
<p style="text-align: left;">Here is the specific claim (claim 37) that bestbuy.com and other retailers are allegedly infringing:</p>
<p><a href="http://cdixon.org/wp-content/uploads/2011/06/claim-37.png"><img class="alignnone size-full wp-image-4718" title="claim 37" src="http://cdixon.org/wp-content/uploads/2011/06/claim-37.png" alt="" width="425" height="460" /></a></p>
<p><a href="http://cdixon.org/wp-content/uploads/2011/06/claim-37.png"></a>As far as I can tell, the first clause says that it the claim is referring to a computer product, which in the case of bestbuy.com seems to be their website, where the user and server can send information back and forth.  The second clause seems to say that this system includes computer code. The third clause seems to say this system includes a database.  The fourth clause seems to say there is a information transmitted between the user, web server and database.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/06/12/the-lodsys-case/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Notes on raising seed financing</title>
		<link>http://cdixon.org/2011/06/09/notes-on-raising-seed-financing/</link>
		<comments>http://cdixon.org/2011/06/09/notes-on-raising-seed-financing/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 21:59:48 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>
		<category><![CDATA[venture capital]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4698</guid>
		<description><![CDATA[Last night I taught a class via Skillshare (disclosure: Founder Collective is an investor) about how to raise a seed round.  After a long day I wasn&#8217;t particularly looking forward to it, but it turned out to be a lot of fun and I stayed well past the scheduled end time.  I think it worked [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I taught a <a href="http://www.skillshare.com/Planting-the-Seed-How-to-Raise-Your-First-Round/1124114253/1124114253">class</a> via <a href="http://www.skillshare.com">Skillshare</a> (disclosure: <a href="http://foundercollective.com">Founder Collective</a> is an investor) about how to raise a seed round.  After a long day I wasn&#8217;t particularly looking forward to it, but it turned out to be a lot of fun and I stayed well past the scheduled end time.  I think it worked well because the audience was full of people actually starting companies, and they came well prepared (they were all avid readers of tech blogs and had seemed to have done a lot of research).</p>
<p>I sketched some notes for the class which I&#8217;m posting below. I&#8217;ve written ad nauseum on this blog (see <a href="http://cdixon.org/contents">contents</a> page) about venture financing so hadn&#8217;t planned to blog more on the topic.  But since I wrote up these notes already, here they are.</p>
<p>***</p>
<p>1. Best thing is to either never need to raise money or to raise money after you have a product, users, or customers.  Also helps a lot if you&#8217;ve started a successful business before or came from a senior position at a successful company.</p>
<p>2. Assuming that&#8217;s not the case, it is very difficult to raise money, even when people (e.g. press) are saying it&#8217;s easy and &#8220;everyone is getting funded.&#8221;</p>
<p>3. Fundraising is an extremely momentum-based process.  Hardest part is getting &#8220;anchor&#8221; investors.  These are people or institutions who commit significant capital (&gt;$100K) and are respected in the tech community or in the specific industry you are going after (e.g. successful fashion people investing in a fashion-related startup).</p>
<p>4. Investors like to wait (&#8220;flip another card over&#8221;) while you want to hurry. Lots of investors like to wait until other investors they respect commit. Hence a sort of Catch-22. As Paul Graham <a href="http://www.paulgraham.com/hiresfund.html">says</a>:</p>
<blockquote><p>By far the biggest influence on investors&#8217; opinions of a startup is the opinion of other investors. There are very, very few who simply decide for themselves. Any startup founder can tell you the most common question they hear from investors is not about the founders or the product, but &#8220;who else is investing?&#8221;</p></blockquote>
<p>5. Network like crazy:</p>
<ul>
<li>Make sure you have good Google results (this is your first impression in tech). Have a good bio page (on your blog, linkedin and about.me) and blog/tweet to get Google juice.</li>
<li>Get involved in your local tech community.  Join meetups. Help organize events.  Become a hub in the local tech social graph.</li>
<li>Meet every entrepreneur and investor you can.  Entrepreneurs tend to be more accessible &amp; sympathetic and can often make warm intros to investors.</li>
<li>Avoid anyone who asks you to pay for intros (even indirectly like committing to a law firm in exchange for intros).</li>
<li>Don&#8217;t be afraid to (politely) overreach and <a href="http://cdixon.org/2010/09/12/getting-rejected/">get rejected</a>.</li>
</ul>
<p>6. Get smart on the industry:</p>
<ul>
<li>Read TechCrunch, Business Insider, GigaOm, Techmeme, HackerNews, Fred Wilson&#8217;s blog, Mark Suster&#8217;s blog, etc (and go back and read the archives).  Follow investor/startup people on Twitter (Sulia has some good lists to get you started <a href="http://www.sulia.com/channel/venture-capital/">here</a> and <a href="http://www.sulia.com/channel/startups/">here</a>).</li>
<li>Research every investor and entrepreneur extensively before you meet them. Entrepreneurs love it when you&#8217;ve used their product and give them constructive feedback.  It&#8217;s like bringing a new parent a kid&#8217;s toy. Investors like it when you are smart about their portfolio and interests.</li>
</ul>
<p>6. How much to raise?  Enough to hit an accretive milestone plus some buffer. (<a href="http://cdixon.org/2009/12/28/whats-the-right-amount-of-seed-money-to-raise/">more</a>)</p>
<p>7. What terms should you look for?  Here are <a href="http://cdixon.org/2009/08/16/ideal-first-round-funding-terms/">ideal terms</a>.  You need to understand all these terms and also the <a href="http://cdixon.org/2010/08/31/converts-versus-equity-deals/">difference between convertible notes and equity</a>.  More generally, it&#8217;s a good idea to spend a few days getting smart about startup-related law &#8211; this is a <a href="http://www.amazon.com/Entrepreneurs-Guide-Business-Law/dp/0324042914">good book</a> to start with.</p>
<p>8. Types of capital:  strategic angels (industry experts), non-strategic angels (not industry experts, not tech investors), tech angels, seed funds, VCs.</p>
<ul>
<li>VCs can be less valuation sensitive and have deep pockets but are sometimes buying options so come with some risks (<a href="http://cdixon.org/2009/08/14/the-problem-with-taking-seed-money-from-big-vcs/">more</a>).</li>
<li>Industry experts can be really nice complements to tech investors (especially in b2b companies).  (<a href="http://cdixon.org/2009/11/03/how-to-select-your-angel-investors/">more</a>)</li>
<li>Non-strategic angels (rich people with no relevant expertise) might not help as much but might be more patient and ok with &#8220;lifestyle businesses.&#8221;</li>
<li>Tech angels and seed funds tend to be most valuation sensitive but can sometimes make up for it by helping in later financing rounds.</li>
</ul>
<p>9. Pitching:</p>
<ul>
<li>Have a short slide deck, not a business plan. (<a href="http://whohastimeforthis.blogspot.com/2005/11/how-to-not-write-business-plan.html">more</a>)</li>
<li>Pitch yourself first, idea second. (<a href="http://cdixon.org/2009/11/14/pitch-yourself-not-your-idea/">more</a>)</li>
<li>Pitch the upside, not the mean (<a href="http://cdixon.org/2009/08/31/pitch-vcs-the-right-tail-of-the-distribution-not-the-mean/">more</a>)</li>
<li>Size markets using narratives, not numbers (<a href="http://cdixon.org/2010/04/03/size-markets-using-narratives-not-numbers/">more</a>)</li>
</ul>
<p>10.  Cofounders: they are good if for no other reason than moral support. Find ones that complement you. Decide on responsibilities, equity split etc early and document it.  (Legal documents don&#8217;t hurt friendships &#8211; they preserve them).</p>
<p>11. Incubators like YC and Techstars can be great.  99% of the people I know who participated in them say it was worth it.</p>
<p>12. To investors, the sexiest word in the English language is &#8220;oversubscribed.&#8221;  Sometimes it makes tactical sense to start out raising a smaller round than you actually want end up with.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/06/09/notes-on-raising-seed-financing/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Accurate contrarian theories</title>
		<link>http://cdixon.org/2011/05/16/accurate-contrarian-theories/</link>
		<comments>http://cdixon.org/2011/05/16/accurate-contrarian-theories/#comments</comments>
		<pubDate>Mon, 16 May 2011 19:41:51 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4668</guid>
		<description><![CDATA[When Google released its search engine in 1998, its search results were significantly better than its competitors&#8217;. Many people attribute Google&#8217;s success to this breakthrough technology. But there was another key reason:  a stubborn refusal to accept the orthodox view at the time that &#8220;stickiness&#8221; was crucial to a website&#8217;s success. Here&#8217;s what happened when [...]]]></description>
			<content:encoded><![CDATA[<p>When Google released its search engine in 1998, its search results were significantly better than its competitors&#8217;. Many people attribute Google&#8217;s success to this breakthrough technology. But there was another key reason:  a stubborn refusal to accept the orthodox view at the time that &#8220;stickiness&#8221; was crucial to a website&#8217;s success. Here&#8217;s what happened when they tried to sell their technology to Excite (a leading portal/search engine in the late 90s):</p>
<blockquote><p>[Google] was too good. If Excite were to host a search engine that instantly gave people information they sought, [Excite's CEO] explained, the users would leave the site instantly. Since his ad revenue came from people staying on the site—“stickiness” was the most desired metric in websites at the time—using Google&#8217;s technology would be counterproductive. “He told us he wanted Excite’s search engine to be 80 percent as good as the other search engines,” &#8230; and we were like, “Wow, these guys don’t know what they’re talking about.” - Steven Levy, <a href="http://www.amazon.com/Plex-Google-Thinks-Works-Shapes/dp/1416596585">In The Plex</a> (p. 30)</p></blockquote>
<p>Famed investor/entrepreneur Reid Hoffman says world-changing startups need to be premised on &#8220;<a href="http://www.kydoh.com/seeking-returns-as-an-accurate-contrarian-theorist/">accurate contrarian theories</a>.&#8221;  In Google&#8217;s case, it was true but non-contrarian to think users would prefer a better search engine. What was true and contrarian was to think it made <a href="http://cdixon.org/2010/03/25/stickiness-is-bad-for-business/">business sense</a> to get users off their site as quickly as possible. The business model to support this contrarian theory wouldn&#8217;t emerge until years later, and by then Google would already have become the world&#8217;s most popular search engine.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/05/16/accurate-contrarian-theories/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>Options</title>
		<link>http://cdixon.org/2011/05/13/stock-options/</link>
		<comments>http://cdixon.org/2011/05/13/stock-options/#comments</comments>
		<pubDate>Fri, 13 May 2011 06:08:58 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4646</guid>
		<description><![CDATA[The financial term &#8220;derivative&#8220; refers to a security whose value is a function of another security such as a stock or bond.  The most common types of derivatives are futures &#8211; the obligation to buy a security at a future date at pre-agreed upon price &#8211; and options &#8211; the right to buy something at a future [...]]]></description>
			<content:encoded><![CDATA[<p>The financial term &#8220;<a href="http://en.wikipedia.org/wiki/Derivative_(finance)">derivative</a>&#8220; refers to a security whose value is a function of another security such as a stock or bond.  The most common types of derivatives are futures &#8211; the <em>obligation</em> to buy a security at a future date at pre-agreed upon price &#8211; and options &#8211; the <em>right</em> to buy something at a future date at pre-agreed upon price.</p>
<p>In theory, the primary societal purpose of derivates is for businesses to hedge against &#8220;<a href="http://en.wikipedia.org/wiki/Exogeny">exogenous</a>&#8221; risks.  For example. Southwest Airlines is famously prudent about buying futures on oil to mitigate the effect of fluctuating oil prices on their core business.</p>
<p>In practice, most derivatives are bought and sold by speculators. One of the first speculators was a philosopher names Thales, who Aristotle described in his book <em><a href="http://classics.mit.edu/Aristotle/politics.mb.txt">Politics</a> (</em>Book 1, Part XI):</p>
<blockquote><p>There is the anecdote of Thales the Milesian and his financial device, which involves a principle of universal application, but is attributed to him on account of his reputation for wisdom. He was reproached for his poverty, which was supposed to show that philosophy was of no use. According to the story, he knew by his skill in the stars while it was yet winter that there would be a great harvest of olives in the coming year; so, having a little money, he gave deposits for the use of all the olive-presses in Chios and Miletus, which he hired at a low price because no one bid against him. When the harvest-time came, and many were wanted all at once and of a sudden, he let them out at any rate which he pleased, and made a quantity of money. <em>Thus he showed the world that philosophers can easily be rich if they like, but that their ambition is of another sort.</em></p></blockquote>
<p>Valuing options was a mystery until 1973 when the <a href="http://en.wikipedia.org/wiki/Black%E2%80%93Scholes">Black-Scholes</a> model was invented. The main practical outcome of this model was the idea that the value of an option was determined mostly by the volatility of the underlying security.</p>
<p>One way to understand the important of volatility is to think of options as the opposite of insurance policies. Suppose you are selling insurance on houses in one region that is prone to catastropic events and another that isn&#8217;t. Rational insurers would price insurance policies higher in the catastrophe-prone areas.</p>
<p>Startups are inherently very volatile &#8211; their price can increase or decrease dramatically in short periods of time. Having an option on a startup is the economic opposite of selling insurance in a catastrophe-prone area.</p>
<p>The US tax system has some rules related to startup options.  The first rule is that there is a special class of options called ISO options that can be granted to employees. ISO options are tax exempt until the options are exercised, which allows employees to receive them and not be liable for taxes until they actually realize cash gains. This rule only applies if the options are assigned a strike price equal to or greater than the &#8220;fair market value&#8221; of the company&#8217;s common shares. The fair market value is normally assessed by an outside valuation firm (a so-called 409A valuation) and usually ends up being significantly lower than the last round VC valuation (a rule of thumb for early-stage companies is the strike price will be approximately 20% of the last VC valuation).</p>
<p>When you are granted options in a startup there are a couple of important things to keep in mind:</p>
<p>1) You should know your <a href="http://cdixon.org/2009/08/27/the-one-number-you-should-know-about-your-equity-grant/">percentage ownership</a> of the company&#8217;s &#8220;fully diluted&#8221; outstanding shares (number of shares of the company including the option pool).</p>
<p>2) You should understand that if you leave the company, you normally have 90 days to &#8220;exercise&#8221; the options (purchase the shares you have the right to buy) before you forfeit your options. Normally the company has no obligation to inform you of this possible forfeiture, and in fact the standard practice is to hope the employee forgets and loses the options.</p>
<p>3) You should know the &#8220;preferences&#8221; on the company.  The preferences normally equals the amount of money raised. If the company sells for near or less than that number the common shareholders, and hence the employees (who own options on common shares), will receive little or no money.</p>
<p>The strike price of the options is somewhat important but, if you study options theory, not nearly as important as the volatility of the underlying stock. Financially, what matters most is having a reasonable percentage of options in a company with lots of volatility (and hopefully a stock price that has an upward slope).</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/05/13/stock-options/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Taste graph infographic</title>
		<link>http://cdixon.org/2011/05/09/taste-graph-infographic/</link>
		<comments>http://cdixon.org/2011/05/09/taste-graph-infographic/#comments</comments>
		<pubDate>Mon, 09 May 2011 22:28:38 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4639</guid>
		<description><![CDATA[Cool infographic about our core technology at Hunch, what we call the &#8220;taste graph.&#8221;  My favorite stat is that we have &#62;25,000 API clients making &#62;400,000 calls per day (many clients seem to be devs building not-yet-release apps).  Upcoming infographic will focus just on API usage and growth.  And yes, crazy as it seems, we [...]]]></description>
			<content:encoded><![CDATA[<p>Cool infographic about our core technology at <a href="http://hunch.com">Hunch</a>, what we call the &#8220;<a href="http://blog.hunch.com/?p=47384">taste graph</a>.&#8221;  My favorite stat is that we have &gt;25,000 API clients making &gt;400,000 calls per day (many clients seem to be devs building not-yet-release apps).  Upcoming infographic will focus just on API usage and growth.  And yes, crazy as it seems, we have Assembly and C code, which was necessary to optimize core inner loops which are extremely computationally intensive.</p>
<p>(click for full size)</p>
<p><a href="http://cdixon.org/wp-content/uploads/2011/05/110509-HUNCH-TASTEGRAPH_800px_v2_small.png"><img class="alignnone size-large wp-image-4640" title="110509-HUNCH-TASTEGRAPH_800px_v2_small" src="http://cdixon.org/wp-content/uploads/2011/05/110509-HUNCH-TASTEGRAPH_800px_v2_small-373x1024.png" alt="" width="373" height="1024" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/05/09/taste-graph-infographic/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Best practices for raising a VC round</title>
		<link>http://cdixon.org/2011/05/04/best-practices-for-raising-a-vc-round/</link>
		<comments>http://cdixon.org/2011/05/04/best-practices-for-raising-a-vc-round/#comments</comments>
		<pubDate>Wed, 04 May 2011 19:50:28 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4625</guid>
		<description><![CDATA[Having raised a number of VC rounds personally and observed many more as an investor or friend, I&#8217;ve come to think there are a set of dominant best practices that entrepreneurs should follow. 1. Valuation: Come up with what minimum valuation you&#8217;d be happy with but never share that number with any investor.  If the [...]]]></description>
			<content:encoded><![CDATA[<p>Having raised a number of VC rounds personally and observed many more as an investor or friend, I&#8217;ve come to think there are a set of dominant best practices that entrepreneurs should follow.</p>
<p>1. Valuation: Come up with what minimum valuation you&#8217;d be happy with but never share that number with any investor.  If the number is too low, you&#8217;ve set a low ceiling. If your number is too high, you scare people off. Just like on eBay, you only get to your desired price by starting lower and getting a competitive process going. When people ask about price, simply tell them your last round post-money valuation and talk about the progress you&#8217;ve made since then.</p>
<p>2. Never tell VCs the names of other VCs that are interested.  Reasons: 1) if you are overplaying your hand that could send a negative signal.  Most VCs know each other and talk all the time. 2) it is possible they&#8217;ll get together and offer a two-handed deal in which case you have less competition.</p>
<p>3. I think the optimal number of VCs to talk to seriously is about 5.  That is usually enough to get a sense of market but not so much that you get overwhelmed.  You should pick these VCs carefully &#8211; this is where trusted, experienced advisors are critical.</p>
<p>4. If there is a VC you really like, have a &#8220;buy it now price&#8221; and if they hit that valuation (and other terms are <a href="http://cdixon.org/2009/08/16/ideal-first-round-funding-terms/">clean</a>) do the deal.  Otherwise, say you&#8217;d like to &#8220;run a process&#8221; and include them in it.</p>
<p>5. Try to set timelines that are definite enough that investors feel some pressure to move but not so definite that you look dumb if you don&#8217;t have a term sheet by then.  (Investors have an incentive to wait &#8211; &#8220;to flip another card over&#8221; as they say &#8211; whereas entrepreneurs want to get the financing over with asap). Depending on where you are in the process, say things like &#8220;we&#8217;d like to wrap this up in the next few weeks.&#8221;</p>
<p>6. Once you start pitching, the clock starts ticking on your deal looking &#8220;tired.&#8221;  I&#8217;d say from your first VC meeting you have about a month before this risk kicks in.  You could have a great company but if investors get a sense that other investors have passed, they assume something is wrong with your company and/or they can wait around and invest later at their leisure.</p>
<p>7. The earlier stage your company is the more you should weight quality of investors vs valuation.  For a Series A, you are truly partnering with the VCs.  You should consider taking a lower valuation from a top tier firm over a non top tier firm (but probably any discount over 20% is too much). If you are doing a post-profitable &#8220;momentum round&#8221; I&#8217;d just optimize for valuation and deal terms.</p>
<p>8. Term sheets:  talk about terms in detail over the phone.  Only accept a term sheet once you have decided that if it matches what was described you are prepared to sign it.  After sending a term sheet VCs get worried you&#8217;ll shop it and usually want it signed in 24 hours.</p>
<p>9. Get to know the VCs.  Talk to their other portfolio companies, read their blogs, call references, etc.  You will be in business with this person for (hopefully) a long time.</p>
<p>10. Timing.  While it&#8217;s ideal to raise money once you hit the milestones you set out initially, you also need to be opportunistic.  Right now, for example, seems to be a really good time to raise a VC round.  You could make a ton of progress over the next 6 months but the market could tank and end up in a worse place than you would be today.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/05/04/best-practices-for-raising-a-vc-round/feed/</wfw:commentRss>
		<slash:comments>73</slash:comments>
		</item>
		<item>
		<title>There are two kinds of people in the world</title>
		<link>http://cdixon.org/2011/04/26/there-are-two-kinds-of-people-in-the-world/</link>
		<comments>http://cdixon.org/2011/04/26/there-are-two-kinds-of-people-in-the-world/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 02:26:30 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4612</guid>
		<description><![CDATA[You&#8217;ve either started a company or you haven&#8217;t.  &#8221;Started&#8221; doesn&#8217;t mean joining as an early employee, or investing or advising or helping out.  It means starting with no money, no help, no one who believes in you (except perhaps your closest friends and family), and building an organization from a borrowed cubicle with credit card [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve either started a company or you haven&#8217;t.  &#8221;Started&#8221; doesn&#8217;t mean joining as an early employee, or investing or advising or helping out.  It means starting with no money, no help, no one who believes in you (except perhaps your closest friends and family), and building an organization from a borrowed cubicle with credit card debt and nowhere to sleep except the office. It almost invariably means being dismissed by arrogant investors who show up a half hour late, totally unprepared and then instead of saying &#8220;no&#8221; give you non-committal rejections like &#8220;we invest at later stage companies.&#8221; It means looking prospective employees in the eyes and convincing them to leave safe jobs, quit everything and throw their lot in with you.  It means having pundits in the press and blogs who&#8217;ve never built anything criticize you and armchair quarterback your every mistake. It means lying awake at night worrying about running out of cash and having a constant knot in your stomach during the day fearing you&#8217;ll disappoint the few people who believed in you and validate your smug doubters.</p>
<p>I don&#8217;t care if you succeed or fail, if you are Bill Gates or an unknown entrepreneur who gave everything to make it work but didn&#8217;t manage to pull through. The important distinction is whether you risked everything, put your life on the line, made commitments to investors, employees, customers and friends, and tried &#8211; against all the forces in the world that try to keep new ideas down &#8211; to make something new.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/04/26/there-are-two-kinds-of-people-in-the-world/feed/</wfw:commentRss>
		<slash:comments>328</slash:comments>
		</item>
		<item>
		<title>Inferring intent on mobile devices</title>
		<link>http://cdixon.org/2011/04/24/inferring-intent-on-mobile-devices/</link>
		<comments>http://cdixon.org/2011/04/24/inferring-intent-on-mobile-devices/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 21:32:58 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4569</guid>
		<description><![CDATA[[Google CEO Eric] Schmidt said that while the Google Instant predictive search technology helps shave an average of 2 seconds off users&#8217; queries, the next step is &#8220;autonomous search.&#8221; This means Google will conduct searches for users without them having to manually conduct searches. As an example, Schmidt said he could be walking down the streets of [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>[Google CEO Eric] Schmidt said that while the Google Instant predictive search technology helps shave an average of 2 seconds off users&#8217; queries, the next step is &#8220;autonomous search.&#8221; This means Google will conduct searches for users without them having to manually conduct searches. As an example, Schmidt said he could be walking down the streets of San Francisco and receive information about the places around him on his mobile phone without having to click any buttons. <strong>&#8220;Think of it as a serendipity engine,</strong>&#8221; Schmidt said. &#8220;<strong>Think of it as a new way of thinking about traditional text search where you don&#8217;t even have to type.</strong>&#8221;  - <a href="http://www.eweek.com/c/a/Search-Engines/Google-CEO-Schmidt-Pitches-Autonomous-Search-Flirts-with-AI-259984/">eWeek</a></p></blockquote>
<p>When users type phrases into Google, they are searching, but also expressing intent. To create the &#8220;serendipity engine&#8221; that Eric Schmidt envisions would require a system that infers users&#8217; intentions.</p>
<p>Here are some of the input signals a mobile device could use to infer intent.</p>
<p><strong>Context</strong></p>
<p>Location: It is helpful to break location down into layers, from the most concrete to the most abstract:</p>
<p style="padding-left: 30px;">1) lat / long &#8211; raw GPS coordinates</p>
<p style="padding-left: 30px;">2) venue &#8211; mapping of lat / long coordinates to a venue.</p>
<p style="padding-left: 30px;">3) venue relationship to user &#8211; is the user at home, at a friend&#8217;s house, at work, in her home city etc.</p>
<p style="padding-left: 30px;">4) user movement &#8211; locations the user has visited recently.</p>
<p style="padding-left: 30px;">5) inferred user activity &#8211; if the user is at work during a weekday, she is more likely in the midst of work. If she is walking around a shopping district on a Sunday away from her home city, she is more likely to want to buy something. If she is outside, close to home, and going to multiple locations, she is more likely to be running erands.</p>
<p>Weather: during inclement weather user is less likely to want to move far and more likely to prefer indoor activities.</p>
<p>Time of day &amp; date: around mealtimes the user is more likely to be considering what to eat. On weekends the user is more likely to be doing non-work activities. Outside at night, the user is more likely to be looking for bar/club/movie etc.  Time of days also lets you know what venues are open &amp; closed.</p>
<p>News events near the user: they are at the pro sporting event, an accident happened nearby, etc.</p>
<p>Things around the user: knowing not just venues, but activities (soccer game), inventories (Madden 2011 is in stock at BestBuy across the street), events (concert you might like is nearby), etc.</p>
<p>These are just a few of the contextual signals that could be included as input signals.</p>
<p><strong>Taste</strong></p>
<p>The more you know about users&#8217; tastes, the better you can infer their intent. It is silly to suggest a great Sushi restaurant to someone who dislikes Sushi. At <a href="http://hunch.com">Hunch</a> we model taste with a giant matrix. One axis is every known user (the system is agnostic about which ID system &#8211; it could be Facebook, Twitter, a mobile device, etc), the other axis is things, defined very broadly: product, person, place, activity, tag etc.  In the cells of the matrix are either the known or predicted affinity between the person and thing.  (Hunch&#8217;s matrix currently has about 500M people, 700M items, and 50B known affinity points).</p>
<p><strong>Past expressed intent</strong></p>
<p>- App actions:  e.g. user just opened Yelp, so is probably looking for a place to go.</p>
<p>- Past search actions: user&#8217;s recent (desktop &amp; mobile) web searches could be indications of later intent.</p>
<p>- Past &#8220;saved for later&#8221; actions:  user explicitly saved something for later e.g. using Foursquare&#8217;s &#8220;to do&#8221; functionality.</p>
<p><strong>Behavior of other people</strong></p>
<p>- Friends:  The fact that a user&#8217;s friends are all gathered nearby might make her want to join them.</p>
<p>- Tastemates: That someone with similar tastes just performed some actions suggests the user is more likely to want to perform the same actions.</p>
<p>- Crowds: The user might prefer to go toward or avoid crowds, depending on mood and taste.</p>
<p>How should an algorithm weight all these signals? It is difficult to imagine this being done effectively anyway except empirically through a feedback loop. So the system suggests some intent, the user gives feedback, and then the system learns by adjusting signal weightings and gets smarter.  With a machine learning system like this it is <a href="http://cdixon.org/2009/08/20/machine-learning-is-really-good-at-partially-solving-just-about-any-problem/">usually impossible</a> to get to 100% accuracy, so the system would need a &#8220;fault tolerant&#8221; UI.  For example, pushing suggestions through modal dialogs could get very annoying without 100% accuracy, whereas making suggestions when the user opens an application or through subtle push alerts could be non-annoying and useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/04/24/inferring-intent-on-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>Financing risk</title>
		<link>http://cdixon.org/2011/04/20/financing-risk/</link>
		<comments>http://cdixon.org/2011/04/20/financing-risk/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 01:40:25 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=3894</guid>
		<description><![CDATA[Startups that raise seed funding face the risk of not being able to raise additional money. This is what is sometimes known as &#8220;financing risk.&#8221; If you are a company that just raising seed funding, financing risk should be top of mind.  Here are some tips for mitigating it: - Start by thinking about the [...]]]></description>
			<content:encoded><![CDATA[<p>Startups that raise seed funding face the risk of not being able to raise additional money. This is what is sometimes known as &#8220;financing risk.&#8221;</p>
<p>If you are a company that just raising seed funding, financing risk should be top of mind.  Here are some tips for mitigating it:</p>
<p>- <em>Start by thinking about the next round of financing and work backwards</em>.  What milestones do you have to hit to get VC funded at an upround?  If you are a consumer internet company, the milestone probably involves getting a certain number of users.  If you are building hardcore tech, it probably means building a working prototype.  Basically you want to take the main risks that exist at the seed stage and eliminate as many as you can.  A good way to discover what milestones you need to hit is to talk to as many VCs as possible. Experienced seed investors can also advise you on this.</p>
<p>- <em><a href="http://cdixon.org/2009/12/28/whats-the-right-amount-of-seed-money-to-raise/">Raise enough seed money</a></em>.  How much money will it take to hit those milestones?  A good rule of thumb is 18 months &#8211; 3 months to get going, 12 months to execute, 3 more months to raise VC.  But it really depends on the specifics of the milestones, your operational plan, etc. which is why you need to figure those out first.</p>
<p>- <em>Preserve cash</em>.  Pay only subsistance wages but be generous with equity for great people (this also provides a screen for hiring people with the right startup mindset).  Keep legal fees low (try to keep incorporation and financing costs to $10K or lower &#8211; this is one reason I prefer <a href="http://cdixon.org/2010/08/31/converts-versus-equity-deals/">convertible notes</a>).  Act like a <a href="http://cdixon.tumblr.com/post/311546950/things-startups-do-and-dont-need">scrappy startup</a>.</p>
<p>A rule of thumb is a successful Series A is one that is led by quality VCs with a pre-money at least 2x the post-money of the seed round.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/04/20/financing-risk/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Experiment: blog in Kindle book form</title>
		<link>http://cdixon.org/2011/04/18/experiment-blog-in-kindle-book-form/</link>
		<comments>http://cdixon.org/2011/04/18/experiment-blog-in-kindle-book-form/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 04:51:23 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://cdixon.org/?p=4555</guid>
		<description><![CDATA[There is an amazing amount of useful, free information available on tech blogs for fledgling tech entrepreneurs (this list is a great place to start). I think sometimes we techies forget that this wealth of content is unknown to the non-startup world. I was reminded of this recently when I met a first-time entrepreneur who [...]]]></description>
			<content:encoded><![CDATA[<p>There is an amazing amount of useful, free information available on tech blogs for fledgling tech entrepreneurs (<a href="http://platformsandnetworks.blogspot.com/2009/11/compilation-of-webs-best-advice-for.html">this list</a> is a great place to start). I think sometimes we techies forget that this wealth of content is unknown to the non-startup world. I was reminded of this recently when I met a first-time entrepreneur who said when he was first starting out he tried finding books on Amazon, Googling for stuff etc. He described it as an epiphany the first time he stumbled upon <a href="http://www.avc.com/">Fred Wilson&#8217;s blog</a>, which then led him to <a href="http://www.feld.com/wp/">Brad Feld</a>, <a href="http://www.bothsidesofthetable.com/">Mark Suster</a>, <a href="http://www.startuplessonslearned.com/">Eric Ries</a>, <a href="http://venturehacks.com/">Venture Hacks</a>, etc.</p>
<p>So this weekend I thought I&#8217;d try an experiment. I took about 100 of my blog posts (the ones that I thought were most &#8220;evergreen&#8221;), bundled them as a PDF and submitted them to the Kindle Store. The <a href="https://kdp.amazon.com/self-publishing/signin">Kindle submission process</a> was surprisingly easy. You give your book a name and upload the PDF and then choose pricing.  They force you to charge a minimum of $0.99.  Also, strangely, if you charge less than $2.99, Amazon takes 70% of the revenue, but if you charge between $2.99-$10 they only keep 30%.</p>
<p><strong>I decided to price my book at $2.99 and donate all of the proceeds (~$2 book) to <a href="http://hackny.org/a/">HackNY</a></strong><strong>, a non-profit that &#8220;keeps the kids off the Street&#8221; (encourages college students to join/start tech startups instead of working on Wall Street). </strong>All of the content in the book is available for free on cdixon.org. <strong>The only reason to buy the book is to get this blog in a different format and to support a good charity.</strong> It is available in the Kindle Store <a href="http://www.amazon.com/Startups-ebook/dp/B004WWVWQI/ref=sr_1_1?ie=UTF8&amp;m=AG56TWVU5XWC2&amp;s=books&amp;qid=1303186143&amp;sr=1-1">here</a>.</p>
<p>I don&#8217;t expect many people to buy the book but maybe some first-time entrepreneurs will stumble on it and from there discover more tech blogs. Think of it as &#8220;Kindle SEO&#8221; for tech blogs.</p>
<p>Finally, I am having trouble getting the links to work on the Kindle version. I&#8217;m not sure if this is an Amazon policy or if I am just doing something wrong (the links work fine in the PDF I uploaded to Amazon). So <a href="http://www.scribd.com/doc/53315533/startups-book">here</a> is an alternative version on Scribd that has working links.</p>
]]></content:encoded>
			<wfw:commentRss>http://cdixon.org/2011/04/18/experiment-blog-in-kindle-book-form/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
	</channel>
</rss>

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

