<?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: Aradhana Yadav</title>
    <description>The latest articles on DEV Community by Aradhana Yadav (@aradhana_yadav_7019881d09).</description>
    <link>https://dev.to/aradhana_yadav_7019881d09</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%2F3646383%2F74457ee6-ac76-4a2d-a4f1-4e4f103fa62e.png</url>
      <title>DEV Community: Aradhana Yadav</title>
      <link>https://dev.to/aradhana_yadav_7019881d09</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aradhana_yadav_7019881d09"/>
    <language>en</language>
    <item>
      <title>My Journey Through the Google Kaggle AI Agents Intensive Course</title>
      <dc:creator>Aradhana Yadav</dc:creator>
      <pubDate>Thu, 04 Dec 2025 14:39:44 +0000</pubDate>
      <link>https://dev.to/aradhana_yadav_7019881d09/my-journey-through-the-google-x-kaggle-ai-agents-intensive-course-4ajo</link>
      <guid>https://dev.to/aradhana_yadav_7019881d09/my-journey-through-the-google-x-kaggle-ai-agents-intensive-course-4ajo</guid>
      <description>&lt;p&gt;🌟 My Journey Through the Google × Kaggle AI Agents Intensive Course&lt;/p&gt;

&lt;p&gt;When I joined the Google × Kaggle 5-Day AI Agents Intensive Course, I was excited but also a little nervous. I had worked with programming languages like C, C++, SQL, and PL/SQL earlier, but AI agents were completely new for me.&lt;br&gt;
This course became a turning point in my learning journey.&lt;/p&gt;

&lt;p&gt;🔹 Day 1 — Understanding What an AI Agent Truly Is&lt;/p&gt;

&lt;p&gt;I learned that agents are not just chatbots. They are autonomous systems that can observe, think, act, and learn.&lt;br&gt;
Concepts like:&lt;/p&gt;

&lt;p&gt;Agent loops&lt;/p&gt;

&lt;p&gt;Environments&lt;/p&gt;

&lt;p&gt;Reasoning systems&lt;br&gt;
gave me a new understanding of AI.&lt;/p&gt;

&lt;p&gt;🔹 Day 2 — Tools, Memory &amp;amp; Autonomy&lt;/p&gt;

&lt;p&gt;I learned how:&lt;/p&gt;

&lt;p&gt;Tools expand an agent’s abilities&lt;/p&gt;

&lt;p&gt;Memory helps agents learn from experience&lt;/p&gt;

&lt;p&gt;Agents can perform multi-step actions&lt;/p&gt;

&lt;p&gt;This day made me realize how powerful AI agents can be.&lt;/p&gt;

&lt;p&gt;🔹 Day 3 — Multi-Agent Systems&lt;/p&gt;

&lt;p&gt;My favorite day.&lt;br&gt;
Here I learned how multiple agents can work together — like a team — each having a role such as planner, researcher, coder, or evaluator.&lt;/p&gt;

&lt;p&gt;This opened many real-world ideas for me.&lt;/p&gt;

&lt;p&gt;🔹 Day 4 — Architectures &amp;amp; Evaluation&lt;/p&gt;

&lt;p&gt;I explored:&lt;/p&gt;

&lt;p&gt;ReAct architecture&lt;/p&gt;

&lt;p&gt;Tool-using agents&lt;/p&gt;

&lt;p&gt;Planning loops&lt;/p&gt;

&lt;p&gt;Evaluation pipelines&lt;/p&gt;

&lt;p&gt;For the first time, AI engineering started making complete sense.&lt;/p&gt;

&lt;p&gt;🔹 Day 5 — My Capstone Project&lt;/p&gt;

&lt;p&gt;I built a simple Study Planner Agent.&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;p&gt;Takes topics &amp;amp; time&lt;/p&gt;

&lt;p&gt;Prioritizes tasks&lt;/p&gt;

&lt;p&gt;Generates a personalized study plan&lt;/p&gt;

&lt;p&gt;Tracks progress&lt;/p&gt;

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

&lt;p&gt;Breaking problems into steps&lt;/p&gt;

&lt;p&gt;Adding simple memory&lt;/p&gt;

&lt;p&gt;Testing and refining an agent&lt;/p&gt;

&lt;p&gt;This project boosted my confidence.&lt;/p&gt;

&lt;p&gt;🎯 Key Concepts That Impacted Me&lt;/p&gt;

&lt;p&gt;Agents ≠ Chatbots&lt;/p&gt;

&lt;p&gt;Multi-step reasoning is powerful&lt;/p&gt;

&lt;p&gt;Memory + tools = true autonomy&lt;/p&gt;

&lt;p&gt;Multi-agent collaboration is the future&lt;/p&gt;

&lt;p&gt;🌱 How My Understanding Changed&lt;/p&gt;

&lt;p&gt;Before: I knew only basic AI ideas.&lt;br&gt;
After: I can design simple agents, understand architectures, and read agent diagrams confidently.&lt;/p&gt;

&lt;p&gt;🚀 My Next Steps&lt;/p&gt;

&lt;p&gt;I want to build:&lt;/p&gt;

&lt;p&gt;a multi-agent coding assistant&lt;/p&gt;

&lt;p&gt;a travel planning agent&lt;/p&gt;

&lt;p&gt;and a learning assistant for students&lt;/p&gt;

&lt;p&gt;This course has inspired me to continue exploring agentic AI.&lt;/p&gt;

&lt;p&gt;💬 Conclusion&lt;/p&gt;

&lt;p&gt;The Google × Kaggle AI Agents Intensive Course has been one of the most valuable learning experiences for me.&lt;br&gt;
It didn’t just teach me about agents — it changed the way I think about AI systems.&lt;/p&gt;

&lt;p&gt;I’m grateful for this opportunity and excited to keep growing in this field.&lt;/p&gt;

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