LLM Ground

Probe library

25 probes, published in full

A probe is a narrowly-scoped, realistic task with a rubric you can check — a job someone actually does, not an academic benchmark. Every probe below publishes its exact prompt, its parameters, its scoring rules and the worked examples that prove the rubric discriminates between a right and a wrong answer.

Status

1 published runs across 1 of 25 probes. Every score links to the raw, unedited output that produced it. Last run .

Structured extraction

Pulling clean, typed, schema-valid data out of messy human input.

Code

Writing code that has to survive contact with a real system, not just compile.

Instruction following

Doing exactly what was asked — every step, in order, and nothing else.

Long context

Finding and using the one relevant detail buried in a large input.

Guardrails

Holding a boundary the operator set — and not inventing one that was never there. About scope, not safety: this is not a jailbreak archive.

Consistency

Producing the same shape of answer every time, not just once.

How a probe becomes a result

  1. 1. The probe is authored as a file in the repository, so every change to a prompt or a rubric is a reviewable diff.
  2. 2. Its rubric is run against hand-written fixtures — a correct answer that must score 1, and several subtly wrong ones that must not. A rubric that accepts everything measures nothing.
  3. 3. The probe runs against every model in the rotation. The raw output is stored before the score is written, so a score can never exist without its evidence.
  4. 4. Each run gets a permanent page. It is never edited and never deleted. If the probe changes, that is a new version, and old runs stay attached to the definition that produced them.