Executable examples

Start from a complete engineering question—not a disconnected API call.

Every example declares a plan, adapts domain evidence, computes a bounded conclusion, and preserves the report for replay, CI, comparison, or Studio submission.

Choose an example

Begin with the decision your evidence must support.

01

Causal perturbation campaign

Question
Did a controlled change cause material harm?
Input
Matched baseline and intervention outcomes
Output
Simultaneous effect intervals and a noncompensatory campaign disposition
CausalPerturbationPlan · PairedPerturbationObservation · CausalPerturbationReportOpen executable example
02

Failure boundary map

Question
Where is behavior known to be reliable, unresolved, or unreliable?
Input
Fixed trials at predeclared operating anchors
Output
Certified cells with intervals and retained unresolved regions
FailureBoundaryPlan · BoundaryObservation · FailureBoundaryMapOpen executable example
03

Sim-to-real transport

Question
Does simulator evidence transfer to physical anchors?
Input
Matched simulation and physical observations by critical stratum
Output
Local and overall discrepancy bounds plus limiting strata
TransportValidationPlan · PairedAnchorObservation · TransportValidationReportOpen executable example
04

Mixed-mode dataset curation

Question
Can a learned detector help curate transitions without becoming ground truth?
Input
Synchronized modalities, detector lineage, prediction sets, and human evidence
Output
Reviewable transition candidates and an auditable label ledger
ModeDetectorManifest · ModeChangePointCandidate · DatasetLabelAssertionOpen executable example
05

Failure replay capsule

Question
Can a confirmed recorded failure be reconstructed?
Input
Dataset, synchronization, simulator, recording, and claim evidence
Output
Content-addressed replay capsule with separate fidelity and claim qualification
FailureReplayRequest · FailureReplayCapsule · ReplayReadinessIssueOpen executable example
06

JSONL dataset ingestion

Question
Can a robot trajectory become an auditable dataset artifact?
Input
Explicit nested mappings, timestamp units, clocks, modalities, and scope
Output
Linked dataset bundle and ingestion report
DatasetIngestionPlan · ChannelIngestionRule · DatasetIngestionReportOpen executable example
07

MCAP and ROS 2 ingestion

Question
Can a ROS 2 recording retain topic, schema, payload, and clock contracts?
Input
MCAP recording with explicit topic rules and episode windows
Output
Dataset evidence preserving physical order and clock identity
McapDatasetIngestionPlan · McapTopicRule · McapEpisodeWindowOpen executable example
08

Split rosbag2 ingestion

Question
Can split recordings retain their exact manifest and file lineage?
Input
metadata.yaml and ordered MCAP files
Output
Dataset artifacts plus independently verified recording evidence
Rosbag2McapIngestionPlan · Rosbag2RecordingEvidenceOpen executable example
09

Trajectory world-model training

Question
Where does a learned dynamics model remain faithful over a rollout horizon?
Input
Content-addressed trajectories, a declared training plan, model lineage, and held-out episode slices
Output
Epoch history, compute provenance, sliced one-step and rollout errors, and explicit limitations
WorldModelTrainingPlan · TrainingEpoch · WorldModelTrainingReportOpen executable example

Adaptation model

Replace the data seam, not the scientific design.

The deterministic fixture builders make every example runnable locally and in CI. In a real integration, replace each build_observations function with a narrow adapter over your simulator, trial store, logs, world-model rollouts, or physical tests.

01

Plan

Question, estimand, thresholds, design, and decision rule selected before results.

02

Evidence

Observations plus matching, timing, version, and provenance identities.

03

Uncertainty

Interval, prediction set, identified set, or unresolved map region.

04

Disposition

The strongest conclusion currently supported, including abstention states.

05

Claim boundary

The population, version, environment, and operating conditions limiting use.

DO NOT BRANCH ON A LABEL ALONE

Inspect the uncertainty object, limiting strata, evidence scope, assumptions, and limitations behind every disposition.

Maintained resources

Continue with the canonical examples and guide.