Prompting Skills playbook/Module 10 · Advanced

Day 96 / 100 · Advanced · Evaluating prompts at scale

Test like an engineer.

Day 78 was five cases by hand. A prompt that runs thousands of times needs a proper test set and a score you track.

01

Build a test set

Real, redacted cases with known right answers. Include the hard ones.

02

Define pass

Exact checks where possible, a rubric where not.

03

Run it every time

On every prompt change and every model change.

04

Track the score

Compare versions. Never ship a drop by accident.

Source: arXiv ↗

No test set, no rollout.