Blog

Insights, tutorials, and experiences from my journey in technology.

The Lost Art of Saying “I Don’t Know”

Jul 4, 2026

The Lost Art of Saying “I Don’t Know”

The ultimate irony of the AI era is that while software is getting better at pretending to be human, human candidates are destroying their competitive edge by trying to act like software.

Game of Agents: Why Building Multi-Agent Systems Feels Like a TV Drama

Mar 10, 2026

Game of Agents: Why Building Multi-Agent Systems Feels Like a TV Drama

A practical reflection on building multi-agent AI systems, from defining roles and prompts to managing handoffs, latency, and token costs.

Code Isn't Cheap. It Costs Tokens

Feb 28, 2026

Code Isn't Cheap. It Costs Tokens

A survival guide to vibe coding, context curation, and managing AI agents in the inference economy.

A Scalable System for Media Uploads and Serving

Sep 1, 2025

A Scalable System for Media Uploads and Serving

Handling media, such as images and videos, is a common requirement for any modern applications.

From Clicking to Chatting: Building Practical AI Agents with LangChain

May 28, 2025

From Clicking to Chatting: Building Practical AI Agents with LangChain

In my last blog , I talked about different approaches towards AI and how various people have followed different paths to solve problems with AI.

From Thinking Machines to Rational Agents: A Guide to different Approaches to AI

May 11, 2025

From Thinking Machines to Rational Agents: A Guide to different Approaches to AI

As someone learning about Artificial Intelligence, I came across an interesting idea in the book "Artificial Intelligence: A Modern Approach" by Russell and...

India's AI Ambition: Can It Bridge the Talent, Data, and Research Gaps?

May 5, 2025

India's AI Ambition: Can It Bridge the Talent, Data, and Research Gaps?

The world is at a crossroads for the race to AI superpower and I was quite curious to know where India stands in this AI race.

From "King - Man + Woman = Queen" to AI Power: The Dot Product Explained

Apr 28, 2025

From "King - Man + Woman = Queen" to AI Power: The Dot Product Explained

We all know \(2 + 3 - 1 = 4\) but what if I tell you that \(King - man + woman = Queen\).

Random Forests: The Power of Democratic Decision-Making in Machine Learning

Apr 20, 2025

Random Forests: The Power of Democratic Decision-Making in Machine Learning

"None of us is as smart as all of us." This simple wisdom resonates deeply in the world of machine learning, particularly when we consider the power of...

The Three Minds of AI: Understanding Different types of Machine Learning

Apr 12, 2025

The Three Minds of AI: Understanding Different types of Machine Learning

We're living in the era of AI, where tech giants constantly unveil new, complex terms, leaving us scrambling to expand our AI vocabulary.

From Vectors to Predictions: Linear Algebra in AI & ML

Apr 6, 2025

From Vectors to Predictions: Linear Algebra in AI & ML

The machine learning revolution will not be televised: it will be vectorized.- Pete Warden You ask, the AI answers.

Going Visible: Google Gemini API Developer Competition Submission

Sep 5, 2024

Going Visible: Google Gemini API Developer Competition Submission

It was the early 2000s, and I was sitting in front of a desktop computer with 512 MB of RAM, running Windows 95.

Image Compression in S3 Bucket using Lambda, Node.js, and CloudFront

Jul 16, 2023

Image Compression in S3 Bucket using Lambda, Node.js, and CloudFront

In today's digital world, images play a crucial role in enhancing user experience on websites and applications.

Amazon S3 and Presigned URL : The What, Why and How.

Apr 1, 2023

Amazon S3 and Presigned URL : The What, Why and How.

Amazon Simple Storage Service (S3) is a highly popular cloud storage solution provided by AWS.

How to clear AWS Solutions Architect — Associate exam?

Mar 10, 2023

How to clear AWS Solutions Architect — Associate exam?

Amazon Web Services (AWS) is a leading name in the world of cloud service providers.

AWS AppSync : A serverless solution for building GraphQL APIs

Mar 3, 2023

AWS AppSync : A serverless solution for building GraphQL APIs

AppSync is a serverless solution offered by Amazon Web Services (AWS) Cloud for building GraphQL APIs. Why it is a serverless solution?