Run Your First Experiment
This guide walks you through running your first experiment on GPU compute. We will use a simple MCMC chain as an example, but the workflow applies to any experiment type.Prerequisites
- A lab created (create one first)
- GPU compute connected (set up RunPod), or use CPU for this tutorial
Overview
Every experiment follows the same lifecycle:Option 1: Natural Language
The fastest way to run an experiment is to describe it to the orchestrator.- Web UI
- CLI
Open the Orchestrator Chat in Captain View and type:The orchestrator will:
- Create the experiment (EXP-001)
- Allocate an H100 pod
- Assign the Research Lead
- Execute and report back when complete
Option 2: Structured Definition
For more control, define the experiment explicitly.Understanding the Output
After completion, your experiment includes:| Output | Description |
|---|---|
chain_samples.txt | Raw MCMC chain (space-delimited, weights in column 1) |
posterior_plot.png | Auto-generated posterior distribution |
experiment_log.txt | Full execution log |
qc_report.json | QC gate results (convergence, completeness) |
reproducibility.json | Git SHA, dependencies, config checksums |
What Happens Next
The Houston Method requires every completed experiment to generate follow-up tasks:- Scientific analysis, What do the results mean?
- Knowledge base update, Record findings in the wiki
- Paper integration, Tag results for paper sections if applicable
- Queue expansion, Generate 5-15 new tasks based on what was learned
Troubleshooting
Experiment stuck in QUEUED
Experiment stuck in QUEUED
Check that compute is connected and pods are available:
QC gate failed
QC gate failed
View the QC report for details:Common fixes: increase sample count, check input data, adjust convergence threshold.
Pod crashed mid-experiment
Pod crashed mid-experiment
Resume from the last checkpoint: