evals

6 prompts 4 guides

Prompts tagged with "evals"

Work Out Why an Agent Run Went Wrong

Reads an agent trace to find the first step where the run actually diverged — usually well before the visible failure — classifies the failure type...

0 0

Choose Few-Shot Examples That Actually Help

Selects, orders, and stress-tests few-shot examples so they teach the boundaries of a task rather than one happy path — including when few-shot is ...

0 0

Design Retrieval That Finds the Right Thing

Designs a retrieval layer around the questions it actually has to answer — chunking, what gets indexed, filtering, reranking — and insists on evalu...

0 0

Choose the Right Model for a Task

Works out which model tier a task actually needs by defining the hardest case it must handle, then designs the head-to-head test that settles it on...

0 0

Write an LLM-as-Judge Scoring Rubric

Create a clear rubric for judging model outputs on a task — dimensions, a scoring scale, and anchored examples.

0 0

Write an Eval Set for a Prompt or Agent

Design a small, concrete eval set to test a prompt or agent before you change it — cases, inputs, and checkable pass criteria.

0 0

Guides on evals