<?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: SarahKhan-DEV</title>
    <description>The latest articles on Forem by SarahKhan-DEV (@sarah090).</description>
    <link>https://forem.com/sarah090</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%2F3660960%2Fc713bb54-ec71-46e8-a2fb-d634e16c697e.png</url>
      <title>Forem: SarahKhan-DEV</title>
      <link>https://forem.com/sarah090</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/sarah090"/>
    <language>en</language>
    <item>
      <title>From Beginner to Builder : How The AI Agent Intensive Course Changed My Understanding Of AI</title>
      <dc:creator>SarahKhan-DEV</dc:creator>
      <pubDate>Sun, 14 Dec 2025 15:18:17 +0000</pubDate>
      <link>https://forem.com/sarah090/from-beginner-to-builder-how-the-ai-agent-intensive-course-changed-my-understanding-of-ai-6el</link>
      <guid>https://forem.com/sarah090/from-beginner-to-builder-how-the-ai-agent-intensive-course-changed-my-understanding-of-ai-6el</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/googlekagglechallenge"&gt;Google AI Agents Writing Challenge&lt;/a&gt;: [Learning Reflections]&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Introduction : I Started as a Beginner&lt;/p&gt;

&lt;p&gt;When I joined the 5-day AI Agents Intensive Course by Google and Kaggle. I was still a beginner in AI and Machine Learning. I had curiosity, but confusion.&lt;/p&gt;

&lt;p&gt;Before joining the course, I believed AI Agents were just smarter chatbots that answer questions. I was Wrong, this course helped me connect the missing pieces-because by the end of the course, I realized that AI Agents are decision makers, not just responders. They plan, use tools, remember past actions and adapt closer to how human solve problems.&lt;/p&gt;

&lt;p&gt;This article is not a summary of lessons&lt;/p&gt;

&lt;p&gt;It's about how my mindset shifted while learning to build AI Agents&lt;br&gt;
"This shift -from instructions to intent- was a key learning moment for me".&lt;/p&gt;

&lt;p&gt;The core concepts that actually Matter&lt;/p&gt;

&lt;p&gt;The course on several ideas, but these stood out to me :&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Planning Over Prompting&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Earlier I focused on writing better prompts.&lt;br&gt;
Now i think in terms of :&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Goals&lt;br&gt;
Sub-tracks&lt;br&gt;
Decision paths&lt;br&gt;
An Agent doesn't just answer -- it plans before responding&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ol&gt;
&lt;li&gt;Tools Make Agents Powerful&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Agents becomes truly useful when it can--&lt;br&gt;
         &amp;gt; Search&lt;br&gt;
         &amp;gt; Calculate&lt;br&gt;
         &amp;gt; Store Memory&lt;br&gt;
This made me understand why real-world AI is not just about models.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Memory Changes Everything&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Memory allows agents to :&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Learn from mistakes&lt;br&gt;
 Avoid repeating mistakes&lt;br&gt;
Personalize responses&lt;br&gt;
Without memory, agents are forgetful. But with memory they become reliable collaborators.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A small Idea That Made It Real For Me&lt;/p&gt;

&lt;p&gt;During the course, I designed a "Conceptual AI Study Planner Agent".&lt;/p&gt;

&lt;p&gt;The goal is to : &lt;br&gt;
  ..Track weak subjects.&lt;br&gt;
  ..Adjusting daily schedules.&lt;br&gt;
  ..Giving feedback based on performance.&lt;br&gt;
  ..Moreover, to analyze my performance.&lt;br&gt;
....As a student preparing for my exams, felt personal.&lt;br&gt;
That's when I realized-- AI Agents solve problems best when they're built close to real human needs....&lt;/p&gt;

&lt;p&gt;What Actually got wrong initially&lt;/p&gt;

&lt;p&gt;I made a common beginner mistake --&lt;/p&gt;

&lt;p&gt;I treated agents like scripts :&lt;br&gt;
 Step-1 ---- Step-2 --- Step-3&lt;br&gt;
They failed.&lt;/p&gt;

&lt;p&gt;Only when I allowed the agent to :&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Decide&lt;br&gt;
Re-evaluate&lt;br&gt;
Retry&lt;br&gt;
did things start working.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This taught me a critical lesson :&lt;br&gt;
 AI Agents are not about control -- they're about trust within constraints.&lt;/p&gt;

&lt;p&gt;Why AI Agents Matter Beyond Code&lt;/p&gt;

&lt;p&gt;Ai Agents are not just trend. They have real impact potential in :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Education -- Personalized learning assistants&lt;/li&gt;
&lt;li&gt;HealthCare -- Task planning and patient support&lt;/li&gt;
&lt;li&gt;Productivity -- Autonomous workflow management&lt;/li&gt;
&lt;li&gt;Research -- Hypothesis exploration&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What excites me most is that agents amplify human intent, not replace humans.&lt;/p&gt;

&lt;p&gt;Final Thoughts &lt;br&gt;
This course didn't just teach me how to build AI Agents-&lt;br&gt;
it changed how I think about problem solving itself.&lt;/p&gt;

&lt;p&gt;Instead of asking : &lt;br&gt;
   "How do I code this ?"&lt;br&gt;
I now ask :&lt;br&gt;
    "How would an Intelligent system decide this ?"&lt;/p&gt;

&lt;p&gt;That shift is powerful.&lt;/p&gt;

&lt;p&gt;If you're curious about AI's future, learning about agents is not optional -- it's essential.&lt;/p&gt;

&lt;p&gt;Most importantly, it changed the way I approach learning AI --"from memorizing concepts to --building intelligent systems."&lt;/p&gt;

&lt;p&gt;Conclusion :&lt;/p&gt;

&lt;p&gt;If you're a beginner who feels intimidated by AI, this kind of course can completely change how you think&lt;br&gt;
                  --just like it did for me.&lt;/p&gt;

&lt;p&gt;ACKNOWLEDGEMENT&lt;/p&gt;

&lt;p&gt;Thanks to GOOGLE , KAGGLE and the AI Agents Intensive Course team for creating a learning experience that goes beyond theory and focuses on real-world thinking.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>googlekagglechallenge</category>
      <category>ai</category>
      <category>aiagents</category>
    </item>
  </channel>
</rss>
