No. 005
AI Governance No. 005 Week of Aug 28

AI labs now write the regulation they used to fight

The labs are now helping write AI regulation. The open question is verification: who can actually inspect these systems, and that is the layer onchain builders should be racing to own.

CO Carmen Onchain / 7 min read

Notes from the Intersection No. 005

Carmen Onchain · 28 August 2026 · 7 min read

AI labs now write the regulation they used to fight

For most of the last two years, the frontier AI labs argued that state-level AI regulation was a patchwork nightmare that would slow American competitiveness to a crawl. The argument was cast in the language of innovation and jobs, but its practical effect was to delay the moment when independent regulators would get to look under the hood. This week, one of the loudest voices in that argument switched sides. OpenAI, which spent 2025 lobbying against California's tougher AI rules, is now publicly advocating for them, according to reporting from Webpronews on 24 August 2026.

A cynical read of that reversal is easy to write. Big lab decides its own governance frameworks will trap smaller competitors. Big lab lobbies for those frameworks. Big lab wins twice. That read is not wrong. But the more interesting story sits underneath it, and it is one every founder building anything AI-adjacent in 2026 should be reading with a pen in their hand.

The moment the frontier labs stop fighting regulation and start writing it, the governance question changes shape. It is no longer whether AI will be governed. It is who governs it, whose definitions of safety, transparency, and accountability get encoded into law, and how much of the resulting framework is designed to entrench the incumbents who helped draft it. That is a question about the architecture of oversight itself, and it is where blockchain-native builders have quietly been doing the most interesting work.

Regulation without verification is aspiration. Verification without regulation is a science project. The most important AI infrastructure of the next decade sits exactly on that seam.

Deep Dive

When the labs help write the rules, verification becomes the whole game

What is actually happening here

Three things happened in the last two weeks that fit together into a single shift most people are still reading separately. First, OpenAI publicly reversed its position on California's AI regulation, moving from opposition to advocacy. Second, the Financial Express ran a widely-shared op-ed on 22 August arguing that consent frameworks are no longer sufficient to govern AI systems that make consequential decisions autonomously. Third, The Korea Times published a candid assessment on 25 August that Korea's voluntary AI ethics principles have failed to shape actual industry behavior.

Read together, these three signals describe the same problem from three angles. The labs are willing to be regulated now, but on terms they help draft. The regulators who move first are learning that consent-based frameworks cannot govern autonomous systems. And the governments that tried the voluntary route are watching their principles fail to bind anyone. What every one of these stories is really asking, in different vocabularies, is the same underlying question: how does anyone actually verify that an AI system is doing what its operators say it does?

47 Number of US states that introduced AI-related legislation in the first eight months of 2026, up from 21 in all of 2025. National Conference of State Legislatures, 2026

Why this matters beyond the money

The dominant assumption in every AI regulatory conversation right now is that governance will look the way software governance has always looked. Rules are written, companies self-attest, auditors sample, regulators fine the ones who get caught. That model works for accounting standards because the underlying artifact, a ledger, is inspectable. It does not work for modern AI systems, because the underlying artifact is a set of billions of weights that no auditor can meaningfully read, running on infrastructure the auditor does not control, producing decisions the affected user cannot reconstruct.

This is the gap the Financial Express op-ed points at, and it is the reason the Korean voluntary framework failed. You cannot govern what you cannot verify. And you cannot verify what only the operator can see. The traditional regulatory playbook assumes a world where documents, logs, and financial records are legible to a trained outsider. The frontier AI world does not have that property by default. It has to be built in.

That is the exact problem cryptographic verification is designed to solve. Zero-knowledge proofs let a system prove properties about its own inputs and outputs without revealing the underlying data. Attestations let a model publish, at inference time, a cryptographically signed commitment to which version was running, which weights were loaded, and which policies were in force. Onchain audit logs let a regulator or a plaintiff reconstruct, twelve months after the fact, exactly what a system did and why. None of this is theoretical. Ethereum, Polygon, and several enterprise-grade attestation networks are shipping these primitives in production today. They are not marketed as AI governance infrastructure yet, because the demand signal from regulators has just arrived. It arrived this week.

What builders and operators should be watching

If you are building anything that makes AI-driven decisions in 2026, the exercise worth running this weekend is short and clarifying. For every decision your product makes autonomously (an approval, a rejection, a routing, a recommendation), write down three answers. What model version made the call. What inputs it saw. And whether a regulator could reconstruct that decision in twelve months if legally compelled to.

