Workbench / Issues

AI Output Breaks Parser

The AI output causes a parser, validator, importer, or structured-output consumer to fail.

What This Looks Like

The AI produces output that a parser, validator, importer, form consumer, or structured-output system cannot process. The output may contain malformed structure, unexpected text, incompatible delimiters, missing boundaries, invalid escaping, or content that does not match what the parser expects.

Why It Matters

A parser failure usually stops the workflow immediately. The user may not care whether the output looks understandable to a human if the next system cannot ingest it. This can turn a seemingly minor format issue into a hard automation or integration failure.

Structural Signal

The output fails at the parser boundary. The issue is not only that the answer is messy or semantically imperfect; it is that the generated structure cannot cross into the next system as a valid parseable object.

Common Triggers

When to Use This Issue

Use this Issue when the main failure is that the generated output breaks a parser, importer, validator, or structured-output consumer.

When Not to Use This Issue

Do not use this Issue when the output parses correctly but contains wrong values, missing fields, extra fields, or wrong field types. Those are structured-output quality issues rather than parser-boundary failures.

Category

Output

Primary Pattern

PAT-0160 — Schema Breakage

Declared Patterns

Derived Primary Lenses

Derived Secondary Lenses

Search Intents

Ontology Metadata

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

History

No public history entries recorded.

View full ontology changelog