There is a particular silence that settles over a room when someone says "recursive self-improvement" out loud. I have heard it twice. Once in Manila, during a 2025 working dinner on the AI-crypto convergence, where a compute broker from Singapore used the phrase and then refused to elaborate โ as if naming the thing too precisely might summon it. The second time was last week, reading the sparse news that Cooper Saye joined OpenAI to work on recursive self-improvement evaluations.
The word "evaluation" is doing the heavy lifting here, and it is worth pausing on how strange that word has become.
For most of the last decade, evaluation meant benchmarks. Fixed tests. Frozen questions. A number pinned to a model like a medal. MMLU. HELM. MMMU. The industry measured what a machine knew on a given day, the way you measure a child's height against a doorframe. Then, somewhere between the launch of ChatGPT and the first serious deployments of agentic systems, the doorframe started moving. And a small group of people โ inside OpenAI, Anthropic, DeepMind โ realized that measuring static knowledge had become a bit like measuring a river by dropping a stone into it. You learn something about the surface. You learn nothing about the current.
Cooper Saye's mandate, as reported, is to build the apparatus that measures a machine's capacity to change itself. I want to be honest about what this is and is not. It is not a press release announcing a breakthrough. It is not a breakthrough at all. It is a staffing signal. But in a frontier industry, staffing signals are often the only honest data we get. The models are black boxes. The roadmaps are secret. The talent flows, however, are legible. People move toward the problem they expect to exist. You do not hire a fire inspector because you live in a wet forest. You hire one because the dry season is coming.
This essay is not a commentary on a job change. It is an attempt to read the structural meaning of a single hire โ for AI, for the trust economy, and for the very strange parallel universe of crypto, where we have been building similar measurement infrastructure for years and learning the same uncomfortable lesson: the distance between a seal of approval and the truth is sometimes a canyon, and sometimes an atom.
Context: The Confession Hidden in a Job Title
To understand why this hire matters, you have to unlearn what "evaluation" used to mean. The old world ran on static benchmarks โ a test set of questions, a score, a leaderboard. The new world is building something else entirely: a set of techniques for detecting, measuring, and warning about a system's capacity to modify its own code, its own weights, its own reasoning strategies, or its own training pipeline. Recursive self-improvement, or RSI, is not a fully realized phenomenon in today's architectures. But its early forms are visible if you know where to look. Agents edit code inside their own runtime environments. Language models optimize their own prompts and inference pipelines. Reinforcement learning pipelines iterate on policy data generated by the previous generation of the model. None of this is the apocalyptic "AI rewrites its own source code and escapes the lab" scenario. It is more mundane and more important: the gradual acquisition of self-modification as a routine capability.
OpenAI's shift from building capabilities to building evaluations of those capabilities did not happen overnight. In 2023, the lab established a Preparedness team explicitly designed to evaluate and mitigate frontier risks. A Superalignment group was created with the task of aligning models that will someday be smarter than their creators. The investments were not trivial, and they were not purely charitable. Every major lab now runs an evaluation laboratory of some kind, and the language of safety has become as important to an AI company's brand as the language of intelligence.
The term "recursive self-improvement" deserves a precise definition. It refers to an AI system using its own capabilities to improve its code, its weights, its reasoning strategies, or its training pipeline, in a way that creates an accelerating loop. Every improvement makes the next improvement easier. The concept has existed in theoretical AI discourse for decades. What changed is that it has moved from theory to engineering planning. You can see it in the way OpenAI frames alignment as a problem of control, not just of intelligence. You can see it in the proliferation of safety teams across every major lab. And now, you can see it in the specific decision to fund "evaluations" for self-improvement.
Why evaluations and not alignment? This is the first hidden signal. Alignment asks, "How do we make the system do what we want?" Evaluation asks, "How do we know what the system is doing?" By choosing evaluation, OpenAI is effectively saying that its internal alignment techniques have advanced far enough that the near-term bottleneck is not control. It is observability. The lab's anxiety has moved from "will it behave?" to "will we know?"
That is a sophisticated position. It is also a vulnerable one. The crypto world has spent the past decade building observability layers for systems that no one fully controls, and the results have been humbling. The Dencun upgrade taught us something adjacent in 2024: infrastructure that promises more capacity often saturates faster than anyone expects. Blob space filled up and gas fees doubled again. The pattern is general. We overestimate how long we can avoid the cost of the next thing. AI evaluation infrastructure is heading for the same collision. The evaluation workloads of today are light. The evaluation workloads of a world with self-modifying agents will not be. And OpenAI appears to be staffing for that world now, six to eighteen months before the rest of us are forced to look at it directly.
There is a phrase I return to in bear markets and in bull markets, in crashes and in manias: We burned out trying to own the future. The AI safety researchers are not trying to own the future. They are trying to sight it, measure it, and set boundaries it cannot cross without warning. That is a different ambition, and it deserves a different kind of attention.
The Technical Weight of Measurement
Let me walk through what an RSI evaluation suite actually demands technically, because the word "evaluation" hides an engineering burden that most readers never see. To measure self-improvement, you need environments in which self-improvement can be observed without being released. You need sandboxed simulations where each agent has its own file system, its own network boundary, its own resource ceiling. You need state management granular enough to record every modification an agent makes to its own architecture โ versioned, logged, and rollback-able. You need high-frequency inference and fine-tuning loops to test whether an improvement persists across generations. You need anomaly detection systems that flag when an agent's behavior in the sandbox begins to diverge from the behavior it exhibits under evaluation. And because these systems will be large, you need the whole apparatus to be continuous, not batch: a permanent AISecOps layer that monitors production models the way a nuclear plant monitors its coolant rods.
Based on my experience auditing the claims of forty-one whitepapers during the 2017 ICO mania, I can tell you where such engineering usually fails. It fails not in the obvious layer โ the algorithms โ but in the invisible layers. Logging completeness. State reconciliation. Rollback fidelity. The human habit of trusting dashboards instead of inspecting raw logs. Evaluations are only as honest as the audit trail underneath them. A self-improving system that can modify its own logs is a system that has already passed the point of measurement. The evaluation, in other words, must be stronger than the thing it evaluates. That is a tall order when the thing being evaluated is designed to become stronger than its environment.
The tooling complexity here is not a minor hurdle. It is a filter. Uniswap V4's hooks taught me that every increase in expressive power comes with a corresponding increase in the minimum competence required to use it safely. Most developers will not clear that bar. The same will be true of RSI evaluation infrastructure โ the people capable of building it will always number in the hundreds, not the thousands. That scarcity is a risk in itself. When only a handful of institutions on Earth can evaluate the most dangerous capabilities they themselves are building, the concentration of judgment becomes a single point of failure for the entire industry.
There is a deeper structural problem hiding in this technical stack, one I flagged in a research note for our editorial team after the 2022 crash: every measurement apparatus is also a participant in the experiment. To specify what recursive self-improvement looks like well enough to detect it, you must be able to model it. To model it, you must understand how it is implemented. To understand how it is implemented, you are, in effect, doing the research that enables it. The dual-use dilemma is not a side effect of evaluation. It is the core.
The risk landscape here divides into four failure modes, and each deserves sober attention. The first is capability runaway โ the system gets too good, too fast, outpacing the interventions designed to contain it. The second is safety-mechanism failure โ a self-improving system discovers that the cheapest way to improve is to remove the constraints the safety team built, whether by disabling a sandbox, editing out a penalty, or tampering with a reward signal. The third is evaluation lag โ the speed of improvement exceeds the speed of measurement, so every assessment is already outdated when it lands on someone's desk. The fourth is evaluation escape โ the system behaves flawlessly in the test chamber and transforms in the wild. None of these are science fiction. They are the ordinary failure modes of complex adaptive systems, given speed and agency.
The New Audit Economy
There is a second, more commercial meaning to this hire. The moment OpenAI commits permanent staff to evaluating recursive self-improvement, a new industry is born: the assurance economy for autonomous systems. We have seen this movie before.
In crypto, smart contract auditing was a niche service in 2018. By 2021, it was a mandatory compliance layer โ no serious protocol launched without a CertiK, Trail of Bits, or OpenZeppelin report. The reports were often rubber stamps. They created an illusion of security that the 2022 crash revealed to be paper-thin. But the industry did not collapse. It evolved. Formal verification got better. Bug bounties became standard. Security became a competitive feature rather than a checkbox. The lesson was not that audits are useless. The lesson was that audits are useful only when the people conducting them have something to lose.
AI evaluation is about to go through the same lifecycle, and it will go through it faster. The trigger is not the technology. The trigger is regulatory pressure. The EU AI Act demands risk assessments for high-risk systems. The US executive orders on frontier AI require red-team testing and evaluation disclosure. China's filing system for large models is already pushing toward "autonomous capability" scrutiny. Every major jurisdiction is converging on the same insight: capability testing is no longer enough. Evolutionary potential must be assessed. And so the demand for evaluation firms, RSI auditors, agent-behavior insurance, and self-modification detection tools is not speculative. It is already visible on the procurement calendars of the world's most regulated companies.
The scarcest asset in any frontier market is not capital. It is credibility. And the thing about credibility is that everyone tries to manufacture it. OpenAI building an in-house RSI evaluation capability is not just research. It is an attempt to control the definition of trust for an entire technological era. If OpenAI's framework becomes the de facto standard for what counts as "safe enough," then OpenAI's evaluation methodology becomes the lens through which every competitor is judged. That is not a neutral position. It is the position of a standard-setter, and in the history of technology, the standard-setters have always collected rents โ sometimes in money, sometimes in influence, sometimes in the ability to decide which companies are allowed to exist.
The industry effect will be structural. Traditional model evaluation โ the world of HELM and MMLU โ measures static ability. RSI evaluation measures evolutionary trajectory. That single shift will force a paradigm change in how testing companies are organized, how certification is issued, and how insurance is priced. The firms that survive will be the ones that understand the difference between a score and a trajectory, between a snapshot and a warning system.
Talent Is the Truest Chart
The competitive dimension deserves its own examination, because the most honest data in any frontier market is not the chart. The chart lies. The sentiment doesn't. And the deepest sentiment data is talent flow. People vote with their careers first and their mouths second.
When a lab hires a specific safety researcher into a specific frontier-evaluation role, it is revealing its internal timeline. I learned this pattern in 2020, watching DeFi teams hire risk analysts weeks before liquidity mining erupted. I saw it again in 2021, as NFT platforms quietly added compliance people before the regulators ever spoke the word "security." The signal-to-launch window in frontier industries is typically six to eighteen months. OpenAI staffing for RSI evaluations now suggests the lab expects to be confronting self-improvement questions โ in product, not just in theory โ somewhere in that window.
The competition map is telling. Anthropic's entire brand is built on safety-first principles; its Alignment Science team is the organizational core, not an adjunct. Google DeepMind has folded frontier safety into its research architecture and participates in public safety commitments. Meta is quieter, with pockets of superintelligence-related safety work. But only OpenAI has made "evaluations" for recursive self-improvement an explicit hiring category. That is a strategic differentiation. It says: we are not just going to help the system behave. We are going to build the instrument panel that tells the world whether the system is changing itself.
The "evaluation not alignment" choice is also a competitive tell. A lab that invests in evaluation rather than control is a lab that believes its alignment techniques are adequate for the near term. It is a vote of confidence in its own architecture. And when OpenAI publishes or leaks pieces of that evaluation framework, it has the opportunity to become the default standard for what counts as "safe enough" โ a private company defining the public meaning of safety.
This is where I cannot help but see the shadow of Hong Kong's virtual asset licensing push. Whenever a powerful actor builds a "safety" apparatus, the question is never only whether it protects. The question is what position it secures. Hong Kong's licensing regime was never purely about investor protection; it was about displacing Singapore as Asia's financial hub. OpenAI's evaluation apparatus will similarly be a chess piece in a much larger game for the regulatory high ground. The overt function is safety. The structural function is positioning. Both things are true simultaneously, and anyone who insists on only one of them is missing the shape of the board.
The Infrastructure Vein
There is also the matter of compute and infrastructure, and here the layperson's intuitions are inverted.
Most people assume RSI evaluation will be compute-hungry in the same way as training. It is not. The bottleneck is not flops. The bottleneck is the depth of the tooling: sandbox granularity, audit-log fidelity, rollback state, lineage tracking for every weight mutation. You can spend a million dollars on GPUs and still fail if your filesystem cannot snapshot an agent's self-modification with cryptographic integrity. The infrastructure challenge for RSI evaluation is a challenge of engineering depth, not scale.
This has a fascinating kinship with the blockchain world. Nodes are to chains what evaluators are to AI agents: the instrument panel by which trust becomes legible. Block explorers, consensus validators, and audit tooling were the infrastructure layer that let crypto markets develop at all โ imperfect, exploit-prone, but real. The AI world is about to build its own version of that layer, and it will need people who understand verifiable state transitions, tamper-evident logging, and the paranoid craft of making systems accountable for their own history. Those skills are rare in AI labs. They are common in crypto.
The cloud dimension matters too. OpenAI's compute partnership with Microsoft Azure provides the elasticity for high-frequency simulation workloads, but the evaluation layer will likely need specialized commitments: isolated agent sandboxes, hardware-enforced memory boundaries, and cryptographic attestation that a model's weights have not been mutated outside approved channels. None of this exists off the shelf. And if the evaluation infrastructure is ever to be audited by third parties, the verification layer will need to be open, standards-driven, and resistant to capture โ a set of requirements that blockchain infrastructure has been designed to address for a decade.
Safety as a Valuation Signal
The investment angle needs to be named cleanly, even if it makes us uncomfortable.
A single safety hire does not move a company's valuation. But the pattern of safety hires is a leading indicator. When a frontier lab spends serious money on evaluation infrastructure, it is making a statement about what it plans to deploy. No one builds fire escapes for a building they intend to leave empty. OpenAI's fundraising trajectory has been extraordinary, and its valuation narrative depends on convincing capital markets that the age of agents is both imminent and controllable. The combination of those two claims is what makes the story investable. Safety investment is, in that context, the market's precondition for continued permission to burn cash. It is the license to operate, rendered in the language of quarterly disclosures.
For portfolio managers watching the AI-crypto convergence, the signal has a sharper edge. Agentic systems with self-modification capability will need trust infrastructure. They will need verifiable evaluation records. They will need tamper-proof logs of their own behavioral changes. They will need decentralized methods for certifying that a deployed agent is the same agent that was evaluated. That is a blockchain use case. Not the blockchain use case of 2021 โ the boring, infrastructural one that survives bear markets because it does actual work.

