Crypto

What comes after open source?

Denis Nazarov Posted January 22, 2019

This post explores the differences between software tools and services; how the stateful nature of software services led them to be closed; and posits how crypto networks can catalyze a new era of open services that reignite combinatorial innovation.

Before the ubiquity of internet services (search, maps, social, commerce), software was more similar in its nature to tools (word processing, spreadsheets, graphics editing).

Because of the permissionless nature of open source code, software tools benefitted from combinatorial innovation and evolved quickly.

Internet services use software tools (like databases) as their building blocks, but also provide new and advanced functionality that tools aren’t capable of. They are dynamic, social, and collaborative in ways tools are not. A service’s reliance on state makes it fundamentally different than a tool. A service’s software, when instantiated, creates a vessel for persisting state. It starts off empty and becomes useful only when filled with data, users or both.

The business model of internet services is predicated on monetizing state. State is a competitive advantage, and is defended by keeping services proprietary and closed. Further combinatorial innovation of services is restricted because outside developers can’t benefit from true composability of existing services and their underlying data.

DNS, the phonebook of the internet, while limited in capability, is one of a handful examples of a successful early open internet service that resulted in a lot of downstream innovation. Because of incompatible incentives, there are no open internet services today that come close to the complexity or utility of dominant closed ones.

That’s where crypto comes in. Crypto networks rely on open source code, but also instantiate global services that depend on open state. Open state is a critical requirement for cryptographic verification and provides the lynchpin of trust in blockchains. In addition, tokens create a new incentive model for sustaining crypto networks that is aligned with their open nature.

Conditions for innovation

Combinatorial innovation is a cultural process for invention by which existing ideas are combined in novel ways to create new ideas. The resulting output is fed back into the process to generate more new ideas, ad infinitum. As more ideas are explored, more possibilities present themselves.

Take the analogy of a garden: A healthy garden requires room for growth, ample light, regular watering, and an attentive gardener. Similar prerequisites exist for robust combinatorial innovation: A healthy landscape where a diverse set of products and services can grow.

First, a community of inventors must be interconnected through communication technology (language, writing) so ideas can flow widely and efficiently. The presence of a culture of sharing allows ideas to be challenged and refined (scientific method, peer review), and for the strongest ones to rise to the top.

Participation in a global marketplace for ideas (capitalism) provides the incentives for inventors to compete, driving innovation.

But all of these together are complex systems. Complex technology naturally leads to modularity. Specialists subdivide and conquer that complexity to improve the building blocks, creating fractal competition.

Software is the ultimate environment for combinatorial innovation, excelling in all dimensions at an unprecedented scale: The internet is the ultimate connectivity network. Open source culture continuously refines modules of code. And billions of users with interconnected devices present an unprecedented addressable market.

Software tools: the user is in control

In some ways, software tools are not unlike the products of the industrial era. Like a manufacturing tool, they carry out a particular function, useful in and of itself.

In fact, early software predominantly produced better digital versions of industrial information and media processing tools:

Software tool Industrial tool
Word processor (WordPerfect) Typewriter
Spreadsheet (Excel) Accounting book
Graphics editor (Photoshop) Darkroom

Later, as computers became more affordable, ubiquitous and interconnected by the internet, a new breed of service-like software emerged, enabling new modes of communication, collaboration and interaction, upending the top-down models of production and distribution in media industries, and also bringing forth new implications for power and control.

All tool-like software has certain key properties:

It is self contained. Run the code and it’ll do what is promised. There are no external dependencies. Word processor software, for example, is so useful by itself that successful companies were built selling computers with a single purpose.

It offers single player utility. Like a hammer that you own, you don’t need anything or anyone else to use it.

The user is the operator. There is a strong sense of ownership, even property, as well as control, for the user. It’s your personal tool, not a service you hire from someone else.

Copies are interchangeable. If you forget your laptop, you can borrow a friend’s and still retouch your pictures in their instance of Photoshop.

