Three of the most influential people in technology spent a week telling the world to slow down. None of them produced a verifiable commitment. That is the entire event, and almost nobody parsed it correctly.
Here is the specific artifact. Sam Altman, responding to Ray Dalio's public warning about AI risk, offered a concession that sounds generous until you read the adjective: independent evaluators should get "similar" access to what employees have. Similar. Not equivalent. Not specified. Not auditable. One word carrying an unbounded amount of discretion, and that word is the whole policy.
Elon Musk replied in a handful of characters of sentiment: Dalio is right. Dario Amodei of Anthropic had published the framing blog that started the round, calling for industry coordination on safety before governments impose it from the outside.
So we have a hedge fund founder with no model to ship, a CEO whose company needs to keep shipping, and a CEO whose company is still catching up. All three nominally in agreement. Zero of them bound by anything.
I work on verifiable computation for a living. From that vantage point, the announcement is not a safety story. It is an attestation story that failed at the first sentence.
The word that does all the work
Start where an auditor starts: with the claim itself.
"Similar access." In a smart contract, an access modifier either admits an address or it does not. There is no "similar." An approval is a boolean. The moment you discover that a permission is approximate, you have discovered that the permission is undefined, and an undefined permission cannot be enforced. It can only be narrated.
This matters because the entire architecture of third-party AI evaluation rests on that single predicate. If evaluators see the weights, the training logs, the eval suite, the red-team findings, and the deployment gating criteria, you have something assessable. If they see a subset selected by the evaluated party, on a schedule set by the evaluated party, with scope negotiated by the evaluated party, you have a press release wearing a lab coat.
Based on my audit experience, this is the oldest failure mode in the discipline. I once spent forty hours on a single edge case inside the Sapling circuit arithmetic โ a system where correctness was specified mathematically, where the constraint system could be read line by line, where a wrong field element caused silent state corruption instead of a clean revert. Even with that full formal structure, the bug lived in a case nobody had enumerated. Now scale that difficulty by an unknown factor and remove the algebra entirely. Replace the constraint system with a corporate policy about "similar" access.

