What problem does it solve?
It removes the gap between writing an experiment plan and actually running the corresponding code on GPU, so you can quickly validate ideas and generate initial results.
Core Features & Use Cases
- Plan-to-implementation: Reads an experiment plan and creates or updates training/evaluation scripts that match the specified datasets, metrics, and hyperparameters.
- Review and guardrails: Optionally performs cross-model code review, runs a sanity-stage experiment first, and auto-debug-retries to reduce wasted GPU time.
- Deployment and results collection: Deploys experiments in the right orchestration mode, monitors progress, collects parseable JSON/CSV metrics, and updates experiment trackers/logs for the next review loop.
Use case: You have an EXPERIMENT_PLAN.md describing milestones (sanity → baseline → main → ablations) for a ML method; you want an agent to implement the missing scripts, run a fast sanity check, then launch the full suite to produce initial metrics for auto review.
Quick Start
Ask the assistant to implement and run the experiment plan by running the experiment-bridge skill on your plan file.