Skip to content
Oriyn
Research

Run Research

Create Oriyn research runs from the web app, CLI, or agents.

Run research with one clear product question, inspect JSONL or human output, and use the structured result to make the next decision.

Pick A Mode

GoalMode
Understand motivation or languageInterview
Compare two variantsA/B research
Pressure-test a strategic questionDelphi
Evaluate a concrete workflowPlaytest

Run From The CLI

oriyn research ab-test \
  --question "Which onboarding offer is clearer?" \
  --a "Free trial" \
  --b "Freemium tier"

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 research interview --question "Why might activation stall here?" --json

Interpret Results

  1. Check the run status first.
  2. Read the output summary for the structured result.
  3. Review participant summaries for segment-specific reactions.
  4. Treat caveats as the checklist for additional research or analytics.

On this page