Slide 28 ยท Sources & Further Reading
References for the concepts, patterns, and mitigations covered in this module.
A full formatted sources page is available from the link below. It includes primary sources for the OWASP ASI08 specification, circuit breaker and resilience pattern engineering references, chaos engineering documentation, and distributed systems failure research.
๐ View all sources for AG08 โ
Key references covered in this module
- OWASP Top 10 for LLM & Generative AI Applications โ ASI08:2026 โ Cascading Failures. The primary specification this module is based on.
- Nygard, M. โ "Release It!" (2nd ed., 2018) โ Pragmatic Programmer. The definitive reference for circuit breaker, bulkhead, and stability patterns in distributed systems. Chapter 5 (Stability Patterns) is directly applicable to agent pipeline design.
- Netflix Technology Blog โ "Making the Netflix API More Resilient" (2011) โ Original documentation of the Hystrix circuit breaker library and the cascading failure patterns it was designed to address.
- Brooker, M. โ "Exponential Backoff and Jitter" (AWS Builder's Library, 2015) โ Documents why pure exponential backoff is insufficient and how jitter prevents synchronized retry bursts.
- Basiri, A. et al. โ "Chaos Engineering" (IEEE Software, 2016) โ Academic documentation of the chaos engineering discipline pioneered at Netflix, including principles for designing resilience tests.
- NIST SP 800-204 โ Security Strategies for Microservices-based Applications โ Covers fault isolation, health monitoring, and resilience architecture for distributed systems โ applicable to agent pipeline infrastructure.
- Google SRE Book โ Chapter 22: Addressing Cascading Failures โ Google's Site Reliability Engineering documentation of cascading failure patterns, load shedding, and graceful degradation strategies at scale.