<?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: Farhan Khan</title>
    <description>The latest articles on DEV Community by Farhan Khan (@farhan_khan_2003).</description>
    <link>https://dev.to/farhan_khan_2003</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%2F3662394%2Fd07a4eb4-abab-4c2f-8cb3-d6dbbfa45789.png</url>
      <title>DEV Community: Farhan Khan</title>
      <link>https://dev.to/farhan_khan_2003</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/farhan_khan_2003"/>
    <language>en</language>
    <item>
      <title>My Learning Journey Through the Google AI Agents Intensive: From Foundations to Building Multi-Agent Systems</title>
      <dc:creator>Farhan Khan</dc:creator>
      <pubDate>Mon, 15 Dec 2025 07:54:35 +0000</pubDate>
      <link>https://dev.to/farhan_khan_2003/my-learning-journey-through-the-google-ai-agents-intensive-from-foundations-to-building-h6g</link>
      <guid>https://dev.to/farhan_khan_2003/my-learning-journey-through-the-google-ai-agents-intensive-from-foundations-to-building-h6g</guid>
      <description>&lt;p&gt;This is a submission for the &lt;a href="https://dev.to/challenges/googlekagglechallenge"&gt;Google AI Agents Writing Challenge&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I recently completed the 5-Day AI Agents Intensive with Google and Kaggle. The program gave me a clear and practical understanding of how agentic systems work and how they can be applied to real problems. Instead of thinking in terms of single model calls, I learned how structured agent workflows create systems that are modular, reliable, and easier to extend.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Learnings&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Agent Orchestration&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;One of the most valuable concepts was how multiple agents can collaborate through well-defined roles. By separating tasks into independent agents, the overall workflow becomes more interpretable and flexible.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Sequential, Parallel, and Loop Agents&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I gained a deeper understanding of when to use each pattern. Sequential execution is ideal for dependent tasks, parallel execution improves performance for independent tasks, and loop agents enable iterative refinement.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Memory and Context&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The course showed how memory and context engineering can significantly improve agent behavior. Session memory, context compaction, and retrieval allow agents to behave more consistently and respond with greater awareness.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Tools and Long-Running Operations&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Integrating tools such as search and code execution expands the capabilities of agents. Learning about pausing, resuming, and handling long-running tasks helped me understand how more advanced agent systems operate.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My Capstone Project: Micro Health Symptom Triage Agent&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For the capstone, I built a multi-agent system that helps users interpret symptoms and receive structured triage insights. It includes four agents:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;SymptomAgent&lt;/strong&gt; for extracting symptoms&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TriageAgent&lt;/strong&gt; for severity assessment&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SuggestionAgent&lt;/strong&gt; for precautions and guidance&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TrendAgent&lt;/strong&gt; for identifying recurring patterns&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This project helped me apply everything taught in the course, including multi-agent orchestration, deterministic fallback logic, parallel execution, and memory handling.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Final Reflections&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The intensive significantly strengthened my understanding of agentic AI. I learned how to design agents with clear responsibilities, how to build reliable workflows, and how to evaluate agent performance in a structured way. Most importantly, it gave me the confidence to design more sophisticated agent systems in the future.&lt;/p&gt;

&lt;p&gt;Thank you to Google and Kaggle for creating an engaging and practical learning experience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link:&lt;/strong&gt; &lt;a href="https://kaggle.com/competitions/agents-intensive-capstone-project/writeups/sympsense-a-micro-health-multi-agent-symptom-ins" rel="noopener noreferrer"&gt;https://kaggle.com/competitions/agents-intensive-capstone-project/writeups/sympsense-a-micro-health-multi-agent-symptom-ins&lt;/a&gt;&lt;/p&gt;

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