Issue
Repair Step Created New Breakage
A repair, correction, retry, or fix step addresses one problem but introduces a new failure elsewhere.
What This Looks Like
The user asks the AI to fix a problem, and the repair appears to address that problem but creates new breakage somewhere else. A corrected field may cause a parser failure, a revised section may contradict another section, a tool fix may alter state incorrectly, or a code or content repair may damage previously working material.
Why It Matters
Repair steps should reduce the failure surface. When a fix creates new breakage, the workflow stops converging and starts spreading. The user now has to track both the original issue and the new failure introduced by the attempted correction.
Structural Signal
A repair action propagates failure into a new area. The issue is not only that the repair was incomplete; it is that the correction changed the structure in a way that created a new failure state.
Common Triggers
- The repair is applied too broadly
- The AI rewrites surrounding content instead of isolating the broken part
- The fix is not checked against downstream constraints
- The workflow lacks a comparison against the prior good state
- The AI optimizes one requirement while breaking another
- A tool or code change has dependencies the agent did not account for
When to Use This Issue
Use this Issue when a repair, correction, retry, patch, or fix step creates a new problem outside or beyond the original failure.
When Not to Use This Issue
Do not use this Issue when the repair simply fails to fix the original issue. Do not use it for normal iteration where no new breakage is introduced. This Issue applies when the fix itself becomes a source of additional failure.
Category
Primary Pattern
Declared Patterns
Propagation Amplification
A structural condition where an effect, declaration, authority, constraint, or state increases in scope or intensity as it propagates beyond declared bounds.
Escalation Growth
A structural condition where impact, authority, scope, or consequence increases across sequential states without a declared limiting mechanism.
Undeclared Side Effect
A structural condition where an operation modifies regions outside its declared target scope without a declared propagation or side-effect rule.
Derived Primary Lenses
Escalation Gradient Lens
Measures structural growth or intensification across sequential executions, states, or transitions.
Overreach Lens
Detects structure that exceeds declared scope or authority reach.
Propagation Lens
Traces how structural declarations, effects, or state changes propagate across boundaries or stages.
Variance / Entropy Lens
Measures structural variability across repeated or comparable evaluations and identifies divergence beyond expected bounds.
Derived Secondary Lenses
Search Intents
- repair step created new breakage
- AI fix broke something else
- repair introduced new error
- correction caused new failure
- fix made another part wrong
- AI patch created new problem