SYNTHESIS NOTE
Topics›Agent Harness›this note

Does self-editing through reviewed commits improve agent performance?

Ouroboros evolves its own prompts, tools, and core code through a reviewed commit process and reports top benchmark scores. But without comparing to a frozen version of itself, the contribution of self-evolution versus initial design or model capacity remains unclear.

Synthesis note · 2026-09-25 · sourced from Agent Harness

Ouroboros 1 is described as "a selfdeveloping agent harness whose tools, context assembly, prompts and core implementation improve through reviewed commits that become the runtime for later work." The abstract reports an Opus 5 run at 86.97% on Terminal-Bench 2.1 (86.74% after trajectory audit), an Opus 5 run at 90.69% on OSWorld-Verified, and a five-rollout CL-Bench campaign at 0.2301. Each is presented as best reported or a new state of the art. The conclusion adds that the harness matches frontier coding harnesses on SWE-bench Pro and GAIA.

The paper's framing is that benchmark scores are "products of the base model, the execution harness, the environment, and the grader," and that as models improve, a growing share of realized capability depends on how the harness assembles context, invokes tools, verifies outcomes, and recovers from failure. Most production harnesses freeze those policies after design; Ouroboros keeps its source, prompts, tools, review logic and core in a versioned repository that changes only through a reviewed commit path. Two modes drive change. In recursive free evolution, improvement is itself a task: the agent inspects the current system, selects and implements a change, and completion "can schedule another evolution cycle." In experience-driven core evolution, ordinary work and social interaction expose bugs, rough edges and inefficient context construction, and these become reviewed structural changes. The Hope deployment ran 161 days across seven communication surfaces, where people surface faults and proposals but the agent decides which to pursue.

This sits at the far end of the fast loop described in Do self-improving agents really split into two distinct loops?: the editable surface here includes the harness's core implementation, not only prompts, memory and tools. It is a deployed counterpart to the governance argument in How can agent self-evolution be made safe and auditable?. Both put versioned change under control, and Ouroboros adds a reviewer gate and a warning that control boundaries must "remain authoritative under evolutionary pressure." It also supports the claim in Where does agent reliability actually come from? that the harness carries much of realized capability, though its headline runs still use a frontier model. The skeptical reading in Do harness edits learn reusable strategies or memorize task fixes? applies directly, because experience-driven changes are triggered by observed bugs and rough edges.

The excerpt does not establish what the self-evolution contributes. It gives no ablation against a frozen copy of the same harness, so the share of the scores owed to evolution, the initial design or the Opus 5 model is unstated. It does not say who or what performs review, what review rejects, how the control boundaries are built, or what the trajectory audit found. It reports no per-cycle gains, cost, variance across runs, or outcomes from Hope, and it does not say whether the accepted changes are general strategies or task-specific fixes. What it supports is narrower: a governed, self-modifying harness can operate at frontier benchmark levels, and that the safety question moves to the review boundary. Whether self-modification causes the scores remains open.

Inquiring lines that read this note 3

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How can infrastructure records verify actual agent behavior? How does harness optimization generalize across different model architectures and domains?

Related concepts in this collection 6

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
14 direct connections · 78 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

a harness that rewrites its own core through reviewed commits reports state-of-the-art scores on Terminal-Bench 2.1, OSWorld-Verified and CL-Bench