What You Can Do
The osmosis-ai CLI enables you to:- Test rubric stability - Run the same rubric against the same data multiple times to verify scoring consistency (see multiple runs)
- Compare rubrics - Evaluate different rubrics side-by-side to choose the best one for your use case (see comparison)
examples/ folder. Let’s get started!
Installation
5-Minute Workflow
Step 1: Create a Rubric Configuration
Createrubric_configs.yaml:
Step 2: Prepare Your Dataset
Createsample_data.jsonl:
Step 3: Set API Key
Step 4: Preview Configuration
Validate your setup:Step 5: Run Evaluation
Understanding Output
Console:~/.cache/osmosis/eval_result/helpfulness/
Advanced Usage
Multiple evaluation runs
Test rubric stability by running multiple evaluations:Compare rubrics
Compare two different rubrics to find the best one:Tips
Next Steps
CLI Reference
Complete CLI documentation
Quick Start
Learn the Python SDK API