Not surprisingly, the initial business model for tool-like software was selling licenses. Piracy naturally emerged, since the tools were so useful, but the code was also easy and inexpensive to copy and share. Piracy, in a sense, is natural to the combinatorial innovation process, since intellectual property is a barrier to the flow of ideas.

The open source community rapidly created openly-licensed alternatives to most proprietary software, free to reuse and modify. Since the idea of tool software is synonymous with its utility, anyone can attempt to create an alternate, open version from scratch (even though open source alternatives were often inferior to proprietary originals).

Next, as connectivity to the internet became commonplace and the web started to pick up steam, the focus of software innovation shifted from digital productivity tools to programming communication and interactivity between computers. Software edged toward offering new capabilities of being collaborative, multiplayer, dynamic, and social, in turn producing the building blocks for the next generation of software, internet services.

Code vs state

To understand the evolution, it is important to to distinguish between the logic (code) of a program and its ability to remember (state).

Early software was functional in nature—an input led to an output. A story in your mind is translated to a digital document with the aid of a word processor. A scanned photo is cropped and text is overlaid with image processing software.

The ability to remember preceding events or user interactions (state) was primitive and minimal. State input also only came from the single user of the program.

Internet services leveraged sophisticated state management, allowing them to provide unprecedented new utility.

Internet services: users give up state

Personal computing is defined by the idea that a user runs a personal instance of a program on their computer. The internet is defined by a new class of software centered around the concept of a shared service that runs on a remote server.

Instead of “one computer, one program”, where there are many identical instances of software run by independent individuals, one server operator (or company) runs a single instance of a program on their server (or datacenter). Lots of people connect to that service and interact with it over the internet.

Importantly, instead of a user maintaining their own state, a service maintains state on a user’s behalf.

This has important consequences. Power shifts away from the user and their private bicycle for the mind. A new force of consolidation and control emerges. Ironically, the internet, a decentralized communication network, produced some of the most centralizing services in history.

Let’s look at the generic definition of “service”:

a system supplying a public need such as transport, communications, or utilities such as electricity and water.

Services are categorically different than tools.

Tool Service
Car Transportation network
Engine Power grid
Personal blog Social network
RSS reader Search engine
TensorFlow Google Ads
Unity Dota 2
MP3 player Spotify

Services thrive at scale, from both economies of scale (an industrial concept) and a new notion of stateful network effects. They desire to be global and singular. They have long, continuous lifespans and operate autonomously. Like for services in the real world, a failure of an internet service is catastrophic for users that depend on it.

Users find more value in plugging into an existing service than from building their own, making them naturally become monopolies.

Services can be deployed in data centers, enabling applications to run at a scale that would be infeasible for a personal computer. Crawling the entireweb is possible by a well funded and architected service.

State gives services superpowers

A user may interact with the service to address a personal need, for example, to find a certain website with the aid of a keyword query. The service satisfies that need by returning a list of results, but a byproduct of the user’s action is the service improving its global state. In the case of search, the user action updates the global ranking of the selected website in the system, improving results for all other users in the future. Even though users are using the service for a selfish reason, the service gets smarter and more useful for all users.

Over a service’s lifespan, the utility of its code begins to diverge with the utility of its state.

State compounds and becomes more valuable superlinearly. Code, while crucial for the stable operation and evolution of a service, becomes less important and necessary to defend.

It is not surprising that most services are primarily constructed out of open source components. Anyone can attempt to copy a service or even re-instantiate the actual codebase, but an existing service with more users will have more useful state, and will be more desirable to new users. This creates a feedback loop, where more users beget more state, leading to a more useful service that attracts further users and more state.

From open source to open services

As my partner Chris has written, we are seeing a great consolidation of internet services among a few corporations. Years of state accumulated by innovative companies produced tremendously useful services (search, maps, social, commerce), but further combinatorial innovation is off-limits to outside developers and entrepreneurs. Rebuilding services from scratch on the same terms and this late in the game is hopeless.

