I Was Below Average in School — Here's What Changed Everything
I used to score below 40% in most subjects. Not because I wasn't capable — but because I was studying wrong.
The moment I stopped studying out of fear and started studying out of curiosity, everything shifted. This is that story.
How 11th & 12th Grade Math Became the Cornerstone of My AI Career
Calculus, linear algebra, probability — I didn't know they were training me for AI/ML.
Looking back, every formula I struggled with in 12th grade became a building block for the models I build today.
How I Became the DSA Team Lead at College — and Mentored 300+ Students
I wasn't the smartest coder. But I was consistent, communicative, and genuinely cared about others improving.
Here's how that attitude turned into a leadership role at Hackslash and what I learned running 5+ workshops.
The Night I Discovered Machine Learning and Never Looked Back
It was 2 AM, second year of college. I was watching a YouTube video about how Netflix recommends shows.
That one video rewired my path forever. I share the exact moment curiosity became obsession.
How We Beat 50+ Teams and Won the Hackathon with an AI Resume Parser
24 hours, 3 people, one idea. We built an LLM-powered resume intelligence system that blew the judges away.
This is the behind-the-scenes story: the panic, the pivot, and the win.
Java Was My First Language — And It Taught Me More Than I Expected
In school, we had a subject called "Introduction to Java." I thought it was just another boring class.
But it became my entry point into programming — teaching me OOP, logic, and the joy of seeing code run for the first time.
I Built a JARVIS in College — It Was Simple, But It Started Everything
My first AI project: a voice-activated Python assistant I called JARVIS. No transformers, no LLMs — just
speech recognition, pyttsx3, and Wikipedia API. Simple? Yes. But it was the brick that built my AI journey.
Building a Booking System That Cut Manual Work by 90%
Flask, MySQL, automated WhatsApp confirmations. This is the full technical breakdown of the
Raghavendra Swami Mutt booking system — architecture decisions, database schema, and lessons learned.
A deep-dive into Retrieval-Augmented Generation. How I built semantic search with OpenSearch, connected
Amazon Bedrock LLMs, and deployed the whole thing on AWS ECS — with real token cost breakdowns.
Building a Real-Time Collaborative Code Editor with WebSockets
Multiple users, one editor, zero conflicts. I walk through the full architecture of my WebSocket-powered
collaborative coding platform — room management, operational transforms, and Socket.IO under the hood.
Uncertainty-Aware Medical AI: Our IEEE 2026 Bayesian Pneumonia Paper
Standard CNNs tell you what they think. Bayesian deep learning tells you how confident it is.
A technical breakdown of how we built uncertainty-aware pneumonia detection — and why it matters for real clinical use.
XGBoost + SHAP: Building an Explainable House Price Predictor (R²=0.88)
Not just a black-box model — users see exactly which features drive the price. The full breakdown of
feature engineering, XGBoost tuning, SHAP visualization, and serving real-time predictions via Flask REST API.