yadavkapil.hashnode.devStop Writing Slow Code: Understanding Big O in C++Have you ever written code that works perfectly on your local machine with 10 items, but completely freezes when you test it with 10,000 items? I have. And it’s usually not because the logic is broken - it’s because the logic isn't scalable. And toda...Nov 22, 2025·9 min read
yadavkapil.hashnode.devTransformers Transformed - Are State Space Models the Future ?For the last few years, Transformers have dominated the deep learning landscape. From powering GPT-4 to revolutionizing computer vision, speech recognition, and protein folding, Transformers seemed unstoppable. Now, a new challenger has emerged from ...Aug 12, 2025·5 min read
yadavkapil.hashnode.devWhat Makes a Language Model Hallucinate – And Can We Stop It ?Have you ever asked a chatbot a simple question, only to get a perfectly worded answer… that turns out to be completely wrong? That’s what we call a hallucination, and it’s one of the biggest challenges facing large language models . In this article,...Jul 31, 2025·5 min read