top of page
Codersarts Blog.
What’s new and exciting at Codersarts
Search


Learn MCP by Building a To-Do List Manager with Python and Claude Desktop
Introduction Most AI assistants are good at answering questions but poor at remembering what you asked them to do yesterday. They have no persistent state across conversations — every session starts fresh. The Model Context Protocol (MCP) solves this by letting you build external tools that Claude (or any MCP-compatible host) can call during a conversation, with results persisted wherever you choose. In this tutorial, we build an MCP To-Do List Manager — a local server that g
ganesh90
Jun 1215 min read


Build Your First A2A Agent: An Email Drafting Pipeline Using Python and OpenAI
Introduction Most AI email tools work as a single prompt: paste your draft, get a rewrite. The problem is that rewriting well requires two very different cognitive tasks — understanding what is wrong with the email, and then knowing how to fix it. Combining both into one prompt produces mediocre results for the same reason that asking a single person to be both a critic and a writer at the same time produces weak output. In this tutorial, we build an A2A Multi-Agent Email Dra
ganesh90
Jun 1121 min read


Build a Cost-Efficient Writing Quality Checker with Tiered Model Routing and OpenAI
Introduction Not every piece of text needs the most powerful language model to check it. A short sentence with a grammar error can be caught by a fast, cheap model in under a second. Only long, complex writing with structural and coherence problems genuinely benefits from the most capable model available. Tiered model routing applies this logic systematically. Short to medium text (up to 100 words) goes to GPT-4o-mini for grammar and clarity. If it detects structural or coher
ganesh90
Jun 1111 min read


AI Final Year Project Topic Selection — Expert Consultation (2026)
Picking the wrong topic is the most expensive mistake a final-year student makes — a rejected topic means restarting under deadline pressure. Codersarts offers a focused topic selection consultation that matches your department expectations, timeline, and technical background to the right AI project in 2026.

Codersarts
May 243 min read


Retrieval-Augmented Generation (RAG) Explained & Implemented | Codersarts
Retrieval-Augmented Generation (RAG): The Paper That Grounded AI in Real Knowledge Published by Codersarts · AI Research Paper Series | https://labs.codersarts.com/ The Paper at a Glance Title Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks Authors Lewis, Perez, Piktus, Petroni, Karpukhin, Goyal, Küttler, Lewis, Yih, Rocktäschel, Riedel, Kiela Institution Facebook AI Research (FAIR) Published 2020 arXiv arxiv.org/abs/2005.11401 Citations 10,000+ What This Pap

Codersarts
May 197 min read


Attention Is All You Need: The Paper That Changed AI Forever
Every large language model in use today — GPT-4, Claude, Gemini, LLaMA — traces its architecture to a single 2017 paper. This post breaks down exactly how the Transformer works, walks through a clean PyTorch implementation, and covers the five mistakes most engineers make when building it from scratch.

Codersarts
May 196 min read


10 Foundational AI Research Papers Every AI Professional Should Know (And How to Implement Them)
Modern AI didn't appear out of nowhere. From the Transformer to Latent Diffusion Models, a handful of research papers laid the entire foundation. This guide breaks down the 10 most important ones — what they introduced, why they still matter, and how to implement them in real projects.

Codersarts
May 197 min read


Top 10 Thesis Ideas Using Large Language Models in 2025
Large language models (LLMs) are at the forefront of AI innovation in 2025, transforming how we interact with technology and process...

Codersarts
Apr 10, 20258 min read


Hands-On Help for GeoServer Assignments: WMS, WFS, and WCS Explained
GeoServer is an open-source server that facilitates the sharing, processing, and editing of geospatial data. It supports various...

Codersarts
Nov 22, 20245 min read


Self-supervised Learning with Local Contrastive Loss for Detection and Semantic Segmentation
Dear Researcher, Welcome to our AI & ML Research Paper Code Implementation blog series. In this series, we will discuss the exploration...

Codersarts
Nov 14, 20247 min read


Segmenting the Cup and Disc in Retinal Fundus Images | Research Paper Implementation
In this blog, we delve into the implementation of a research paper focused on segmenting the cup and disc in retinal fundus images. Using...

Codersarts
Sep 27, 20245 min read


Real-Time Flood Prediction Map Using Deep Learning Models
Natural disasters like floods pose severe threats to communities, economies, and the environment. Early flood prediction can save lives,...

Codersarts
Sep 18, 20245 min read


Autism Detection Using Eye-Tracking: Machine Learning Project
Project Overview Autism Spectrum Disorder (ASD) is a complex neurodevelopmental condition characterized by challenges in social...

Codersarts
Sep 5, 20242 min read


Classification of ECG | Research Paper Implementation
Welcome to the first episode of Codersarts Research Lab: AI & ML! In this blog, we dive into the implementation of an ECG medical...

Codersarts
Sep 5, 20245 min read


Multi-Target Domain Adaptation with Collaborative Consistency Learning
Abstract In the field of image classification, maintaining accuracy across different domains or environments poses a significant...
Pushkar Nandgaonkar
Aug 22, 20242 min read


Fine-Tuning a Pre-Trained Model for Research Paper Title Generation
Project Overview The goal of this project is to build a pipeline that extracts titles and abstracts from research papers, formats the...

Codersarts
Aug 21, 20244 min read


Semantic Segmentation with Unsupervised Domain Adaptation Under Varying Weather Conditions for Autonomous Vehicles
Abstract Semantic information provides a valuable source for scene understanding around autonomous vehicles in order to plan their...

Codersarts
Apr 6, 20242 min read


Multi-Target Domain Adaptation with Collaborative Consistency Learning
Abstract Recently unsupervised domain adaptation for the semantic segmentation task has become more and more popular due to high-cost of...

Codersarts
Apr 6, 20244 min read


Coding Assistance for PhD Work in Data Science, ML, and AI
Embarking on a Ph.D. journey in the realms of Data Science, Machine Learning (ML), and Artificial Intelligence (AI) requires not only...

Codersarts
Jan 8, 20244 min read


Classification:Basic Concepts,Decision Trees, and Model Evaluation.
Classification, which is the task of assigning objects to one of several predefined categories, is a pervasive problem that encompasses...
faizan
Sep 18, 20201 min read
bottom of page