Date: 2026-09-23
Scope: continuation of issue #693 after the first gate-marginal measurement primitive merged via PR #734.
The project owner asked to continue implementation and reiterated that the code must be solid, strong, well done, and enterprise-level.
The next acceptance gap in #693 was selected:
The first marginal-evidence implementation had already merged into main
through PR #734.
Related AVE research remains in:
This continuation does not merge or copy AVE controller logic into the benchmark.
A new diagnostic command is being implemented:
idkmesh gate-marginal-benchmark
It consumes a versioned benchmark config that references two strict verdict matrices:
The design/holdout row identities must not overlap.
Exactly five design-only selectors are frozen in v0.1:
The holdout matrix is not accepted by the selection-plan function.
The marginal strategy is resolved only if:
Otherwise it reports unresolved.
There is no fallback to another metric.
The random baseline is derived from SHA-256 over the configured seed and canonical candidate order rather than Python PRNG state, reducing cross-interpreter reproducibility risk.
The family selector treats family labels only as structural metadata, not proof of independence.
The correlation selector fails closed if any candidate correlation is unmeasurable, because an unknown candidate could be the true minimum.
Added:
schemas/marginal-evidence-benchmark-config-v0.1.schema.json;schemas/marginal-evidence-benchmark-report-v0.1.schema.json;docs/specifications/MARGINAL_EVIDENCE_BENCHMARK_V0_1.md.The report contains no winner or production routing recommendation.
Primary code:
idkmesh/marginal_evidence_benchmark.py;idkmesh/cli.py.Tests:
tests/test_marginal_evidence_benchmark.py;tests/test_example_contract_coverage.py.Synthetic fixtures:
examples/gate-audit/marginal-benchmark-design.example.json;examples/gate-audit/marginal-benchmark-holdout.example.json;examples/gate-audit/marginal-evidence-benchmark-config.example.json.The fixtures test infrastructure and contract behavior only. They are not scientific evidence that any selector is superior.
The new tests cover:
docs/product/INNOVATION_MOAT_2026-09-23.md is advanced from the first
measurement slice to the explicit progression:
measure marginal contribution
|
compare against simple baselines
|
require held-out stability
|
only then consider AVE / Connector Control Plane dry-run integration
The benchmark:
After the implementation passes protected CI, issue #693 still needs a broader preregistered observed/held-out corpus and synthesis before any dry-run routing integration should be proposed.
A single synthetic fixture is not a promotion gate.