Fallback

An alternative approach when the primary method fails (e.g., Ollama fails, Claude API takes over).

Why it matters

Reliability requires backup plans. Fallback chains ensure your system stays operational even when individual components fail.

In practice

Our LLM routing: cache check (free) then FAQ match (free) then Ollama local (nearly free) then Claude API (paid, tracked). Each layer is a fallback.

See this in practice

How Leap Laboratory uses this concept in real work.

In our service
AI Agent Systems
Example use cases

Related terms

Back to glossary