Multi-sided platforms Russ Abbott Department of Computer Science, California State University, Los Angeles The USPS  “Open at the top; open at the bottom; and continually (but.

Download Report

Transcript Multi-sided platforms Russ Abbott Department of Computer Science, California State University, Los Angeles The USPS  “Open at the top; open at the bottom; and continually (but.

Multi-sided platforms
Russ Abbott
Department of Computer Science,
California State University, Los
Angeles
The USPS

“Open at the top; open at the bottom; and continually
(but slowly) changing” — IEEE Conference on “Systems of systems.”




Top: what we do with it. Open to new uses, e.g., the
flourishing world of mail-order catalogs; chain letters.
Bottom: how it is implemented. Open to new
implementations, e.g., with changing technologies from the
pony express to commercial jets
(Slowly) changing: the abstractions it defines. Change
slowly, e.g., zip codes, second class mail, express mail.
Something important. Not quite sure what it was. Not
necessarily technological. But a lot like the Internet
and Service Oriented Architectures (SOA).
November 7, 2015
Abbott - Multi-sided platforms
2
Multi-sided software platforms
Invisible Engines:
How Software Platforms Drive Innovation and
Transform Industries, MIT Press. (freely downloadable)
Evans, Hagiu, and Schmalensee (2006)





Operating systems and game consoles.
More examples: shopping centers, dating
websites, TV channels, TV talk shows, Amazon
resellers, telephone & telegraph systems.
The web browser: web sites and surfers.
Google dynamically generates multi-sided
platforms of search result pages (sites and
searchers.
November 7, 2015
Abbott - Multi-sided platforms
3
Two- (and multi-) sided markets
Jean-Charles Rochet and Jean Tirole (2001) Institut d'Economie Industrielle (IDEI).

Markets that connect disparate groups.





Not your usual business model: buy; add value; sell.
The value to each group increases as the size of the
other group(s) grow. (Also known as network effect.)
By providing services to two groups of users one can
sell access to one group to the other.


A stock exchange matches buyers and sellers.
A credit card system matches merchants and cardholders.
A TV station matches creators of programming and viewers,
access to which it then sells to advertisers. Google!
Sometimes both groups can be charged — some
credit cards, classified ads.


Often the seller pays (eBay).
In The Recycler ads are free; the buyers pay.
November 7, 2015
Abbott - Multi-sided platforms
4
Multi-sided platforms as refactorings

A multi-sided platform may be understood as
the standardization and factoring out
(refactoring) of a hard part of an interaction
and providing it as a service.
The hard
part done
by the
platform.
November 7, 2015
 USPS: sending & receiving materials.
 Credit card: paying and being paid.
 Dating service: finding the other
party and making an initial contact.
 Robert’s Rules of Order : the
interaction protocol
Abbott - Multi-sided platforms
5
Platform operational structure
User
Robert’s Rules of Order
User
Presiding officer/parliamentarian
Implementation
November 7, 2015
Also USPS, a database
Abbott - Multi-sided platforms
6
Software platforms as refactorings

Think about the abstractions (data types and
operations on objects of those types)
platforms offer and what implements the
abstractions.


Databases: store, modify, and retrieve
tabular data — or linked text as in Wikipedia.


Recall from last year that emergence is a
level of abstraction.
Each platform is a single shared implementation.
File extensions for shared files, e.g., .doc, .xl.

Each user has his/her own implementation.
November 7, 2015
Abbott - Multi-sided platforms
7
File extensions for shared files (.doc, .xl)
Each user has his/her own implementation.
User
Representation
of internal
state for this
transation
Requires
import/export
capability
User
Xyz.doc
E.g., MS Word
Implementation
November 7, 2015
Implementation
Abbott - Multi-sided platforms
8
Infrastructure platforms



The interests of platform owners (maximize profit)
are not always the same as those of platform users.
Some platforms are so important we don’t want the
owner’s interests to take priority.
Publicly owned and operated (or highly regulated)
multi-sided platforms:




USPS. (So important it’s in the constitution.)
telephone system.
FDA — an artificial platform imposed between seller and
buyer.
Not every important platform is multi-sided: power
system, roads and highways, ... are single-sided.
November 7, 2015
Abbott - Multi-sided platforms
9
Standards as (ephemeral) platforms





Since a platform is a level of abstraction, it
can be characterized by a specification.
The specification can then serve as the
definition of the platform, e.g., HTML.
Multiple vendors can be encouraged to
compete to implement it.
Defangs the platform owner
Favored by platform users.
November 7, 2015
Abbott - Multi-sided platforms
10
Open source platforms



If your business depended on a platform,
would you want that platform owned (and
controlled) by some other business?
Open source software.
Two categories: money driven and other.
Iansiti and Richards, http://www.hbs.edu/research/pdf/07-028.pdf


Money-driven tend to be multi-sided
platforms.
Top two in terms of corporate support:
Linux and Firefox.
November 7, 2015
Abbott - Multi-sided platforms
11
Platforms as environments



Sometimes platforms define an environment.
The free market economic system is defined
primarily by two platforms.
The monetary and banking system.


The legal and judicial system.


Factors out the economic notion of value. Allows value to
be abstracted, stored, exchanged with minimal overhead.
Factors out agreements (contracts) and enforcement
mechanisms. Overhead not so minimal (lawyers) — but
better than hiring your own enforcers. Used to rely more
on reputation. Still do in eBay.
Much too important to be controlled privately.
November 7, 2015
Abbott - Multi-sided platforms
12
Natural language: the crown
jewel of multi-sided platforms.



Open at the top: virtually unlimited creativity.
Open at the bottom: we each build our own
implementations.
Continually (but slowly) changing.

It’s a standard. We have dictionaries and
grammar books for “standard English.”


We all implement our versions of the standard.
It’s open source.

It is continually undergoing modification — but slowly
enough so that most of us can keep up.
November 7, 2015
Abbott - Multi-sided platforms
13