<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://portfolio-blog-starter.vercel.app</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Research Agent: An AI That Plans, Searches, and Synthesizes for You</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/research-agent</link>
          <description>I built a multi-step AI research agent using LangGraph that breaks down complex questions into sub-tasks, searches the web and academic papers, builds a knowledge graph, and streams a synthesized answer — with persistent memory across sessions.</description>
          <pubDate>Tue, 17 Feb 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Local Coder: An AI Coding Assistant That Runs Entirely on Your Machine</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/local-coder</link>
          <description>I built a Claude Code-inspired CLI coding assistant powered by llama.cpp and local language models, so your code never has to leave your machine.</description>
          <pubDate>Mon, 16 Feb 2026 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>