<?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: Nisha Arshad</title>
    <description>The latest articles on DEV Community by Nisha Arshad (@umyiorbcwxtf).</description>
    <link>https://dev.to/umyiorbcwxtf</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4103183%2F18fce339-55a8-40b4-977f-aefc548a4651.png</url>
      <title>DEV Community: Nisha Arshad</title>
      <link>https://dev.to/umyiorbcwxtf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/umyiorbcwxtf"/>
    <language>en</language>
    <item>
      <title>I Built a RAG-Powered AI Barista Agent with Google ADK and Cloud Run</title>
      <dc:creator>Nisha Arshad</dc:creator>
      <pubDate>Mon, 31 Aug 2026 18:16:53 +0000</pubDate>
      <link>https://dev.to/umyiorbcwxtf/i-built-a-rag-powered-ai-barista-agent-with-google-adk-and-cloud-run-5dgh</link>
      <guid>https://dev.to/umyiorbcwxtf/i-built-a-rag-powered-ai-barista-agent-with-google-adk-and-cloud-run-5dgh</guid>
      <description>&lt;p&gt;_Part of Google's Gen AI Academy APAC — Cohort 3&lt;br&gt;
_&lt;br&gt;
Retrieval-Augmented Generation (RAG) sounds abstract until you actually build something with it. So for Track 1 of Google's &lt;strong&gt;Gen AI Academy APAC,&lt;/strong&gt; I did exactly that — deployed a RAG-powered AI agent for a fictional coffee shop, using &lt;strong&gt;Google's Agent Development Kit (ADK), Streamlit&lt;/strong&gt;, and** Cloud Run**.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Idea&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Meet the "barista agent" — a chat assistant that answers customer questions about a coffee menu using real menu data, not guesses. That's the core idea behind RAG: instead of letting a model hallucinate an answer, you ground it in actual, retrievable data first.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Stack&lt;/strong&gt;&lt;br&gt;
🧠 Google ADK — defines the agent's logic and behavior&lt;br&gt;
📋 A mock menu data source — the "retrieval" part of RAG&lt;br&gt;
💬 Streamlit — a clean chat UI, so it feels like a real product&lt;br&gt;
☁️ Cloud Run — containerized, scalable deployment&lt;br&gt;
🔐 A scoped IAM service account — least-privilege from day one&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;What I Learned&lt;br&gt;
*&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;RAG is mostly plumbing&lt;/strong&gt;. The hard part isn't the "AI" — it's wiring a model to a trustworthy data source before generation happens. Get that right, and the model's job gets easy.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Cloud Run is great for agent prototypes&lt;/strong&gt;. No heavy DevOps, just deploy and go — perfect for testing an idea fast.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Grounded agents are trustworthy agents.&lt;/strong&gt; An assistant that pulls real data (or says "I don't know") beats one that improvises confidently, every time.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Why It Matters&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This isn't just a lab exercise. A small business — a real café, with no engineering team — could genuinely use something like this: a simple assistant answering menu questions or helping staff quickly check details, without a custom app or call center. That's the whole spirit of Gen AI Academy: small, complete examples of AI solving real, local problems.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>googlecloud</category>
      <category>genai</category>
      <category>cloudnextchallenge</category>
    </item>
  </channel>
</rss>
