Skip to main content
Experiment records every suite run locally and lets you compare results across model versions, prompt changes, or time. No cloud, no account — stored as JSONL in ~/.multivon/experiments/.

Basic usage

Compare output

View run history

Tags

Tags are free-form key-value pairs — use them to track anything meaningful:

CLI

Storage

Runs are stored at ~/.multivon/experiments/<name>.jsonl. Each line is a JSON object with the run summary — not the full case-by-case output. Use report.save_json() separately if you want the full results.

CI/CD integration

Track every CI run automatically:
This gives you a full history of pass rates across every CI run, queryable by branch or commit.