<?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: Umadevi R</title>
    <description>The latest articles on DEV Community by Umadevi R (@umadevi_rajkumar_012).</description>
    <link>https://dev.to/umadevi_rajkumar_012</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%2F1955170%2Fcd1e557f-3a13-4591-9b52-e2586f81592d.jpg</url>
      <title>DEV Community: Umadevi R</title>
      <link>https://dev.to/umadevi_rajkumar_012</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/umadevi_rajkumar_012"/>
    <language>en</language>
    <item>
      <title>🧠 From Prompts(where almost everyone starts with LLMs) to Autonomous Teams(where agentic systems live)</title>
      <dc:creator>Umadevi R</dc:creator>
      <pubDate>Sat, 13 Dec 2025 14:23:38 +0000</pubDate>
      <link>https://dev.to/umadevi_rajkumar_012/from-promptswhere-almost-everyone-starts-with-llms-to-autonomous-teamswhere-agentic-systems-63g</link>
      <guid>https://dev.to/umadevi_rajkumar_012/from-promptswhere-almost-everyone-starts-with-llms-to-autonomous-teamswhere-agentic-systems-63g</guid>
      <description>&lt;h2&gt;
  
  
  My Journey Through the Google &amp;amp; Kaggle AI Agents Intensive
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/google-kaggle-ai-agents-2025-11-10"&gt;Google AI Agents Writing Challenge&lt;/a&gt;: Learning Reflections.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I Signed Up
&lt;/h2&gt;

&lt;p&gt;I had worked with large language models before this course—writing prompts, refining outputs, and integrating them into applications. But something always felt incomplete.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;5-Day AI Agents Intensive by Google and Kaggle&lt;/strong&gt; promised to answer a question I kept coming back to:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;How do we move from a single intelligent response to systems that can think, act, remember, and collaborate?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;By the end of the course, I wasn’t just building AI-powered apps anymore—I was designing &lt;strong&gt;agentic systems&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Day 1: Introduction to Agents — A Mental Model Shift
&lt;/h2&gt;

&lt;p&gt;Day one fundamentally changed how I think about AI.&lt;/p&gt;

&lt;p&gt;Instead of viewing LLMs as enhanced chatbots, the course introduced &lt;strong&gt;AI agents as autonomous entities&lt;/strong&gt; with goals, decision-making ability, and the capacity to operate within a system.&lt;/p&gt;

&lt;p&gt;What stood out most was understanding how &lt;strong&gt;agentic architectures differ from traditional LLM applications&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
Agents are not just invoked—they &lt;em&gt;act&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;This laid the groundwork for everything that followed.&lt;/p&gt;




&lt;h2&gt;
  
  
  Day 2: Agent Tools &amp;amp; Interoperability with MCP
&lt;/h2&gt;

&lt;p&gt;Day two focused on how agents interact with the world through &lt;strong&gt;tools&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;We explored how AI agents can take real actions by leveraging external APIs and services, and how the &lt;strong&gt;Model Context Protocol (MCP)&lt;/strong&gt; simplifies tool discovery and interoperability.&lt;/p&gt;

&lt;p&gt;Key learnings:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tools transform agents from responders into actors&lt;/li&gt;
&lt;li&gt;MCP reduces integration complexity&lt;/li&gt;
&lt;li&gt;Standardized tool access improves scalability and safety&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This shifted my mindset from “LLMs that know things” to &lt;strong&gt;agents that do things responsibly&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Day 3: Context Engineering — Sessions &amp;amp; Memory
&lt;/h2&gt;

&lt;p&gt;This day had the biggest impact on my thinking.&lt;/p&gt;

&lt;p&gt;We learned how to design agents that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Maintain short-term session context&lt;/li&gt;
&lt;li&gt;Persist long-term memory&lt;/li&gt;
&lt;li&gt;Handle complex, multi-turn interactions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The key realization:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Memory is not an enhancement—it’s a requirement.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;An agent without memory can answer.&lt;br&gt;
An agent with memory can &lt;strong&gt;support, adapt, and evolve&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Day 4: Agent Quality — Reliability Over Brilliance
&lt;/h2&gt;

&lt;p&gt;Day four focused on building &lt;strong&gt;trustworthy agents&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Topics included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Observability&lt;/li&gt;
&lt;li&gt;Logging and tracing&lt;/li&gt;
&lt;li&gt;Evaluation metrics&lt;/li&gt;
&lt;li&gt;Performance monitoring&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One insight stood out clearly:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A reliable agent is more valuable than a clever one.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Understanding agent behavior through evaluation and tracing is essential—especially in multi-agent systems.&lt;/p&gt;




