What problem does it solve?
Converts an experiment plan into runnable, deployable code and immediately collects initial results so you can move from design to evidence without manual glue work.
Core Features & Use Cases
- Plan-driven implementation: Reads EXPERIMENT_PLAN.md (plus FINAL_PROPOSAL.md) to determine run order, milestones, hyperparameters, metrics, and success criteria.
- Code review and safe deployment: Optionally runs a cross-model code review before deploying to prevent logic/evaluation mistakes and wasted GPU time.
- Sanity-first execution: Optionally runs the smallest sanity experiment first, then auto-debug-retries before launching the full suite.
- Result collection + tracker updates: Parses outputs (JSON/CSV/logs), verifies metrics against ground-truth success criteria, updates EXPERIMENT_TRACKER.md, and prepares next-step handoff for review loops.
Use case: You already have an experiment plan ready and want to implement, review, deploy, and get initial results ready for the auto-review-loop.
Quick Start
Run the bridge on your plan file by asking the assistant: /experiment-bridge "refine-logs/EXPERIMENT_PLAN.md".