The single biggest mental shift in debugging AI workflows is realizing they fail at steps, not "in general." When someone says "the AI got worse," that's rarely true in any meaningful sense โ what usually happened is one specific step in a multi-step pipeline started producing bad output, or a step upstream started feeding it bad input.
Approaching every failure with "which step failed" instead of "the AI is broken" changes where you look first, and it's the difference between a five-minute fix and an afternoon of frustrated prompt rewrites.