---
id: "concept-google-play-services-pattern"
type: "concept"
source_timestamps: ["00:07:55", "00:08:20"]
tags: ["platform-strategy", "open-source-capture"]
related: ["concept-cnw-zip-extensions", "entity-mcp", "contrarian-open-standards-lock-in"]
definition: "A strategy of open-sourcing a foundational layer while keeping the crucial commercial and distribution services proprietary to maintain ecosystem control."
sources: ["s51-512k-leaked-code"]
sourceVaultSlug: "s51-512k-leaked-code"
originDay: 51
---
# Google Play Services Pattern

## Definition

A strategy of open-sourcing a foundational layer while keeping the crucial **commercial and distribution services proprietary** to maintain ecosystem control.

## The Android Analogy

Google's Android strategy is the canonical example:

- **Open layer**: Android Open Source Project (AOSP) — anyone can fork it.
- **Proprietary moat**: Google Play Services — Maps API, Payments, Push Notifications (FCM), the Play Store itself.

A fork of AOSP is technically possible (e.g., MicroG, Amazon Fire OS), but without Google Play Services, an Android device is commercially crippled — apps don't work, push notifications fail, payments don't process.

## The Anthropic Parallel

[[entity-anthropic-d51|Anthropic]] is executing the same pattern:

- **Open layer**: [[entity-mcp-d51|Model Context Protocol (MCP)]] — published as an open standard for connecting AI to data sources, encouraging universal adoption (50+ tools, including Google Vertex).
- **Proprietary moat**: [[concept-cnw-zip-extensions|.cnw.zip extensions]] — a closed format that sits *on top* of MCP, containing custom UI panels, specific tool handlers, and the actual distribution mechanism (the [[entity-conway-d51|Conway]] app store).

## Why It Works

While the base protocol is open, the *valuable*, *discoverable*, and *commercially viable* ecosystem is strictly proprietary. This is an example of the [[contrarian-open-standards-lock-in|open standards being weaponized for proprietary lock-in]] insight.

It is also Step 4 of the [[framework-anthropic-ecosystem-capture|Anthropic 4-Step Ecosystem Capture Playbook]].
