About This Architecture
Intelligent debugging and RCA platform leveraging AWS infrastructure with multi-AZ deployment across VPCs, combining FastAPI backends, Celery workers, and advanced LLM processing. User requests flow through WAF and CloudFront CDN to ALB and API Gateway, routing to React + Vite frontend with Monaco Code Editor and Pyodide client execution. Traceback parsing triggers Celery workers queued in Redis, feeding embeddings into Qwen/Llama/Phi LLMs with Sarvam AI translation, guardrails, and RAG pipeline backed by ChromaDB vector database. This architecture demonstrates high-availability patterns with standby replicas across AZ-1 and AZ-2, Redis caching, RDS feedback storage, and S3 object storage for model artifacts. Fork and customize this diagram on Diagrams.so to adapt the LLM stack, adjust subnet sizing, or integrate additional AWS services like SageMaker or Bedrock. The design balances real-time debugging responsiveness with asynchronous AI processing, ideal for teams building intelligent error analysis at scale.