<?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: ROSHNI YOGESH GAIKWAD</title>
    <description>The latest articles on DEV Community by ROSHNI YOGESH GAIKWAD (@roshni_yogeshgaikwad_62e).</description>
    <link>https://dev.to/roshni_yogeshgaikwad_62e</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%2F3799507%2Fd738b557-d593-4549-9eb4-51ae561f3df3.jpg</url>
      <title>DEV Community: ROSHNI YOGESH GAIKWAD</title>
      <link>https://dev.to/roshni_yogeshgaikwad_62e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/roshni_yogeshgaikwad_62e"/>
    <language>en</language>
    <item>
      <title>Building TrustGuard AI with Google Gemini: Explainable AI to Fight Scams</title>
      <dc:creator>ROSHNI YOGESH GAIKWAD</dc:creator>
      <pubDate>Sun, 01 Mar 2026 07:42:17 +0000</pubDate>
      <link>https://dev.to/roshni_yogeshgaikwad_62e/building-trustguard-ai-with-google-gemini-explainable-ai-to-fight-scams-bjg</link>
      <guid>https://dev.to/roshni_yogeshgaikwad_62e/building-trustguard-ai-with-google-gemini-explainable-ai-to-fight-scams-bjg</guid>
      <description>&lt;h1&gt;
  
  
  🛡️ &lt;strong&gt;Building TrustGuard AI with Google Gemini: Fighting Scams Using Explainable AI&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;&lt;em&gt;This is a submission for the **Built with Google Gemini: Writing Challenge&lt;/em&gt;* on DEV.*&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;🚀 How This Project Started&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The idea for &lt;strong&gt;TrustGuard AI&lt;/strong&gt; didn’t come from a hackathon prompt — it came from frustration.&lt;/p&gt;

&lt;p&gt;I kept seeing the same pattern everywhere:&lt;br&gt;&lt;br&gt;
fake job messages, scam links, phishing texts, and misleading offers that &lt;em&gt;looked legitimate&lt;/em&gt; at first glance. Most platforms tried to stop them using &lt;strong&gt;keyword-based filters&lt;/strong&gt;, but those systems either blocked genuine messages or missed clever scams entirely.&lt;/p&gt;

&lt;p&gt;I didn’t want another blacklist.&lt;br&gt;&lt;br&gt;
I wanted something that could &lt;strong&gt;think before judging&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That’s when I decided to build &lt;strong&gt;TrustGuard AI&lt;/strong&gt; — and that’s where &lt;strong&gt;Google Gemini&lt;/strong&gt; entered the picture.&lt;/p&gt;




&lt;p&gt;&lt;a href="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%2Fwixy9d3pwor290n525fg.png" class="article-body-image-wrapper"&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%2Fwixy9d3pwor290n525fg.png" alt=" " width="800" height="407"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;🧠 Why I Chose Google Gemini&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;I needed an AI that could do more than detect words.&lt;br&gt;&lt;br&gt;
I needed one that could &lt;strong&gt;understand intent&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Google Gemini stood out because it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reasoned over &lt;em&gt;context&lt;/em&gt;, not just text&lt;/li&gt;
&lt;li&gt;Explained &lt;em&gt;why&lt;/em&gt; it reached a decision&lt;/li&gt;
&lt;li&gt;Helped me design &lt;strong&gt;risk-based moderation&lt;/strong&gt;, not yes/no blocking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of asking &lt;em&gt;“Is this message bad?”&lt;/em&gt;, Gemini allowed me to ask:&lt;br&gt;&lt;br&gt;
&lt;strong&gt;“How risky is this, and what’s the smartest response?”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That shift shaped the entire project.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;🛠️ What I Built with Gemini&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Using Google Gemini, I built &lt;strong&gt;TrustGuard AI&lt;/strong&gt;, an &lt;strong&gt;AI-powered trust &amp;amp; safety system&lt;/strong&gt; that analyzes text, messages, and URLs in real time.&lt;/p&gt;

&lt;p&gt;TrustGuard AI:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Understands &lt;strong&gt;context&lt;/strong&gt;, not just keywords
&lt;/li&gt;
&lt;li&gt;Assigns &lt;strong&gt;risk scores&lt;/strong&gt; instead of binary decisions
&lt;/li&gt;
&lt;li&gt;Generates &lt;strong&gt;human-readable explanations&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Recommends &lt;strong&gt;intelligent moderation actions&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This makes it useful for:&lt;br&gt;
&lt;strong&gt;students, job seekers, NGOs, startups, and online communities&lt;/strong&gt; that deal with user-generated content daily.&lt;/p&gt;




