<?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: Tasneem Raza</title>
    <description>The latest articles on Forem by Tasneem Raza (@tasneem_44).</description>
    <link>https://forem.com/tasneem_44</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%2F3549304%2Fa2b4606d-e6b6-4cc8-b0bc-f421f905bbc6.png</url>
      <title>Forem: Tasneem Raza</title>
      <link>https://forem.com/tasneem_44</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/tasneem_44"/>
    <language>en</language>
    <item>
      <title>What Happens When Curiosity Meets AI: My Learning Reflections From the Intensive</title>
      <dc:creator>Tasneem Raza</dc:creator>
      <pubDate>Sat, 13 Dec 2025 17:59:09 +0000</pubDate>
      <link>https://forem.com/tasneem_44/what-happens-when-curiosity-meets-ai-my-learning-reflections-from-the-intensive-1aea</link>
      <guid>https://forem.com/tasneem_44/what-happens-when-curiosity-meets-ai-my-learning-reflections-from-the-intensive-1aea</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 OR Capstone Showcase]&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Learning Journey / Project Overview
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Key Concepts / Technical Deep Dive
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Reflections &amp;amp; Takeaways
&lt;/h2&gt;

&lt;p&gt;Some journeys begin with &lt;strong&gt;&lt;em&gt;certainty&lt;/em&gt;&lt;/strong&gt;.&lt;br&gt;
Mine began with a &lt;strong&gt;&lt;em&gt;question&lt;/em&gt;&lt;/strong&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“What if my curiosity could take me somewhere entirely new?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;When I joined the Google x Kaggle 5-Day AI Agents Intensive, I wasn’t chasing expertise.&lt;br&gt;
I was chasing understanding — the kind that changes you from the inside out.&lt;/p&gt;

&lt;p&gt;I didn’t want to just read about agents.&lt;br&gt;
I wanted to build with them.&lt;br&gt;
This led me into a learning experience that reshaped not only how I see &lt;em&gt;&lt;strong&gt;AI agents&lt;/strong&gt;&lt;/em&gt;, but how I see myself as a &lt;em&gt;&lt;strong&gt;builder&lt;/strong&gt;&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;What I didn’t expect was that these five days would reshape how I see intelligence, workflows, memory, and what it truly means to design AI systems.&lt;/p&gt;

&lt;h2&gt;
  
  
  Learning Reflections, What Resonated With Me
&lt;/h2&gt;

&lt;p&gt;The curriculum was structured beautifully, but a few topics stood out and changed everything for me.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Understanding AI Agents Beyond the &lt;em&gt;Buzzwords&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;Before this intensive, the word “&lt;strong&gt;agent&lt;/strong&gt;” felt abstract.&lt;br&gt;
I knew they were powerful, but I didn’t fully grasp why.&lt;/p&gt;

&lt;p&gt;Through the lessons and labs, I realised:&lt;/p&gt;

&lt;p&gt;AI agents are not just &lt;em&gt;chatbots&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;They &lt;strong&gt;reason, plan, take actions, use tools,&lt;/strong&gt; and &lt;strong&gt;adapt&lt;/strong&gt;.&lt;br&gt;
I learned that an AI agent is more than a model responding to text. It is a system capable of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Taking actions&lt;/li&gt;
&lt;li&gt;Making decisions&lt;/li&gt;
&lt;li&gt;Using tools&lt;/li&gt;
&lt;li&gt;Following workflows&lt;/li&gt;
&lt;li&gt;Handling tasks end-to-end&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;They can behave like "collaborators", not just "responders". Agents aren’t passive.&lt;br&gt;
They’re active collaborators capable of doing things.&lt;/p&gt;

&lt;p&gt;The idea that a system could &lt;strong&gt;break down tasks&lt;/strong&gt;, &lt;strong&gt;make decisions&lt;/strong&gt;, and &lt;strong&gt;follow a workflow&lt;/strong&gt; felt revolutionary to me.&lt;br&gt;
For the first time, I understood AI as a system of thought, not just a text generator.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Agent Tools &amp;amp; MCP Interoperability (Giving Agents " Hands")
&lt;/h2&gt;

&lt;p&gt;This was one of my favourite topics.&lt;/p&gt;

&lt;p&gt;Tools turn an AI agent from a conversational system into a functional system.&lt;/p&gt;

&lt;p&gt;Through the Multi-Agent Control Protocol (MCP), I learned how agents can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;access external tools,&lt;/li&gt;
&lt;li&gt;call APIs,&lt;/li&gt;
&lt;li&gt;perform tasks autonomously,&lt;/li&gt;
&lt;li&gt;and orchestrate multiple steps through structured interoperability.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It felt like giving an AI “hands” to interact with the digital world.&lt;/p&gt;

&lt;p&gt;I realised that tools are the difference between a &lt;em&gt;helpful assistant&lt;/em&gt; and a &lt;em&gt;capable worker&lt;/em&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Multi-Agents — When Big Work Happens Through Small Agents
&lt;/h2&gt;

