Enforce phase-stable telemetry pilot gates

This commit is contained in:
2026-07-14 17:35:58 +08:00
parent 2afc6eeb8d
commit c0b40af24f
3 changed files with 292 additions and 21 deletions

View File

@@ -58,6 +58,9 @@ The pilot is a mechanism gate, not paper evidence.
run invalid but cannot manufacture a full-run label.
- Cumulative checkpoints: 10%, 25%, 50%, 75%, and 100%, or 30/75/150/225/300
seconds. Quarter blocks are analyzed separately from cumulative means.
- A measured Layer-1 interval is complete only when its start-boundary,
end-boundary, and maximum internal record gaps are each at most one second;
timestamps must be monotonic.
- Placement is serialized. Co-location remains forbidden because Phase 6
observed material co-location-induced outcome shifts.
- Hard cap: 8 H20-hours including startup, warm-up, burn-in, invalid attempts,
@@ -71,14 +74,16 @@ timestamps, full request accounting, idle GPUs before and after each session,
and no co-resident GPU process.
Mechanism evidence requires at least two telemetry features whose matched action
response exceeds same-config repeat noise at two consecutive checkpoints under
the unchanged v1 response thresholds. The same features must have a consistent
direction in at least two of the three load regimes.
response exceeds same-config repeat noise at the same pair of consecutive
checkpoints under the unchanged v1 response thresholds. Those features must
also have a consistent direction in at least two of the three load regimes.
Decision evidence additionally requires both action-efficacy classes and an
instrumentation feature that reaches leave-one-repetition-out balanced accuracy
at least 0.75 and exceeds the best external prefix outcome by at least 0.15.
Without label balance the pilot can adjudicate mechanism evidence only.
Decision evidence additionally requires both action-efficacy classes and at
least one of the phase-stable mechanism features to reach
leave-one-repetition-out balanced accuracy at least 0.75 and exceed the best
external prefix outcome by at least 0.15 at two adjacent predeclared
checkpoints from 25% onward. Without label balance the pilot can adjudicate
mechanism evidence only.
No H20 run is launched if the local analyzer/tests, manifest preflight, GPU
probe, command dry-run, projected cost, or cleanup plan fails.