jevbooks

← All techniques

Speculative heads

投机式头

What it is

Does the text describe asking questions for every possible branch up front and consuming only the ones matching the chosen branch?

Not this

Asking follow-up questions only after the first answer arrives.

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.

{
  "speculative-heads": {
    "type": "noul",
    "instructions": {
      "what": "Does the text describe asking questions for every possible branch up front and consuming only the ones matching the chosen branch?",
      "not_for": "Asking follow-up questions only after the first answer arrives."
    },
    "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 →