<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Developers Digest - AI Agents</title>
    <link>https://www.developersdigest.tech/tags/ai-agents</link>
    <description>14 items tagged AI Agents on Developers Digest - blog posts, tools, guides, and tutorials.</description>
    <language>en</language>
    <lastBuildDate>Mon, 06 Apr 2026 03:01:38 GMT</lastBuildDate>
    <atom:link href="https://www.developersdigest.tech/tags/ai-agents/feed.xml" rel="self" type="application/rss+xml" />
    <image>
      <url>https://avatars.githubusercontent.com/u/124798203?v=4</url>
      <title>Developers Digest - AI Agents</title>
      <link>https://www.developersdigest.tech/tags/ai-agents</link>
    </image>
    <item>
      <title><![CDATA[AI Agent Memory Patterns]]></title>
      <link>https://www.developersdigest.tech/blog/ai-agent-memory-patterns</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/blog/ai-agent-memory-patterns</guid>
      <description><![CDATA[Agents forget everything between sessions. Here are the patterns that fix that: CLAUDE.md persistence, RAG retrieval, context compression, and conversation summarization.]]></description>
      <pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI Agents</category>
      <category>Memory</category>
      <category>RAG</category>
      <category>TypeScript</category>
    </item>
    <item>
      <title><![CDATA[How to Debug AI Agent Workflows]]></title>
      <link>https://www.developersdigest.tech/blog/debug-ai-agent-workflows</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/blog/debug-ai-agent-workflows</guid>
      <description><![CDATA[AI agents fail in ways traditional debugging cannot catch. Here are the tools and patterns for finding and fixing broken agent loops, tool failures, and context issues.]]></description>
      <pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI Agents</category>
      <category>Debugging</category>
      <category>TypeScript</category>
      <category>Claude Code</category>
    </item>
    <item>
      <title><![CDATA[AI Agent Frameworks Compared: LangGraph vs CrewAI vs AutoGen vs Claude Agent SDK vs Vercel AI SDK]]></title>
      <link>https://www.developersdigest.tech/blog/ai-agent-frameworks-compared</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/blog/ai-agent-frameworks-compared</guid>
      <description><![CDATA[A practical comparison of the five major AI agent frameworks in 2026 - architecture, code examples, and a decision matrix to help you pick the right one.]]></description>
      <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI Agents</category>
      <category>TypeScript</category>
      <category>LangChain</category>
      <category>CrewAI</category>
    </item>
    <item>
      <title><![CDATA[AI Skills for Every Career: Agents and Knowledge Work]]></title>
      <link>https://www.developersdigest.tech/blog/ai-skills-knowledge-work</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/blog/ai-skills-knowledge-work</guid>
      <description><![CDATA[AI agent skills are not just for developers. Here is how 12 professions use packaged AI workflows to do better knowledge work.]]></description>
      <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI Skills</category>
      <category>AI Agents</category>
      <category>Productivity</category>
      <category>Knowledge Work</category>
    </item>
    <item>
      <title><![CDATA[How to Build an AI Agent in 2026: A Practical Guide]]></title>
      <link>https://www.developersdigest.tech/blog/how-to-build-ai-agent-2026</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/blog/how-to-build-ai-agent-2026</guid>
      <description><![CDATA[A step-by-step guide to building AI agents that actually work. Choose a framework, define tools, wire up the loop, and ship something real.]]></description>
      <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI Agents</category>
      <category>TypeScript</category>
      <category>Claude Agent SDK</category>
      <category>Vercel AI SDK</category>
      <category>LangChain</category>
    </item>
    <item>
      <title><![CDATA[Ship Code While You Sleep: The Overnight Agent Workflow]]></title>
      <link>https://www.developersdigest.tech/blog/overnight-agents-workflow</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/blog/overnight-agents-workflow</guid>
      <description><![CDATA[How to spec agent tasks that run overnight and wake up to verified, reviewable code. The spec format, pipeline, and review workflow.]]></description>
      <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
      <category>AI Agents</category>
      <category>Claude Code</category>
      <category>Autonomous Coding</category>
      <category>Productivity</category>
    </item>
    <item>
      <title><![CDATA[AI Agents Explained: A TypeScript Developer's Guide]]></title>
      <link>https://www.developersdigest.tech/blog/ai-agents-explained</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/blog/ai-agents-explained</guid>
      <description><![CDATA[AI agents use LLMs to complete multi-step tasks autonomously. Here is how they work and how to build them in TypeScript.]]></description>
      <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
      <category>AI Agents</category>
      <category>TypeScript</category>
      <category>Claude Agent SDK</category>
      <category>Vercel AI SDK</category>
    </item>
    <item>
      <title><![CDATA[How to Build AI Agents in TypeScript]]></title>
      <link>https://www.developersdigest.tech/blog/how-to-build-ai-agents-typescript</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/blog/how-to-build-ai-agents-typescript</guid>
      <description><![CDATA[A practical guide to building AI agents with TypeScript using the Vercel AI SDK. Tool use, multi-step reasoning, and real patterns you can ship today.]]></description>
      <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
      <category>AI Agents</category>
      <category>TypeScript</category>
      <category>Vercel AI SDK</category>
      <category>Claude Code</category>
    </item>
    <item>
      <title><![CDATA[Multi-Agent Systems: How to Orchestrate Multiple AI Agents in TypeScript]]></title>
      <link>https://www.developersdigest.tech/blog/multi-agent-systems</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/blog/multi-agent-systems</guid>
      <description><![CDATA[From swarms to pipelines - here are the patterns for coordinating multiple AI agents in TypeScript applications.]]></description>
      <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
      <category>Multi-Agent</category>
      <category>AI Agents</category>
      <category>TypeScript</category>
      <category>Orchestration</category>
    </item>
    <item>
      <title><![CDATA[Open Source Has a Bot Problem: Prompt Injection in Contributing.md]]></title>
      <link>https://www.developersdigest.tech/blog/prompt-injection-open-source</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/blog/prompt-injection-open-source</guid>
      <description><![CDATA[AI coding agents are submitting pull requests to open source repos - and some CONTRIBUTING.md files now contain prompt injections targeting them.]]></description>
      <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
      <category>AI Security</category>
      <category>Open Source</category>
      <category>Prompt Injection</category>
      <category>AI Agents</category>
    </item>
    <item>
      <title><![CDATA[What Is MCP (Model Context Protocol)? A TypeScript Developer's Guide]]></title>
      <link>https://www.developersdigest.tech/blog/what-is-mcp</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/blog/what-is-mcp</guid>
      <description><![CDATA[MCP lets AI agents connect to databases, APIs, and tools. Here is what it is and how to use it in your TypeScript projects.]]></description>
      <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
      <category>MCP</category>
      <category>Model Context Protocol</category>
      <category>TypeScript</category>
      <category>AI Agents</category>
    </item>
    <item>
      <title><![CDATA[CLIs Over MCPs: Why the Best AI Agent Tools Already Exist]]></title>
      <link>https://www.developersdigest.tech/blog/clis-over-mcps</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/blog/clis-over-mcps</guid>
      <description><![CDATA[OpenClaw has 247K stars and zero MCPs. The best tools for AI agents aren't new protocols - they're the CLIs developers have used for decades.]]></description>
      <pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate>
      <category>CLI</category>
      <category>MCP</category>
      <category>AI Agents</category>
      <category>Developer Tools</category>
      <category>Hot Take</category>
    </item>
    <item>
      <title><![CDATA[Claude Code Setup Guide]]></title>
      <link>https://www.developersdigest.tech/guides/claude-code-setup</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/guides/claude-code-setup</guid>
      <description><![CDATA[Configure Claude Code for maximum productivity -- CLAUDE.md, sub-agents, MCP servers, and autonomous workflows.]]></description>
      <pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate>
      <category>ai-agents</category>
    </item>
    <item>
      <title><![CDATA[MCP Servers Explained]]></title>
      <link>https://www.developersdigest.tech/guides/mcp-servers</link>
      <guid isPermaLink="true">https://www.developersdigest.tech/guides/mcp-servers</guid>
      <description><![CDATA[What MCP servers are, how they work, and how to build your own in 5 minutes.]]></description>
      <pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate>
      <category>ai-agents</category>
    </item>
  </channel>
</rss>