How to Build a Multi-Agent Pipeline Using Anthropic's Agent SDK and MCP

Wire up an orchestrator agent and specialized subagents through MCP tool servers — with working Python, task splitting, and result aggregation.

February 20, 2026 · 11 min · Qasim

How to Build a Browser Automation Agent with Playwright and LLMs

Step-by-step guide to creating a browser automation agent that observes pages, decides actions, and extracts data with LLMs.

February 15, 2026 · 9 min · Qasim

How to Build a Code Generation Agent with LLMs

Create a code-writing agent that generates Python, runs it safely in a sandbox, and self-corrects on errors

February 15, 2026 · 7 min · Qasim

How to Build a Code Review Agent with LLMs and Git Integration

Automate code reviews with an LLM-powered agent that reads Git diffs and suggests improvements

February 15, 2026 · 9 min · Qasim

How to Build a Contract Analysis Agent with LLMs and PDF Parsing

Create a contract Q&A agent that pulls payment terms, termination clauses, and liabilities from any PDF automatically.

February 15, 2026 · 8 min · Qasim

How to Build a Cron Job Agent with LLMs and Scheduled Tasks

Create an intelligent cron job manager that interprets natural language schedules and handles task execution with LLMs

February 15, 2026 · 10 min · Qasim

How to Build a Customer Support Agent with RAG and Tool Calling

Create a support agent that answers from a knowledge base, checks orders, and escalates when unsure

February 15, 2026 · 9 min · Qasim

How to Build a Data Analysis Agent with Code Execution

Create agents that write and run Python to answer data questions, generate charts, and query databases from plain English prompts.

February 15, 2026 · 8 min · Qasim

How to Build a Data Pipeline Agent with LLMs and Pandas

Create a conversational agent that takes plain English data requests and autonomously generates, runs, and debugs pandas transformations.

February 15, 2026 · 8 min · Qasim

How to Build a Debugging Agent with Stack Trace Analysis

Create an agent that automatically diagnoses Python errors by analyzing stack traces and reading source code

February 15, 2026 · 10 min · Qasim

How to Build a Document QA Agent with PDF Parsing and Tool Use

Create a document QA agent that parses PDFs, chunks text, and answers questions with citations

February 15, 2026 · 8 min · Qasim

How to Build a File Management Agent with Filesystem Tools

Create a filesystem agent with OpenAI tools that manages local files through a secure, sandboxed agent loop.

February 15, 2026 · 9 min · Qasim

How to Build a Financial Analysis Agent with LLMs and Market Data

Create an LLM-powered financial agent that pulls live market data and produces actionable analysis

February 15, 2026 · 9 min · Qasim

How to Build a GitHub Issue Triage Agent with LLMs and the GitHub API

Automate GitHub issue triage with an LLM-powered agent that classifies bugs, assigns priority labels, and routes to the right team.

February 15, 2026 · 8 min · Qasim

How to Build a Log Analysis Agent with LLMs and Regex Tools

Create a log analysis agent that uses LLMs and regex tools to find patterns, errors, and anomalies in log files

February 15, 2026 · 11 min · Qasim

How to Build a Meeting Summarization Agent with Whisper and LLMs

Turn recorded meetings into action items and summaries using Whisper transcription and LLM agents

February 15, 2026 · 10 min · Qasim

How to Build a Memory-Augmented Agent with Vector Search

Give your AI agent a real memory system that stores, searches, and recalls past conversations using vector embeddings.

February 15, 2026 · 7 min · Qasim

How to Build a Monitoring Agent with Prometheus Alerts and LLM Diagnosis

Create a FastAPI agent that catches Prometheus alerts, pulls relevant metrics, and gets an LLM to explain what went wrong

February 15, 2026 · 7 min · Qasim

How to Build a Multi-Agent Debate System with LLMs

Get better LLM answers by having multiple agents debate and a judge agent select the winner

February 15, 2026 · 8 min · Qasim

How to Build a Multi-Agent Orchestrator with A2A Protocol

Wire up specialist agents that discover, communicate, and delegate tasks over Google’s Agent-to-Agent protocol.

February 15, 2026 · 10 min · Qasim

How to Build a Multimodal AI Agent That Processes Images and Text

Step-by-step guide to creating an agent that combines vision capabilities with tool use for image analysis and text extraction.

February 15, 2026 · 8 min · Qasim

How to Build a Planning Agent with Task Decomposition

Learn to build AI agents that break down complex problems, manage dependencies, and automatically replan when things go wrong

February 15, 2026 · 10 min · Qasim