&lt;p&gt;&lt;a href="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%2Fmc76s8foixihnt4ggxk2.png" class="article-body-image-wrapper"&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%2Fmc76s8foixihnt4ggxk2.png" alt=" " width="800" height="390"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;🔍 Seeing It Work (The “Aha” Moment)&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The first time I saw Gemini correctly distinguish a &lt;em&gt;legitimate job post&lt;/em&gt; from a &lt;em&gt;scam-style message&lt;/em&gt;, I knew the approach was working.&lt;/p&gt;

&lt;p&gt;Here’s what happens under the hood:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Gemini analyzes the &lt;strong&gt;semantic intent&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;The system assigns a &lt;strong&gt;risk score (0–100)&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;TrustGuard AI classifies it as &lt;em&gt;Low, Medium, or High Risk&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;An &lt;strong&gt;explainable summary&lt;/strong&gt; is generated&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;recommended action&lt;/strong&gt; appears (&lt;em&gt;Allow, Warn, Review, Block&lt;/em&gt;)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The key win wasn’t accuracy alone — it was &lt;strong&gt;clarity&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
The system could explain &lt;em&gt;why&lt;/em&gt; something was risky.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;🎥 Demo&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Live Demo:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://trust-guard-ai-taupe.vercel.app/welcome" rel="noopener noreferrer"&gt;https://trust-guard-ai-taupe.vercel.app/welcome&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;YouTube Walkthrough:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://youtu.be/9h4Fr6SAoy4?si=u1DNKvapUlVGAUiO" rel="noopener noreferrer"&gt;https://youtu.be/9h4Fr6SAoy4?si=u1DNKvapUlVGAUiO&lt;/a&gt;  &lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;💻 Code&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;GitHub Repository:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/roshnigaikwad1234/TrustGuard-AI" rel="noopener noreferrer"&gt;https://github.com/roshnigaikwad1234/TrustGuard-AI&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;The architecture is modular and designed for easy integration into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Chat applications
&lt;/li&gt;
&lt;li&gt;Job portals
&lt;/li&gt;
&lt;li&gt;Community platforms
&lt;/li&gt;
&lt;li&gt;Educational forums
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;📚 What This Project Taught Me&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Building TrustGuard AI changed how I think about AI systems.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Context beats keywords every time&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Explainability is not optional — it’s essential&lt;/li&gt;
&lt;li&gt;AI should &lt;strong&gt;support human decisions&lt;/strong&gt;, not replace them&lt;/li&gt;
&lt;li&gt;Google Gemini excels at &lt;strong&gt;reasoning and summarization&lt;/strong&gt;, not just generation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Beyond the technical side, I learned how to design AI with &lt;strong&gt;ethics, transparency, and user trust&lt;/strong&gt; in mind.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;🧪 My Honest Feedback on Google Gemini&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;What worked extremely well:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Strong intent understanding
&lt;/li&gt;
&lt;li&gt;Clear and natural explanations
&lt;/li&gt;
&lt;li&gt;Reliable reasoning across edge cases
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Where I’d love improvement:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Easier tuning for domain-specific moderation logic
&lt;/li&gt;
&lt;li&gt;More structured output controls for risk systems
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Overall, Gemini felt less like an API and more like a &lt;strong&gt;thinking collaborator&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;🌱 What’s Next for TrustGuard AI&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;This is only the beginning.&lt;/p&gt;

