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
| Goal | Mode |
|---|---|
| Understand motivation or language | Interview |
| Compare two variants | A/B research |
| Pressure-test a strategic question | Delphi |
| Evaluate a concrete workflow | Playtest |
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?" --jsonInterpret Results
- Check the run status first.
- Read the output summary for the structured result.
- Review participant summaries for segment-specific reactions.
- Treat caveats as the checklist for additional research or analytics.