ATAditya Trivediinadityatrivedi.hashnode.dev·May 7 · 7 min readLeetcode System DesignThe first thing people usually do while designing systems is jump directly into databases, microservices, Kubernetes, Redis, queues, and scaling. That is the wrong approach. When designing systems lik00
ATAditya Trivediinadityatrivedi.hashnode.dev·May 6 · 6 min readMastering the Low-Level Design (LLD) of Queues: Push vs. Pull Mechanisms ExplainedSynchronous Architecture Consider a simple example of a user creating an application which has the following steps: User sign's up Insert User in DB Send a Welcome Email to the User Create Token00
ATAditya Trivediinadityatrivedi.hashnode.dev·May 1 · 10 min readAdvanced Prompt Engineering Guide: Fundamentals to MultimodalWhat is a Prompt ? A prompt is an input to a Generative AI model, that is used to guide its output. It may consist of text, image, sound, or other media. The ability to prompt models, especially with 00
ATAditya Trivediinadityatrivedi.hashnode.dev·Apr 7 · 17 min readWhat is an LLM Wiki and Why are People Paying Attention to it ?Andrej Karpathy just broke the internet with a new research method that is going to fundamentally change how we all use AI. Here's the problem, LLM suck at deep research. They can look at a couple web00
ATAditya Trivediinadityatrivedi.hashnode.dev·Mar 10 · 4 min readPageIndex: Vectorless Reasoning-Based RAG FrameworkLLMs have become very powerful engines for document understanding and question answering. However, they are constrained by a fundamental architectural limit: context window which is the maximum number00