AKAyush Kumarinayushbuilds.hashnode.dev·Apr 17 · 9 min readI Evaluated My AI Agent. Three Decisions Were Wrong.In my last post, I built a customer support agent with conditional routing, RAG-grounded responses, and human-in-the-loop approval for billing actions. I ended that post by listing evaluations as the 00
AKAyush Kumarinayushbuilds.hashnode.dev·Apr 14 · 7 min readBuilding AI Agents That Know When Not to AnswerMost AI support agents fail in the same way. They answer questions they should not. A wrong feature explanation is annoying.A wrong refund is expensive.An insensitive reply to a frustrated customer ca00
AKAyush Kumarinayushbuilds.hashnode.dev·Apr 14 · 7 min readBuilding AI Agents That Know When NOt Most AI support agents fail in the same way. They answer questions they should not. A wrong feature explanation is annoying.A wrong refund is expensive.An insensitive reply to a frustrated customer ca10
AKAyush Kumarinayushbuilds.hashnode.dev·Apr 10 · 6 min read Your Agent Should Decide When to Use RAGMost RAG tutorials assume every query needs retrieval. That's a bad default. In a real agentic system, retrieval is just one tool — and often the wrong one. So instead of building another RAG pipeline00
AKAyush Kumarinayushbuilds.hashnode.dev·Apr 8 · 7 min readWhat Actually Happens When You Add Tools to a LangGraph AgentMost LangGraph tutorials stop at "it works." This post is about what breaks right after that. There's a big difference between understanding tool calling in theory and wiring it into a production-grad00