There is a sentence that has been sitting on my desk for three weeks, and it is the most dangerous sentence in artificial intelligence right now. It appears in a recent Crypto Briefing analysis of OpenAI, Anthropic, and Meta, and it does not get the panic it deserves: all three companies experienced “incidents” that exposed a gap in oversight, and no independent mechanism existed to catch them.
I put the word incidents in quotation marks because the source article itself never fully specifies what happened. That is not laziness. That is the story. In the coming years, we are going to see a highly funded industry collide with a philosophical problem that blockchain people have been wrestling with since 2017: who watches the watchers? The answer, according to the current AI safety world, is usually “the watchers themselves.” OpenAI has its Safety and Security Committee. Anthropic has its Responsible Scaling Policy. Meta has a process for open-sourcing models. All of these are internal governance structures. None of them are independent. And when an incident occurs, the company gets to write the first draft of its own autopsy.
This article is about the architecture of that problem, not just the personalities involved. I want to show why the AI oversight gap is not primarily a technical failure, a management failure, or even a regulatory failure. It is a coordination failure built on a single, flawed assumption: that a closed system can produce transparent accountability. Decentralized finance made the same mistake in its early days. We called it “code is law” until the code was exploited. The AI industry is about to learn the same lesson, but with much higher stakes.
From my own seat in this ecosystem, I have seen the exact same pattern before. In 2017, during the ICO frenzy, I audited the early versions of Augur and Gnosis. Both projects wanted to build prediction markets that could source truth from large, distributed crowds. Both had good teams, good funding, and good intentions. And both had oracle mechanisms with logic flaws that could let a determined attacker manipulate outcomes. The flaws were not in the code. They were in the assumption that a community could be a source of truth without a mechanism for challenging it. That is a governance flaw dressed up as a technical one. Today, the AI industry is running the same experiment with models instead of markets, with capabilities instead of prices, and with humanity’s future as the collateral.
The source article, to its credit, correctly identifies that there is a dangerous gap in AI oversight. But it leaves the biggest questions unanswered. What exactly happened at OpenAI, Anthropic, and Meta? Were these model failures, process failures, or governance failures? Who discovered the incident—an insider, a researcher, a journalist, or a regulator? And why, in 2025, is the most reliable detection mechanism still the press release rather than the audit trail?
Those questions are not academic. The entire commercial value of AI depends on trust. Enterprise buyers need to know that a model will behave within a known set of boundaries. Institutional investors need to know that a model company with a $200 billion valuation has a serious, externally verifiable safety mechanism. Governments need to know that a frontier model cannot be used to compromise critical infrastructure. If none of those actors can get access to the same body of evidence that the model company has, then every AI application carries an invisible risk premium.
That is why this issue touches blockchain policy more than most people realize. Blockchain was built as a reaction to the opacity of trustless intermediaries. The crypto industry spent a decade developing tools for transparency: cryptographic signatures, hash-linked timestamps, on-chain provenance, zero-knowledge proofs, decentralized oracle networks. Those tools are not just for trading tokens. They are the raw material for building oversight infrastructure. A model release can be accompanied by a verifiable log of the red-team tests that were performed. An incident can be timestamped on a public registry. A safety claim can be proven without revealing proprietary weights. The technology exists. The commitment does not.
Let me be concrete about the three companies, because the pattern of failure is instructive even when the specific incident details remain opaque.
OpenAI is the company that popularized the idea of an internal Safety and Security Committee. That committee is supposed to evaluate the risks of new model releases and advise the board. But the committee is staffed by people whose compensation and career paths depend on the company they evaluate. In what other industry do we accept the auditor being paid by the audited party? In traditional finance, that was precisely the flaw that led to the 2008 crisis. Rating agencies were paid by the issuers of the securities they rated. The system did not fail because every analyst was corrupt. It failed because the structural incentive to look the other way was built into the business model. OpenAI’s safety committee does not have to be corrupt to be useless. It just has to be structurally captured.
Anthropic is a different contradiction. Anthropic built its entire brand on safety. It created the Responsible Scaling Policy, which is the most mature internal framework that any frontier lab has produced. It was the first company to commit to only deploying models that could pass a certain safety threshold. That is a serious technical achievement. But the policy is still self-assessed. Anthropic decides what the threshold is, Anthropic decides how the evaluation is performed, and Anthropic decides when the result is ready for public scrutiny. There is no external body with the authority to challenge those decisions. In 2019, when I was working on risk models for DeFi protocols, I learned that self-assessment is only meaningful when it is falsifiable. If the evaluator controls the test, the model, and the scoring criteria, the evaluation is not an evaluation—it is a narrative.
Meta is perhaps the most interesting case because it has chosen open-source as its accountability shield. Meta argues, with some justification, that the broader community can audit its open models and find issues that internal teams would miss. That is a real advantage. Open source is a legitimate mechanism for decentralized oversight. But open source does not automatically mean accountable governance. A model can be open while the process that produced it remains closed. Meta can publish weights without publishing its training data practices, its compliance protocols, or its incident history. Openness of artifacts is not the same as transparency of process. Think of it this way: you can have the keys to the house, but if the architect does not tell you which walls are load-bearing, you cannot safely remodel it. Open source isn't a license; it's a philosophy of transparency. And a philosophy is only as strong as the infrastructure that enforces it.
The deeper point is that all three companies are facing what computer scientists call the oracle problem. An oracle is a system that provides information to a network, and the network has to trust that information before it can act. In DeFi, an oracle might provide the price of an asset. If the oracle is wrong, liquidations flood the system and people lose money. In AI governance, the oracle is the company’s safety assurance. The company tells the world: this model is safe enough to deploy. The registry, the government regulator, the enterprise customer, and the public all have to trust that oracle. But there is no mechanism for verifying the oracle’s report after the fact. There is no slashing condition, no challenge period, no independent audit, no cryptographic proof that the report was generated by a real evaluation. If this were DeFi, the protocol would be considered a massive security risk.
During my time auditing Augur and Gnosis, I found three logic flaws in their oracle designs. The flaws were different, but they shared a common root. Each design assumed that a sufficiently large group of token holders would vote honestly because doing so was in their economic self-interest. That assumption ignored the possibility of voter apathy, collusion, or coordination failure. The same assumption runs through AI safety. A sufficient number of safety researchers, the logic goes, will keep companies honest because their reputation is at stake. But reputation is a weak coordinating force when the payoff for a new model release is measured in billions of dollars.
We need to stop treating AI oversight as a classroom problem. It is not about asking the student to grade their own homework and promising to do better next time. It is a systemic risk problem. And the blockchain ecosystem has developed a mature vocabulary for systemic risk: decentralized verification, known publicly, without a central authority. That vocabulary is now useful far beyond crypto.
Imagine that every frontier model release is accompanied by a cryptographic proof of the safety process. Not the full contents of the safety evaluation—that may contain proprietary or dangerous information—but a proof that the evaluation was executed according to a public, agreed-upon protocol. Zero-knowledge proofs can do exactly that. They allow one party to prove that a statement is true without revealing the underlying information. For example, an AI lab could prove that a set of red-team tests was run on a model, that a certain number of evaluations was performed, and that the model passed a predetermined threshold, all without disclosing the raw test data or the model weights. That is not science fiction. This technology is being used today in identity systems, supply chains, and DeFi protocols. There is no technical reason it cannot be used for model auditing.
There is, however, a very strong political reason. The frontier AI labs do not want external accountability structures that constrain their release timelines. A public proof of safety evaluation would make it more difficult to release a model before the evaluation is complete. It would create a permanent record that later can be inspected, audited, challenged, and potentially contradicted. It would expose the difference between “we did a safety review” and “we did a safety review that meets an external standard.” That is precisely why the industry is still relying on self-reporting.
We didn't get here because AI companies are evil. We got here because the systems they built do not include an external root of trust. In every decentralized network, there is a concept called the root of trust. It is the component that is assumed to be trustworthy, and everything else hangs off it. In a hardware wallet, it is the secure enclave. In a blockchain, it is the consensus rule set. In the current AI industry, the trusted component is the corporation itself. That is a bad design.
The first principle of decentralized governance is to minimize the number of systems you have to trust. If you are using a bank, you trust the bank to keep its ledger accurately. If you are using Ethereum, you trust the protocol, the math, and the consensus of a broad network of nodes, not any single institution. For AI, we need to design a system where no single company is the sole authority on its own risk. That does not mean the end of companies. It means the creation of a public, verifiable layer between the company and the world.
What would that layer look like in practice? I have been sketching this for months, and I see four essential components.
First, a public incident registry. Every AI incident, from a model producing harmful content to a hidden evaluation failure, should be recorded in a machine-readable, tamper-evident log. This registry does not need to contain sensitive information. It needs to contain enough metadata to allow independent researchers to ask good questions. When, where, what model, what severity, what response. If a company refuses to log an incident, that refusal itself becomes a signal.
Second, a verifiable disclosure protocol. Model releases should be accompanied by structured data: model version, evaluation protocol, dataset lineage where possible, safety test results, and a cryptographic signature that ties those claims to the company. This creates a clear line of responsibility. The company cannot later deny that it made a claim if the claim is signed on a public ledger.
Third, independent audit rights. This is more than a paper right. There must be a mechanism by which approved external auditors can request access to a model and its safety evaluation process, without the company deciding in advance which evidence is too sensitive. The access itself can be gated by non-disclosure agreements, but it must be real. If an audit can be refused indefinitely, it is not an audit. It is a public relations exercise.
Fourth, an economic slashing mechanism. In crypto, validators who misbehave lose staked capital. AI companies do not have an equivalent penalty. If a company is found to have failed in its safety obligations, there should be a financial consequence that is large enough to change behavior. That consequence can be drawn from an insurance market, a pre-funded bond, or a regulatory fine, but it has to exist. Otherwise, accountability is just a word.
The objection I hear most often is that this would slow AI development. It would. And it should. We are talking about systems that will soon be involved in deciding what we read, what we buy, what medical advice we receive, and perhaps what policies our governments adopt. The correct speed for such systems is not the maximum speed. It is the speed at which we can still see what is happening.
Another objection is that the details of model weights and training data must remain secret to protect intellectual property. That is a legitimate concern. But the entire crisis of AI oversight is that companies treat the evidential record as if it were the same thing as the proprietary model. It is not. A company can prove that it followed a safety process without revealing the formula for its sauce. The most powerful insights of modern cryptography—zero-knowledge proofs, homomorphic encryption, secure multi-party computation—were developed precisely to solve this problem. We can have proof without disclosure. We can have accountability without open-sourcing every secret.
This is where blockchain, even in its most degenerate speculative form, has something to teach the AI industry. During the height of DeFi Summer, I saw many protocols launch with enormous total value locked in their smart contracts. Their websites were beautiful, their communities were loud, and their audits were sometimes just shareable PDFs. Then the exploit happened. The exploit was not always sophisticated. Sometimes it was a missing access control, an unprotected function, a governance proposal that allowed a malicious actor to drain the treasury. The market punished these failures swiftly and brutally. That is how decentralized markets work. They are not compassionate. They are corrective.
The AI industry is not going to be punished by the market in the same way, because the failure modes are slower and more distributed. There is no smart contract that gets drained in a single block, no price that crashes immediately when a model behaves badly. Instead, there is a slow erosion of trust between the company and the public, followed by a sudden regulatory reckoning. By the time that reckoning arrives, the harm has already been done.
Consider the hidden connection between AI oversight and the legacy financial system. For the past few years, I have written about the flow of real-world assets into on-chain markets. The institutional interest in tokenized money market funds, private credit, and carbon credits has exploded. Yet every serious institutional participant I speak with asks the same question: how do you say that off-chain assets are actually represented by on-chain tokens? The answer is that you need a bridge, and bridges fail when they rely on an untrusted intermediary. The exact same logic applies to AI. How do you prove that the model in production is the model that was evaluated? How do you know that a safety certificate issued six months ago still applies to the model deployed today? If the answer is “the company told us so,” then you have built the same fragile bridge that collapsed in the crypto ecosystem many times before.
This is not a metaphor. It is a structural comparison. A stablecoin is only as trustworthy as its reserve attestation. If the attestation is a once-per-year PDF from an auditor who is hired by the issuer, the market is exposed. In 2023, after the collapse of several crypto banks, we learned that trusted intermediaries were not telling the truth. The AI industry is heading toward the same trap. The next generation of AI safety depends on real-time, continuous, cryptographically verifiable oversight, not annual reports.
One of my personal tests for any governance system is this: can the system be audited by someone who does not have a career incentive to be liked? I first applied this test in 2018 when I was reviewing decentralized oracle networks. The community had built reputations systems, token slot mechanisms, and dispute protocols. But the most important question was always who had the final word. If the final word belonged to the same people who stood to gain from the oracle’s success, then the oracle was not a source of truth; it was a source of momentum. This is exactly why a DAO’s legal status matters. Most DAOs have no legal status, and when things go wrong, the members face unlimited personal liability. That reality got my attention during the bull market, and it should get the AI industry’s attention now. A self-proclaimed safety committee without a legal mandate, without a financial backstop, and without external review is not a governance institution. It is a branding tool.
Let me tell you about a day in the life of an AI safety auditor, one that I have lived in adjacent form in the crypto world. The auditor arrives at a lab, signs a broad non-disclosure agreement, and is given access to a subset of the safety documentation. The auditor is not allowed to interview the engineers without a company lawyer present. The auditor is not allowed to see the full training data or the internal scripts used to evaluate the model. The auditor is told that some tests are too sensitive to be recorded. The auditor produces a report, but the company reserves the right to publish only the parts that it prefers. At the end of the day, the auditor cannot tell anyone what was found, and the company can claim that a full audit was performed. No day in the life of an AI safety auditor should end with the auditor asking the audited firm for a password. But that is the current state of the industry.
The contrarian angle is uncomfortable to write, but it is necessary. More oversight, by itself, does not guarantee better outcomes. In fact, the wrong kind of oversight can create more harm than none at all. We have seen this in every regulated industry. When oversight is expensive, slow, and controlled by incumbents, it becomes a barrier to entry for smaller challengers. The largest AI labs already have compliance departments. The smallest labs do not. If the response to a genuine safety gap is a heavy regulatory framework that only the incumbents can afford, you have not changed the power structure. You have just made it more permanent.
The same is true for decentralized oversight. In crypto, we learned that “community governance” can be captured just as easily as corporate governance. A clever whale can buy a DAO’s tokens and steer proposals. A coordinated voting group can override the will of the silent majority. And if the community is homogeneous—shared incentives, shared ideology, shared financial interests—then the independent oracle is just a mirror. We cannot assume that decentralizing oversight alone will fix the problem. We have to design oversight mechanisms that are immune to capture. That means diversified funding, rotating auditors, public verifiability, and mechanisms for grassroots whistleblowers to report incidents without fear of retaliation.
Here is the deeper tension. The AI industry is facing a horizontal problem: the technology is being built by a small number of players, but the risks are distributed across all of society. Blockchain’s answer to that problem would be to decentralize control of the risk registry. But AI has an even more uncomfortable feature: the technology itself is inherently concentrative. It requires immense compute, immense data, and immense capital. The power to train frontier models is not currently distributeable to the average citizen. That creates a unique governance paradox. The technology is centralized, so the oversight footprint must be even more decentralized. Otherwise, the few companies that control the models will also control the narrative of what safety means.
I think about the Hong Kong and Singapore competition for crypto hubs, about how regulatory frameworks are often less about innovation and more about territory. The same is true in AI. The jurisdictions that move first to establish AI oversight will define the global standard, not because their technical approach is the best, but because they have captured the market for legitimacy. If that standard is merely a paperwork regime, the actual safety gap will remain. If that standard includes cryptographic proof, independent audit rights, and public incident registries, then we have a real chance to build something that works.
For investors, this creates a set of very specific red flags. I have spent enough time in both the crypto and AI markets to know that the best way to avoid catastrophe is to watch the process, not the press releases. When an AI company announces a safety milestone, I want to know whether the evaluation data is independently verifiable. When a frontier lab adds a new board member with a safety background, I want to know whether that board member has any real access to the model artifacts or whether they are simply a hologram for the official narrative. When a company says it has hashed its model weights on a public ledger, I want to see the hash. When an enterprise signs a large AI procurement contract, I want to know whether the vendor is required to report incidents to a neutral third party.
These are not hypothetical red flags. They are the same checks I used when evaluating DeFi protocols after the 2022 bear market. In the collapse of Terra and Three Arrows, the warning signs were visible before the crash. The missing external attestations were visible. The inability of anyone outside the inner circle to audit the books was visible. The system was not killed by a sudden event; it was killed by a slow failure of oversight, and only then did the market see it. AI will not be different. If anything, it will be worse, because AI incidents are not a simple ledger mismatch that can be corrected. They are behavioral failures in systems that we are already learning to depend on.
To be fair, the frontier labs are not ignoring all of this. They are building internal evaluation pipelines, publishing model cards, and supporting some academic research. But the gap between “doing something” and “doing something externally verifiable” remains enormous. Model cards are useful documentation, but they are still self-authored. Evals are useful benchmarks, but the benchmarks are often designed by the same labs that are being evaluated. Red-team reports can be informative, but they are only released when the company chooses to release them. None of these mechanisms require the company to prove that it did what it says it did. None of them create a permanent, tamper-evident record that can be challenged by future observers. None of them protect the public from a company that simply changes the story.
The blockchain ecosystem understands this problem at an almost cellular level. We built our industry on the principle that you should not trust, but verify. That principle is not an insult to good actors. It is a defense against the inevitable, structural corruption of uncontrolled power. The AI industry needs the same defense. It is not enough for OpenAI, Anthropic, and Meta to have wonderful internal cultures or brilliant safety researchers. The architecture must change. The audit trail must be public. The proof must be cryptographic. The oversight must be independent by design, not by intention.
This brings us to the question that I want to leave with every reader, whether they are a developer, a policymaker, an investor, or a concerned citizen. What would it take for you to believe an AI company’s safety claim? If the answer is simply “because I trust the brand,” then the oversight gap will continue to grow. If the answer is “because I can verify the claim myself, or through a mechanism that does not depend on the company,” then we have a legitimate path forward.
Decentralization is not a tech stack; it's a philosophy of transparency. The tools that make that philosophy operational are still in our hands. We have zero-knowledge proofs, homomorphic encryption, public ledgers, decentralized oracles, and the hard-won lessons of a crypto industry that was born from the failure of centralized trust. The question is whether we are willing to apply those lessons to artificial intelligence. The stakes are larger than any protocol or token. The same cryptographic infrastructure that holds a DAO accountable can hold a frontier AI lab accountable. The same public registry that logs oracle mistakes can log model failures. The same independent auditors who walk into a smart contract audit can walk into a model release. We don’t have to choose between innovation and safety. We just have to choose between opacity and evidence.
The article that started this analysis was titled as an incident report, but it was actually a philosophical accusation. It accused the AI industry of pretending that self-regulation is the same as external regulation. It accused all of us, in the broader technology community, of accepting the obvious conflicts of interest because the alternative feels inconvenient. I have spent enough time in the crypto world to know that the most expensive failure is the one you refused to see coming. The AI oversight gap is not a technical bug that will be patched next quarter. It is a governance failure that will only get worse as model capabilities grow.
Here is my answer to the unspoken question in every AI safety debate: yes, we can build oversight mechanisms that are genuinely independent. We can create a public, cryptographic record of what was tested, when it was tested, and who tested it. We can build economic penalties for labs that lie about their safety evaluations. We can make it possible for a researcher in Nairobi, a regulator in Brussels, and an investor in New York to all look at the same evidence and reach the same conclusion. We didn't build the entire decentralized finance movement because we were afraid of banks. We built it because we believed that transparency was a human right, not just a technical preference. The same belief must now extend to artificial intelligence. The future of AI will not be safe because companies promise to be careful. It will be safe because the architecture of its governance leaves them with no choice.
This is the moment to choose. Regulation is coming, and it will be designed either by people who understand cryptographic proof, or by people who do not. If it is designed by the former, we will get a system where audits are continuous, verifiable, and impossible to fake. If it is designed by the latter, we will get a system where compliance is a form of theater, and the stage is controlled by the largest companies. I know which one I am fighting for. The only question is whether the market, the regulators, and the public will get there before the next major incident forces them to. Art isn't a token; it's who owns it. Governance isn't a rulebook; it's who owns the truth. Right now, the truth about AI safety is owned by the companies that are building the models. It is time to bring it back to the public.
A final note on the source material. The Crypto Briefing analysis that triggered this essay contained only two substantive claims: there is a gap in AI oversight, and independent supervision is needed. It did not provide the specific incident reports, dates, or company responses. That absence of detail is itself a symptom of the problem. If a major crypto publication cannot access the basic facts of an AI safety incident, then the entire information ecosystem is broken. The reporting is the first place the gap becomes visible. The solution therefore must include not only technical audits and governance frameworks, but also a commitment to rigorous, independent journalism. Without journalists who can ask the right questions, a cryptographic proof is just a line of code no one will ever challenge.
We did not enter this era because of one malicious scientist in a lab. We entered it because the social contract for verifying powerful tools was never written. Now we are writing it in real time, while the machines are already being deployed. That is a dangerous time to improvise. But improvisation is better than denial. The tools to build meaningful oversight are within reach. The will to use them is the only scarce resource left. And if there is one thing I have learned from watching the birth, collapse, and resurrection of the crypto industry, it is this: the most valuable human resource is not talent or capital. It is the stubborn refusal to trust a system that cannot prove itself. Long live that refusal. Long live the architecture of accountability.