&lt;p&gt;Next, I plan to expand TrustGuard AI with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🌍 Multilingual scam detection
&lt;/li&gt;
&lt;li&gt;🔗 Advanced URL reputation analysis
&lt;/li&gt;
&lt;li&gt;📊 Moderator dashboards
&lt;/li&gt;
&lt;li&gt;🤝 Integrations with real-world community platforms
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;✨ Final Thoughts&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;TrustGuard AI represents a simple belief I now strongly hold:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;AI should protect communities, not silence them.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Google Gemini helped me turn that belief into a system that is &lt;strong&gt;practical, explainable, and community-first&lt;/strong&gt;.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Thanks for reading — and for supporting thoughtful, responsible AI.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>geminireflections</category>
      <category>gemini</category>
    </item>
    <item>
      <title>TrustGuard AI: Protecting Online Communities from Scams, Fake URLs &amp; Harmful Content</title>
      <dc:creator>ROSHNI YOGESH GAIKWAD</dc:creator>
      <pubDate>Sun, 01 Mar 2026 07:13:04 +0000</pubDate>
      <link>https://dev.to/roshni_yogeshgaikwad_62e/trustguard-ai-protecting-online-communities-from-scams-fake-urls-harmful-content-3k</link>
      <guid>https://dev.to/roshni_yogeshgaikwad_62e/trustguard-ai-protecting-online-communities-from-scams-fake-urls-harmful-content-3k</guid>
      <description>&lt;p&gt;&lt;a href="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%2Fg59puh67y16gnnqq33ye.png" class="article-body-image-wrapper"&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%2Fg59puh67y16gnnqq33ye.png" alt=" " width="800" height="404"&gt;&lt;/a&gt;# 🛡️ &lt;strong&gt;TrustGuard AI: Protecting Online Communities from Scams, Fake URLs &amp;amp; Harmful Content&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/weekend-2026-02-28"&gt;DEV Weekend Challenge: Community&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;🧑‍🤝‍🧑 The Community&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;TrustGuard AI&lt;/strong&gt; is built for &lt;strong&gt;online communities that depend on trust, safety, and meaningful communication&lt;/strong&gt;, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Students &amp;amp; educators&lt;/strong&gt; using discussion forums, study groups, and learning platforms
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;NGOs &amp;amp; social organizations&lt;/strong&gt; communicating with donors, volunteers, and beneficiaries
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Startups &amp;amp; indie developers&lt;/strong&gt; managing user-generated content with limited moderation resources
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Everyday internet users&lt;/strong&gt; exposed to scam messages, phishing links, and fake URLs
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As an active participant in tech and educational communities, I’ve seen how &lt;strong&gt;phishing links, scam messages, and harmful text&lt;/strong&gt; quietly erode trust. Most platforms still rely on &lt;strong&gt;basic keyword filtering&lt;/strong&gt;, which fails to understand &lt;em&gt;context&lt;/em&gt; and &lt;em&gt;intent&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TrustGuard AI was built to solve this exact problem.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;🛠️ What I Built&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;TrustGuard AI&lt;/strong&gt;, an &lt;strong&gt;AI-powered trust &amp;amp; safety moderation system&lt;/strong&gt; that analyzes text, messages, and URLs in real time.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;✨ Core Features&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🔍 &lt;strong&gt;Real-time analysis&lt;/strong&gt; of user-generated content
&lt;/li&gt;
&lt;li&gt;🚨 &lt;strong&gt;Detection of harmful intent&lt;/strong&gt; (scams, phishing, harassment, threats)
&lt;/li&gt;
&lt;li&gt;📊 &lt;strong&gt;Context-aware risk scoring&lt;/strong&gt; instead of binary allow/block decisions
&lt;/li&gt;
&lt;li&gt;🧠 &lt;strong&gt;Explainable AI insights&lt;/strong&gt; explaining &lt;em&gt;why&lt;/em&gt; content is flagged
&lt;/li&gt;
&lt;li&gt;🛤️ &lt;strong&gt;Smart moderation recommendations&lt;/strong&gt; (&lt;em&gt;allow&lt;/em&gt;, &lt;em&gt;warn&lt;/em&gt;, &lt;em&gt;review&lt;/em&gt;, &lt;em&gt;block&lt;/em&gt;)
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of simple filtering, &lt;strong&gt;TrustGuard AI focuses on &lt;em&gt;risk-based decision intelligence&lt;/em&gt;.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;🎥 Demo&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Live Demo:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://trust-guard-ai-taupe.vercel.app/welcome" rel="noopener noreferrer"&gt;https://trust-guard-ai-taupe.vercel.app/welcome&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;YouTube Walkthrough:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://youtu.be/9h4Fr6SAoy4?si=u1DNKvapUlVGAUiO" rel="noopener noreferrer"&gt;https://youtu.be/9h4Fr6SAoy4?si=u1DNKvapUlVGAUiO&lt;/a&gt;  &lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;💻 Code&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;GitHub Repository:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/roshnigaikwad1234/TrustGuard-AI" rel="noopener noreferrer"&gt;https://github.com/roshnigaikwad1234/TrustGuard-AI&lt;/a&gt;  &lt;/p&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;⚙️ How I Built It&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Interactive web interface for real-time analysis
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI Logic:&lt;/strong&gt; Context-aware text understanding focused on intent and risk
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployment:&lt;/strong&gt; Hosted on &lt;strong&gt;Vercel&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Design Approach:&lt;/strong&gt; Community-first moderation with transparency
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The system is extensible and can support:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;Multilingual moderation&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Advanced URL reputation checks&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Platform-specific moderation policies&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;strong&gt;🌱 Why This Matters&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Healthy communities are built on trust.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TrustGuard AI doesn’t just block content — it empowers communities to:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Protect users from scams and fake links
&lt;/li&gt;
&lt;li&gt;Reduce moderator workload
&lt;/li&gt;
&lt;li&gt;Maintain transparency through explainable AI
&lt;/li&gt;
&lt;li&gt;Foster safer and more inclusive online spaces
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;AI should support communities, not silence them.&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;strong&gt;🚀 Final Thoughts&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;If you manage a student forum, NGO platform, or startup community, &lt;strong&gt;TrustGuard AI acts as a smart safety layer that scales with your users.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
      <category>showdev</category>
      <category>firstpost</category>
    </item>
  </channel>
</rss>
