What problem does it solve?
It converts an experiment roadmap into runnable code, safely reviews it, deploys it to GPU infrastructure, and produces initial measurable results so you can move into automated review loops.
Core Features & Use Cases
- Plan-to-Implementation: Parses
refine-logs/EXPERIMENT_PLAN.md (and method context from FINAL_PROPOSAL.md) to determine run order, metrics, datasets, and required hyperparameters.
- Code-Review Guardrails: Optionally performs cross-model code review before deployment to reduce logic and evaluation-ground-truth mistakes.
- Sanity-First Execution: Optionally runs a small sanity-stage experiment first, then auto-debug retries if it fails.
- GPU Deployment & Result Collection: Deploys experiments in parallel (or via an orchestrated queue) and updates tracker logs with initial outcomes for downstream iteration.
Quick Start
Use the experiment-bridge skill to implement and deploy the experiments described in refine-logs/EXPERIMENT_PLAN.md.