AORC2F/LSTM Q' campaign: experiment configs, findings, and eval corruption hardening#28
Open
taddyb wants to merge 1 commit into
Open
AORC2F/LSTM Q' campaign: experiment configs, findings, and eval corruption hardening#28taddyb wants to merge 1 commit into
taddyb wants to merge 1 commit into
Conversation
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
This branch carries the AORC2F/LSTM Q' identifiability campaign: four new experiment configs, three findings docs (wave 1, cross-wave comparison, disagg-head sensitivity), comparison/plotting tooling, and the eval-corruption hardening that the campaign runs surfaced.
Experiment configs
config/experiments/aorc2f_{distributed,lumped}_frozen_chunk1.yaml,lstm_daily_frozen_chunk1.yaml,lstm_hourly_native.yaml— the 4-source campaign templates.Findings docs
docs/2026-07-16-aorc2f-wave1-findings.md— wave 1 results.docs/2026-07-16-wave2-cross-wave-findings.md— cross-wave comparison, later amended to correct the backend-mismatch dismissal and test the double-routing hypothesis against the store (mixed result; controls still missing).docs/2026-07-16-disagg-head-sensitivity-findings.md— disaggregation-head sensitivity.docs/nh-qprime-store-contract.mdupdated.Eval hardening (
src/)src/training/eval.rs,src/bin/eval.rs), strengthened with a panic-hook flag so corruption can't slip through as a swallowed panic.src/cli/run.rs,src/cli/system.rs,src/cuda_graph/geometry_kernel.rs,src/sparse/cusparse.rs,src/data/error.rs.Tooling & skills
scripts/generate_run_notebooks.py,scripts/hydrograph_comparison.py,scripts/wave_comparison_plots.py— per-run notebook generation and cross-wave comparison plots..claude/skills/ddrs-run-and-operate/SKILL.md— documents the GPU eval OOM incident (cubecl worker-thread panic) and its fix.Invariant check
Touches
src/sparse/cusparse.rsandsrc/cuda_graph/— per CLAUDE.md,cargo run --release --example compare_ddr_sandboxmust still report ABSOLUTE MATCH before merge.🤖 Generated with Claude Code