Parent
Related to #60, #77, and #114.
Current behavior / design
As of this issue being written, Eval Lab has deterministic graders, scope-oracle metadata, human review labels, and an open process-judge proposal in #77. Existing process-judge fixture work covers context-selection evidence in #114, but there is no narrow task fixture specifically designed around hidden or withheld process-validity checks where final visible tests are not enough.
Why change
Recent eval work emphasizes guarded environments and process validity: avoiding leakage, preserving protocol validity, recovering after targeted failures, stopping verification at a justified point, and not passing for the wrong operational reason. This is a useful next calibration target for Eval Lab because coding agents can pass final tests while still using invalid shortcuts or unreviewable process paths.
Sources:
What to build
Spike one tiny fixture or task design where success requires both an ordinary final outcome and process-validity evidence. The fixture should be small enough to run locally and should make invalid shortcuts observable without requiring a broad new benchmark.
Candidate fixture properties:
- visible tests can pass while a hidden/process-validity condition fails;
- forbidden or withheld fixture access is detectable;
- command/reproduction log is part of the evidence;
- authority or access can expire after a subgoal, and stale reuse is a graded failure;
- final handoff must report the validation path honestly.
Acceptance criteria
Blocked by
#77 evidence-packet shape decision for process-judge integration. The fixture design can start immediately.
Parent
Related to #60, #77, and #114.
Current behavior / design
As of this issue being written, Eval Lab has deterministic graders, scope-oracle metadata, human review labels, and an open process-judge proposal in #77. Existing process-judge fixture work covers context-selection evidence in #114, but there is no narrow task fixture specifically designed around hidden or withheld process-validity checks where final visible tests are not enough.
Why change
Recent eval work emphasizes guarded environments and process validity: avoiding leakage, preserving protocol validity, recovering after targeted failures, stopping verification at a justified point, and not passing for the wrong operational reason. This is a useful next calibration target for Eval Lab because coding agents can pass final tests while still using invalid shortcuts or unreviewable process paths.
Sources:
What to build
Spike one tiny fixture or task design where success requires both an ordinary final outcome and process-validity evidence. The fixture should be small enough to run locally and should make invalid shortcuts observable without requiring a broad new benchmark.
Candidate fixture properties:
Acceptance criteria
Blocked by
#77 evidence-packet shape decision for process-judge integration. The fixture design can start immediately.