jevbooks

← All techniques

Tiered thresholds

概率分档

What it is

Does the text describe two or more probability cut-offs mapping to different actions, such as act / flag / clear or deny / ask / allow?

Not this

A single yes-or-no threshold at 0.5.

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.

{
  "tiered-thresholds": {
    "type": "noul",
    "instructions": {
      "what": "Does the text describe two or more probability cut-offs mapping to different actions, such as act / flag / clear or deny / ask / allow?",
      "not_for": "A single yes-or-no threshold at 0.5."
    },
    "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 →