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


AI-Driven Legal Research & Compliance Agent: AI-Powered Legal Intelligence
Introduction In an era where legal teams are under increasing pressure to deliver fast, accurate, and cost‑effective insights, the...
Pushkar Nandgaonkar
Aug 88 min read


Technical Documentation Search using RAG: Empowering development teams with Intelligent Knowledge Discovery
Introduction In the fast-paced world of software engineering, development teams often waste time searching through scattered...
ganesh90
Aug 815 min read


Autonomous Recruitment & Candidate Screening Agent: AI-Powered Hiring Automation
Introduction Recruitment in today’s competitive talent market demands not just speed and precision, but also scalability, consistency,...
Pushkar Nandgaonkar
Aug 88 min read


RAG in Customer Support: Intelligent Automation That Scales With Customer Expectations
Introduction In today's hyper-competitive business landscape, exceptional customer support can make or break a company's reputation and...
ganesh90
Aug 814 min read


Intelligent Market Intelligence Agent: A Complete Guide to Autonomous Competitive Analysis
Introduction In today’s hyper-competitive business environment, real-time market intelligence is not a luxury – it’s a necessity. An...
Pushkar Nandgaonkar
Aug 89 min read


Financial Decision-Making with RAG-Powered Market Intelligence
Introduction In today's volatile financial landscape, the ability to assess risk in real-time while staying compliant with ever-changing...
ganesh90
Aug 813 min read


Building a Database MCP Server: The Ultimate Code Walkthrough - Part 4
Prerequisite: This is a continuation of the blog Part 2: Building a Database MCP Server: The Ultimate Code Walkthrough - Part 3 The Connection Traffic Controller - list_database_connections @mcp.tool() async def list_database_connections() -> str: """List all active database connections""" connections = {} for key, manager in connection_pool.items(): db_type, db_path = key.split(':', 1) connections[key] = { 'database_path': db_path, 'database_type': db_type, 'is_sample_dat
ganesh90
Jul 46 min read


Building a Database MCP Server: The Ultimate Code Walkthrough - Part 3
Prerequisite: This is a continuation of the blog Part 2: Building a Database MCP Server: The Ultimate Code Walkthrough - Part 2 Meet...
ganesh90
Jul 420 min read


Building a Database MCP Server: The Ultimate Code Walkthrough - Part 2
Prerequisite: This is a continuation of the blog Part 2: Building a Database MCP Server: The Ultimate Code Walkthrough - Part 1 The...
ganesh90
Jul 417 min read


Building AI Travel Planner with Ollama and MCP - Part 3
Prerequisite: This is a continuation of the blog Part 2: A Complete Guide to Creating a Multi-Agent Book Writing System 🧰 Tool Definitions Let’s now define all our MCP tools, one by one. 📅 Get Full Itinerary @mcp.tool() async def get_full_itinerary(city: str, days: int = 5) -> str: """Get a complete travel itinerary with direct Ollama AI using file-based data. Args: city: Name of the city to visit days: Number of days for the itinerary (default: 5) Returns: A formatted m
ganesh90
Jun 1721 min read


Building AI Travel Planner with Ollama and MCP - Part 2
Prerequisite: This is a continuation of the blog Part 1: A Complete Guide to Creating a Multi-Agent Book Writing System Making Sense of...
ganesh90
Jun 1720 min read


Building AI Travel Planner with Ollama and MCP - Part 1
Ever wished you had a friend who's traveled everywhere, knows all the hidden gems, and could instantly create the perfect itinerary for...
ganesh90
Jun 1618 min read


Building a Database MCP Server: The Ultimate Code Walkthrough - Part 1
Picture this: You're at your computer, juggling three different databases for three different projects. You keep switching connection...
ganesh90
Jun 1315 min read


Adding tools to your LangGraph Chatbots | Beginner's Guide | Part 2
Ready to give your chatbot superpowers? In this beginner-friendly guide, we’ll show you how to integrate external tools like web search into your LangGraph-powered chatbot. Learn what tools are, why they matter, and how to add them step-by-step — no prior AI experience needed!

Pratibha
Jun 115 min read


A Complete Guide to Creating a Multi-Agent Book Writing System - Part 5
Prerequisite: This is a continuation of the blog Part 4: A Complete Guide to Creating a Multi-Agent Book Writing System Solutions for...
ganesh90
Jun 1015 min read


A Complete Guide to Creating a Multi-Agent Book Writing System - Part 4
Prerequisite: This is a continuation of the blog Part 3: A Complete Guide to Creating a Multi-Agent Book Writing System 🚀 Chapter...
ganesh90
Jun 919 min read


A Complete Guide to Creating a Multi-Agent Book Writing System - Part 3
Prerequisite: This is a continuation of the blog Part 2: A Complete Guide to Creating a Multi-Agent Book Writing System ✍️ Agent 3 -...
ganesh90
Jun 916 min read


A Complete Guide to Creating a Multi-Agent Book Writing System - Part 2
Prerequisite: This is a continuation of the blog Part 1: A Complete Guide to Creating a Multi-Agent Book Writing System 🧠 LLMAgent: The...
ganesh90
Jun 918 min read


A Complete Guide to Creating a Multi-Agent Book Writing System
Picture this: You're sitting in a cozy café, and someone at the next table casually mentions they just built an AI team that researched,...
ganesh90
Jun 916 min read


People Detection and Tracking with BoT-SORT
Introduction Accurately detecting and tracking people across video frames is essential for modern applications in retail analytics,...
ganesh90
Jun 24 min read
bottom of page