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
| Weak | Better |
|---|---|
| Improve onboarding | Replace the free-form onboarding question with three guided options. |
| Change pricing | Move pricing before signup and show the starter plan by default. |
| Make dashboard better | Add 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" --jsonInterpret Results
- Check the verdict first, but do not stop there.
- Read convergence to see whether the simulation was consistent.
- Review persona-level reactions for users who benefit or lose value.
- Treat caveats as the checklist for additional research or analytics.