&lt;h2&gt;
  
  
  Day 5: Prototype to Production — Thinking Beyond Demos
&lt;/h2&gt;

&lt;p&gt;The final day bridged experimentation and real-world deployment.&lt;/p&gt;

&lt;p&gt;We learned best practices for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Deploying and scaling agents&lt;/li&gt;
&lt;li&gt;Moving beyond local testing&lt;/li&gt;
&lt;li&gt;Building truly multi-agent systems&lt;/li&gt;
&lt;li&gt;Coordinating agents using the &lt;strong&gt;Agent2Agent (A2A) Protocol&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This reinforced that production-grade agents require clear boundaries, communication standards, and coordination mechanisms.&lt;/p&gt;




&lt;h2&gt;
  
  
  Capstone Project: SerenitySphere
&lt;/h2&gt;

&lt;p&gt;All of these learnings came together in my capstone project:&lt;/p&gt;

&lt;h3&gt;
  
  
  🎥 Demo Video
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=GwV3ugxAHvY" rel="noopener noreferrer"&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%2Fk37ij3vgt9ydmpl7bvcq.jpg" alt="SerenitySphere Demo Video" width="480" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A short walkthrough of &lt;strong&gt;SerenitySphere&lt;/strong&gt;, demonstrating how multiple AI agents collaborate to provide emotionally safe, structured support.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;👉 &lt;strong&gt;SerenitySphere – A Multi-Agent Emotional Healing Companion&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.kaggle.com/competitions/agents-intensive-capstone-project/writeups/serenitysphere-multi-agent-emotional-healing-c" rel="noopener noreferrer"&gt;https://www.kaggle.com/competitions/agents-intensive-capstone-project/writeups/serenitysphere-multi-agent-emotional-healing-c&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;SerenitySphere is a multi-agent system where each agent has a focused responsibility:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;One agent listens and understands emotional context&lt;/li&gt;
&lt;li&gt;Another reflects and reframes emotions&lt;/li&gt;
&lt;li&gt;Another provides grounding and coping strategies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of a single overloaded model, the system relies on collaboration, memory, and structured workflows—directly inspired by the course.&lt;/p&gt;




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

&lt;p&gt;Before this course:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Agents felt abstract&lt;/li&gt;
&lt;li&gt;Multi-agent systems felt fragile&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After this course:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Agents feel architectural&lt;/li&gt;
&lt;li&gt;Multi-agent systems feel intentional&lt;/li&gt;
&lt;li&gt;Tools, memory, and protocols feel foundational&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I no longer see agents as smart prompts.&lt;br&gt;&lt;br&gt;
I see them as &lt;strong&gt;software systems with behavior&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I’m Taking Forward
&lt;/h2&gt;

&lt;p&gt;This course reshaped how I approach AI system design:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Design agents with clear roles&lt;/li&gt;
&lt;li&gt;Treat memory as a first-class concept&lt;/li&gt;
&lt;li&gt;Prioritize observability and evaluation&lt;/li&gt;
&lt;li&gt;Optimize for reliability over novelty&lt;/li&gt;
&lt;li&gt;Think in systems, not responses&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Final Reflection
&lt;/h2&gt;

&lt;p&gt;The Google &amp;amp; Kaggle AI Agents Intensive didn’t just teach me how to build agents—it taught me how to &lt;strong&gt;think like an agent architect&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;SerenitySphere exists because of that shift.&lt;/p&gt;

&lt;p&gt;This feels like just the beginning.&lt;/p&gt;




&lt;h2&gt;
  
  
  Helpful Links &amp;amp; Resources
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;AI Agents Intensive Course: &lt;a href="https://www.kaggle.com/learn-guide/5-day-agents" rel="noopener noreferrer"&gt;https://www.kaggle.com/learn-guide/5-day-agents&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Kaggle Discord: &lt;a href="https://discord.gg/E5QXE8Xm" rel="noopener noreferrer"&gt;https://discord.gg/E5QXE8Xm&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;SerenitySphere Capstone: &lt;a href="https://www.kaggle.com/competitions/agents-intensive-capstone-project/writeups/serenitysphere-multi-agent-emotional-healing-c" rel="noopener noreferrer"&gt;https://www.kaggle.com/competitions/agents-intensive-capstone-project/writeups/serenitysphere-multi-agent-emotional-healing-c&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

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