&lt;p&gt;One of the insights that fascinated me most was the concept of &lt;strong&gt;&lt;em&gt;mini-agents&lt;/em&gt;&lt;/strong&gt;. I mean specialised, smaller agents working together inside a larger system.&lt;/p&gt;

&lt;p&gt;This idea changed how I think about complex workflows.&lt;br&gt;
Instead of building &lt;em&gt;one big agent&lt;/em&gt; that tries to do everything, I learned how:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;multiple agents&lt;/strong&gt; can collaborate,&lt;/li&gt;
&lt;li&gt;each one can handle a specific part of the problem,&lt;/li&gt;
&lt;li&gt;and the overall intelligence emerges from their coordination.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This structure mirrors real teams, and it made AI feel more human-like, more modular, and more scalable.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Context Engineering: &lt;em&gt;Sessions &amp;amp; Memory&lt;/em&gt;: Why Agents “Remember”
&lt;/h2&gt;

&lt;p&gt;This section was a turning point for me.&lt;/p&gt;

&lt;p&gt;I used to think AI couldn’t truly remember anything.&lt;br&gt;
But learning about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;session-based memory,&lt;/li&gt;
&lt;li&gt;context windows,&lt;/li&gt;
&lt;li&gt;persistent information,&lt;/li&gt;
&lt;li&gt;retrieval systems, and&lt;/li&gt;
&lt;li&gt;user-session continuity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;showed me that agents can &lt;em&gt;remember&lt;/em&gt;, and that memory transforms the user experience.&lt;/p&gt;

&lt;p&gt;Seeing an agent &lt;em&gt;retain context&lt;/em&gt; and build on earlier interactions felt almost emotional.&lt;br&gt;
It made the AI feel &lt;strong&gt;present&lt;/strong&gt;, &lt;strong&gt;personal&lt;/strong&gt;, and &lt;strong&gt;aware&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Memory is what made me think:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Wow… this isn’t just a tool. This is a system that grows with you.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  5. Agent Quality, Building Agents That Think Clearly
&lt;/h2&gt;

&lt;p&gt;This topic taught me that building an agent is only half the job.&lt;br&gt;
Making sure the agent:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;reasons accurately&lt;/li&gt;
&lt;li&gt;avoids hallucination&lt;/li&gt;
&lt;li&gt;follows instructions&lt;/li&gt;
&lt;li&gt;produces reliable outputs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is what separates a "&lt;em&gt;prototype&lt;/em&gt;" from a "&lt;em&gt;production-ready system&lt;/em&gt;".&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Evaluation, testing, refining prompts&lt;/strong&gt;, and &lt;strong&gt;improving&lt;/strong&gt; &lt;strong&gt;reasoning&lt;/strong&gt; &lt;strong&gt;loops&lt;/strong&gt; felt like guiding a young mind to think better.&lt;/p&gt;

&lt;p&gt;It was challenging - but deeply rewarding.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Prototype to Production: Where Everything Comes Together
&lt;/h2&gt;

&lt;p&gt;This topic bridged my understanding between:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;experimenting&lt;/li&gt;
&lt;li&gt;building&lt;/li&gt;
&lt;li&gt;deploying&lt;/li&gt;
&lt;li&gt;scaling&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It taught me how agent development is not just creative — it is &lt;em&gt;systematic engineering&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;This gave me the confidence to think beyond experiments and towards real-world applications.&lt;/p&gt;

&lt;h2&gt;
  
  
  Reasoning Is Everything
&lt;/h2&gt;

&lt;p&gt;The concept that resonated with me most was the idea of reasoning loops.&lt;br&gt;
Watching an agent “think out loud”- breaking down a problem step-by-step- made AI feel more &lt;strong&gt;human&lt;/strong&gt;, &lt;strong&gt;more understandable&lt;/strong&gt;, and more &lt;strong&gt;controllable&lt;/strong&gt;.&lt;/p&gt;

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

&lt;p&gt;A good agent depends on a &lt;strong&gt;good structure&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;A workflow is a &lt;em&gt;map&lt;/em&gt;; reasoning is how the agent navigates it.&lt;/p&gt;

&lt;p&gt;When an agent fails, it’s usually because its reasoning path wasn’t clear.&lt;br&gt;
This insight alone changed the way I design AI systems.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Power of Evaluating, Iterating, Improving
&lt;/h2&gt;

&lt;p&gt;Before this course, I believed building AI was mainly about prompts.&lt;br&gt;
But the intensive taught me: evaluation is half the job.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Testing outputs&lt;/strong&gt;, &lt;strong&gt;refining logic&lt;/strong&gt;, &lt;strong&gt;improving prompts&lt;/strong&gt;, and &lt;strong&gt;observing behaviour&lt;/strong&gt; felt like debugging a living system.&lt;br&gt;
It changed the way I think about reliability and AI design.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Capstone Project: Crime Scene Investigator Agent:
&lt;/h2&gt;