Most teams, when they run this honestly, discover the answer to the third question is no. The model has been retrained. The inputs were not logged. The decision policy was in an internal wiki that has since been rewritten. In the current environment that is a survivable gap. In the environment that lands in twelve to eighteen months, when the first serious enforcement actions arrive in whichever jurisdiction gets there first, it becomes an existential one.

The fix is not exotic and does not require a blockchain religion. Log the model version, the input fingerprint, and the decision policy at the moment of every consequential call. Commit that log somewhere append-only. An immutable database is a start. A cryptographic commitment posted to a public chain is stronger. Publish the decision policy in plain language in a place a regulator can find it without a subpoena. None of these steps are expensive relative to the cost of being the test case in your category. All of them start looking like a competitive moat the moment the enforcement environment tightens, which it now visibly is.

Anchor Story OpenAI's reversal on California AI rules: from opponent to advocate for tougher guardrails

This is the story I will remember from August 2026, not because OpenAI changed its mind but because of what the reversal signals about the shape of AI governance in every jurisdiction that follows California's lead. When the frontier labs stop fighting regulation and start helping draft it, the fight over whether AI will be governed is over. The fight over who does the governing, and on whose terms, has just started. Independent builders should treat the fine print of whatever California ships in the next six months as a specification document their competitors are writing.

Webpronews · 24 August 2026

Ethics & Regulation AI as decision-maker: consent not enough

The cleanest single-sentence diagnosis of why the last decade's privacy playbook cannot govern autonomous AI, and the clearest opening yet for cryptographic verification to argue it is the missing half of the answer.

Financial Express · 22 August 2026

Decentralized AI DeepMind alumni bet small AI agent can outthink giants in science

If specialized small models start beating general large ones on real research tasks, the economic case for centralizing AI on a handful of hyperscale clouds gets much weaker, and the case for distributed, verifiable inference gets much stronger.

Webpronews · 24 August 2026

AI Infrastructure Blockchain infrastructure vulnerabilities: NIST view

NIST publishing a serious threat model for blockchain infrastructure is the maturation signal builders have been waiting for, because credible criticism is the price of admission to the enterprise stacks that will actually govern AI systems.

Abacus News · 23 August 2026

Builder's Lens Binance links AI agents to financial super app with Agent OS

The race to become the default payment and execution rail for autonomous AI agents is now on, and the fastest movers are closed exchanges, which means the window for an open, verifiable alternative to establish itself is measured in quarters.

Blockchain News · 22 August 2026

The bottom line

This is the week the AI governance conversation stopped being theoretical. The leading lab started asking to be regulated. A serious opinion page said consent frameworks cannot govern autonomous decisions. A country that tried the voluntary route admitted it did not work. All three arrived on the same signal: whoever builds the verification layer that makes AI systems inspectable by outsiders will be building the most important governance infrastructure of the decade.

The encouraging part is that the technology to do it exists, is shipping, and is improving. Cryptographic attestations, zero-knowledge proofs, and onchain audit trails are not concepts. They are running systems, and the demand signal from regulators just arrived. Early is the right time to be paying attention, because early is when the choices that compound for a decade get quietly made.

Good Questions

What is AI governance and why is it different from AI regulation?

AI governance is the full stack of rules, verification mechanisms, incentives, and enforcement that shapes how AI systems actually behave. Regulation is one part of that stack, typically the legal rules. Governance also includes how compliance is verified, how disputes are resolved, and who has the technical capacity to inspect a system. Regulation without verification tends to be aspirational.

Why is OpenAI supporting AI regulation now when it opposed the same rules a year ago?

Several factors likely combined. Frontier labs increasingly see regulation as a competitive moat that raises the compliance cost of smaller entrants. There is also growing recognition inside the labs that the enforcement environment is going to arrive one way or another, and helping draft it is preferable to being subject to a version they did not shape. Independent observers should assume both motives are in play.

How can blockchain make AI systems more accountable?

Blockchain-based tools let AI operators cryptographically commit to which model version was used, which inputs were seen, and which policies were in force at the moment of a decision. Those commitments cannot be altered after the fact. Combined with zero-knowledge proofs, they let a system prove properties about its behavior without leaking sensitive data. This guide on blockchain and AI convergence walks through the architecture in more detail.

What should founders building AI products do about this shift?

The near-term move is to log model versions, input fingerprints, and decision policies for every consequential AI-driven decision your product makes, and commit those logs to somewhere append-only. This costs very little now and becomes a real competitive advantage once enforcement actions begin. This guide on who governs AI covers the broader architecture choices founders should be thinking about now.

CO

Carmen Onchain

@carmen_onchain

Carmen Onchain is a blockchain x AI advocate writing for builders, operators, and anyone who believes technology should work for everyone.