model-ab-test

Run parallel AB tests between current and proposed models using YAML test definitions.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/fiatkongen/saurun-marketplace --skill model-ab-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-ab-test
Source: https://github.com/fiatkongen/saurun-marketplace/tree/main/plugins/saurun/skills/model-ab-test
Command: npx skills add https://github.com/fiatkongen/saurun-marketplace --skill model-ab-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the evaluation of model downgrades by running A/B comparisons between the current and proposed models, scoring outputs against predefined criteria, and producing a verdict.

Core Features & Use Cases

  • Parallel AB testing: Dispatch two subagents to compare the current and proposed models in parallel.
  • Binary scoring: Score each criterion strictly as pass/fail and generate a formal verdict.
  • Evidence generation: Write per-test evidence files to document outcomes.
  • Use Case: When a proposed model may degrade performance, run model-ab-test to quantify differences and decide whether to downgrade.

Quick Start

Run model-ab-test with a test-definition file to execute the evaluation and generate results.

Frequently Asked Questions about model-ab-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate A/B testing when downgrading AI models?

You can automate A/B testing for model downgrades by running parallel tests between current and proposed models, scoring outputs against predefined criteria, and generating a formal pass/fail verdict.

What is automated A/B testing for model evaluation?

Automated A/B testing for model evaluation is a process that dispatches parallel subagents to compare current and proposed models, scoring their outputs against defined criteria to quantify performance differences.

How do I run parallel A/B tests across multiple AI agents?

You can run parallel A/B tests across agents by orchestrating two subagents within a single prompt, evaluating outputs against a YAML test-definition file that covers multiple test cases.

Does automated model evaluation require a specific test-definition file format?

Yes, automated model evaluation requires a YAML test-definition file to validate proposed models across skills or agents, applying predefined criteria to multiple test cases for accurate scoring.

How do I generate evidence files for AI model evaluation tests?

You generate evidence files for model evaluation by running automated A/B tests that write per-test evidence documentation, ensuring every output comparison and verdict is formally recorded.

What are the limitations of binary scoring in A/B model evaluation?

Binary scoring in A/B model evaluation strictly scores each criterion as pass or fail, which simplifies the final verdict but may lack the nuance for partial performance differences between models.