What problem does it solve? LLM applications can silently produce hallucinations, biased outputs, or quality regressions, and teams lack a systematic way to measure prompt quality, RAG pipeline faithfulness, and model safety before and after production deployment. ## Core Features & Use Cases - Multi-Layer Evaluation: Combines automated metrics (BLEU, ROUGE, accuracy, F1), LLM-as-judge scoring with rubrics, and human review sampling for comprehensive quality assessment. - RAG and Safety Validation: Measures RAGAS metrics (faithfulness, answer relevance, context precision/recall) plus hallucination, bias, and toxicity detection. - Benchmark and Production Monitoring: Runs MMLU, HumanEval, and domain benchmarks via lm-evaluation-harness, and supports A/B testing, drift detection, and CI/CD evaluation pipelines. - Use Case: A team shipping a RAG-based support chatbot uses this Skill to verify faithfulness stays above 0.8, compare GPT-4 against Claude on their test set, and set up continuous production monitoring with alerts. ## Quick Start Ask the agent to evaluate your RAG pipeline's faithfulness and answer relevance on your test dataset using RAGAS.