<?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: shyam kumar</title>
    <description>The latest articles on DEV Community by shyam kumar (@shyam_kumar_d18cf9dee039e).</description>
    <link>https://dev.to/shyam_kumar_d18cf9dee039e</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%2F3645565%2F06491d31-cf32-4386-ac6d-ba5aac6c63e1.jpg</url>
      <title>DEV Community: shyam kumar</title>
      <link>https://dev.to/shyam_kumar_d18cf9dee039e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shyam_kumar_d18cf9dee039e"/>
    <language>en</language>
    <item>
      <title>How the 5-Day AI Agents Course Changed My Understanding of AI Agents</title>
      <dc:creator>shyam kumar</dc:creator>
      <pubDate>Thu, 04 Dec 2025 09:32:25 +0000</pubDate>
      <link>https://dev.to/shyam_kumar_d18cf9dee039e/how-the-5-day-ai-agents-course-changed-my-understanding-of-ai-agents-2i23</link>
      <guid>https://dev.to/shyam_kumar_d18cf9dee039e/how-the-5-day-ai-agents-course-changed-my-understanding-of-ai-agents-2i23</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/googlekagglechallenge"&gt;Google AI Agents Writing Challenge&lt;/a&gt;: Learning Reflections&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  From Curiosity to Confidence
&lt;/h2&gt;

&lt;p&gt;I joined the 5-Day AI Agents Intensive Course mainly out of curiosity. As a beginner, I hesitated at first, unsure if I could keep up with the concepts from Google and Kaggle. But the deeper I went, the more confident I became.&lt;/p&gt;

&lt;p&gt;The moment that truly amazed me was seeing modular sequential agents working together: each agent refining a part of the task and producing a final output that felt surprisingly “Intelligent/Smart” That experience made me want to share my excitement with others and that’s what inspired this post.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How My Understanding of Agents Evolved&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Before the course, I used to think:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I thought agents as chatbots&lt;/li&gt;
&lt;li&gt;I believed prompts were the main factor&lt;/li&gt;
&lt;li&gt;I imagined agent behavior as “one-shot responses”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After this course:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I now understand agents as decision-making systems&lt;/li&gt;
&lt;li&gt;They use tools, memory, structured state, and feedback loops&lt;/li&gt;
&lt;li&gt;Agents collaborate like team members&lt;/li&gt;
&lt;li&gt;I can now build simple multi-agent workflows on my own&lt;/li&gt;
&lt;li&gt;Agentic AI feels accessible instead of intimidating&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I feel comfortable building simple multi-agent systems, something I never imagined before the course.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Capstone Demo: HealthSense — AI Health Context Assistant&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fizhg4h6cmglu86tryno0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fizhg4h6cmglu86tryno0.png" alt="AI Agents Intensive Course Writing Challenge cover image" width="800" height="800"&gt;&lt;/a&gt;&lt;br&gt;
For my capstone, I built HealthSense, a simple educational prototype using ADK + Gemini. It analyzes text/image input and provides general health context (causes, warnings, suggestions). It’s not production-ready just a concept to practice agent workflows.&lt;br&gt;
&lt;em&gt;Its goal was simple: explore how an agent can interpret multimodal input (text + image) and provide general health context like:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;possible causes&lt;/li&gt;
&lt;li&gt;safety warnings&lt;/li&gt;
&lt;li&gt;helpful suggestions&lt;/li&gt;
&lt;li&gt;“red flag” alerts (using curated rules)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project is intentionally a prototype, but it helped me apply everything I learned in a hands-on way. This course boosted my confidence and inspired me to continue exploring agentic AI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Takeaways From the Course&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Agents need structure, tools, and memory&lt;/li&gt;
&lt;li&gt;Multi-agent workflows are surprisingly powerful&lt;/li&gt;
&lt;li&gt;State transitions improve debugging&lt;/li&gt;
&lt;li&gt;Human-in-the-loop is essential&lt;/li&gt;
&lt;li&gt;ADK makes agent building approachable&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You don’t need to be an expert to start building agentic AI.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br&gt;
This course turned my curiosity into confidence. It reshaped how I think about AI and showed me that powerful agentic systems are not limited to experts, beginners can build them too.&lt;br&gt;
I’m excited to continue exploring agent workflows, refining HealthSense, and experimenting with more ideas in the agentic AI world.&lt;/p&gt;

&lt;p&gt;If you're new to AI agents, this course is the perfect place to start. It certainly transformed my learning journey.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Thank you to Google &amp;amp; Kaggle for creating such an impactful learning experience.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

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