<?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>Forem: Srinithya Bollena</title>
    <description>The latest articles on Forem by Srinithya Bollena (@srinithya_000).</description>
    <link>https://forem.com/srinithya_000</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%2F3657041%2Fd98cfe77-0839-4e34-9193-3d5b707a82e1.png</url>
      <title>Forem: Srinithya Bollena</title>
      <link>https://forem.com/srinithya_000</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/srinithya_000"/>
    <language>en</language>
    <item>
      <title>I Thought AI Agents Were Just Prompts. This Course Proved Me Wrong.</title>
      <dc:creator>Srinithya Bollena</dc:creator>
      <pubDate>Sun, 14 Dec 2025 07:08:53 +0000</pubDate>
      <link>https://forem.com/srinithya_000/i-thought-ai-agents-were-just-prompts-this-course-proved-me-wrong-152</link>
      <guid>https://forem.com/srinithya_000/i-thought-ai-agents-were-just-prompts-this-course-proved-me-wrong-152</guid>
      <description>&lt;p&gt;&lt;em&gt;A zero-to-hero journey through Google &amp;amp; Kaggle’s AI Agents Intensive Course (2025)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I’ll admit it.&lt;/p&gt;

&lt;p&gt;On Day 1 of the &lt;strong&gt;AI Agents Intensive Course by Google and Kaggle&lt;/strong&gt;, I thought an AI agent was just:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“A long prompt with confidence.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Five days later, I was building agents with &lt;strong&gt;memory, tools, evaluation&lt;/strong&gt;, and even &lt;strong&gt;other agents coordinating with each other&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Somewhere between &lt;em&gt;"this is easy"&lt;/em&gt; and &lt;em&gt;"why is my agent doing that?"&lt;/em&gt;, my understanding completely changed 😄&lt;/p&gt;

&lt;p&gt;This is my &lt;strong&gt;zero-to-hero&lt;/strong&gt; journey.&lt;/p&gt;




&lt;h2&gt;
  
  
  Day 1: The Day My Prompt Ego Died
&lt;/h2&gt;

&lt;p&gt;Before this course, I believed prompts could solve everything.&lt;/p&gt;

&lt;p&gt;Day 1 politely (and then aggressively) proved me wrong.&lt;/p&gt;

&lt;p&gt;I learned that an &lt;strong&gt;AI agent is not a single response&lt;/strong&gt;. It’s a system with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Goals&lt;/li&gt;
&lt;li&gt;Memory&lt;/li&gt;
&lt;li&gt;State&lt;/li&gt;
&lt;li&gt;Tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Using &lt;strong&gt;Gemini and ADK&lt;/strong&gt;, I built my first agent and then a &lt;strong&gt;multi-agent system&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That moment felt like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Oh… so I wasn’t building AI. I was just talking to it.”&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Day 2: When My Agent Became Actually Useful
&lt;/h2&gt;

&lt;p&gt;Day 2 introduced &lt;strong&gt;Model Context Protocol (MCP)&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Suddenly, my agent could:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Call real tools&lt;/li&gt;
&lt;li&gt;Fetch live data&lt;/li&gt;
&lt;li&gt;Pause for human approval&lt;/li&gt;
&lt;li&gt;Continue without forgetting everything&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This was the moment AI stopped being &lt;em&gt;cool&lt;/em&gt; and started being &lt;strong&gt;useful&lt;/strong&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A good agent knows when &lt;strong&gt;not&lt;/strong&gt; to act.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Honestly, same.&lt;/p&gt;




&lt;h2&gt;
  
  
  Day 3: Memory — The Difference Between Smart and Forgetful
&lt;/h2&gt;

&lt;p&gt;Before Day 3, my agent forgot everything.&lt;/p&gt;

&lt;p&gt;Every conversation started like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Hi, who are you again?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;After learning &lt;strong&gt;context engineering and memory&lt;/strong&gt;, my agent:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Remembered past decisions&lt;/li&gt;
&lt;li&gt;Stayed consistent&lt;/li&gt;
&lt;li&gt;Stopped repeating itself&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It no longer felt like a chatbot. It felt like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A junior teammate who actually reads previous messages.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Day 4: Debugging AI Without Losing My Mind
&lt;/h2&gt;

&lt;p&gt;Day 4 answered a painful question:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Why did my agent do that?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I learned &lt;strong&gt;observability&lt;/strong&gt; using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Logs (what happened)&lt;/li&gt;
&lt;li&gt;Traces (why it happened)&lt;/li&gt;
&lt;li&gt;Metrics (how good it was)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With &lt;strong&gt;LLM-as-a-Judge&lt;/strong&gt; and &lt;strong&gt;Human-in-the-Loop (HITL)&lt;/strong&gt; evaluation, I could finally improve my agent logically.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;AI quality is not magic. It’s engineering.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Day 5: From Demo to Production Thinking
&lt;/h2&gt;

&lt;p&gt;Day 5 connected everything.&lt;/p&gt;

&lt;p&gt;I learned about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Agent-to-Agent (A2A) communication&lt;/li&gt;
&lt;li&gt;Multi-agent coordination&lt;/li&gt;
&lt;li&gt;Deployment with &lt;strong&gt;Vertex AI Agent Engine&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This made one thing clear:&lt;/p&gt;

&lt;p&gt;AI in production is not about bigger models. It’s about &lt;strong&gt;systems that scale and behave reliably&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  My Capstone: Thinking Like an Agent Engineer
&lt;/h2&gt;

&lt;p&gt;For my capstone project, I didn’t try to build a “genius agent”.&lt;/p&gt;

&lt;p&gt;I built a &lt;strong&gt;responsible one&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I focused on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clear agent roles&lt;/li&gt;
&lt;li&gt;Tool usage with MCP&lt;/li&gt;
&lt;li&gt;Memory-aware decisions&lt;/li&gt;
&lt;li&gt;Evaluation with logs and metrics&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The biggest shift?&lt;/p&gt;

&lt;p&gt;I stopped asking:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“How do I improve this prompt?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;And started asking:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“What is this agent responsible for?”&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Final Thought
&lt;/h3&gt;

&lt;p&gt;I started this course with &lt;strong&gt;zero agent experience&lt;/strong&gt;.****&lt;/p&gt;

&lt;p&gt;I finished it designing &lt;strong&gt;agent systems&lt;/strong&gt;, not just prompts.&lt;/p&gt;

&lt;p&gt;And most importantly:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;**“I didn’t just learn how to build AI agents.&lt;/p&gt;

&lt;p&gt;I learned when they should act, when they should wait,&lt;br&gt;
and when humans should stay in the loop.”**&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Huge thanks to &lt;strong&gt;Google and Kaggle&lt;/strong&gt; for creating such a practical and eye-opening course.&lt;/p&gt;

&lt;p&gt;I’m never looking at AI the same way again.&lt;/p&gt;




</description>
      <category>googleaichallenge</category>
      <category>ai</category>
      <category>devchallenge</category>
      <category>kaggle</category>
    </item>
  </channel>
</rss>
