I finally built my first MCP Server. I expected magic, I got glorified API endpointsAug 16, 2025·8 min read
Building Production-Ready Agentic Systems: Lessons from Real ImplementationMost articles about agentic systems show you the glossy marketing version. Multi-agent orchestration! Intelligent decision making! Autonomous task execution! The reality is more nuanced. After building a production agentic system that handles real El...Aug 27, 2025·13 min read
Is the Model making right predictions? - Part 5 of 5 on Evaluation of Machine Learning ModelsDec 23, 2024·5 min read
Is the Model making right predictions? - Part 4 of 5 on Evaluation of Machine Learning ModelsWhen it comes to evaluating regression-based machine learning models, picking the right metric is like picking the right seasoning for your dish—the wrong choice could leave a bitter taste. We have already previously covered the metrics which you can...Dec 14, 2024·6 min read
Is the Model making right predictions? - Part 3 of 5 on Evaluation of Machine Learning ModelsWhen it comes to evaluating machine learning models, picking the right metric is like picking the right outfit for an occasion—it can make or break your impression. Sure, accuracy and precision-recall are great, but they sometimes fall short. AUC-ROC...Dec 11, 2024·5 min read
Is the Model making right predictions? - Part 2 of 5 on Evaluation of Machine Learning ModelsWe have already discussed accuracy as a metric, its limitations and confusion matrix in the previous post in the series. This post will cover the metrics that we can derive from confusion matrix and how they serve as a better alternative than looking...Dec 9, 2024·4 min read
Is the Model making right predictions? - Part 1 of 5 on Evaluation of Machine Learning ModelsA student has exams after their training is done. So does the model. There are certain algorithms (now here we don’t mean machine learning models) that are used depending on the problem you have trained the machine learning model for. This is an extr...Oct 12, 2024·5 min read
Introduction to Machine LearningLet’s take an example. You are designing an automation script to perform a particular activity. To develop an automation, you first need the data and the well defined set of rules to follow to reach the desired output. In Machine Learning, things ar...Oct 12, 2024·6 min read