As crypto networks evolve, they are likely to provide strong incentives to unlock further state and create open services in many areas dominated by closed ones today. Open services powered by crypto networks will present unprecedented opportunity for a new generation of developers and entrepreneurs to innovate.

Thanks to Jesse Walden and Chris Dixon for reviewing drafts of this post.

Want More a16z Crypto?

Your go-to-guide to the next internet.

Learn More
Recommended For You

Want More crypto?

Web3 Weekly, a newsletter from a16z crypto, is your go-to-guide to the next internet.

Sign Up On Substack

Views expressed in “posts” (including podcasts, videos, and social media) are those of the individual a16z personnel quoted therein and are not the views of a16z Capital Management, L.L.C. (“a16z”) or its respective affiliates. a16z Capital Management is an investment adviser registered with the Securities and Exchange Commission. Registration as an investment adviser does not imply any special skill or training. The posts are not directed to any investors or potential investors, and do not constitute an offer to sell — or a solicitation of an offer to buy — any securities, and may not be used or relied upon in evaluating the merits of any investment.

The contents in here — and available on any associated distribution platforms and any public a16z online social media accounts, platforms, and sites (collectively, “content distribution outlets”) — should not be construed as or relied upon in any manner as investment, legal, tax, or other advice. You should consult your own advisers as to legal, business, tax, and other related matters concerning any investment. Any projections, estimates, forecasts, targets, prospects and/or opinions expressed in these materials are subject to change without notice and may differ or be contrary to opinions expressed by others. Any charts provided here or on a16z content distribution outlets are for informational purposes only, and should not be relied upon when making any investment decision. Certain information contained in here has been obtained from third-party sources, including from portfolio companies of funds managed by a16z. While taken from sources believed to be reliable, a16z has not independently verified such information and makes no representations about the enduring accuracy of the information or its appropriateness for a given situation. In addition, posts may include third-party advertisements; a16z has not reviewed such advertisements and does not endorse any advertising content contained therein. All content speaks only as of the date indicated.

Under no circumstances should any posts or other information provided on this website — or on associated content distribution outlets — be construed as an offer soliciting the purchase or sale of any security or interest in any pooled investment vehicle sponsored, discussed, or mentioned by a16z personnel. Nor should it be construed as an offer to provide investment advisory services; an offer to invest in an a16z-managed pooled investment vehicle will be made separately and only by means of the confidential offering documents of the specific pooled investment vehicles — which should be read in their entirety, and only to those who, among other requirements, meet certain qualifications under federal securities laws. Such investors, defined as accredited investors and qualified purchasers, are generally deemed capable of evaluating the merits and risks of prospective investments and financial matters.

There can be no assurances that a16z’s investment objectives will be achieved or investment strategies will be successful. Any investment in a vehicle managed by a16z involves a high degree of risk including the risk that the entire amount invested is lost. Any investments or portfolio companies mentioned, referred to, or described are not representative of all investments in vehicles managed by a16z and there can be no assurance that the investments will be profitable or that other investments made in the future will have similar characteristics or results. A list of investments made by funds managed by a16z is available here: https://a16z.com/investments/. Past results of a16z’s investments, pooled investment vehicles, or investment strategies are not necessarily indicative of future results. Excluded from this list are investments (and certain publicly traded cryptocurrencies/ digital assets) for which the issuer has not provided permission for a16z to disclose publicly. As for its investments in any cryptocurrency or token project, a16z is acting in its own financial interest, not necessarily in the interests of other token holders. a16z has no special role in any of these projects or power over their management. a16z does not undertake to continue to have any involvement in these projects other than as an investor and token holder, and other token holders should not expect that it will or rely on it to have any particular involvement.

With respect to funds managed by a16z that are registered in Japan, a16z will provide to any member of the Japanese public a copy of such documents as are required to be made publicly available pursuant to Article 63 of the Financial Instruments and Exchange Act of Japan. Please contact compliance@a16z.com to request such documents.

For other site terms of use, please go here. Additional important information about a16z, including our Form ADV Part 2A Brochure, is available at the SEC’s website: http://www.adviserinfo.sec.gov.