v1.7.5 sequential-learning adapter contract + multi-seed eval (eval STOP)#22
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sequential-learning benchmark infrastructure release. Closes the v0.39 B3 follow-up that gated public exercising of the dlPFC goal-stack mechanism. Eval ran but stopped per pre-registered sanity gate due to floor effect; hypothesis remains open.
pushGoal/completeGoalhooks oninterface.mjs.hippo.mjsimplements both via existinghippo goal push|completeCLI withHIPPO_HOME/XDG_DATA_HOMEisolation. Tag-fix on memory store ([task.trapCategory, ...category.tags, 'error']) so the boost can match — without it the eval would have RETRACTED a working mechanism.--seed,--n-seeds,--eval-strictflags.Outside-voice review payoff
Plan v1 → 13 P0/P1 findings from senior-code-reviewer + Codex CLI. v2 plan addressed all. Biggest catches: tag mismatch (boost would have matched zero memories), within-thirds shuffle was statistical theatre, paired t-test fragile for bounded discrete rates → permutation CI, HIPPO_HOME / XDG_DATA_HOME isolation, hard-fail in eval-strict mode.
Test plan
npx vitest run→ 1445 passed (+27 new), 0 failuresnpx tsc --noEmit→ 0 errorsnpm run build→ cleanEval result
STOP per pre-registered sanity gate. C2 (hippo-base) late-phase = 0.0% across all 20 seeds, outside the pre-registered band [4%, 24%]. Both C2 and C3 saturate at 0% late — floor effect prevents H1/H0 discrimination. The −10pp hypothesis remains untested on a discriminating workload. Documented in
docs/evals/2026-05-07-v1.7.5-goal-stack-eval-result.mdwith full investigation. Future eval needs harder benchmark variant (smaller--budget, adversarial categories, or restricted late-phase window).Plan:
docs/plans/2026-05-07-v1.7.5-sequential-learning-adapter.md.Closes the v0.39 B3 follow-up "sequential-learning adapter contract" in TODOS.md. The "−10pp hypothesis" line stays open as v1.7.6+ followup.