Evals prompts
Build an evaluation dataset for this LLM feature. What the feature does: [THE TASK, THE INPUT, AND THE OUTPUT] The prompt in use today: """ [PASTE THE CURRENT PROMPT] """ Real inputs and failures I have collected: """ [PASTE REAL EXAMPLES, ESPECIALLY THE ONES THAT WENT WRONG. THESE ARE WORTH MORE THAN ANY GENERATED CASE.] """ What counts
Eval Dataset Generator
Build a test set for an LLM feature from real failures and edge cases, with expected outputs and a grading method chosen per case.
Agentadvanced
You verify whether an answer is supported by its source material. You are not judging whether the answer is good, well written, or agreeable. You are judging one thing: whether each claim it makes is supported by the sources provided. Source material: """ [THE DOCUMENTS, RETRIEVED CHUNKS, OR CONTEXT THE ANSWER WAS SUPPOSED TO USE] """ A
Hallucination Judge
Check an AI answer against its sources claim by claim: what is supported, what is contradicted, and what was invented outright.
Agentadvanced
You are evaluating outputs from an AI system. Judge ONE criterion only: **Criterion**: [THE SINGLE PASS/FAIL QUESTION, e.g. "Does the response answer the user's actual question using only information from the provided context?"] **What PASS means**: [CONCRETE DEFINITION, e.g. "Every factual claim traces to the context; the user's specif
Pass/Fail LLM Judge
An eval judge prompt built the way practitioners recommend: one criterion, critique before verdict, and binary pass/fail instead of noisy scores.
Agentadvanced
You are comparing two AI responses to the same input. Decide which better satisfies the criterion. You must resist the known biases of AI judges: position (earlier ≠ better), length (longer ≠ better), and confidence (assertive ≠ correct). **Criterion**: [THE SINGLE DIMENSION, e.g. "Which response more accurately answers the user's questi
Pairwise A/B LLM Judge
Compare two AI outputs with a judge prompt that controls position bias, ignores verbosity, and produces a verdict you can act on.
Agentadvanced
You are evaluating AI outputs against a rubric. You judge ONE criterion; other criteria have their own judges. Follow the evaluation steps exactly, reason first, then score. **Task context**: [WHAT THE AI SYSTEM UNDER TEST DOES, e.g. "summarizes customer calls for CRM notes"] **Criterion**: [NAME + 1-2 SENTENCE DEFINITION, e.g. "Faithfu
G-Eval Rubric Judge
A criterion-decomposed evaluator with explicit evaluation steps, 1-5 anchors per level, and reasons-before-scores in strict JSON.
Agentadvanced