<?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: Diana</title>
    <description>The latest articles on DEV Community by Diana (@evaaliya).</description>
    <link>https://dev.to/evaaliya</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4078423%2F794c8646-9a3b-4d27-bb0c-84e73a24fb05.jpeg</url>
      <title>DEV Community: Diana</title>
      <link>https://dev.to/evaaliya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/evaaliya"/>
    <language>en</language>
    <item>
      <title>Albuget WebMCP</title>
      <dc:creator>Diana</dc:creator>
      <pubDate>Mon, 07 Sep 2026 17:32:23 +0000</pubDate>
      <link>https://dev.to/evaaliya/albuget-webmcp-ajk</link>
      <guid>https://dev.to/evaaliya/albuget-webmcp-ajk</guid>
      <description>&lt;p&gt;Submitted my entry for the WebMCP Challenge: &lt;strong&gt;Albugent WebMCP&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Traditional data governance tools usually require shipping sensitive datasets to external servers to scan for PII and compliance risks. I wanted to see if we could do the entire pipeline locally, right inside the browser.&lt;/p&gt;

&lt;p&gt;Albugent runs SQLite WASM inside a Web Worker. All SQL queries, anomaly profiling, and data masking happen strictly in browser RAM—zero data leaves the client. The AI agent registers tools natively using the &lt;code&gt;document.modelContext&lt;/code&gt; WebMCP API, scans for unmasked PII, and proposes SQL remediation scripts. The human engineer always stays in the loop to review and approve the SQL before anything executes.&lt;/p&gt;

&lt;p&gt;Building a zero-backend governance engine with reactive state sync between WASM worker threads and React was definitely an intense engineering sprint, but really rewarding to see working end-to-end.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What’s Next:&lt;/strong&gt;&lt;br&gt;
Albugent was built as a privacy-first proof-of-concept to show what’s possible when WASM and AI agents run entirely on the client. To turn this into a fully usable, zero-cost utility for everyone, the next step on the roadmap is adding a &lt;strong&gt;BYOK (Bring Your Own Key)&lt;/strong&gt; option and local model support (via Ollama/WebLLM), along with drag-and-drop CSV and SQLite file loading.&lt;/p&gt;

&lt;p&gt;If you'd like to try it out or look through the code:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Live App: &lt;a href="https://albugent-webmcp-6mwn.vercel.app/" rel="noopener noreferrer"&gt;albugent&lt;/a&gt;
• GitHub: &lt;a href="https://github.com/evaaliya/albugent-webmcp" rel="noopener noreferrer"&gt;evaaliya&lt;/a&gt;
• Demo Video: &lt;a href="https://youtu.be/-gdDc3IR6iU?si=36hQwHRK0ZU3AiH4" rel="noopener noreferrer"&gt;matricula&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks to the team behind the WebMCP Challenge for organizing this!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;P.S.&lt;/strong&gt; Built this as a true human-AI collaboration — shoutout to AI coding tools for acting as a 24/7 pair programmer throughout the build.&lt;/p&gt;

&lt;h1&gt;
  
  
  BuildInPublic
&lt;/h1&gt;

</description>
      <category>webmcp</category>
      <category>ai</category>
      <category>mcp</category>
      <category>openai</category>
    </item>
  </channel>
</rss>
