The National Development and Reform Commission published its AI Cooperation Development Action Plan last week. Reading it, I felt a strange déjà vu. The plan’s four pillars—data sharing, compute interconnection, open-source co-building, and green compliance—read like a government whitepaper for a decentralized physical infrastructure network (DePIN). But unlike any DePIN I’ve audited, this one replaces token incentives with ministerial directives and replaces cryptographic trust with regulatory compliance. The architecture of trust in a trustless system is being rewritten, and the consequences for blockchain are not theoretical.
Context
The plan aims to create a global AI infrastructure centered on China. It proposes: - High-quality multilingual corpora and trusted cross-border data spaces. - Interconnected intelligent compute facilities providing subsidized access to developing countries. - A shared open-source AI community with co-developed compliance frameworks. - Mandatory green energy standards for AI data centers.
For anyone in crypto, the language is familiar. Data spaces? That’s permissioned blockchains. Interconnected compute? That’s a compute-sharing DePIN. Open-source compliance? That’s a sovereign smart contract platform with an embedded regulator. The plan even mentions “blockchain” in its hidden signals—distributed compute markets for AI training. But the execution architecture is fundamentally different: centralized coordination, state ownership of data pipelines, and a legal rather than cryptographic enforcement layer.

Where logic meets chaos in immutable code: The plan wants to build a trust machine, but its logic depends on political alignment, not mathematical proofs.
Core: The Architecture of a Nationalized DePIN
Let me dissect the compute pillar. The plan calls for “interconnection of intelligent compute facilities” to form a unified national compute network. Technically, this requires a scheduler that can route training jobs across heterogeneous GPU clusters—some powered by domestic chips (Huawei Ascend, Cambricon), some by legacy NVIDIA hardware. From my experience designing cross-chain swap protocols for AI agents, I know that heterogeneous resource orchestration at this scale is a nightmare without a shared state layer. What’s the shared state here? Not a blockchain. It’s the NDRC’s central planning committee. Every job allocation, every data transfer across provincial borders, will be approved by an administrative process, not a smart contract.
The plan also mandates “trusted data spaces” for cross-border data flow. This is the permissioned blockchain approach: a consortium of approved entities that can read and write to a shared ledger. But here the consensus mechanism is not proof-of-stake or proof-of-work; it’s proof-of-license. Only state-sanctioned organizations can validate. The ledger itself is likely a centralized database with cryptographic auditing—a private fork of enterprise blockchain fabric. The trust model is: trust the government, not the code.
Now the yield math. The plan promises “affordable compute services” for developing countries. That means prices below market rates. Who subsidizes? Chinese taxpayers. As a DePIN, this is unsustainable without inflation of subsidies—similar to how many L2s bleed money on proving costs during low-fee markets. The plan’s economics are opaque: no token, no demand-side fee market, just administrative pricing. Where logic meets chaos in immutable code: Without a price discovery mechanism, supply and demand will be mismatched, leading to either wasted compute or queued access controlled by bureaucrats.
I built a quick Python simulation to model this. Assume total compute capacity C = 1 million GPU-hours per month. Subsidized price P = $1/hour. Market price for comparable decentralized compute (like Akash) = $3/hour. Demand at $1 is 2 million hours, at $3 is 500k hours. Subsidy cost per month = (2M - C) * ($3 - $1) = $2 million. In a decentralized market, the price would rise to clear demand. Here, the state caps price and rations supply. That’s not a market—it’s a command economy with GPUs.

Contrarian: The Hidden Fork of Trust
The plan’s stated goal is “cooperative development” and “inclusive AI.” But its architecture explicitly excludes permissionless participation. The open-source ecosystem it envisions is not the open-source we know. The “co-developed open-source compliance system” means any model released under this framework must pass China’s content censorship (the Generative AI Interim Measures). That’s a smart contract with a built-in firewall—like a Uniswap fork that only allows trades approved by a centralized oracle. From my 2021 BAYC metadata forensics, I learned that “decentralized” marketing often hides centralized control points. Here, the control point is explicit: the regulatory layer.
This creates a multi-chain world for AI. The China-aligned chain (let’s call it AI-Chain) uses Chinese law as its consensus protocol. The international chain uses open-source licenses and community governance. The two are incompatible. Any project that tries to bridge them—for example, using the China compute network to train a model for global release—must fork the legal layer. This is the same tension we see in blockchain: you can’t be permissioned and permissionless at the same time. The architecture of trust in a trustless system becomes an either/or.

Where logic meets chaos in immutable code: The plan’s logic is internally consistent—for a centrally planned AI economy. But it ignores that trust, once permissioned, becomes political leverage. The data spaces will become soverign data vaults, accessible only to those who comply with both technical and ideological standards.
Takeaway
This plan will accelerate the creation of a state-sanctioned blockchain infrastructure for AI—a BSN 2.0 with GPUs. For crypto-native DePIN and data markets, the challenge is not competition but coexistence. We will see parallel ecosystems: one built on tokens and cryptography, one built on permits and legal contracts. The real opportunity is not to fight this fork but to build bridges that allow data and compute to flow between them—with cryptographic proofs of compliance that satisfy both regulators and validators. The question is: can we design a trust machine that respects both code and law? Or are we building a world where trust splits along political lines, and every cross-chain transaction becomes a geopolitical negotiation?