What problem does it solve? Evaluating LLM outputs at scale is unreliable when judges suffer from position bias, length bias, and uncalibrated scoring, making it hard to trust automated quality assessments or compare model responses consistently. ## Core Features & Use Cases - Direct Scoring and Pairwise Comparison: Implements evidence-first scoring prompts and position-swapped pairwise comparison with consistency checks to produce calibrated verdicts. - Bias Mitigation Toolkit: Provides concrete techniques for position, length, self-enhancement, verbosity, and authority bias, including cross-model evaluation and length-normalized scoring. - Rubric Generation and Metric Selection: Generates domain-specific scoring rubrics with level descriptions and edge cases, plus guidance on Spearman's rho, Cohen's kappa, and agreement metrics. - Use Case: When A/B testing two prompt variants, run pairwise comparisons with position swapping to select the winner with calibrated confidence instead of relying on a single biased judgment. ## Quick Start Ask the assistant to compare two model responses to a prompt using pairwise comparison with position-swap bias mitigation and return a winner with confidence.