RELIABILITY & SRE • 312 / 397
Apply familiar SRE thinking to AI dependencies and workflows.
Redundancy
Redundancy provides alternate components or paths so one failure does not stop the service.
Think of it like
Think of Redundancy exactly as you would in production infrastructure: assume components fail and design the user experience around controlled failure.
Real life
Banks, airlines and large online services use Redundancy to keep critical systems dependable.
SRE lens
Multiple model replicas or providers reduce single points of failure.
Remember thisRedundancy provides alternate components or paths so one failure does not stop the service.