What LangGraph does for today’s AI systemsImagine explaining a complex machine — like a car engine — without using technical jargon. That’s what LangGraph does for today’s AI systems: it quietly orchestrates the inner workings of intelligent programs, but makes it appear smooth, natural, and...Aug 24, 2025·4 min read
Understanding Tokenization: The First Step Inside an LLM TransformerTokenization: The First Step Inside an LLM Transformer When people talk about Large Language Models (LLMs) like GPT, BERT, or others, they often skip the very first step: tokenization. Without tokenization, the model wouldn’t even understand what we ...Aug 17, 2025·3 min read
Vector embeddings inside the LLM transformerWhen we talk about large language models (LLMs) like ChatGPT, people often think of them as machines that just “know everything.” But the real secret of how they work comes down to something called vector embeddings📈. If you’ve never heard of this t...Aug 17, 2025·4 min read
The Code Whisperer: Understanding- Power of Generative Pre-trained TransformersBefore everything be clear in it - Chat Gpt, Gemini, and all these are the example of LLMs, which are generative in nature. Let’s understand it more deeply in easy terms - Go to Chat GPT and ask - Hey. How are you? It is giving us the output which s...Aug 16, 2025·7 min read
Understanding Large Language Models.What is this?🤨 A Large Language Model is a specialized form of Artificial Intelligence which is excellent in processing, comprehending and generating human readable outputs. These Models are built on deep learning algorithms, which are a part of mac...Aug 14, 2025·6 min read
NodeJsWhat is NodeJs? Yes, JavaScript Runtime Environment. Nodejs is a run-time environment🌎 that includes everything you need to execute a program written in Javascript. As an asynchronous event-driven JavaScript runtime, Node.js is designed to build ...Nov 20, 2023·3 min read
NodeJs and ArchitectureLet's see how the NodeJs work. The flow of NodeJs starts with the client😎(who is a client I/me/you is the client). Here the client is req to the server🌎 and this server is running on nodeJs. Then the interesting game starts from here- When this re...Nov 19, 2023·3 min read