<?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: Vishal Singh</title>
    <description>The latest articles on DEV Community by Vishal Singh (@vishalsworkspace).</description>
    <link>https://dev.to/vishalsworkspace</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%2F3994410%2F5ae07efe-be82-4222-8b84-440a0033a4f5.jpeg</url>
      <title>DEV Community: Vishal Singh</title>
      <link>https://dev.to/vishalsworkspace</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vishalsworkspace"/>
    <language>en</language>
    <item>
      <title>How I Built an Autonomous AI Tool Engine with MCP, Llama 3.3, and Automated Hugging Face Pipelines</title>
      <dc:creator>Vishal Singh</dc:creator>
      <pubDate>Fri, 31 Jul 2026 14:40:33 +0000</pubDate>
      <link>https://dev.to/vishalsworkspace/how-i-built-an-autonomous-ai-tool-engine-with-mcp-llama-33-and-automated-hugging-face-pipelines-31nd</link>
      <guid>https://dev.to/vishalsworkspace/how-i-built-an-autonomous-ai-tool-engine-with-mcp-llama-33-and-automated-hugging-face-pipelines-31nd</guid>
      <description>&lt;p&gt;Most AI tool directories suffer from two issues: they are statically hardcoded, and they break when you search by intent instead of exact keywords.&lt;/p&gt;

&lt;p&gt;I built AI Tool Hunter V2 to solve this—turning a basic directory into an automated discovery engine, open-source dataset pipeline, and Model Context Protocol (MCP) server.&lt;/p&gt;

&lt;p&gt;Here is a complete breakdown of the system architecture and the engineering trade-offs made along the way.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. The Autonomous Ingestion Pipeline&lt;/strong&gt;&lt;br&gt;
Rather than manually curating links, a daily GitHub Actions workflow (harvest.yml) triggers an ingestion script:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Live Web Scan: Tavily API queries web sources for newly launched software.&lt;/li&gt;
&lt;li&gt;Intent &amp;amp; Metadata Extraction: Raw payload is passed to Llama 3.3-70B via Groq. The model parses pricing structures, feature sets, and assigns intent-based categories.&lt;/li&gt;
&lt;li&gt;Deduplication &amp;amp; Storage: Clean records are verified against existing database entries and stored in Supabase (PostgreSQL with RLS).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2. The Open-Source Data Flywheel&lt;/strong&gt;&lt;br&gt;
To share this corpus with the open-source community, the daily cron pipeline doesn't stop at database insertion.&lt;br&gt;
It formats the updated database into a structured corpus and uses huggingface_hub to push a nightly commit directly to Hugging Face (AI-Tools-Corpus-2026).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Exposing the System via MCP&lt;/strong&gt; (Model Context Protocol)&lt;br&gt;
Modern developer tools live in the IDE. I built a dedicated MCP server hosted on Render so external LLMs (in Cursor, VS Code, or Claude Desktop) can call the search index natively.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tech Stack&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Frontend: Next.js 16, TypeScript, Tailwind CSS&lt;/li&gt;
&lt;li&gt;Backend &amp;amp; Auth: Supabase (Auth + RLS), Python, Render&lt;/li&gt;
&lt;li&gt;AI / Data: Groq (Llama 3.3-70B), Tavily API, Hugging Face Datasets&lt;/li&gt;
&lt;li&gt;DevOps: GitHub Actions, Model Context Protocol (MCP)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Links &amp;amp; Open Source:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Live App: (&lt;a href="https://ai-tool-hunter-eight.vercel.app/" rel="noopener noreferrer"&gt;https://ai-tool-hunter-eight.vercel.app/&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;GitHub Repo: (&lt;a href="https://github.com/VishalsWorkspace/AI-TOOL-HUNTER" rel="noopener noreferrer"&gt;https://github.com/VishalsWorkspace/AI-TOOL-HUNTER&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Hugging Face Corpus: (&lt;a href="https://huggingface.co/datasets/Vishalsworkspace/AI-Tools-Corpus-2026" rel="noopener noreferrer"&gt;https://huggingface.co/datasets/Vishalsworkspace/AI-Tools-Corpus-2026&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>buildinpublic</category>
      <category>ai</category>
      <category>nextjs</category>
      <category>mcp</category>
    </item>
  </channel>
</rss>
