You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today's backtest machinery scores our own pipeline against our own history. An objective-optimization subnet regime needs a benchmark over arbitrary agents: freeze a repo at commit T, let any candidate agent propose the next maintainer actions, score the proposals against what actually happened, under anti-overfit controls, inside the attested runtime. This issue is the scoping seed for that harness.
⚠️Blocked by the validator-facing eval-interface spec — do not decompose or start implementation before it closes. The spec fixes the score-record shape and trust tiers this harness must emit.
Scope to resolve at decomposition (after the spec)
Scoring: reuse the existing confusion-matrix + Pareto-floor primitives; realized history as ground truth with the established reversal/outcome provenance rules.
Anti-overfit controls: held-out windows, per-repo splits, submission caps, seeded splits — the same discipline the internal backtest gate already enforces.
Output: leaderboard artifacts are exactly the spec's consumable score records — no parallel format.
Expected outcome
The "climb a benchmark" half of the objective regime exists as a concrete, decomposable plan the moment the interface spec lands — built on primitives that already ship, not a parallel system.
References
Relates to #8534, #8082 (the primitives), and the validator-facing eval-interface spec (blocking).
Context
Today's backtest machinery scores our own pipeline against our own history. An objective-optimization subnet regime needs a benchmark over arbitrary agents: freeze a repo at commit T, let any candidate agent propose the next maintainer actions, score the proposals against what actually happened, under anti-overfit controls, inside the attested runtime. This issue is the scoping seed for that harness.
Scope to resolve at decomposition (after the spec)
Expected outcome
The "climb a benchmark" half of the objective regime exists as a concrete, decomposable plan the moment the interface spec lands — built on primitives that already ship, not a parallel system.
References
Relates to #8534, #8082 (the primitives), and the validator-facing eval-interface spec (blocking).