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
LoopOver's verification stack (ledger + anchor + published decision records + deterministic replay + certified precision-at-coverage) currently proves claims about our own pipeline's decisions. Nothing exposes scores in a form an SN74 validator could consume for weight-setting. The subnet is moving toward objective optimization, and LoopOver has been invited to be its eval/scoring substrate — this spec converts that from an informal signal into a concrete mechanism proposal. It is the prerequisite for the frozen-repo benchmark harness (do not decompose that before this closes).
Requirements — each gets an explicit recorded decision
The consumable artifact: the per-(agent, work-unit) score record — exact shape, what it commits to (corpus/window, scoring-rule version, attestation reference), how it is signed, freshness semantics.
Transport: pull API vs published signed bundles vs on-chain commitment (the SN74-hotkey anchor path is the natural candidate for the commitment variant) — decide the v1 and the upgrade path.
Scoring semantics offered: outcome-confirmed precision-at-coverage; benchmark-run scores (future frozen-repo harness); abstention/coverage rules; and an explicit list of what we do not score.
Governance of the scoring rules themselves: changes to scoring gate through the existing prospective-backtest machinery (Pareto floor, held-out splits), with versioning and an announcement contract.
What the subnet side runs vs trusts: the verifier CLI, the contract docs, and the minimum a validator must execute to consume scores trustlessly.
Hard constraints
⚠️No emissions, pricing, or weight economics in this issue or the resulting public doc — mechanism only. Economic terms are a private conversation.
Deliverables
Decision-record comments resolving every numbered item, plus a draft docs page (not published until the mechanism conversation with the subnet team concludes).
Expected outcome
"Adopt LoopOver as the objective eval provider" becomes a reviewable mechanism proposal a validator team can evaluate line by line, rather than a vibe.
Context
LoopOver's verification stack (ledger + anchor + published decision records + deterministic replay + certified precision-at-coverage) currently proves claims about our own pipeline's decisions. Nothing exposes scores in a form an SN74 validator could consume for weight-setting. The subnet is moving toward objective optimization, and LoopOver has been invited to be its eval/scoring substrate — this spec converts that from an informal signal into a concrete mechanism proposal. It is the prerequisite for the frozen-repo benchmark harness (do not decompose that before this closes).
Requirements — each gets an explicit recorded decision
Hard constraints
Deliverables
Expected outcome
"Adopt LoopOver as the objective eval provider" becomes a reviewable mechanism proposal a validator team can evaluate line by line, rather than a vibe.
References
Relates to #6101, #9186, #8534.