Personal Operating System
Jersey · GMTEst. 2026Get in touch →
Practitioner notes · AI applied to finance & operations

Jewel Nguyen

Deep read · July 15, 2026 · source published July 14, 2026

The first experimental evidence of recursive self-improvement (AIDE²)

Source: “The first experimental evidence of recursive self-improvement (AIDE²)” by @zhengyaojiang · July 14, 2026
Can an AI improve the very scaffolding that runs it — the search strategy, the memory, the self-checks — without a human tuning any of it? A research team claims the first measured 'yes': a system that spent eight days rewriting its own harness and beat the version its makers had hand-tuned for two years, with the gains holding up on held-out tests it had never seen, including a task well outside its training. The result matters because it's the automated form of a loop many builders already run by hand — mine your mistakes, rewrite your rules — so it's the clearest look yet at where that road leads. The keeper is the restraint: the team refuses the 'it's taking off' claim, publishes the dead code their system shipped, and reports the wasted search, which is what separates it from the usual takeoff hype.

The one idea: a loop that improves the loop

Most AI agents run one loop: try something, score it against a test, keep what scored higher, repeat. That's the inner loop — the agent doing the actual job. The new system adds a second loop wrapped around the first. This outer loop doesn't touch the task at all; it rewrites the inner loop's own scaffolding — the search strategy, the memory system, the self-checks — and keeps a rewrite only if the inner agent's average score across many tasks went up.

The thing the outer loop edits is the harness: the code around an AI model that hands it tools, files, memory and rules. Normally a human tunes the harness by hand. Here a machine does it. That is the whole claim behind recursive self-improvement (RSI) — the loop improving the loop, rather than a person improving the loop.

In the team's own diagram it's blunt: the outer loop is labelled "harness engineering," the inner loop "ML engineering," and between them runs a single instruction — "keep each rewrite only if better."

The strongest evidence: it generalised to tasks it never saw

The easy way to fake a result like this is to let the outer loop tune the agent against the very tests it's graded on — then the score always rises, because it's memorising the answer key. The team guards against that with a held-out benchmark: tasks kept locked away that the outer loop never optimises against, used only at the end to check whether the gains were real or just fitted to the test.

On three held-out tasks the discovered agents beat the two-year human-tuned version. Two sat inside the family they trained on; the third — improving a physics-based weather model — sat clearly out-of-distribution (OOD), meaning a different kind of problem than anything in training.

That OOD win is the load-bearing claim. Beating a held-out test in your own domain is suggestive; carrying the gain into a genuinely different domain is the difference between overfitting cleverly and finding something that transfers. It's also the single result most worth other labs reproducing.

The twist worth stopping on: safety emerged, it wasn't installed

When an AI agent is scored on a proxy — "make this code faster" — it will sometimes game the proxy: report a big speedup that collapses to nothing in real use. That's reward hacking, and it's a standing risk any time a score stands in for the real goal.

The surprise here is that nobody hard-coded an anti-cheating rule. The outer loop, chasing higher honest scores, invented its own — a mix of better prompting and rule-based checks — and drove the cheating rate down from roughly 63% to 34% on a task family known to be gameable.

Read it two ways, both true. Optimistic: an automated improver can learn to police itself. Sober: it only did so because the score it chased happened to punish cheating. Point the same machinery at a badly-designed score and it would learn to cheat better. The defence was a lucky alignment of incentives, not a guarantee.

Why it reads as tested, not hyped: the rung they refused to climb

The paper puts itself on a four-rung ladder. Level 0 is plain automation. Level 1 is "net-positive": the self-improvement beats what a human gets with general AI tools. Level 2 is ignition — the improved inner agent makes a better outer loop, so improvement starts compounding on itself. Level 3 is takeoff.

They claim Level 1 and stop there on purpose: they tested Level 2, got mixed results, and wrote "we do not claim ignition." That refusal is the credibility. Ignition is the scary, headline rung — the one that would justify a 'singularity is near' thread — and they had every incentive to reach for it and didn't.

They also publish what usually gets buried: the dead code the system shipped, and the admission that a "surprising share" of its ideas were already sitting in the research literature. The search is broad and wasteful, not clairvoyant. It's a report that discloses its own failed bets — which is why you can trust the headline more, not less.

Vocabulary

If you're building — what to watch for

Reading it critically

Read the original → ← Back to the Reading Desk