analyze-results
Post a results-analysis comment to an experiment issue after a completed run.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Post a results-analysis comment to an experiment issue after a completed run.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Compute $ cost estimate for an experiment notebook without dispatching to Modal.
Execute an experiment's notebook end-to-end and report results back to its GitHub issue. Use when the user points you at an experiment issue ("run
| name | analyze-results |
| description | Post a results-analysis comment to an experiment issue after a completed run. |
After a bench or training run finishes, produce a short analysis comment on the issue: headline numbers, comparison against baselines, and a one-paragraph interpretation.
experiments/exp<N>_<slug>/.cache/benches/<name>/summary.csv (or
.cache/trainings/<name>/meta.json)experiments/exp<N>_<slug>/README.md frontmatter — helico_experiment.baselines
names prior runs to compare againstRead summary.csv and pull the metrics named in the issue's Success
criteria section.
For each baseline listed in the frontmatter, try to load
experiments/exp<N_baseline>_<slug>/data/summary.csv (these are the
committed summaries, not the .cache/ ones). Compute deltas per
category.
Render a comment along these lines:
🤖 Results posted.
**Headline**
- monomer_protein.mean_lddt: 0.734 (was 0.700, +0.034)
- interface_protein_protein.mean_lddt: 0.487 (was 0.374, +0.113)
**Success criteria**
- [x] interface_protein_protein.mean_lddt improves by ≥0.02 — met (+0.113)
- [x] monomer_protein.mean_lddt does not regress — met (+0.034)
**Artifacts**
- HF bucket: <url>
- Notebook: experiments/exp<N>_<slug>/README.md
- WandB: <url> (if available)
See the notebook for plots and discussion.
Post via gh issue comment <N> --body "..." (or
--edit-last if a 🤖 comment already exists for this run).
run-experiment separately.If a named baseline's data/summary.csv can't be loaded, note it and
skip the delta for that baseline. Don't fail — still post the absolute
numbers.