<?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: Shiyaz Amal</title>
    <description>The latest articles on DEV Community by Shiyaz Amal (@shiyaz_amal_d1ec2eb5b580c).</description>
    <link>https://dev.to/shiyaz_amal_d1ec2eb5b580c</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%2F3646135%2F3de3b135-3008-4098-ad25-1914fc580530.jpg</url>
      <title>DEV Community: Shiyaz Amal</title>
      <link>https://dev.to/shiyaz_amal_d1ec2eb5b580c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shiyaz_amal_d1ec2eb5b580c"/>
    <language>en</language>
    <item>
      <title>How a 5-Day AI Agents Intensive Course Helped Me Build FoodMate, A Multi Agent Food Concierge</title>
      <dc:creator>Shiyaz Amal</dc:creator>
      <pubDate>Thu, 04 Dec 2025 12:04:27 +0000</pubDate>
      <link>https://dev.to/shiyaz_amal_d1ec2eb5b580c/how-a-5-day-ai-agents-intensive-course-helped-me-build-foodmate-a-multi-agent-food-concierge-581i</link>
      <guid>https://dev.to/shiyaz_amal_d1ec2eb5b580c/how-a-5-day-ai-agents-intensive-course-helped-me-build-foodmate-a-multi-agent-food-concierge-581i</guid>
      <description>&lt;p&gt;&lt;strong&gt;How a 5-Day AI Agents Intensive Course Helped Me Build FoodMate, A Multi Agent Food Concierge&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When I signed up for the Google × Kaggle &lt;strong&gt;5-Day AI Agents Intensive&lt;/strong&gt;, I didn't expect to finish a polished project in a single week. But the course structure, hands-on codelabs, and community support gave me the confidence to build something simple, useful, and real: &lt;strong&gt;FoodMate&lt;/strong&gt;, a multi-agent food recommendation assistant.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I learned
&lt;/h2&gt;

&lt;p&gt;The biggest idea that stuck with me was that &lt;strong&gt;agents are teams, not single models&lt;/strong&gt;. Separating tasks into agents as preference, nutrition, verification, made the system easier to reason about, test, and extend. The course showed practical patterns:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Tool use &amp;amp; grounding&lt;/strong&gt; (how to fetch external info safely)  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Function calling&lt;/strong&gt; and structured outputs (so downstream apps can use results)  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Agent orchestration&lt;/strong&gt; (agents communicating in sequence and in parallel)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why FoodMate
&lt;/h2&gt;

&lt;p&gt;Food is personal. In Sri Lanka, small constraints like time, budget, and local ingredients shape daily choices. I built FoodMate to propose quick, culturally relevant meal ideas, check a simple nutrition heuristic, and provide healthier swaps when appropriate. It’s practical, local focused, and intentionally tiny so it runs even with limited resources.&lt;/p&gt;

&lt;h2&gt;
  
  
  The build
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Architecture:&lt;/strong&gt; Preference Agent | Recipe Agent | Nutrition Agent | Aggregator  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Tech:&lt;/strong&gt; Kaggle Notebook, Python, Gemini / ADK patterns (with a fallback local recipe DB for quota issues)  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Demo:&lt;/strong&gt; Video walkthrough linked below&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can view the complete notebook and demo here:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Notebook: &lt;a href="https://www.kaggle.com/code/shiyazamal/capstone-foodmate-multi-agent-food-recommendati" rel="noopener noreferrer"&gt;https://www.kaggle.com/code/shiyazamal/capstone-foodmate-multi-agent-food-recommendati&lt;/a&gt;  &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Demo video: &lt;a href="https://youtu.be/-3B8amyQBKc" rel="noopener noreferrer"&gt;https://youtu.be/-3B8amyQBKc&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What surprised me
&lt;/h2&gt;

&lt;p&gt;Working through the codelabs made me realize agents don’t need to be exotic. Even small, reliable modules that do clear jobs create a system that feels “intelligent” and actually helpful. Also, the community support in the Kaggle Discord was huge. People helped debug codelabs and suggested better prompt designs.&lt;/p&gt;

&lt;h2&gt;
  
  
  If I had more time
&lt;/h2&gt;

&lt;p&gt;I’d add user memory (to remember preferences), deploy the agent to Agent Engine or Cloud Run, and connect to local restaurant menus for live suggestions. I’d also build a simple mobile UI so people could use FoodMate while shopping.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final thought
&lt;/h2&gt;

&lt;p&gt;This intensive didn’t just teach me tools, it changed my mindset. I moved from “how do I query a model?” to “how do I design a small team of agents that reliably solves one useful problem?” That’s what I’ll be building next.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kaggle notebook:&lt;/strong&gt; &lt;a href="https://www.kaggle.com/code/shiyazamal/capstone-foodmate-multi-agent-food-recommendati" rel="noopener noreferrer"&gt;https://www.kaggle.com/code/shiyazamal/capstone-foodmate-multi-agent-food-recommendati&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Demo video:&lt;/strong&gt; &lt;a href="https://youtu.be/-3B8amyQBKc" rel="noopener noreferrer"&gt;https://youtu.be/-3B8amyQBKc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you'd like feedback on your project or want to collaborate, ping me here or on Kaggle: &lt;strong&gt;shiyazamal&lt;/strong&gt;.&lt;/p&gt;

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