<?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: Arul Mozhi</title>
    <description>The latest articles on DEV Community by Arul Mozhi (@arul_mozhi_95db9e19ae530e).</description>
    <link>https://dev.to/arul_mozhi_95db9e19ae530e</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%2F3659295%2Fd29c17b2-966a-4001-866a-f181364489fd.png</url>
      <title>DEV Community: Arul Mozhi</title>
      <link>https://dev.to/arul_mozhi_95db9e19ae530e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/arul_mozhi_95db9e19ae530e"/>
    <language>en</language>
    <item>
      <title>Building My First AI Cyber Guardian Agent: Reflections from the Google x Kaggle Intensive</title>
      <dc:creator>Arul Mozhi</dc:creator>
      <pubDate>Sat, 13 Dec 2025 03:27:51 +0000</pubDate>
      <link>https://dev.to/arul_mozhi_95db9e19ae530e/building-my-first-ai-cyber-guardian-agent-reflections-from-the-google-x-kaggle-intensive-2f2m</link>
      <guid>https://dev.to/arul_mozhi_95db9e19ae530e/building-my-first-ai-cyber-guardian-agent-reflections-from-the-google-x-kaggle-intensive-2f2m</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the Google AI Agents Writing Challenge: Learning Reflections&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Hi, I’m &lt;strong&gt;Arulmozhi M&lt;/strong&gt;, a first-year B.Tech CSE student specializing in Cyber Security at SRM University. I’m deeply interested in cybersecurity, AI, and building practical tools that make the digital world safer for everyone. Participating in the Google AI Agents Intensive with Kaggle has been one of the most transformative learning experiences of my academic journey. I joined the program with curiosity, but I walked away with clarity, confidence, and a fully working AI agent that I built from scratch.&lt;/p&gt;

&lt;h2&gt;
  
  
  🚀 Why I Joined
&lt;/h2&gt;

&lt;p&gt;As someone passionate about cybersecurity, I’ve always wanted to build tools that help people stay safe online. When I saw this intensive, I knew it was the perfect opportunity to learn how AI agents actually work — not just in theory, but in real, hands‑on ways.&lt;/p&gt;

&lt;h2&gt;
  
  
  🧠 What I Learned
&lt;/h2&gt;

&lt;p&gt;The biggest shift for me was understanding that &lt;strong&gt;AI agents are not just chatbots&lt;/strong&gt;. They are structured systems with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Main agents
&lt;/li&gt;
&lt;li&gt;Sub‑agents
&lt;/li&gt;
&lt;li&gt;Tools
&lt;/li&gt;
&lt;li&gt;Workflows
&lt;/li&gt;
&lt;li&gt;Policies and reasoning steps
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Some concepts that really clicked for me:&lt;/p&gt;

&lt;p&gt;✅ Modular agent design&lt;br&gt;&lt;br&gt;
✅ Tool‑calling and workflows&lt;br&gt;&lt;br&gt;
✅ Building responsibly with user trust&lt;br&gt;&lt;br&gt;
✅ Turning ideas into working prototypes  &lt;/p&gt;

&lt;h2&gt;
  
  
  🛡️ What I Built: &lt;em&gt;AI Cyber Guardian Agent&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;For my capstone project, I built an agent designed to &lt;strong&gt;educate, protect, and empower users in cyberspace&lt;/strong&gt; — especially beginners who may not understand digital risks.&lt;/p&gt;

&lt;h3&gt;
  
  
  My agent includes:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Q&amp;amp;A Sub‑Agent&lt;/strong&gt; – Answers common cyber safety questions
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Password Strength Checker&lt;/strong&gt; – Evaluates passwords with clear feedback
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Password Generator&lt;/strong&gt; – Creates strong, policy‑based passwords
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy Coach&lt;/strong&gt; – Tips for Wi‑Fi, UPI, Aadhaar, and more
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quiz Engine&lt;/strong&gt; – India‑specific cyber safety questions
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Visualization&lt;/strong&gt; – Brute-force resistance of passwords
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🔧 Challenges I Faced
&lt;/h2&gt;

&lt;p&gt;I struggled with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Structuring multiple sub‑agents
&lt;/li&gt;
&lt;li&gt;Managing dependencies in Kaggle
&lt;/li&gt;
&lt;li&gt;Designing a clean workflow
&lt;/li&gt;
&lt;li&gt;Making responses beginner-friendly
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But each challenge taught me something new — and the community, examples, and course materials helped me push through.&lt;/p&gt;

&lt;h2&gt;
  
  
  🌱 How This Changed Me
&lt;/h2&gt;

&lt;p&gt;Before this intensive, AI felt like a huge, complicated world.&lt;/p&gt;

&lt;p&gt;Now, it feels like a &lt;strong&gt;tool I can use&lt;/strong&gt;, not something I’m intimidated by.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;How to think like an AI engineer
&lt;/li&gt;
&lt;li&gt;How to design systems, not just code
&lt;/li&gt;
&lt;li&gt;How to build responsibly
&lt;/li&gt;
&lt;li&gt;How to turn ideas into working prototypes
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most importantly, I gained confidence that I &lt;em&gt;can&lt;/em&gt; build real AI tools—even as a first‑year student.&lt;/p&gt;

&lt;h2&gt;
  
  
  💬 Final Thoughts
&lt;/h2&gt;

&lt;p&gt;I’m grateful to Google, Kaggle, and the entire community for making this experience accessible, practical, and inspiring. This intensive didn’t just teach me AI—it opened a door to a future I’m excited to explore.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔗 My Project Notebook
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.kaggle.com/code/amozhi280/ai-cyber-guardian-agent" rel="noopener noreferrer"&gt;View my Kaggle notebook here&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  👤 About the Author
&lt;/h3&gt;

&lt;p&gt;I’m &lt;strong&gt;Arulmozhi M&lt;/strong&gt;, a first-year B.Tech CSE (Cyber Security) student from SRM University. I love exploring cybersecurity, AI agents, and real-world applications of technology. This was my first time building an AI agent from scratch—and it definitely won’t be the last.&lt;/p&gt;

&lt;h3&gt;
  
  
  🏷️ Tags
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;#googleaichallenge&lt;/code&gt; &lt;code&gt;#ai&lt;/code&gt; &lt;code&gt;#agents&lt;/code&gt; &lt;code&gt;#devchallenge&lt;/code&gt; &lt;code&gt;#cybersecurity&lt;/code&gt; &lt;code&gt;#studentprojects&lt;/code&gt; &lt;code&gt;#kaggle&lt;/code&gt;&lt;/p&gt;

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