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 & Pairwise Comparison: Build structured evaluation prompts with criteria, calibrated scales, and position-swapped comparisons for subjective judgments. - Bias Mitigation: Apply concrete techniques against position, length, self-enhancement, verbosity, and authority biases, including swap protocols and length-normalized scoring. - Rubric Generation & Metric Selection: Generate domain-specific scoring rubrics and choose the right agreement metrics (Spearman's rho, Cohen's kappa, F1) to validate against human judgment. - Use Case: When A/B testing two prompt variants, use the pairwise comparison pattern with position swapping to determine which variant produces better responses, with calibrated confidence scores. ## Quick Start Ask the AI to compare two model responses to a prompt using pairwise comparison with position bias mitigation and return a winner with confidence.