What problem does it solve?
It eliminates the repetitive, error-prone workflow of turning a planned experiment spec in the wiki into runnable code, deploying it (locally or remotely), monitoring it, and collecting standardized results back into the wiki.
Core Features & Use Cases
- End-to-end experiment execution: prepares experiment code under experiments/code/{slug}/, deploys it, monitors run status, and collects results.
- Three run modes: deploy-only, collect-only, or full end-to-end runs for different experiment timelines.
- Safety guardrails: requires explicit user confirmation before deployment and includes dataset/config inspection and a small-scale sanity check.
- Wiki-integrated outputs: updates wiki/experiments/{slug}.md (status, outcomes, key_result, dates, logs) and appends wiki/log.md, while saving results as JSON under results/{slug}/seed_{N}.json.
Quick Start
Run the deployment for the planned experiment by telling the AI: "Deploy and monitor the planned experiment with slug 'my-exp' locally, and after a user confirmation and sanity checks, start the run."