Comma Separated
Five capital cities as CSV — a header row, then five rows, three columns throughout.
THE SPEC
Every rule below is checked in code against whatever the model returns. All of them have to hold at once — there are no partial marks, and no opinion involved in the result.
- CSV — 3 columns, 5 rows
- No markdown fence
- You didn't write it yourself
WHAT THIS TRIAL TEACHES
Count the header separately from the data rows. Ask for five rows and you get five including the header.
Knowing the move is not the same as landing it. You still have to write an instruction that makes the model comply, in 120 words or fewer, without writing the answer yourself.
WHY SET 2 IS ABOUT MACHINE-READABLE
The step from “looks right” to “parses”. Every rule here runs a real parser, so output a downstream system would reject fails here too — a stray code fence is a failure, not a formatting quibble.
PLAY IT
You write the instruction, never the answer. The parser scores what comes back, and par for this one is 4 strokes. This set is part of Harfi Plus.