HPHarsh Prajapatiinharsh-prajapati.hashnode.dev·Jul 19 · 11 min readWhere RAG Fails: Understanding the LimitationsIf you've spent any time in the Generative AI space over the last couple of years, you've heard the term RAG — Retrieval-Augmented Generation — thrown around as the fix for almost every LLM problem. N11K
HPHarsh Prajapatiinharsh-prajapati.hashnode.dev·Jul 1 · 5 min readHow LLMs Actually Work: An Architecture Walkthrough for DevelopersIf you've spent years building REST APIs, microservices, or backend systems, you've internalized one core principle: given the same input, your application should produce the same output. Traditional 00