AVAnant Vaidintechtalkswithanant.hashnode.dev·May 28 · 11 min readLangChain, LangGraph, LangSmith, and LangFlow - Actually ExplainedWhen I first started exploring AI development, I kept running into these four names everywhere. Blog posts, YouTube tutorials, GitHub repos; LangChain this, LangGraph that. And honestly? For a while, 00
AVAnant Vaidintechtalkswithanant.hashnode.dev·Apr 6 · 8 min readFrom FastAPI to Cloud Run - Deploying AI Agents the Google WayWelcome back. In Part 1, we built a multi-agent SRE auditor exposed as a FastAPI REST API. It works great, but if you want to deploy to Google Cloud Run cleanly, get ADK's built-in chat UI, and use ad00
AVAnant Vaidintechtalkswithanant.hashnode.dev·Mar 29 · 11 min readStop Doing Manual SRE Reviews: Build an AI Auditor with GitHub MCPHave you ever pushed code to production and later realised your service had no health checks, or your Kubernetes deployment had no resource limits? Or worse, a hardcoded API key buried in a config fil00
AVAnant Vaidintechtalkswithanant.hashnode.dev·Mar 22 · 6 min readChaos Engineering - Proving Resilience in Kubernetes PlatformIntroduction: The Premise of Resilience Welcome to the grand finale of the Building a Production-Grade SRE Platform on Kubernetes series. Over the last seven phases, we have built a fortress: Automat00
AVAnant Vaidintechtalkswithanant.hashnode.dev·Feb 22 · 5 min readFinOps in Kubernetes - Taming the Cloud Bill with KubecostWelcome back to the Building a Production-Grade SRE Platform on Kubernetes series. Let’s recap what we’ve built so far: Infrastructure & GitOps: Automated via Terraform and ArgoCD. Observability: De00