Embarking on the GenAI Journey: Day 01 – Demystifying the Magic

Search for a command to run...

No comments yet. Be the first to comment.
You've done it. I've done it. We've all done it.

Your AI Agent Has Amnesia. ByteRover Fixes It — Without Vectors Let's see how to built a customer support agent that remembers everything — using plain markdown files, BM25 search, zero embeddings, a

Hello Folks👋, I Recently got Graduated🎓 in 2020, yep in the Pandemic. We all hit very hard by this Corona Pandemic and we all got stuck at home for very long. We all realize the Importance of Socializing, Fitness (Physically as well Mentally), Diet...

So after learning the basic commands of git in our previous section, let's see Git in action. If you already have a project to track your files then you can skip this section and if not then continue. Initializing a Repository from Non-existing Dire...

My GenAI cohort kicked off today, and what a first day! Right away we were reminded that AI isn’t magic — at its core, models like Generative Pretrained Transformers (GPT) are doing one simple thing: predicting the next token.
I jumped straight into a hands-on assignment and built a Custom Tokenizer visualization website from scratch.
The project helped me internalize how text becomes numbers — the same idea big models rely on. Here’s a simplified look at how a query might be tokenized in this demo:
Query: Hello, How are you?
Tokenization (simplified):
Hello -> 543
How -> 3745
Are -> 867
you -> 1290
? -> 44
Beyond the practical build, Day 1 focused on several conceptual takeaways that make the AI learning curve much less intimidating.
You don’t need to be a math genius to work in AI. There are many meaningful roles beyond cutting-edge research.
Understanding the ecosystem and where you fit makes it easier to choose what to learn next.
We sketched a simple industry split to help visualize career paths:
=========================================
🔬 Machine Learning (The Researchers)
=========================================
• Focus on Research
• They create the core models
• They code the neural networks
• Heavy focus on Stats & Maths
-----------------------------------------
💻 Developers (The Builders)
-----------------------------------------
• They solve real-world problems
• They make money
• They build and deploy things
• Focus on Agentic AI & Workflows
=========================================
For me, knowing I’m on the “builders” side is freeing — I don’t need to rebuild models, I need to build solutions that use them.
We also learned about vector embeddings: a way to map concepts into a geometric space so related things are close together. Imagine an X/Y plot where “France” is near “Eiffel Tower” and “India” is near “India Gate.” This geometric intuition is powerful for search, recommendations, clustering, and more.
On my docket for upcoming posts:
Explain GPT to a 5-year-old
Explain vector embeddings to my mom
Explain tokenization to a fresher
I’ll be documenting each of these as simple, shareable explainers. Follow along as I convert these lessons into approachable posts and small demos.
Deep diving into a 35hrs+ course content and many other lessons.
Thanks for reading — I’ll keep sharing progress. If you’re learning GenAI too, I’d love to hear how you started and what helped you most.