RGRutvika Goswamiinbtawrites.hashnode.dev·6d ago · 11 min read27 AI Terms You’ll Keep Hearing as a Beginner — Explained Without the JargonIf you're starting your journey in Artificial Intelligence, you've probably noticed something interesting: learning AI isn't only about learning Python, mathematics, or machine learning algorithms. Th00
RGRutvika Goswamiinbtawrites.hashnode.dev·Aug 30 · 7 min readNumPy Array Operations Every Beginner Should Actually KnowWhen I started learning NumPy, arrays themselves weren't really the confusing part. Creating one was easy. Printing it was easy. Even accessing an element was easy. The confusion started when I had to00
RGRutvika Goswamiinbtawrites.hashnode.dev·Aug 29 · 7 min readGemma Under the Hood: What Developers Should Know About Google’s Open-Weight AI ModelsIf you have ever worked with an AI API, you probably don't think much about what happens after you send a request. You write a prompt, call an endpoint, wait for the response, and continue building yo00
RGRutvika Goswamiinbtawrites.hashnode.dev·Aug 26 · 5 min readWhy LLMs Hallucinate: A Technical Look at Confident, Incorrect OutputIf you've built anything on top of an LLM, you've run into this: the model returns a well-structured, grammatically perfect answer — and it's wrong. Not vague-wrong. Specifically, confidently wrong. A10
RGRutvika Goswamiinbtawrites.hashnode.dev·Aug 17 · 8 min readI Stopped Asking AI for Code. Here’s What I Ask Instead.When I started using AI for programming, my first instinct was exactly what you'd expect from a beginner: whenever something broke, I pasted the code into ChatGPT and asked it to fix it. It was fast, 00