<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://teneighty.dev</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Taming 1,000+ Pages: A Two-Tier RAG System for Navigating Complex Technical Docs</title>
          <link>https://teneighty.dev/blog/two-tier-rag</link>
          <description>How to build RAG systems that actually work for complex regulatory documents. Why fine-tuning fails, why structure matters, and how to eliminate hallucinations in professional AI applications.</description>
          <pubDate>Thu, 10 Jul 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>AI as a Developer Force Multiplier</title>
          <link>https://teneighty.dev/blog/Developer-Force-Multiplier</link>
          <description>How AI tools are empowering developers to build ambitious projects that were previously out of reach, turning individual creators into full-stack product builders.</description>
          <pubDate>Fri, 03 Jan 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Building Real-Time Usage Tracking Without Background Jobs</title>
          <link>https://teneighty.dev/blog/authmint-architecture</link>
          <description>How I built a token billing system that calculates usage in real-time using PostgreSQL functions instead of cron jobs</description>
          <pubDate>Sun, 22 Dec 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>