Stage S spread runner + post-run analysis/media toolkit#35
Merged
Conversation
- scripts/run_spread_n1.sh: the 6-model N=1 spread runner used 2026-06-10 - scripts/analyze_spread.py: cross-model leaderboard (day-aligned vs no-agent baseline, raw + ex-artifact action success, perseveration-friendly failure taxonomy) - scripts/build_footage_index.py: console log -> per-model/per-tick wall clock + OBS file offsets for frame-accurate video cuts - scripts/capture_run_media.sh: during-run capture loop (game-window stills + latest_tick.json snapshots for dashboard replay) - scripts/replay_ticks.py + scripts/record_dashboard.mjs: replay a run into the React dashboard and record it headless via Playwright - .claude/skills/run-analysis: the full post-run pipeline as a repo skill (capture setup -> analysis -> verified story mining -> footage index -> EDL/ffmpeg/Remotion videos -> publish prep) - benchmark_history.jsonl: 6 spread run entries Co-Authored-By: Claude Fable 5 <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
Codifies everything built during the 2026-06-10 Stage S 6-model spread so the post-run pipeline is repeatable:
Spread context
Leaderboard (N=1, mean composite): grok43 0.831 > opus48 0.826 > gemini35 0.825 > fable5 0.803 > gpt55 0.722 > deepseekv4 0.704. Actual OpenRouter spend $7.12. Key findings + queued fixes in #33; capture improvement idea in #34. Detailed artifacts in results/spread/ (gitignored; story bank + analysis also mirrored to the rle-media repo).
Test plan
ruff check src/ tests/ scripts/clean,mypy src/strict clean, 458 tests passanalyze_spread.pysmoke-run post-cleanup reproduces the leaderboard byte-for-byte🤖 Generated with Claude Code