<?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: Fardin Pasha</title>
    <description>The latest articles on DEV Community by Fardin Pasha (@fardin_pasha_4a64f41400cd).</description>
    <link>https://dev.to/fardin_pasha_4a64f41400cd</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%2F3646973%2Ffe469672-e12a-4e85-9047-0201aa04796a.png</url>
      <title>DEV Community: Fardin Pasha</title>
      <link>https://dev.to/fardin_pasha_4a64f41400cd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fardin_pasha_4a64f41400cd"/>
    <language>en</language>
    <item>
      <title>My Experience with the 5-Day AI Agents Course on Kaggle</title>
      <dc:creator>Fardin Pasha</dc:creator>
      <pubDate>Thu, 04 Dec 2025 20:01:13 +0000</pubDate>
      <link>https://dev.to/fardin_pasha_4a64f41400cd/my-experience-with-the-5-day-ai-agents-course-on-kaggle-n2l</link>
      <guid>https://dev.to/fardin_pasha_4a64f41400cd/my-experience-with-the-5-day-ai-agents-course-on-kaggle-n2l</guid>
      <description>&lt;p&gt;&lt;em&gt;Body:&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Over the past week, I participated in Kaggle’s 5-Day AI Agents Course — and it was an incredible journey into the world of intelligent, autonomous agents. As someone who is passionate about AI but relatively new to agent-based systems, this course opened up a completely new dimension of what AI can do.&lt;/p&gt;

&lt;p&gt;Each day focused on a core concept — from basic decision-making to building multi-step reasoning agents using tools like Python and LangChain. I particularly enjoyed how the lessons were structured: short, hands-on, and practical. It wasn’t just about reading theory; I got to build and test real agents right inside Kaggle notebooks.&lt;/p&gt;

&lt;p&gt;One of my favorite parts was seeing how agents could use tools like search or calculators to solve problems intelligently. By the end of Day 5, I had built a functional AI agent that could read a task, decide how to approach it, and execute steps to complete it — something that felt almost magical.&lt;/p&gt;

&lt;p&gt;This course not only taught me technical skills but also inspired me to explore deeper into areas like prompt engineering, retrieval-augmented generation (RAG), and agent memory.&lt;/p&gt;

&lt;p&gt;If you’re curious about AI agents or want to see how far you can push LLMs beyond chatbots, I highly recommend trying out this course. And since it’s hosted on Kaggle, you get free GPUs and a collaborative environment to learn faster.&lt;/p&gt;

&lt;p&gt;Thanks to #kagglexaiagentschallenge for this opportunity!&lt;/p&gt;

&lt;p&gt;Last week, I enrolled in Kaggle's &lt;em&gt;5-Day AI Agents Course&lt;/em&gt;, and it turned out to be a game-changer in my AI learning journey. I had heard about AI agents before — but this course gave me hands-on experience with building them in a structured, beginner-friendly way.&lt;/p&gt;

&lt;p&gt;Day-by-Day Learning Highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;Day 1&lt;/em&gt; introduced me to what AI agents actually are — not just chatbots, but systems that can &lt;em&gt;plan, decide, and act&lt;/em&gt; using tools.&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Day 2&lt;/em&gt; helped me create my first basic agent, one that could call a simple calculator tool. It felt like teaching the model to “think” step by step.&lt;/li&gt;
&lt;li&gt;By &lt;em&gt;Day 3&lt;/em&gt;, I was working with &lt;em&gt;multi-step reasoning&lt;/em&gt;. I built an agent that could break down a math word problem, decide what tools to use, and solve it.&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Day 4&lt;/em&gt; introduced &lt;em&gt;retrieval-augmented generation (RAG)&lt;/em&gt; — a powerful concept where the agent pulls relevant info from a knowledge base. I used this to build a simple FAQ bot.
&lt;em&gt;Day 5&lt;/em&gt;, we explored &lt;em&gt;agent memory&lt;/em&gt;, allowing the agent to recall context from earlier steps. I applied it to a mini project: a book recommendation assistant that remembers your preferences.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What I Built:&lt;/p&gt;

&lt;p&gt;For the final project, I created a travel assistant agent. It asked the user about their location and travel interests, then fetched weather data, suggested destinations, and even created a short itinerary using Python tools and a simple RAG setup. It wasn’t perfect, but it showed me what’s possible — and that was exciting!&lt;/p&gt;

&lt;p&gt;What I Learned:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;LLMs alone are not agents&lt;/em&gt;. They need tools, memory, and structured prompts to become useful AI assistants.&lt;/li&gt;
&lt;li&gt;Prompt engineering is an art — small changes made huge differences.&lt;/li&gt;
&lt;li&gt;Combining &lt;em&gt;LangChain + Python + external tools&lt;/em&gt; made things powerful.&lt;/li&gt;
&lt;li&gt;The Kaggle notebooks were beginner-friendly with free compute — making experiments fast and easy.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why This Course Matters:&lt;/p&gt;

&lt;p&gt;In the age of AI, agents are the future. Whether it’s coding assistants, research helpers, or personalized bots — they all need agent-like abilities. This course gave me the foundational skills to go from using AI to &lt;em&gt;building intelligent systems&lt;/em&gt; with AI.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Final Thoughts:&lt;/em&gt;&lt;br&gt;
I’m grateful to Kaggle and the #kagglexaiagentschallenge for this free, hands-on learning opportunity. It sparked new ideas, gave me confidence to build, and made me realize how accessible AI development has become.&lt;/p&gt;

&lt;p&gt;If you’re even slightly curious about how AI can &lt;em&gt;think, reason, and act&lt;/em&gt;, don’t miss this course!&lt;/p&gt;

</description>
      <category>googleaichallenge</category>
    </item>
  </channel>
</rss>
