What problem does it solve? Automated evaluation of LLM outputs is unreliable when judges suffer from position bias, length bias, and inconsistent scoring, making it hard to trust quality assessments or compare models fairly. ## Core Features & Use Cases - Direct Scoring and Pairwise Comparison: Score single responses against weighted criteria or compare two responses with position-swapped passes to detect and neutralize position bias. - Rubric Generation: Create domain-specific scoring rubrics with level descriptions, characteristics, and edge-case guidance that reduce evaluation variance by 40-60%. - Bias Mitigation and Metrics: Apply cross-model evaluation, length normalization, and confidence calibration, then validate with Spearman's rho, Cohen's kappa, and position consistency metrics. - Use Case: When A/B testing a new prompt, run pairwise comparisons with position swapping across both prompt versions, then check position consistency and agreement rates to confirm the winner is genuine rather than a bias artifact. ## Quick Start Ask the AI to compare two model responses to a prompt using pairwise comparison with position swapping and return the winner with a calibrated confidence score.