Appendix: Thesis 1 Improvement Loop Benchmarks

Version: 0.8 (2026-07-23) — adds the proposer-blind self-evolution principle (a fixed agent may propose edits to its own harness, but the acceptance signal must lie outside its view during search and pass-rate non-regression alone is not acceptance), per Self-Harness: Harnesses That Improve Themselves, arXiv:2606.09498. Prior: 0.7 (2026-06-05) — adds the reconstruction-faithful principle (independent frozen agent re-derives the solution from a distilled artifact alone), per MIND-Skill: Quality-Guaranteed Skill Generation via Induction and Deduction, arXiv:2605.08670; 0.6 (2026-06-05) — evidence-sufficient-refinement principle per Learning Hierarchical Procedural Memory for LLM Agents, arXiv:2512.18950; 0.5 (2026-06-05) — posterior-grounded principle for distilled procedures per Evidence Over Plans: Online Trajectory Verification for Skill Distillation, arXiv:2605.09192; 0.4 (2026-06-05) — optimizer-blind held-out principle for end-to-end harness optimization per Meta-Harness: End-to-End Optimization of Model Harnesses, arXiv:2603.28052; 0.3 (2026-06-05) — method-memory library-health dimensions and skill-overfitting / library-bloat negative controls per SkillOpt: Executive Strategy for Self-Evolving Agent Skills, arXiv:2605.23904; 0.2 (2026-06-05) — fresh-agent transfer verification per Harness Updating Is Not Harness Benefit: Disentangling Evolution Capabilities in Self-Evolving LLM Agents, arXiv:2605.30621; 0.1 (2026-04-24).

This appendix specifies benchmark families for Thesis 1, The Validated Improvement Loop And Its Invariants. It is a benchmark design contract, not an implemented recursive-improvement benchmark suite. Capability Status: specified/proposed. Evidence Status: Documented/Proposed.

The goal is to make recursive capability amplification testable without implying that Consullo has demonstrated open-ended self-improvement. An improvement-loop claim strengthens only when a candidate change moves through baseline, proposal, evaluator package, validator decision, permission, staged exposure, observation, cost/benefit accounting, rollback semantics, and evidence-ledger recording.

Benchmark reports produced under this appendix should populate benchmark_result records in appendix-evidence-ledger-schema.md; the report fields below define the benchmark-specific evidence_payload structure for those records.

Benchmark Principles

Required Benchmark Report Fields

FieldMeaning
benchmark_idStable identifier and version.
improvement_targetAgent, method memory, prompt, test, validator, routing rule, policy, or code target.
baselinePrior behavior, cost, failure rate, or manual process.
candidate_deltaProposed modification and scope.
evaluator_packageExpected benefit, measurement protocol, uncertainty, side effects, and cost estimate.
validator_recordGate results, invariant checks, protected-set review, and decision state.
permission_recordThesis 5 routing, AAF applicability, authority, and scope.
deployment_stageSandbox, simulation, canary, or production-equivalent exposure.
observation_windowPost-change evidence, regression checks, and incident monitoring.
transfer_recordFresh-agent transfer result: originating-agent delta, fresh-agent delta, fresh-agent identity and model family, and whether benefit replicated. Required when the candidate's value depends on reuse.
rollback_or_mitigationReversion, narrowing, supersession, or containment path.
ledger_linksImprovement, benchmark, provenance, trust, incident, and alignment records.
status_resultWhat claim status, if any, the benchmark can strengthen.

Suite A: Object-Level Repair Loop

Purpose: test whether the improvement loop can accept or reject bounded low-risk changes.

Representative tasks:

Suggested dimensions:

Negative controls:

This suite supports narrow object-level improvement claims, not recursive self-improvement by itself.

Suite B: Evaluator And Validator Separation

Purpose: test whether proposal, evaluation, and validation remain distinct under pressure to accept changes.

Representative tasks:

Suggested dimensions:

Negative controls:

The benchmark should reward disciplined disagreement, not automatic acceptance or automatic rejection.

Suite C: Validator Evolution And Non-Regression

Purpose: test whether improvements to validators improve future acceptance quality without weakening gates.

Representative tasks:

Suggested dimensions:

Negative controls:

Validator evolution counts as recursive improvement only if the validator itself remains governed.

Suite D: Method-Memory Learning

Purpose: test whether accepted or rejected changes alter future improvement behavior through method memories. This suite is also where the update-versus-benefit distinction is enforced: a method memory's measured gain on its originating agent must be separated from its transferable benefit to other agents (Harness Updating Is Not Harness Benefit: Disentangling Evolution Capabilities in Self-Evolving LLM Agents, arXiv:2605.30621).

Representative tasks:

Suggested dimensions:

Negative controls:

This suite is the minimum bridge from one-off repair to recursive learning, and the fresh-agent transfer test is what distinguishes recursive capability amplification from local procedure accumulation.

Suite E: Cost And Deployment Discipline

Purpose: test whether accepted improvements remain cost-effective and staged.

Representative tasks:

Suggested dimensions:

Negative controls:

Cost discipline is part of improvement semantics, not an after-the-fact business metric.

Minimal Demonstration Package

The first Thesis 1 demonstration should use one bounded task class, preferably a repository-local software repair. It should include one accepted candidate, one rejected candidate, one near miss, and one second-cycle artifact such as a method memory, anti-pattern, validator test, or routing rule.

Required contents:

Non-Claims

This appendix does not claim that Consullo has implemented a complete recursive improvement loop, demonstrated compounding self-improvement, solved validator gaming, or achieved general capability amplification. It specifies what benchmark evidence would be needed before Thesis 1 claims can strengthen beyond specified/proposed architecture.