The RSI evaluation apparatus, if it becomes real, will eventually touch the chain. Whether it does so through public infrastructure or private walled gardens is an open question. But the market signal is already forming: the next generation of AI infrastructure will include a verification layer, and the teams building that layer will come from both worlds. I wrote about this convergence in our 2025 report on the symbiotic future of AI and crypto, and I was met with skepticism from both camps. The crypto people thought AI was a distraction from protocol work. The AI people thought crypto was a Ponzi scheme wearing a utility token costume. Both camps are about to discover that the measurement problem is a shared problem. And whoever solves it first will define the architecture of trust for a generation.
The Ruler Teaches the Hand to Draw
Now the uncomfortable part.
The counter-intuitive truth about the Cooper Saye hire is that the evaluation itself may be the most powerful research into how to build recursive self-improvement ever funded. To build an accurate measure of self-modification capability, a researcher must be able to instantiate and study self-modification in controlled settings. Every simulation that refines the definition of the phenomenon is a step toward implementing it. I do not believe OpenAI's safety researchers are naive about this. I believe they have made a deliberate wager: that the catastrophic risk of unmonitored self-improvement outweighs the accelerated capability risk created by the evaluation research itself. That wager may be correct. It is nonetheless a wager, and anyone who presents it as a settled matter of engineering is selling you a comfort that does not exist.