&lt;p&gt;Inspired by &lt;em&gt;psychology&lt;/em&gt;, &lt;em&gt;reasoning&lt;/em&gt;, and &lt;em&gt;human behaviour&lt;/em&gt;, I built a &lt;strong&gt;Crime Scene Investigator Agent.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The goal was simple:&lt;br&gt;
Could I teach an AI agent to think like a detective?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My agent can&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;analyse crime scenes&lt;/li&gt;
&lt;li&gt;identify inconsistencies&lt;/li&gt;
&lt;li&gt;evaluate clues&lt;/li&gt;
&lt;li&gt;generate hypotheses&lt;/li&gt;
&lt;li&gt;propose next investigative steps&lt;/li&gt;
&lt;li&gt;summarise insights in PDF, Markdown, or JSON&lt;/li&gt;
&lt;li&gt;follow structured reasoning workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What I learned from building it&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clear workflows = better decisions&lt;/li&gt;
&lt;li&gt;Tools give agents real capabilities&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Memory&lt;/strong&gt; makes agents &lt;strong&gt;human-like&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-agent structures&lt;/strong&gt; simplify complex tasks&lt;/li&gt;
&lt;li&gt;Iteration sharpens intelligence&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This project made everything “click” for me.&lt;br&gt;
I didn’t just understand agents —&lt;br&gt;
I &lt;em&gt;built&lt;/em&gt; one that could reason.&lt;/p&gt;

&lt;h2&gt;
  
  
  Challenges That Built Me
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Staying consistent&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Agents can wander off-task.&lt;br&gt;
Learning how to frame instructions and evaluate outputs strengthened my &lt;strong&gt;prompt engineering skills&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Getting reasoning right&lt;/strong&gt;&lt;br&gt;
Detective logic isn’t &lt;em&gt;linear&lt;/em&gt;.&lt;br&gt;
Designing step-by-step logic taught me how to structure an agent’s mind.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Fighting self-doubt&lt;/strong&gt;&lt;br&gt;
Every time the agent failed, I wondered if I was capable enough.&lt;br&gt;
But every time I fixed it, I realised:&lt;br&gt;
&lt;strong&gt;Curiosity carries you through the moments confidence cannot&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  How My Understanding of AI Agents Evolved
&lt;/h2&gt;

&lt;p&gt;Before the course:&lt;br&gt;
Agents felt like a &lt;em&gt;mysterious technology&lt;/em&gt; meant for advanced professionals.&lt;/p&gt;

&lt;p&gt;After the course:&lt;br&gt;
Agents feel like &lt;strong&gt;structured&lt;/strong&gt;, &lt;strong&gt;modular&lt;/strong&gt;, &lt;strong&gt;understandable systems&lt;/strong&gt; that I can &lt;strong&gt;create, modify, and scale&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Learning about &lt;strong&gt;actions&lt;/strong&gt;, &lt;strong&gt;tools&lt;/strong&gt;, &lt;strong&gt;memory&lt;/strong&gt;, &lt;strong&gt;sessions&lt;/strong&gt;, and &lt;strong&gt;multi-agents&lt;/strong&gt; My view shifted from:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“AI responds.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;to:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“AI acts, remembers, coordinates, and thinks within systems I design.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That realisation changed everything.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where Curiosity Leads Me Next
&lt;/h2&gt;

&lt;p&gt;I’m excited to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;continue improving my &lt;strong&gt;Crime Scene Agent&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;build stronger multi-agent systems&lt;/li&gt;
&lt;li&gt;explore agent memory and personalisation&lt;/li&gt;
&lt;li&gt;work on &lt;strong&gt;production-grade workflows&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;participate in more AI challenges&lt;/li&gt;
&lt;li&gt;and keep building with confidence&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This intensive didn’t just improve my skills,&lt;br&gt;
It expanded my vision of what I can create.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Reflection: When Curiosity Becomes Growth
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;&lt;em&gt;5-Day AI Agents Intensive&lt;/em&gt;&lt;/strong&gt; was more than a course.&lt;br&gt;
It was a shift in mindset.&lt;/p&gt;

&lt;p&gt;I began with &lt;em&gt;curiosity&lt;/em&gt;.&lt;br&gt;
I left with &lt;em&gt;clarity&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;I began &lt;em&gt;unsure&lt;/em&gt;.&lt;br&gt;
I left &lt;em&gt;empowered.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I began as a &lt;em&gt;learner&lt;/em&gt;.&lt;br&gt;
I left as a &lt;em&gt;builder&lt;/em&gt;, someone who understands not just how agents work, but how to design intelligence with purpose.&lt;/p&gt;

&lt;p&gt;Thank you to &lt;strong&gt;Google, Kaggle&lt;/strong&gt;, and the instructors for creating an experience that felt transformative both technically and personally.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here’s to where curiosity leads next.&lt;/strong&gt; ✨&lt;/p&gt;

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