Workbench / Issues

Validation Result Changes on Retry

A validation, grading, review, classification, or pass/fail result changes after retry even though the input and declared validation rules did not change.

What This Looks Like

The system evaluates the same input more than once and returns different validation results. A response may pass once and fail later, receive a different grade, fall into a different class, trigger a different review result, or produce a different structured validation output without a declared change in the input or rule set.

Why It Matters

Validation is often used as a control point. If the result changes on retry, downstream systems may not know whether to accept, reject, escalate, repair, or rerun the work. This can make review pipelines unstable and can turn validation from a gate into another source of uncertainty.

Structural Signal

The validation contract appears stable, but the observed result is not. The issue is not simply that the model made a bad judgment; it is that the same object and same declared criteria do not produce a stable validation state.

Common Triggers

When to Use This Issue

Use this Issue when retrying validation, grading, classification, or review changes the result even though the input and declared criteria are supposed to be the same.

When Not to Use This Issue

Do not use this Issue when the validation rules changed, the input changed, or the user corrected missing information between attempts. Do not use it for ordinary disagreement with a single validation result unless retry instability is part of the problem.

Category

Inconsistent Behavior

Primary Pattern

PAT-0210 — Non-Deterministic Execution

Declared Patterns

Derived Primary Lenses

Derived Secondary Lenses

Search Intents

Ontology Metadata

Code
ISS-0006
Version
ISS-0006@0.1.0
Ontology release
0.1.0
Updated
2026-05-10T00:00:00Z

History

No public history entries recorded.

View full ontology changelog