Skip to content
Oriyn
Experiments

Run Experiments

Write strong hypotheses and run Oriyn experiments from the web app, CLI, or agents.

Run experiments with one clear product change, inspect JSONL or human output, and use convergence and persona breakdowns to make the next decision.

Write A Good Hypothesis

WeakBetter
Improve onboardingReplace the free-form onboarding question with three guided options.
Change pricingMove pricing before signup and show the starter plan by default.
Make dashboard betterAdd a persistent empty-state action that imports sample data.

Run From The CLI

oriyn experiments run "Move pricing before signup and default to the starter plan"

In an interactive terminal, the CLI shows human-readable progress. When stdout is piped or a non-TTY agent runs it, the CLI emits JSONL events.

Agent-friendly output

oriyn experiments run "Reduce onboarding from five steps to three" --json

Interpret Results

  1. Check the verdict first, but do not stop there.
  2. Read convergence to see whether the simulation was consistent.
  3. Review persona-level reactions for users who benefit or lose value.
  4. Treat caveats as the checklist for additional research or analytics.

On this page