<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Chintan — Blog</title>
        <link>http://localhost:3000</link>
        <description>Notes on full-stack development, AI agents, and things I figure out while building.</description>
        <lastBuildDate>Sat, 13 Jun 2026 10:34:48 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>© 2026 Chintan</copyright>
        <atom:link href="http://localhost:3000/rss.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Building a Multi-Agent Research System with LangGraph]]></title>
            <link>http://localhost:3000/blog/building-a-multi-agent-research-system-with-langgraph</link>
            <guid isPermaLink="false">http://localhost:3000/blog/building-a-multi-agent-research-system-with-langgraph</guid>
            <pubDate>Thu, 07 May 2026 07:31:08 GMT</pubDate>
            <description><![CDATA[Notes from building a stateful research agent in LangGraph — why the graph model beats single-prompt approaches, and the architecture decisions that made the difference.]]></description>
        </item>
    </channel>
</rss>