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 model outputs at scale. ## Core Features & Use Cases - Direct Scoring and Pairwise Comparison: Choose the right evaluation approach based on whether objective ground truth exists, with structured prompts requiring evidence-based justification before scores. - Bias Mitigation Protocols: Apply position swapping, length normalization, cross-model evaluation, and fact-checking layers to counter position, length, self-enhancement, verbosity, and authority biases. - Rubric Generation and Metric Selection: Generate domain-specific scoring rubrics that cut evaluation variance by 40-60%, and select appropriate metrics (Spearman's rho, Cohen's kappa, F1) to validate against human judgments. - Use Case: When A/B testing a new prompt, run pairwise comparisons with position swapping across both prompt versions, then validate judge reliability against human spot-checks using Spearman correlation before rolling out the winner. ## Quick Start Ask the agent to compare two model responses for a prompt using pairwise comparison with position bias mitigation and return a calibrated confidence score.