AI solutionsShared across all subject areas

Fallback & Degradation Handling

Keeps the system useful when a model provider is slow, rate-limited or unavailable.

Description

Defines what happens when the primary path fails: retry, route to an alternative model, fall back to a non-AI path, or fail explicitly. Determines whether a provider outage degrades the product or stops it.

When it fits

Any production deployment, particularly where model calls sit on a user-facing path or inside a time-boxed process.

When it does not fit

Batch work with generous windows, where retry alone suffices.

Governance requirement

Falling back to a different model must be recorded against the output, because a result from the fallback model was produced under different conditions from one produced normally.

Characteristic failure

Silent degradation to a weaker model, so quality drops and nothing indicates why. Users experience it as the system getting worse for no reason.

Example

A close-day-three outage where AI-assisted drafting degrades to template-based preparation rather than blocking the close entirely.

AI solution components4
  • Retry & Backoff Handler
  • Alternate Model Router
  • Non-AI Fallback Path
  • Degradation Disclosure
AI opportunity solutions

Deliberately empty

Two different absences share this shape. Foundational solutions get built whatever the domain, so no domain links them; the rest are solutions this domain genuinely does not reach for. v_ai_solutions_unlinked separates the two.