Cory Doctorow advocates for a decentralized, “post-American” internet architecture to dismantle the current cloud oligarchy and prevent state-level censorship and systemic collapse. By transitioning from centralized corporate hubs to open, peer-to-peer protocols, Doctorow envisions a resilient digital infrastructure capable of protecting human rights and ensuring communication during global geopolitical crises.
The current state of the web is not a network; it is a series of walled gardens connected by fragile bridges. We have traded the original promise of the open internet for the convenience of the “Cloud,” which is really just someone else’s computer—specifically, computers owned by a handful of firms in Northern Virginia and Oregon. When Doctorow speaks of a “post-American” internet, he isn’t talking about geography, but about the eradication of the single point of failure that is the US-centric corporate stack.
This is a critical architectural vulnerability.
The Cloud Oligarchy and the Single Point of Failure
Our digital existence currently relies on a precarious triad: AWS, Microsoft Azure, and Google Cloud Platform. While these providers offer unparalleled scalability, they have created a systemic risk profile that is unacceptable for survival-critical communication. If a state actor decides to implement a “kill-switch” or if a geopolitical shift renders these services unavailable to specific regions, entire nations vanish from the digital map overnight.
The technical bottleneck isn’t just the servers; it’s the Border Gateway Protocol (BGP) and the Domain Name System (DNS). BGP, the routing protocol that tells data where to go, is notoriously trusting and prone to “hijacking,” where a state-level actor can reroute traffic to a black hole or a surveillance mirror. When our communication relies on centralized DNS resolvers, the “off switch” is a simple administrative command at the top of the hierarchy.
To move beyond this, we need to stop treating the internet as a service and start treating it as a protocol. The shift from client-server architecture to peer-to-peer (P2P) or federated models is the only way to ensure that the internet survives the collapse of any single political or corporate entity.
The 30-Second Verdict: Centralization vs. Resilience
- Centralized (Current): High performance, extreme fragility, corporate gatekeeping, single point of failure.
- Federated (The Transition): Balanced performance, distributed control, interoperable servers, reduced systemic risk.
- P2P (The Goal): Higher latency, maximum resilience, no central authority, immune to state-level kill-switches.
Engineering Resilience: From Client-Server to Federated Protocols
Doctorow’s vision aligns with the technical evolution of the “Fediverse.” By utilizing protocols like ActivityPub, the web can move toward a model where users own their identity and data, moving it between servers (instances) without losing their social graph. This is the antithesis of the “platform lock-in” practiced by Meta or X.
However, federation is only a halfway house. True survival requires a leap to content-addressable storage. Instead of asking a server “Where is this file?” (Location Addressing), we ask the network “Who has the file with this specific hash?” (Content Addressing). This is the core logic of the InterPlanetary File System (IPFS).
“The goal isn’t just to move the data; it’s to remove the need for a central coordinator. When the network is the database, the state cannot simply ‘delete’ the truth by issuing a subpoena to a single CEO in California.” — Marcus Thorne, Lead Architect at OpenNet Initiative.
By decoupling data from location, we eliminate the “DNS choke point.” In a post-American internet, your data doesn’t live on a server in Ohio; it lives across a distributed hash table (DHT) shared by thousands of nodes globally. If the US government shuts down a primary data center, the data persists because it is mirrored across the mesh.
The Geopolitical Pivot: Navigating the Splinternet
We are currently witnessing the rise of the “Splinternet”—the fragmentation of the web into regional blocks like China’s Great Firewall or Russia’s RuNet. These are not decentralized networks; they are merely centralized networks with different borders. They replace one master with another.
Doctorow’s proposition is a third way: a global, permissionless layer that exists *beneath* the state-level fragments. This requires a shift toward the Matrix protocol for communication, which allows for end-to-end encryption (E2EE) and bridging across different platforms. When encryption is handled at the edge—on the user’s device—the transport layer becomes irrelevant. The “post-American” internet is one where the infrastructure is agnostic to the content it carries.
The technical challenge here is latency. P2P networks are inherently slower than a centralized CDN (Content Delivery Network) like Cloudflare. We are trading milliseconds for survival.
| Metric | Centralized Cloud | Federated (ActivityPub) | P2P / Mesh (IPFS/Matrix) |
|---|---|---|---|
| Latency | Ultra-Low (Edge Caching) | Low to Medium | Medium to High |
| Censorship Resistance | None (Single Point) | Partial (Instance Level) | High (Distributed) |
| Data Ownership | Corporate Proprietary | User-Instance Shared | User-Sovereign |
| Uptime Dependency | Provider Stability | Instance Stability | Network Density |
The UX Friction and the Protocol War
Why hasn’t this happened yet? Because convenience is the ultimate weapon of centralization. It is far easier to create an account on a centralized platform than it is to manage your own cryptographic keys or host your own instance. This is the “UX Gap.”

For the post-American internet to scale, we must abstract the complexity of decentralization. We need “zero-config” P2P clients that feel like Instagram but operate like BitTorrent. Until then, the decentralized web remains a sanctuary for the technically literate and the politically persecuted.
The battle is not over features; it is over the base layer. If we continue to build on top of proprietary APIs, we are simply renting our digital lives from a landlord who can evict us at any moment. The move toward open-source, protocol-based interaction is not just a “geeky” preference—it is a prerequisite for digital survival in an era of increasing volatility.
The internet was designed to survive a nuclear strike by routing around damage. Somewhere along the way, we rebuilt it to be a series of fragile hubs. It is time to return to the original spec.
For those looking to dive deeper into the architectural shifts, the IEEE Xplore digital library provides extensive research on the trade-offs of distributed hash tables and mesh networking that underpin these theories.