BLOGS

GPT for 5 year olds

GPT is all the hype these days, from tech bros to people with no knowledge of tech, everyone knows the word GPT (thanks to Sam Altman). But what exactly is GPT? What is it used for? GPT stands for Generative Pre-Training Transformer, but a simple google search would have told you that, let us dissect each of these words in an easy and simpler way so that when your 5 year old nephew asks you about it you can actually explain it.

View blog

Vector Embeddings for dummies

Vector Embeddings are a core concept when it comes to Generative AI and LLMs. If youre diving deep into anything related to Artificial Intelligence or Machine Learning it is highly unlikely that you’ll not end up studying about vector embeddings. Let us take a look at what vector embedding is. While keeping things as technical jargon free as possible. If you’re just starting with GenAI this is the place to start from.

View blog

Tokenization - The first step to understanding LLMs

If you’re even remotely interested in Generative AI, I’m certain you must have heard the word “tokens” or tokenization” and if you haven’t then no worries, we’ll get to know everything there is to know about tokens and tokenization

View blog

webpack vs cra

In this article we're going to learn about the difference between initializing a project using npx create-react-app and using a react bundler such as Vite. We'll see what are the pros and cons of both the ways and which one you should be using

View blog

Learning Context API, and Local Storage

The Todo app is a basic tool that lets users create a list of tasks, mark them as completed, and remove them when they're done. It might sound simple, but it covers a lot of ground in React, from state management to persisting data with Local Storage...

View blog