How to Build a Research Agent with LangGraph and Tavily

Create an autonomous research agent that gathers info from the web and produces structured reports

February 15, 2026 · 6 min · Qasim

How to Build a Retrieval Agent with Tool Calling and Reranking

Create an agent that searches your docs, reranks with cross-encoders, and generates grounded answers.

February 15, 2026 · 8 min · Qasim

How to Build a Scheduling Agent with Calendar and Email Tools

Create an autonomous agent that books meetings, checks availability, and sends invites with OpenAI tool calling

February 15, 2026 · 9 min · Qasim

How to Build a Slack Bot Agent with LLMs and Bolt

Ship a Slack bot that answers questions, summarizes threads, and takes actions using LLM tool calling

February 15, 2026 · 10 min · Qasim

How to Build a SQL Query Agent with LLMs and Tool Calling

Create a conversational SQL agent with tool calling that inspects schemas, runs read-only queries, and refines results across multiple turns

February 15, 2026 · 12 min · Qasim

How to Build a Tool-Calling Agent with Claude and MCP

Wire up Claude to MCP tool servers and build an agent loop that picks and calls the right tools automatically

February 15, 2026 · 8 min · Qasim

How to Build a Web Research Agent with LLMs and Search APIs

Create a research agent that autonomously searches, reads, and summarizes web content using LLMs and search APIs

February 15, 2026 · 8 min · Qasim

How to Build a Workflow Agent with Human Feedback Loops

Create workflow agents with approval gates, feedback collection, and iterative refinement loops

February 15, 2026 · 6 min · Qasim

How to Build an API Testing Agent with LLMs and Requests

Create an autonomous API testing agent that writes and runs HTTP tests from natural language specs

February 15, 2026 · 11 min · Qasim

How to Build an Autonomous Testing Agent with Pytest and LLMs

Create a testing agent that generates pytest tests, runs them, and fixes failures automatically with LLM-powered code analysis

February 15, 2026 · 10 min · Qasim

How to Build an Email Triage Agent with LLMs and IMAP

Automate your inbox with a Python agent that reads, classifies, drafts replies, and files emails using IMAP and LLMs.

February 15, 2026 · 7 min · Qasim

How to Build an MCP Server for AI Agents with Python

Step-by-step guide to creating an MCP server that gives AI agents access to custom tools and data sources.

February 15, 2026 · 8 min · Qasim

How to Connect AI Agents to Databases and External APIs

Build agents that query databases, call APIs, and process results while preventing SQL injection and data leaks

February 15, 2026 · 8 min · Qasim

How to Add Human-in-the-Loop Approval to AI Agents

Build agents that pause for human approval before taking risky actions, with working LangGraph interrupt and resume code.

February 14, 2026 · 7 min · Qasim

How to Add Persistent Memory to AI Agents with LangChain

Give your AI agents memory that survives restarts using LangGraph’s checkpointer system with real database backends.

February 14, 2026 · 7 min · Qasim

How to Build a ReAct Agent from Scratch with Python

Build your own reasoning-and-acting agent from scratch without frameworks, and understand every line

February 14, 2026 · 8 min · Qasim

How to Build a Tool-Using AI Agent with Python

Create a Python agent that can search the web, run calculations, and chain tool calls autonomously

February 14, 2026 · 6 min · Qasim

How to Build Agent Workflows with Microsoft AutoGen

Create collaborating AI agents with AutoGen’s group chat, role-based agents, and sandboxed code execution for real tasks.

February 14, 2026 · 6 min · Qasim

How to Build Agents with LangGraph

Step-by-step guide to creating reliable AI agents with LangGraph’s graph-based architecture and built-in persistence.

February 14, 2026 · 6 min · Qasim

How to Build AI Agents with the Claude Agent SDK

Ship production agents with built-in tools, custom MCP servers, hooks, and subagents in Python

February 14, 2026 · 10 min · Qasim

How to Build Autonomous Agents with the OpenAI Assistants API

Create agents that call functions, execute code, and manage conversations with persistent threads using the Assistants API.

February 14, 2026 · 8 min · Qasim

How to Build Multi-Agent Systems with CrewAI

Create teams of AI agents that collaborate on tasks using CrewAI’s role-based framework and process orchestration.

February 14, 2026 · 8 min · Qasim

How to Test and Debug AI Agents with LangSmith Tracing

Find and fix agent loops, broken tool calls, and prompt regressions using LangSmith’s trace UI and evaluation SDK.

February 14, 2026 · 8 min · Qasim