jevbooks

← All techniques

Rules compiled into questions

规则即问题

What it is

Does the text describe natural-language rules or rubrics being turned into typed Jev questions, possibly compiled once by a larger model?

Not this

Hand-written one-off questions.

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.

{
  "rules-as-questions": {
    "type": "noul",
    "instructions": {
      "what": "Does the text describe natural-language rules or rubrics being turned into typed Jev questions, possibly compiled once by a larger model?",
      "not_for": "Hand-written one-off questions."
    },
    "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 →