<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Open Source Projects on Xinwei Xiong (cubxxw) - AI, Open Source &amp; Nomad Blog</title>
    <link>https://cubxxw.com/projects/</link>
    <description>Tech blog by Xinwei Xiong — AI Builder, open source contributor and digital nomad sharing Kubernetes, Go, AI projects and travel.</description>
    <image>
      <title>Xinwei Xiong (cubxxw) - AI, Open Source &amp; Nomad Blog</title>
      <url>https://cubxxw.com/assets/og-image.png</url>
      <link>https://cubxxw.com/</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <atom:link href="https://cubxxw.com/projects/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Mem0 Explained: AI Memory Layer Architecture &amp; How It Works</title>
      <link>https://cubxxw.com/projects/mem0/</link>
      <pubDate>Fri, 09 May 2025 21:33:46 +0800</pubDate>
      <atom:updated>Sat, 11 Jul 2026 08:22:51 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/projects/mem0/</guid>
      <description>Deep dive into Mem0, the open-source AI memory layer: LLM-based extraction, vector plus graph database architecture, add/search operations, and limits.
</description>
      <category domain="tag">AI</category>
      <category domain="tag">Open Source</category>
      <category domain="tag">Project Learning</category>
    </item>
    <item>
      <title>AI Recommendation Systems: How They Work</title>
      <link>https://cubxxw.com/projects/ai-recommend/</link>
      <pubDate>Wed, 23 Apr 2025 10:39:04 +0800</pubDate>
      <atom:updated>Sat, 11 Jul 2026 08:22:51 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/projects/ai-recommend/</guid>
      <description>Exploring AI-powered recommendation systems and how to build personalized content discovery engines.
</description>
      <category domain="tag">AI</category>
      <category domain="tag">Open Source</category>
    </item>
    <item>
      <title>NotebookLM: Google&#39;s AI Research Tool</title>
      <link>https://cubxxw.com/projects/notebooklm/</link>
      <pubDate>Mon, 21 Apr 2025 22:59:57 +0800</pubDate>
      <atom:updated>Sat, 11 Jul 2026 08:22:51 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/projects/notebooklm/</guid>
      <description>Exploring Google NotebookLM as an AI-powered research and note-taking assistant.
</description>
      <category domain="tag">AI</category>
      <category domain="tag">Open Source</category>
    </item>
    <item>
      <title>TDD for AI: Test-Driven Development Guide</title>
      <link>https://cubxxw.com/projects/tdd/</link>
      <pubDate>Mon, 21 Apr 2025 15:52:34 +0800</pubDate>
      <atom:updated>Sat, 11 Jul 2026 08:22:51 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/projects/tdd/</guid>
      <description>Applying Test-Driven Development principles to AI and LLM application development.
</description>
      <category domain="tag">AI</category>
      <category domain="tag">Open Source</category>
    </item>
    <item>
      <title>Microsoft MarkItDown Tutorial: Convert PDF to Markdown</title>
      <link>https://cubxxw.com/projects/markitdown/</link>
      <pubDate>Mon, 21 Apr 2025 15:41:21 +0800</pubDate>
      <atom:updated>Sat, 11 Jul 2026 08:22:51 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/projects/markitdown/</guid>
      <description>Learn how to install and use Microsoft MarkItDown to convert PDF, Word, Excel, and 15+ file formats to Markdown for LLM and RAG pipelines, with code examples.
</description>
      <category domain="tag">AI</category>
      <category domain="tag">Open Source</category>
      <category domain="tag">Python</category>
      <category domain="tag">LLM</category>
      <category domain="tag">RAG</category>
    </item>
    <item>
      <title>LangGraph Architecture: StateGraph, Nodes and Edges</title>
      <link>https://cubxxw.com/projects/langgraph/</link>
      <pubDate>Sat, 19 Apr 2025 15:19:20 +0800</pubDate>
      <atom:updated>Sat, 11 Jul 2026 08:22:51 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/projects/langgraph/</guid>
      <description>Learn LangGraph architecture: how StateGraph, nodes, edges, and checkpointing power stateful multi-agent LLM workflows, plus how it differs from LangChain.
</description>
      <category domain="tag">AI</category>
      <category domain="tag">Open Source</category>
      <category domain="tag">Project Learning</category>
    </item>
    <item>
      <title>LangChain: Open Source LLM Framework</title>
      <link>https://cubxxw.com/projects/langchain/</link>
      <pubDate>Wed, 16 Apr 2025 17:36:45 +0800</pubDate>
      <atom:updated>Sat, 11 Jul 2026 08:22:51 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/projects/langchain/</guid>
      <description>A practical guide to building LLM applications with LangChain — chains, agents, RAG, and the LangChain 1.0 create_agent + middleware model — with hands-on quick-start cases, 2025–2026 frontier updates, and common interview questions.
</description>
      <category domain="tag">AI</category>
      <category domain="tag">Open Source</category>
      <category domain="tag">LangChain</category>
      <category domain="tag">Agent</category>
      <category domain="tag">RAG</category>
    </item>
    <item>
      <title>LLM/AI API Gateway Market Analysis &amp; Startup Stack Recommendations</title>
      <link>https://cubxxw.com/projects/ai-gateway/</link>
      <pubDate>Wed, 16 Apr 2025 17:36:12 +0800</pubDate>
      <atom:updated>Sat, 11 Jul 2026 08:22:51 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/projects/ai-gateway/</guid>
      <description>A deep dive into AI gateway architecture for managing LLM API traffic, rate limiting, and multi-model routing.
</description>
      <category domain="tag">AI</category>
      <category domain="tag">Open Source</category>
    </item>
    <item>
      <title>Independent Developer in the AI Era: Open Source Deep Dive</title>
      <link>https://cubxxw.com/projects/independent-developer/</link>
      <pubDate>Tue, 15 Apr 2025 20:53:12 +0800</pubDate>
      <atom:updated>Sat, 11 Jul 2026 08:22:51 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/projects/independent-developer/</guid>
      <description>Reflections on the journey of becoming an independent developer in the AI era.
</description>
      <category domain="tag">AI</category>
      <category domain="tag">Open Source</category>
    </item>
    <item>
      <title>GPT Researcher Explained: Open Source Deep Research Agent</title>
      <link>https://cubxxw.com/projects/gpt-researcher/</link>
      <pubDate>Mon, 14 Apr 2025 16:17:27 +0800</pubDate>
      <atom:updated>Sat, 11 Jul 2026 08:22:51 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/projects/gpt-researcher/</guid>
      <description>GPT Researcher is an open source AI agent that turns 20+ web sources into 2,000+ word research reports in minutes. Learn its architecture, setup, and cost.
</description>
      <category domain="tag">AI</category>
      <category domain="tag">Open Source</category>
      <category domain="tag">Project Learning</category>
    </item>
    <item>
      <title>Jina AI: Multimodal Search &amp; Embeddings</title>
      <link>https://cubxxw.com/projects/jina/</link>
      <pubDate>Sat, 12 Apr 2025 13:01:59 +0800</pubDate>
      <atom:updated>Sat, 11 Jul 2026 08:22:51 +0800</atom:updated>
      <dc:creator>熊鑫伟 (Xinwei Xiong)</dc:creator>
      <guid isPermaLink="true">https://cubxxw.com/projects/jina/</guid>
      <description>Exploring Jina AI&#39;s multimodal embedding and search infrastructure for production AI applications.
</description>
      <category domain="tag">AI</category>
      <category domain="tag">Open Source</category>
    </item>
  </channel>
</rss>
