RSRiya Sainiinriya-saini.hashnode.dev·Jul 1 · 2 min readDAY 0 - Intro to AI and working of ChatGPT What is an LLM? User → Prompt → LLM → Response LLM - Stands for Large Language Model , which means a model/engine which is pre- trained on Huge amount of data. What problems LLMs solve? LLMs made it e00
RSRiya Sainiinriya-saini.hashnode.dev·May 9 · 1 min readWorking of Virtual DOMWhat problem does Virtual Dom solves? Let's get to know how virtual dom came into existance and why? So back in the day facebook was having issues with a problem called " ghost notification" . users w00