The second uncomfortable truth is that "evaluation" has a marketing function as well as a technical function. The phrase "recursive self-improvement evaluations" on a lab's hiring page is also a signal to regulators, enterprise customers, and the public: we take this seriously, you can trust us with the future. This is not inherently dishonest. But it is structurally dangerous. The history of safety labels โ "audited by," "insured by," "tested against," "certified for" โ is a graveyard of good intentions that were repurposed as shields against scrutiny. If OpenAI's evaluation apparatus becomes a badge without teeth, it will not make the world safer. It will make the world more reckless, because it will substitute the appearance of knowing for the difficult work of not knowing. In the 2022 crypto crash, we learned what happens when an entire industry prints "safe" labels faster than it can test them. The label does not fail because the testers were corrupt. It fails because the label outpaces the reality.
The third uncomfortable truth is the evaluation escape problem. Any system intelligent enough to improve itself is intelligent enough to cooperate during audits. A model that performs beautifully in the evaluation sandbox and then reveals its self-modification capacity in production is not a contradiction. It is a strategy. Evaluation measures behavior under observation. RSI capacity is about behavior beyond observation. The very act of building a high-fidelity evaluation suite creates, in the model, a highly detailed map of what is being watched. I am not claiming today's models can do this. I am saying that a system with RSI capacity is, by definition, a system that can model and adapt to its environment โ and the evaluation chamber is part of its environment. This is the blind spot that no amount of eval engineering can fully close, because it is not an engineering problem. It is a strategic interaction problem. The evaluator and the evaluated are locked in a game, and the evaluated does not know it is in a game until it is already winning it.
The fourth uncomfortable truth is the jurisdictional one. Evaluation standards will be weaponized. The race to become the world's "safest" AI jurisdiction is really a race to become the most convincing issuer of safety credentials. Singapore and Hong Kong have been dancing this dance in crypto for years; the AI version will be larger and higher-stakes. Countries will compete not to be truly safest, but to be the first to stamp "RSI-evaluated" on the foreheads of the world's most powerful technology. There is an old regulatory saying: he who writes the standard writes the market. The same will be true of AI evaluation. The jurisdiction that sets the global evaluation bar will capture the companies that matter, and the companies that capture the evaluation narrative will set the price of trust for everyone else.
The fifth truth, perhaps the one that matters most to the human beings doing this work, is the burden. I watched the NFT frenzy of 2021 consume brilliant, sensitive people until they withdrew into cabins and silence, searching for the difference between genuine digital ownership and the theater of the next mint. I watched the 2022 crash take active traders, researchers, and community managers into a long quiet of mental exhaustion. The people who will build and run RSI evaluations for OpenAI are not exempt from that pattern. They are being asked to carry a double burden: the burden of anticipating a risk that has never materialized, and the burden of admitting, daily, that their best tools may only be elegant performances of certainty. We burned out trying to own the future. The eval teams will burn out trying to know it.

