Build Log
Self-Consistency Pass: A Real, Pre-Declared Negative Result
August 14, 2026
Designed and built an adversarial third stage for the Helm classifier — same grounded evidence, argue for a different bucket, escalate on real disagreement. Stated the success criterion before running it. It correctly caught both known ambiguities, but false-escalated 3 of 15 clear-cut cases by constructing technically-coherent-but-impractical counter-arguments. Recorded as a genuine negative result, not iterated into a passing score.
Timeline
What shipped
experiments/helm-classifier-probe/classify-with-self-consistency.mjs — a real, additive third classification stage. Reuses classify.mjs's TAXONOMY/GROUNDING_PROMPT/BUCKETS verbatim (not re-derived) to stay a true addition on top of the fixed baseline, not a parallel reimplementation that could drift from it.
experiments/helm-classifier-probe/results-self-consistency.json — full real run output, including per-case adversarial reasoning and an explicit successCriterionMet: false field computed directly in the script, not asserted after the fact
“Record it as a real negative result, stop here for now.”