A free tool scores how likely a prompt is to fail

A prompt can carry : the amount of , tool use, rule , and output formatting it asks a model to handle in one call. When that load is high, the model may not refuse, but it can skip steps, mix up instructions, or return answers that look reasonable but are wrong.

This tool scores that failure risk with fixed rules, , and does not make extra . The scoring approach has 9 dimensions; the shared details include task count, depth, tool complexity, constraint density, and output complexity.

Task count looks at how many separate action instructions appear, with risk rising when there are more than about 4. depth looks at nested if-then branches, tool complexity looks at how many tools or APIs are mentioned, constraint density looks at how packed the prompt is with rules, and output complexity looks at how many result formats are required.

Key points

  • The tool scores prompt failure risk before running the prompt.
  • It and does not require extra .
  • Prompts with too many tasks can cause the model to lose track of steps.
  • More tools or APIs can increase mistakes.
  • Dense rules and many output formats can make results fail quietly.
Read original