<?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: Md Mahadi Hasan</title>
    <description>The latest articles on Forem by Md Mahadi Hasan (@mahadiosb).</description>
    <link>https://forem.com/mahadiosb</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%2F3650407%2Fe06a739a-ae62-4787-b544-ae768800532a.jpg</url>
      <title>Forem: Md Mahadi Hasan</title>
      <link>https://forem.com/mahadiosb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/mahadiosb"/>
    <language>en</language>
    <item>
      <title>My 5-Day Journey into AI Agents 🚀</title>
      <dc:creator>Md Mahadi Hasan</dc:creator>
      <pubDate>Sun, 07 Dec 2025 16:18:38 +0000</pubDate>
      <link>https://forem.com/mahadiosb/my-5-day-journey-into-ai-agents-2al3</link>
      <guid>https://forem.com/mahadiosb/my-5-day-journey-into-ai-agents-2al3</guid>
      <description>&lt;h2&gt;
  
  
  AI Agents Intensive Course – Google x Kaggle
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;I joined the &lt;strong&gt;&lt;a href="https://www.kaggle.com/learn-guide/5-day-agents" rel="noopener noreferrer"&gt;5-Day AI Agents Intensive Course with Google and Kaggle&lt;/a&gt;&lt;/strong&gt; to understand how modern AI agents work and how they can be used to solve real-world problems.&lt;br&gt;&lt;br&gt;
Before this course, I only used simple chatbots. After this course, I learned how to build &lt;strong&gt;real multi-agent systems with tools, memory, and workflows&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This is my learning journey and project reflection.&lt;/p&gt;




&lt;h2&gt;
  
  
  🗓️ Day 1 – From Prompts to Real Agents
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What I learned:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Difference between a chatbot and an &lt;strong&gt;AI agent&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;How agents can take actions instead of only replying&lt;/li&gt;
&lt;li&gt;Basic agent architectures&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;My reflection:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
This was the biggest mindset shift for me. I learned that agents are not just “smart replies” — they are systems that can &lt;strong&gt;think, decide and act&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠️ Day 2 – Agent Tools &amp;amp; Interoperability
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What I learned:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How agents use &lt;strong&gt;tools (functions / APIs)&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;How tools help agents interact with external systems&lt;/li&gt;
&lt;li&gt;Best practices for safe tool usage&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;My application:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
I created &lt;strong&gt;appointment tools&lt;/strong&gt; that allow my agent to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create new hospital appointments&lt;/li&gt;
&lt;li&gt;Fetch existing appointment details from a CSV database&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This made my agent feel like a real working system.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 Day 3 – Sessions &amp;amp; Memory (Context Engineering)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What I learned:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How agents remember conversations&lt;/li&gt;
&lt;li&gt;Session handling and memory storage&lt;/li&gt;
&lt;li&gt;Why memory makes agents feel more human&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;My implementation:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
I connected my main agent with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;InMemorySessionService&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;InMemoryMemoryService&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now my hospital agent can &lt;strong&gt;remember user context during a session&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  ✅ Day 4 – Agent Quality &amp;amp; Observability
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What I learned:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How to measure agent quality&lt;/li&gt;
&lt;li&gt;Observability: tracking what agents think and do&lt;/li&gt;
&lt;li&gt;Why evaluation matters in production agents&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;My reflection:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
This day helped me understand that building an agent is not only about features — it's about &lt;strong&gt;trust, reliability, and safety&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 Day 5 – Multi-Agent System (Agent2Agent)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What I learned:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How agents communicate with other agents&lt;/li&gt;
&lt;li&gt;Agent2Agent (A2A) architecture&lt;/li&gt;
&lt;li&gt;How to deploy agents&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;My capstone implementation:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I built a &lt;strong&gt;multi-agent hospital system&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A &lt;strong&gt;Remote Appointment Agent&lt;/strong&gt; (handles CSV data)&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;Hospital Orchestrator Agent&lt;/strong&gt; (talks to users and calls the remote agent)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This design makes the system scalable and modular.&lt;/p&gt;




&lt;h2&gt;
  
  
  🏥 My Capstone Project – &lt;a href="https://www.kaggle.com/code/mahadiosb/hospital-appointment-orchestrator-agent" rel="noopener noreferrer"&gt;Hospital Appointment AI Agent&lt;/a&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Project Idea
&lt;/h3&gt;

&lt;p&gt;Many hospitals still use manual appointment systems.&lt;br&gt;&lt;br&gt;
I built an &lt;strong&gt;AI agent system&lt;/strong&gt; that can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Book appointments&lt;/li&gt;
&lt;li&gt;Assign rooms automatically by time&lt;/li&gt;
&lt;li&gt;Fetch appointment details instantly&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Architecture
&lt;/h3&gt;

&lt;p&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%2Fvay0s781gm9a3f4wttxp.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%2Fvay0s781gm9a3f4wttxp.png" alt="Flow" width="800" height="404"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;User → Orchestrator Agent → Remote Appointment Agent → CSV Database&lt;br&gt;
This architecture helped me understand &lt;strong&gt;real-world agent system design&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  🎓 Capstone Project Demo
&lt;/h3&gt;

&lt;p&gt;🎥 &lt;strong&gt;Demo Video:&lt;/strong&gt; &lt;a href="https://www.youtube.com/watch?v=F0c6Xfe7FCE" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=F0c6Xfe7FCE&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🎯 Key Learnings
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Agents are &lt;strong&gt;action-driven&lt;/strong&gt;, not only chat-driven&lt;/li&gt;
&lt;li&gt;Tools turn agents into real applications&lt;/li&gt;
&lt;li&gt;Memory and sessions create personalized experiences&lt;/li&gt;
&lt;li&gt;Multi-agent systems are powerful and scalable&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🙏 Gratitude
&lt;/h2&gt;

&lt;p&gt;I sincerely thank &lt;strong&gt;Google and Kaggle&lt;/strong&gt; for organizing this amazing &lt;strong&gt;5-Day AI Agents Intensive Course&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
It gave me hands-on experience and confidence to build real AI agent systems.&lt;/p&gt;

&lt;p&gt;This course changed how I see AI — from simple chatbots to intelligent, autonomous systems.&lt;/p&gt;




&lt;h2&gt;
  
  
  🔮 If I Had More Time
&lt;/h2&gt;

&lt;p&gt;If I had more time, I would:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add voice support to the agent&lt;/li&gt;
&lt;li&gt;Build a web UI dashboard&lt;/li&gt;
&lt;li&gt;Connect it with real hospital APIs&lt;/li&gt;
&lt;li&gt;Add authentication and security layers&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;This course was not just learning — it was &lt;strong&gt;building, experimenting, and growing&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
I am excited to continue my journey in &lt;strong&gt;Agentic AI&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Thank you! 🚀&lt;/p&gt;

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