<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: LOI CHIANG HAO</title>
    <description>The latest articles on DEV Community by LOI CHIANG HAO (@hao610).</description>
    <link>https://dev.to/hao610</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3971011%2Fe76c196f-0438-4872-b4dc-0880f24ab6f4.jpeg</url>
      <title>DEV Community: LOI CHIANG HAO</title>
      <link>https://dev.to/hao610</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hao610"/>
    <language>en</language>
    <item>
      <title>What Most RAG Tutorials Don't Teach You</title>
      <dc:creator>LOI CHIANG HAO</dc:creator>
      <pubDate>Sat, 06 Jun 2026 09:26:55 +0000</pubDate>
      <link>https://dev.to/hao610/what-most-rag-tutorials-dont-teach-you-2co</link>
      <guid>https://dev.to/hao610/what-most-rag-tutorials-dont-teach-you-2co</guid>
      <description>&lt;p&gt;Most RAG tutorials stop at something like:&lt;/p&gt;

&lt;p&gt;Vector Search → LLM → Done&lt;/p&gt;

&lt;p&gt;And for learning the basics, that's completely fine.&lt;/p&gt;

&lt;p&gt;The problem is that once systems become larger, several additional layers start to matter:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Query routing&lt;/li&gt;
&lt;li&gt;Hybrid retrieval&lt;/li&gt;
&lt;li&gt;Semantic caching&lt;/li&gt;
&lt;li&gt;Evaluation and feedback loops&lt;/li&gt;
&lt;li&gt;Failure handling and fallback logic&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These topics are often mentioned briefly, if at all, in beginner tutorials, yet they can have a significant impact on cost, reliability, and user experience.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built AI Model Atlas
&lt;/h2&gt;

&lt;p&gt;I wanted a way to study and visualize these architectural patterns without turning them into another framework.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;AI Model Atlas&lt;/strong&gt;, a learning-focused repository that explores concepts such as routing, hybrid retrieval, caching, evaluation, and execution control through guided modules and runnable examples.&lt;/p&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/Hao610/AI-Model-Atlas" rel="noopener noreferrer"&gt;https://github.com/Hao610/AI-Model-Atlas&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The goal isn't deployment.&lt;/p&gt;

&lt;p&gt;The goal is understanding how production-style AI systems are structured and why the simple tutorial version often isn't enough.&lt;/p&gt;

&lt;p&gt;It is designed as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A learning-focused architecture simulator&lt;/li&gt;
&lt;li&gt;A guided curriculum (36 modules)&lt;/li&gt;
&lt;li&gt;A reference architecture for RAG system design&lt;/li&gt;
&lt;li&gt;A conceptual bridge between tutorial systems and production thinking&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Discussion
&lt;/h2&gt;

&lt;p&gt;I'm curious:&lt;/p&gt;

&lt;p&gt;What layers have you found most important when moving a RAG system from demo to production?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Routing?&lt;/li&gt;
&lt;li&gt;Evaluation?&lt;/li&gt;
&lt;li&gt;Caching?&lt;/li&gt;
&lt;li&gt;Observability?&lt;/li&gt;
&lt;li&gt;Something else?&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>beginners</category>
      <category>machinelearning</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
