What problem does it solve? Evaluating and comparing LLM outputs across datasets requires manual tracking of runs, scores, and regressions. This Skill automates experiment creation, run export, and result comparison on the Arize platform using the ax CLI. ## Core Features & Use Cases - Experiment CRUD: List, get, create, and delete experiments tied to versioned datasets with structured run schemas including evaluations and metadata. - Bulk Export & Analysis: Export experiment runs via REST or Arrow Flight, then analyze scores, distributions, and regressions with jq pipelines. - Model Comparison Workflows: Run real model APIs (OpenAI, Anthropic, Gemini, or custom endpoints) against dataset examples and compare evaluation metrics across experiments. - Use Case: A team wants to A/B test GPT-4o against Claude on a support-question dataset. The Skill exports the dataset, runs each model, creates two experiments, and identifies regressions where one model fails but the other passes. ## Quick Start Ask the AI to create an Arize experiment named gpt-4o-baseline against your dataset and compare its correctness scores with a previous experiment.