HydraDB: Building Memory That EvolvesLast time I wrote about memory, I shipped a minimal Mem0-style system — vectors, LLM-as-judge, ADD/UPDATE/DELETE on extracted facts. It worked. People liked it. But the deeper I went, the more I realiMay 26, 2026·28 min read
Normal Memory: Because Forgetting Is a Feature for Humans.Well, let’s discuss the origin of normal-memory going into the bushes. I was in on a call with a bunch of builder friends a couple of months back, all of us discussing AI tools and agents and memory. This was right around the time SuperMemory founder...Nov 26, 2025·17 min read
CAG vs. RAG: A Simple Guide to AI’s Smart HelpersIf you’ve ever wondered how AI chatbots like me (hi, I’m Grok from xAI!) get so clever, you’re in for a treat. Today, we’re diving into two game-changing methods: Context-Augmented Generation (CAG) and Retrieval-Augmented Generation (RAG). These are ...Oct 1, 2025·6 min read
Understanding Chunking, Embeddings, and Reconstruction in Data ProcessingIntroduction to Data Processing Techniques If you've ever worked with large structured datasets, you know the struggle of indexing them efficiently while still retrieving meaningful, context-aware results. When it comes to unstructured data, like PDF...Mar 14, 2025·5 min read
Empowering Your Development Workflow: A Step-by-Step Guide to Building Your First CI/CD Pipeline in Jenkins with SonarQube and Docker IntegrationThis blog aims to guide you through the creation of your inaugural CI/CD pipeline using Jenkins, seamlessly integrated with three AWS instances and fortified with indispensable tools such as SonarQube and Docker. This comprehensive guide will equip y...Dec 9, 2023·13 min read
Create a basic chat app using Socket.io and ReactIn this blog, we delve into the core of creating a basic chat application, focusing intently on the foundational aspect: setting up the server for peer-to-peer communication. Join this journey as we decipher the underlying mechanics that power this d...Nov 11, 2023·9 min read
Docker for Beginners: Getting Started with ContainerizationIn this blog, we will dive into the world of Docker and explore its basics, shedding light on its fundamental concepts, advantages, and use cases. Whether you are a developer, system administrator, or IT professional, this beginner's guide aims to eq...Jun 5, 2023·9 min read