We don't audit intentions. We audit artifacts. There is no artifact here.
Context: what the 2023 letter actually taught the industry
The 2023 open letter from the Future of Life Institute asked for a six-month pause on training systems more capable than GPT-4. It gathered thousands of signatures, including several from people who would go on to ship exactly those systems.
Then GPT-4 shipped. Then GPT-4 Turbo. Then multimodal variants, then API revisions, then a cascade of competitive releases across every major lab. The pause did not happen. Nothing about the letter made it happen. The letter had no mechanism, and a mechanism is the only thing separating a commitment from a mood.
Move forward to the current round. The same structural features are present. Multiple frontier labs under revenue pressure. A winner-take-all capability curve where second place is worth a fraction of the leader. No enforcement body. No verifiable disclosure standard. No penalty for defection.
Add one new element: the labs now understand that safety is a purchasable asset. Not a constraint. An asset. Something you carry on the balance sheet as a reputational line item that helps you win government contracts and enterprise trust, and that costs you nothing until the first time someone asks for proof.
That is the actual context. Not a crisis of conscience. A market for legitimacy, and a race to be the first supplier.
Third-party evaluation is a solved problem in a different domain
Here is my recurring frustration with this entire discourse. The primitives exist. The AI policy conversation is reinventing, badly and non-technically, something cryptography has spent a decade industrializing and pricing.
When a blockchain wants to prove that a computation was executed honestly without re-executing it, it reaches into a small set of tools. Each has known cost curves, known trust assumptions, and known failure modes. Map them onto model evaluation and the policy discussion instantly becomes concrete instead of aspirational.
Trusted execution environments. Hardware attestation. You run the model inside a secure enclave and receive a signature verifying the code was unmodified. Cheap. Fast. And it relocates trust from a lab to a chip vendor. You have not eliminated trust, you have converted it into a supply chain assumption, and anyone who has followed the SGX side-channel literature knows how much weight that can bear.
Zero-knowledge proofs. Execute, then prove the execution. Succinct, verifiable by any third party, no trusted middleman. Also, today, brutally expensive and non-trivial to express for arbitrary neural architectures. The proving overhead for inference-scale models is orders of magnitude beyond the inference itself. For training runs, the gap is not a factor, it is a category error.
Optimistic verification with fraud proofs. Assume honest execution, allow a challenger to dispute inside a window. Cheap in the common case. Requires an economically motivated watcher who actually re-runs the work. The AI equivalent would be a well-funded independent replication lab, and nobody is funding that with the seriousness the task demands.
Committee consensus and multi-party computation. Distribute the claim across N parties and require threshold agreement. Reduces single-party trust at the cost of coordination latency. We ran this experiment in 2015 with the autonomous weapons consensus. It went nowhere, because nobody was obligated to obey it.
So the menu exists. The policy documents ignore it. The reason is not ignorance of the tools. It is that verifiable evaluation is expensive, unverifiable evaluation is free, and the free version produces better headlines.
The auditor's conflict, restated for a larger stage
Let me describe the economics of my own profession for a moment, because it generalizes cleanly.
Smart contract audit firms are paid by the teams they audit. I have done this work. I reviewed contracts for a GameFi outfit after presenting gas-optimization research at a developer meetup in Bangkok, and the incentive structure was structural, not personal. The auditor who finds nothing keeps the client. The auditor who finds everything is a business risk. To survive, the better firms develop internal norms โ severity classification, disclosure timelines, a defensible methodology, revenue concentration caps โ precisely because the client relationship drags the other way.
Third-party AI evaluation would inherit the same tension and multiply it. The evaluator needs model access that costs the lab money to provide. The evaluator needs staff who understand frontier-scale systems, and those people are mostly employed by the labs or funded by them. The evaluator needs to publish, but publication damages the relationship.
Independence is a funding question before it is an ethics question. If the evaluated party selects the evaluator, pays the evaluator, and defines the scope, you have not built third-party evaluation. You have built a second-party evaluation with a logo and a nicer font.
The audit market already learned this at smaller scale. The fix that the serious firms adopted was structural: rotate clients, publish methodology, cap single-client revenue share, submit to peer review. None of those fixes appear in any AI safety proposal I have read.
What I learned building verification into an RL stack
Last year I worked with an AI lab in Singapore on a narrower problem. They wanted agent decisions to be cryptographically verifiable without exposing the reward model or the policy weights. Reinforced agents, financial decisions, a client who wanted auditability without transparency.
The finding was clean, and it is the part the policy discourse keeps missing.
Verifying a decision is tractable. Given a fixed model, a fixed input, and a fixed set of weights, you can commit to the weights, prove the forward pass, and publish a receipt. Expensive at frontier scale. Increasingly cheap at mid-scale. Tractable in principle.
Verifying a training run is not. The provenance of every gradient update, every data batch, every hyperparameter choice, every reward-model revision, every RLHF annotation batch โ that is an enormous unverified surface, and the interesting failures live on that surface. A model evaluated honestly after a training run nobody can audit is a clean receipt for a dirty process. The receipt is real. The process is the thing you cared about.
The correct granularity for AI safety attestation is the decision, not the model. That is a design statement, and unlike a blog post about going slower, it is testable. You can price it. You can build a market around it. You can put it in a contract and let a verifier check it in milliseconds.
The practical corollary is uncomfortable for both camps. The labs do not get to claim "safety" from a process attestation. The crypto industry does not get to claim "verifiable AI" from a proof that covers one forward pass and calls the rest of the pipeline trusted.
"Slow down" is not a specification
Consider three possible readings of the phrase.
Stopping new training runs above a capability threshold. This requires a capability definition that is agreed upon and continuously measurable. No such definition exists, and the oracle problem โ who measures the threshold, with what tooling, under what dispute resolution โ has not been addressed by anyone.
Increasing the interval between training completion and deployment to allow evaluation. This is implementable today and would cost the labs specific, quantifiable delays. Nobody has proposed a number.
Halting the release of specific capabilities once discovered during evaluation. This is the version most likely to be implemented, because it is post-hoc and entirely discretionary.
The statement's defenders will say it is directionally useful. Direction is not a specification, and unspecified constraints bind nobody. In my reading the vagueness is load-bearing. Precision creates observability. Observability creates accountability. The signatories want exactly the amount of commitment that survives a board meeting and a quarterly earnings call.
The honest output of this round is not a slowdown. It is a rhetorical asset that three companies can deploy in three different ways.
Different incentives, one sentence
The framing of the coverage bothered me more than the statements themselves. Treating Dalio, Altman, and Musk as a unified bloc flattens three unrelated positions into a false consensus.
Anthropic sells alignment. Constitutional AI is not a side project, it is the product differentiation. A CEO warning about catastrophic risk is coherent with the business model. That does not make the warning insincere. It makes it double-purpose, and double-purpose claims deserve double scrutiny.
OpenAI is the incumbent under sustained legislative attention. It cannot be silent on safety without inviting the charge that the market leader is unaccountable. Its response is defensive engineering: enough concession to reduce regulatory heat, phrased with enough elasticity to preserve product cadence. Similar access. Enough to say it. Not enough to measure it.
xAI is the laggard, still early in its product cycle, running a model family that trails the frontier. For a laggard, a real slowdown is a gift. Calling for one costs nothing. If the industry actually slows, the gap closes for free. If it does not, no penalty applies. This is not a criticism of any individual. It is the arithmetic of the position.
No coordination mechanism distinguishes these three curves. That is why the "rare alignment" framing is wrong. It is not alignment. It is three different functions crossing at a single point on the graph, and the crossing point is an election year.
The blind spot
Here is where I have to be honest about my own in-group.
The reflexive crypto answer to AI safety theater is: verifiable computation fixes this. Put the inference on-chain, prove it, done.
That answer is mostly not yet true. The proving overhead for anything near frontier scale is prohibitive, and the cost curve is improving but not on a schedule that justifies the certainty with which the claim is made. Decentralized inference markets are real and growing, but the cryptographic guarantees they provide today are thinner than their marketing implies โ often a commitment plus a committee, not a proof. And the industry has its own long history of unverifiable claims dressed in the language of trust minimization.
Composability isn't a feature you bolt onto a system after the fact. It's a property of the whole stack, and it is orthogonal to verifiability. A protocol can be maximally composable and still be a black box, because composability governs how components interact and says nothing about whether any component told the truth about itself. Crypto spent years learning that "don't trust, verify" was an aspiration long before it was a property. We are not the adults in this room. We are the people who already made this mistake and should recognize it faster than anyone.
We don't get to critique AI safety fiction while shipping our own version of it. What we can legitimately offer is the tooling โ the primitives, the cost curves, the failure taxonomy, the disclosure norms โ and then insist that any serious safety framework either adopts them or openly admits it is not serious.

What to watch
Not the next open letter. Watch three signals instead.
Whether any regulator writes the word "verifiable" into a statute and is then forced to define it. The definition fight will matter more than any voluntary pledge, because a legal definition creates an oracle requirement, and an oracle requirement creates a market with a price.
The zkML proving cost curve for mid-size models. When the overhead for a single inference drops low enough to price into an ordinary application, decision-level attestation stops being a research topic and becomes a procurement line item. That is the moment the AI safety conversation stops being a policy conversation and starts being an engineering one, and it is the only translation that has ever changed behavior.

Whether any lab publishes an evaluation result it would rather not have published. A favorable published result costs nothing and proves nothing. The first unfavorable one โ disclosed, dated, with methodology attached and a named evaluator โ will tell us more than every roadmap and every letter combined.
The interesting question is not whether the labs will slow down. That question will not be settled by sentiment, and a hedge fund background is not a technical credential. The question is whether the infrastructure for verifiable machine cognition matures faster than the infrastructure for unverifiable machine power. Both of those are being built right now, in the same funding cycle, by people reading the same headlines. Neither side has to write a blog post to win.