Lecture, Conference Presentation, Keynote
The World Through an API
- Martin Casado (General Partner at Andreessen Horowitz) identifies APIs as the next major expansion in computing, citing that approximately half of current tech billboards feature companies whose primary interface is an API (e.g., Twilio, Stripe, Braintree, PubNub).
- The speech outlines a historical trend of market "disaggregation" where the viable unit for creating a company shrinks as ecosystems mature:
- Early automotive manufacturing required building the entire vehicle (e.g., Ford Rouge complex, ~1913).
- Modern automotive supply chains allow independent companies to build single components (e.g., seats, cameras like Mobileye).
- Computing history mirrors this: Mainframes (IBM building chips, OS, and apps) disaggregated into PCs (Dell/Intel) + Software (Microsoft), then further into silicon, OS, and independent applications.
- The current epoch involves the disaggregation of the application itself into independent API-driven components, moving from bundled software to specialized API companies.
- A standard mobile application now consumes an average of 17 third-party APIs for functions like user management, data warehousing, notifications, and payments.
- APIs (Application Program Interfaces) are distinct from traditional software because they are designed for machine consumption rather than human interaction, removing the need for GUIs and human-centric design.
- This shift lowers barriers to entry, allowing domain experts (e.g., storytellers, artists, or industry specialists) to build complex applications without deep low-level computer architecture knowledge.
- Ovum data suggests that every major tech disaggregation event historically drives market growth by a factor of 10, implying a massive economy emerging from API adoption.
- Investor implications include three primary investment themes:
- API-First Companies: Startups where the primary interface is an API, eliminating the need for consumer-facing UX design (e.g., SIGOPT, which offers hyperparameter tuning for AI models).
- New Infrastructure: Necessary tooling to secure, manage, and optimize the API layer, such as API gateways (e.g., Kong, the fastest-growing open-source project).
- Aggregation Layers: Marketplaces that help developers discover and manage the proliferation of APIs (e.g., Rapid API, hosting nearly 10,000 APIs for hundreds of thousands of developers).
- SIGOPT demonstrates the value of codifying expert knowledge into an API, enabling teams to solve complex optimization problems (like neural network parameter tuning) up to 10x faster without hiring PhD-level experts.
- The "API First" model reduces startup friction by removing the requirement to build human-readable interfaces, allowing infrastructure companies to launch quicker.
- Operational models are shifting from managing physical servers or containers to managing APIs as the primary unit of operation; a single mobile app may rely on dozens of remote API calls for its functionality.
- Casado predicts that just as the web required new security/performance tools (WAFs, CDNs), the API economy requires new infrastructure for logging, rate limiting, authentication, and canary deployments.