<?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: Sai Swaran Maram</title>
    <description>The latest articles on DEV Community by Sai Swaran Maram (@sai_swaranmaram_015a991d).</description>
    <link>https://dev.to/sai_swaranmaram_015a991d</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%2F4099697%2F9a936f37-27f9-426d-89f1-fdf3d0a347dc.png</url>
      <title>DEV Community: Sai Swaran Maram</title>
      <link>https://dev.to/sai_swaranmaram_015a991d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sai_swaranmaram_015a991d"/>
    <language>en</language>
    <item>
      <title>Scaling AI from Scripts to Production: My Journey in Gen AI Academy Cohort 3</title>
      <dc:creator>Sai Swaran Maram</dc:creator>
      <pubDate>Sat, 29 Aug 2026 03:27:46 +0000</pubDate>
      <link>https://dev.to/sai_swaranmaram_015a991d/scaling-ai-from-scripts-to-production-my-journey-in-gen-ai-academy-cohort-3-27mh</link>
      <guid>https://dev.to/sai_swaranmaram_015a991d/scaling-ai-from-scripts-to-production-my-journey-in-gen-ai-academy-cohort-3-27mh</guid>
      <description>&lt;p&gt;Introduction&lt;br&gt;
As a Computer Science student at Vardhaman College of Engineering, I spend a lot of time working on backend systems. Having previously built a Retrieval-Augmented Generation (RAG) pipeline from scratch using Docker, Kubernetes, Jenkins, and Kafka during my software engineering internship at DevAI, I know how complex orchestrating AI can be.&lt;/p&gt;

&lt;p&gt;That’s exactly why I joined the Google Cloud Gen AI Academy APAC Edition (Cohort 3). I wanted to see how enterprise-grade tools streamline the leap from local AI scripts to production-ready deployments. Over the past few weeks, I built a connected system of AI agents for a growing coffee shop business, deploying everything on Cloud Run. Here is a breakdown of what I built and the core architectural principles I learned along the way.&lt;/p&gt;

&lt;p&gt;Track 1: Building a Customer-Facing AI Agent&lt;br&gt;
The first challenge was building a personalized AI assistant for a coffee shop app that recommends orders to customers using the Google Agent Development Kit (ADK) and RAG.&lt;/p&gt;

&lt;p&gt;The Build: Instead of manually writing and maintaining Dockerfiles like I have in the past, I learned how to use Google Cloud Buildpacks. Buildpacks automatically convert application source code into production-ready containers, drastically reducing manual maintenance.&lt;/p&gt;

&lt;p&gt;The Concept: To make the chat experience truly interactive and handle continuous message exchanges, the application exposed a WebSocket endpoint rather than relying solely on standard HTTP requests.&lt;/p&gt;

&lt;p&gt;Track 2: Turning Business Data into Strategic Decisions&lt;br&gt;
As the coffee shop expanded nationally, we needed an agent to determine optimal new store locations—specifically ones friendly to cyclists.&lt;/p&gt;

&lt;p&gt;The Build: I utilized Gemini alongside a BigQuery MCP Server to analyze public datasets for bike routes. We combined historical operational data retrieved via a tool with new user inputs to perform strategic analysis.&lt;/p&gt;

&lt;p&gt;The Concept: A major takeaway here was the importance of the Principle of Least Privilege. We authenticated the application using a dedicated service account granted only the specific permissions needed to invoke the Gemini API and access the data, keeping the system highly secure.&lt;/p&gt;

&lt;p&gt;Track 3: Automating Daily Operations&lt;br&gt;
The final lab focused on the internal side of the business: deploying a personal productivity agent to help the shop owner check sales, inventory, and daily tasks by interacting with Google Sheets.&lt;/p&gt;

&lt;p&gt;The Build: The architecture clearly separated the LLM's reasoning capabilities from its controlled interactions with external systems.&lt;/p&gt;

&lt;p&gt;The Concept: Because this application executed commands and updated business records, security and governance were critical. I learned about running generated shell commands inside an isolated Cloud Run sandbox environment to minimize security risks. Furthermore, to implement "Human-in-the-loop" governance, the system required explicit user approval before the agent could apply modifications to shared operational records.&lt;/p&gt;

&lt;p&gt;Final Thoughts&lt;br&gt;
Completing these three tracks completely shifted my perspective on AI architecture. It is no longer just about prompt engineering; it is about secure sandboxes, isolated environments, service accounts, and seamless Cloud Run deployments.&lt;/p&gt;

&lt;p&gt;Now that I've graduated with my Gen AI Master Certificate, I'm gearing up for the Cohort 3 Ideathon, where I'll be building a secure, authenticated Personal Gemini Journal.&lt;/p&gt;

&lt;h1&gt;
  
  
  AccelerateAIwithCloudRun #GoogleCloud #GenerativeAI #CloudRun #BackendDevelopment
&lt;/h1&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>cloud</category>
      <category>googlecloud</category>
    </item>
  </channel>
</rss>
