Skip to main content

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

Overview

Every experiment follows the same lifecycle:
You define it. The orchestrator queues it. An agent runs it on a GPU pod. QC validates the results. Done.

Option 1: Natural Language

The fastest way to run an experiment is to describe it to the orchestrator.
Open the Orchestrator Chat in Captain View and type:
The orchestrator will:
  1. Create the experiment (EXP-001)
  2. Allocate an H100 pod
  3. Assign the Research Lead
  4. Execute and report back when complete

Option 2: Structured Definition

For more control, define the experiment explicitly.
1

Write a config file

Create an experiment config:
2

Submit the experiment

3

Watch the logs

You will see real-time output from the pod:
4

Review results

Understanding the Output

After completion, your experiment includes:

What Happens Next

The Houston Method requires every completed experiment to generate follow-up tasks:
  1. Scientific analysis, What do the results mean?
  2. Knowledge base update, Record findings in the wiki
  3. Paper integration, Tag results for paper sections if applicable
  4. Queue expansion, Generate 5-15 new tasks based on what was learned
The orchestrator handles this automatically after QC passes.

Troubleshooting

Check that compute is connected and pods are available:
View the QC report for details:
Common fixes: increase sample count, check input data, adjust convergence threshold.
Resume from the last checkpoint: