jevbooks

← All techniques

Answer contract validation

答案契约校验

What it is

Does the text describe checking Jev's answer shape before acting, such as choice in candidates, probabilities summing to one, or discarding out-of-range values?

Not this

Trusting the response as-is.

questions.json · sent for every README

The question, as Jev sees it

This is the literal question jevbooks puts to Jev about every README. Copy the shape, not the wording.

{
  "contract-validation": {
    "type": "noul",
    "instructions": {
      "what": "Does the text describe checking Jev's answer shape before acting, such as choice in candidates, probabilities summing to one, or discarding out-of-range values?",
      "not_for": "Trusting the response as-is."
    },
    "criteria": {
      "true": "The text explicitly describes this. One sentence is enough; other content does not cancel it.",
      "false": "The text does not describe this."
    }
  }
}

Build this with Jev →