DRDipanjan Royingpt-for-little-geniuses.hashnode.dev·May 8 · 3 min read React Virtual DOM under the HoodIntroduction Virtual DOM (VDOM) is a lightweight, in-memory representation synchronized with the "real" browser DOM. React’s biggest strength isn’t just components — it’s how efficiently it updates 00
DRDipanjan Royingpt-for-little-geniuses.hashnode.dev·Aug 20, 2025 · 4 min readDrawbacks of Using RAGEven the most intelligent librarian has their challenges , some of which include the ability to reason iteratively, ensuring that they are retrieving the most useful documents, and ensure that the information they are sourcing from is relevant and un...00
DRDipanjan Royingpt-for-little-geniuses.hashnode.dev·Aug 17, 2025 · 5 min readAll about Agentic AI🧠 What is an AI Agent? At its core, an agent is an AI system that can: Perceive information from its environment (inputs, data, or context). Decide what action to take based on its goal. Act by carrying out that decision in the environment. Unl...00
DRDipanjan Royingpt-for-little-geniuses.hashnode.dev·Aug 15, 2025 · 5 min readThinking Model with Chain-of-ThoughtMost language models will answer quickly and confidently—but not always correctly—because they jump straight from input → output. A “thinking model” inserts a deliberate reasoning phase in the middle: input → reasoning (scratchpad) → answer. This art...00
DRDipanjan Royingpt-for-little-geniuses.hashnode.dev·Aug 15, 2025 · 2 min readSystem Prompts & Types of Prompting in AIWhat is a System Prompt? A system prompt is a special instruction given to an AI model before any user input, telling it how to behave throughout the conversation. Think of it like thwe director’s note to an actor before filming: This is different fr...00