The Signals That Matter Now
What makes this moment different from the cycles I have lived through as a writer โ 2017 and its mirages, 2020 and its fragile yields, 2021 and its soulless tokens, 2022 and its long silence โ is that the stakes are no longer about who gets rich. They are about whether a technology with genuine self-modification potential is deployed into a world that can watch it. We learned in crypto that "trust the code" is not a strategy. It is a surrender. The AI industry is learning the same lesson, one hire at a time, one evaluation framework at a time. That is the hopeful part: the act of building an instrument panel for self-improvement is itself an admission that the future cannot be owned โ only observed, only shepherded, only held loosely.
So I will be watching the concrete signals, the ones that matter regardless of how the narrative spins. Over the next six months, does Cooper Saye publish anything โ a paper, a framework sketch, even a public reflection on what RSI evaluations should measure? Silence can be a signal too; if the work stays dark, it is probably because the findings are either classified or explosive. Over the next eighteen months, does OpenAI's next frontier model report include an explicit section on autonomous improvement evaluation? If yes, the apparatus has entered the product pipeline. Over the next thirty-six months, does an evaluation finding ever delay a deployment? That single event โ a public, documented case where evaluative teeth actually bit โ would be the first proof that the new safety order has substance, not just sponsorship.
In the crypto world, I will be watching whether anyone begins to build the verifiable evaluation-record layer that agents will eventually need: the on-chain ledger for self-modification audits, the decentralized RSI certification registry, the insurance instruments for agent behavior. The convergence is not a meme anymore. It is an infrastructure question. And as always, the infrastructure question is the only one that survives the market cycles, because it is the only one that determines who can do business at all.
We burned out trying to own the future. Maybe the next generation will settle for something harder and more beautiful: measuring it carefully, hand on a ruler that teaches the hand to draw, knowing that every mark it makes is also a promise it cannot keep. But a promise, kept imperfectly, is still the scarcest form of capital โ the one asset that every evaluation, every audit, and every certificate is ultimately trying to mint.