<?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: Chidari Sandeep</title>
    <description>The latest articles on DEV Community by Chidari Sandeep (@chidari_sandeep_c8e0478a1).</description>
    <link>https://dev.to/chidari_sandeep_c8e0478a1</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%2F3913955%2F349afc77-42cc-49e9-8f4b-20861d69c78c.png</url>
      <title>DEV Community: Chidari Sandeep</title>
      <link>https://dev.to/chidari_sandeep_c8e0478a1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chidari_sandeep_c8e0478a1"/>
    <language>en</language>
    <item>
      <title>XeL Studio: The Power of an Autonomous Agentic Workflow</title>
      <dc:creator>Chidari Sandeep</dc:creator>
      <pubDate>Wed, 13 May 2026 20:38:40 +0000</pubDate>
      <link>https://dev.to/chidari_sandeep_c8e0478a1/xel-studio-the-power-of-an-autonomous-agentic-workflow-48c1</link>
      <guid>https://dev.to/chidari_sandeep_c8e0478a1/xel-studio-the-power-of-an-autonomous-agentic-workflow-48c1</guid>
      <description>&lt;p&gt;If you've been following my updates, you might already be familiar with XeL Studio. If you haven't seen it yet, a quick search on Google, Bing, Yahoo, or DuckDuckGo will bring it right up. Just look for the first Vercel-hosted result focused on "AI research and cybersecurity."&lt;/p&gt;

&lt;p&gt;Today, let's dive into what makes XeL Studio truly unique: its fully autonomous, agentic workflow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A Self-Driving Newsroom&lt;/strong&gt;&lt;br&gt;
The standout feature of the platform is the "AI Tech News" section, which operates entirely on autopilot. Every 30 minutes, the system wakes up, scours the internet for the latest tech news, writes an article, generates a relevant accompanying image, and publishes the complete post. &lt;/p&gt;

&lt;p&gt;More importantly, it is a self-managing system. The AI automatically cleans up its database every single day, deleting outdated news to keep the feed fresh. I haven't manually updated the code in two months, yet the platform continues to run flawlessly day in and day out with absolutely zero human intervention. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Interactive AI Labs&lt;/strong&gt;&lt;br&gt;
Beyond the automated newsfeed, I’ve also added our Rising Chat AI into the platform's AI Labs section. This makes it incredibly easy for anyone to jump in and start chatting with the bot directly on Telegram.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Under the Hood: A Robust Architecture&lt;/strong&gt;&lt;br&gt;
Managing this level of automation requires a solid technical foundation. But why use three different databases? Since the project relies entirely on free tiers, storage space is strictly limited. By weaving together three distinct systems, I engineered a unified, high-capacity storage network that bypasses individual limits while keeping operations fast and cost-free.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Supabase (PostgreSQL):&lt;/strong&gt; Acts as the primary brain for the news section, autonomously running queries and deleting old entries. &lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Firebase (NoSQL):&lt;/strong&gt; Powers the frontend, ensuring blazing-fast load times and handling local storage. &lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;JSON-Configured Database:&lt;/strong&gt; A dedicated setup specifically tuned to manage the automated news pipeline without bloating the main databases.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The Tech Stack &amp;amp; Infrastructure&lt;/strong&gt;&lt;br&gt;
The workload is split across two main environments. Why not just run everything on Vercel? While Vercel is fantastic for hosting frontends, serverless functions have strict timeout limits that kill long-running background tasks. To bypass this, GitHub Actions acts as a dedicated, secondary backend server to handle the heavy lifting (like news scraping and AI generation), while Vercel handles serving the dynamic frontend.&lt;/p&gt;

&lt;p&gt;Built from scratch with a unique concept, the platform leverages a modern stack. Why use multiple languages? Because each is perfectly suited for its specific job:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Python:&lt;/strong&gt; The absolute powerhouse behind the scenes, handling data scraping, automation logic, and AI processing.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Next.js, React, &amp;amp; TypeScript:&lt;/strong&gt; These dominate the frontend, working together to deliver a blazing-fast, highly interactive, and structurally secure user interface.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s a substantial codebase with over 50+ files. For an added touch, I’ve also integrated Microsoft’s text-to-speech voice to enhance accessibility.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;100% Free, Forever&lt;/strong&gt;&lt;br&gt;
Despite the advanced AI integrations and heavy backend automation, the best thing about XeL Studio remains the same: it is completely free. Even as I plan to roll out more features and expand its capabilities, it will always remain at zero cost to the users. &lt;/p&gt;

&lt;p&gt;Search for it today and experience a truly agentic website in action!&lt;/p&gt;

&lt;p&gt;GitHub Link: &lt;a href="https://github.com/SandeepAi369/xel-studio" rel="noopener noreferrer"&gt;https://github.com/SandeepAi369/xel-studio&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>XeL Studio: The Power of an Autonomous Agentic Workflow</title>
      <dc:creator>Chidari Sandeep</dc:creator>
      <pubDate>Tue, 12 May 2026 20:44:55 +0000</pubDate>
      <link>https://dev.to/chidari_sandeep_c8e0478a1/xel-studio-the-power-of-an-autonomous-agentic-workflow-47oj</link>
      <guid>https://dev.to/chidari_sandeep_c8e0478a1/xel-studio-the-power-of-an-autonomous-agentic-workflow-47oj</guid>
      <description>&lt;p&gt;Content:&lt;br&gt;
&lt;strong&gt;XeL Studio: The Power of an Autonomous Agentic Workflow&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you've been following my updates, you might already be familiar with XeL Studio. If you haven't seen it yet, a quick search on Google, Bing, Yahoo, or DuckDuckGo will bring it right up. Just look for the first Vercel-hosted result focused on "AI research and cybersecurity."&lt;/p&gt;

&lt;p&gt;Today, let's dive into what makes XeL Studio truly unique: its fully autonomous, agentic workflow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A Self-Driving Newsroom&lt;/strong&gt;&lt;br&gt;
The standout feature of the platform is the "AI Tech News" section, which operates entirely on autopilot. Every 30 minutes, the system wakes up, scours the internet for the latest tech news, writes an article, generates a relevant accompanying image, and publishes the complete post. &lt;/p&gt;

&lt;p&gt;More importantly, it is a self-managing system. The AI automatically cleans up its database every single day, deleting outdated news to keep the feed fresh. I haven't manually updated the code in two months, yet the platform continues to run flawlessly day in and day out with absolutely zero human intervention. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Interactive AI Labs&lt;/strong&gt;&lt;br&gt;
Beyond the automated newsfeed, I’ve also added our Rising Chat AI into the platform's AI Labs section. This makes it incredibly easy for anyone to jump in and start chatting with the bot directly on Telegram.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Under the Hood: A Robust Architecture&lt;/strong&gt;&lt;br&gt;
Managing this level of automation requires a solid technical foundation. But why use three different databases? Since the project relies entirely on free tiers, storage space is strictly limited. By weaving together three distinct systems, I engineered a unified, high-capacity storage network that bypasses individual limits while keeping operations fast and cost-free.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Supabase (PostgreSQL):&lt;/strong&gt; Acts as the primary brain for the news section, autonomously running queries and deleting old entries. &lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Firebase (NoSQL):&lt;/strong&gt; Powers the frontend, ensuring blazing-fast load times and handling local storage. &lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;JSON-Configured Database:&lt;/strong&gt; A dedicated setup specifically tuned to manage the automated news pipeline without bloating the main databases.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The Tech Stack &amp;amp; Infrastructure&lt;/strong&gt;&lt;br&gt;
The workload is split across two main environments. Why not just run everything on Vercel? While Vercel is fantastic for hosting frontends, serverless functions have strict timeout limits that kill long-running background tasks. To bypass this, GitHub Actions acts as a dedicated, secondary backend server to handle the heavy lifting (like news scraping and AI generation), while Vercel handles serving the dynamic frontend.&lt;/p&gt;

&lt;p&gt;Built from scratch with a unique concept, the platform leverages a modern stack. Why use multiple languages? Because each is perfectly suited for its specific job:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Python:&lt;/strong&gt; The absolute powerhouse behind the scenes, handling data scraping, automation logic, and AI processing.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Next.js, React, &amp;amp; TypeScript:&lt;/strong&gt; These dominate the frontend, working together to deliver a blazing-fast, highly interactive, and structurally secure user interface.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s a substantial codebase with over 50+ files. For an added touch, I’ve also integrated Microsoft’s text-to-speech voice to enhance accessibility.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;100% Free, Forever&lt;/strong&gt;&lt;br&gt;
Despite the advanced AI integrations and heavy backend automation, the best thing about XeL Studio remains the same: it is completely free. Even as I plan to roll out more features and expand its capabilities, it will always remain at zero cost to the users. &lt;/p&gt;

&lt;p&gt;Search for it today and experience a truly agentic website in action!&lt;/p&gt;

&lt;p&gt;GitHub Link: &lt;a href="https://github.com/SandeepAi369/xel-studio" rel="noopener noreferrer"&gt;https://github.com/SandeepAi369/xel-studio&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>XeL Studio: The Power of an Autonomous Agentic Workflow</title>
      <dc:creator>Chidari Sandeep</dc:creator>
      <pubDate>Tue, 12 May 2026 20:39:20 +0000</pubDate>
      <link>https://dev.to/chidari_sandeep_c8e0478a1/xel-studio-the-power-of-an-autonomous-agentic-workflow-2e6l</link>
      <guid>https://dev.to/chidari_sandeep_c8e0478a1/xel-studio-the-power-of-an-autonomous-agentic-workflow-2e6l</guid>
      <description>&lt;p&gt;Content:&lt;br&gt;
&lt;strong&gt;XeL Studio: The Power of an Autonomous Agentic Workflow&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you've been following my updates, you might already be familiar with XeL Studio. If you haven't seen it yet, a quick search on Google, Bing, Yahoo, or DuckDuckGo will bring it right up. Just look for the first Vercel-hosted result focused on "AI research and cybersecurity."&lt;/p&gt;

&lt;p&gt;Today, let's dive into what makes XeL Studio truly unique: its fully autonomous, agentic workflow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A Self-Driving Newsroom&lt;/strong&gt;&lt;br&gt;
The standout feature of the platform is the "AI Tech News" section, which operates entirely on autopilot. Every 30 minutes, the system wakes up, scours the internet for the latest tech news, writes an article, generates a relevant accompanying image, and publishes the complete post. &lt;/p&gt;

&lt;p&gt;More importantly, it is a self-managing system. The AI automatically cleans up its database every single day, deleting outdated news to keep the feed fresh. I haven't manually updated the code in two months, yet the platform continues to run flawlessly day in and day out with absolutely zero human intervention. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Interactive AI Labs&lt;/strong&gt;&lt;br&gt;
Beyond the automated newsfeed, I’ve also added our Rising Chat AI into the platform's AI Labs section. This makes it incredibly easy for anyone to jump in and start chatting with the bot directly on Telegram.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Under the Hood: A Robust Architecture&lt;/strong&gt;&lt;br&gt;
Managing this level of automation requires a solid technical foundation. But why use three different databases? Since the project relies entirely on free tiers, storage space is strictly limited. By weaving together three distinct systems, I engineered a unified, high-capacity storage network that bypasses individual limits while keeping operations fast and cost-free.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Supabase (PostgreSQL):&lt;/strong&gt; Acts as the primary brain for the news section, autonomously running queries and deleting old entries. &lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Firebase (NoSQL):&lt;/strong&gt; Powers the frontend, ensuring blazing-fast load times and handling local storage. &lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;JSON-Configured Database:&lt;/strong&gt; A dedicated setup specifically tuned to manage the automated news pipeline without bloating the main databases.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The Tech Stack &amp;amp; Infrastructure&lt;/strong&gt;&lt;br&gt;
The workload is split across two main environments. Why not just run everything on Vercel? While Vercel is fantastic for hosting frontends, serverless functions have strict timeout limits that kill long-running background tasks. To bypass this, GitHub Actions acts as a dedicated, secondary backend server to handle the heavy lifting (like news scraping and AI generation), while Vercel handles serving the dynamic frontend.&lt;/p&gt;

&lt;p&gt;Built from scratch with a unique concept, the platform leverages a modern stack. Why use multiple languages? Because each is perfectly suited for its specific job:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Python:&lt;/strong&gt; The absolute powerhouse behind the scenes, handling data scraping, automation logic, and AI processing.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Next.js, React, &amp;amp; TypeScript:&lt;/strong&gt; These dominate the frontend, working together to deliver a blazing-fast, highly interactive, and structurally secure user interface.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s a substantial codebase with over 50+ files. For an added touch, I’ve also integrated Microsoft’s text-to-speech voice to enhance accessibility.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;100% Free, Forever&lt;/strong&gt;&lt;br&gt;
Despite the advanced AI integrations and heavy backend automation, the best thing about XeL Studio remains the same: it is completely free. Even as I plan to roll out more features and expand its capabilities, it will always remain at zero cost to the users. &lt;/p&gt;

&lt;p&gt;Search for it today and experience a truly agentic website in action!&lt;/p&gt;

&lt;p&gt;GitHub Link: &lt;a href="https://github.com/SandeepAi369/xel-studio" rel="noopener noreferrer"&gt;https://github.com/SandeepAi369/xel-studio&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>XeL Studio: The Power of an Autonomous Agentic Workflow</title>
      <dc:creator>Chidari Sandeep</dc:creator>
      <pubDate>Tue, 12 May 2026 20:32:50 +0000</pubDate>
      <link>https://dev.to/chidari_sandeep_c8e0478a1/xel-studio-the-power-of-an-autonomous-agentic-workflow-4a0n</link>
      <guid>https://dev.to/chidari_sandeep_c8e0478a1/xel-studio-the-power-of-an-autonomous-agentic-workflow-4a0n</guid>
      <description>&lt;p&gt;Content:&lt;br&gt;
&lt;strong&gt;XeL Studio: The Power of an Autonomous Agentic Workflow&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you've been following my updates, you might already be familiar with XeL Studio. If you haven't seen it yet, a quick search on Google, Bing, Yahoo, or DuckDuckGo will bring it right up. Just look for the first Vercel-hosted result focused on "AI research and cybersecurity."&lt;/p&gt;

&lt;p&gt;Today, let's dive into what makes XeL Studio truly unique: its fully autonomous, agentic workflow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A Self-Driving Newsroom&lt;/strong&gt;&lt;br&gt;
The standout feature of the platform is the "AI Tech News" section, which operates entirely on autopilot. Every 30 minutes, the system wakes up, scours the internet for the latest tech news, writes an article, generates a relevant accompanying image, and publishes the complete post. &lt;/p&gt;

&lt;p&gt;More importantly, it is a self-managing system. The AI automatically cleans up its database every single day, deleting outdated news to keep the feed fresh. I haven't manually updated the code in two months, yet the platform continues to run flawlessly day in and day out with absolutely zero human intervention. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Interactive AI Labs&lt;/strong&gt;&lt;br&gt;
Beyond the automated newsfeed, I’ve also added our Rising Chat AI into the platform's AI Labs section. This makes it incredibly easy for anyone to jump in and start chatting with the bot directly on Telegram.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Under the Hood: A Robust Architecture&lt;/strong&gt;&lt;br&gt;
Managing this level of automation requires a solid technical foundation. But why use three different databases? Since the project relies entirely on free tiers, storage space is strictly limited. By weaving together three distinct systems, I engineered a unified, high-capacity storage network that bypasses individual limits while keeping operations fast and cost-free.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Supabase (PostgreSQL):&lt;/strong&gt; Acts as the primary brain for the news section, autonomously running queries and deleting old entries. &lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Firebase (NoSQL):&lt;/strong&gt; Powers the frontend, ensuring blazing-fast load times and handling local storage. &lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;JSON-Configured Database:&lt;/strong&gt; A dedicated setup specifically tuned to manage the automated news pipeline without bloating the main databases.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The Tech Stack &amp;amp; Infrastructure&lt;/strong&gt;&lt;br&gt;
The workload is split across two main environments. Why not just run everything on Vercel? While Vercel is fantastic for hosting frontends, serverless functions have strict timeout limits that kill long-running background tasks. To bypass this, GitHub Actions acts as a dedicated, secondary backend server to handle the heavy lifting (like news scraping and AI generation), while Vercel handles serving the dynamic frontend.&lt;/p&gt;

&lt;p&gt;Built from scratch with a unique concept, the platform leverages a modern stack. Why use multiple languages? Because each is perfectly suited for its specific job:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Python:&lt;/strong&gt; The absolute powerhouse behind the scenes, handling data scraping, automation logic, and AI processing.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Next.js, React, &amp;amp; TypeScript:&lt;/strong&gt; These dominate the frontend, working together to deliver a blazing-fast, highly interactive, and structurally secure user interface.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s a substantial codebase with over 50+ files. For an added touch, I’ve also integrated Microsoft’s text-to-speech voice to enhance accessibility.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;100% Free, Forever&lt;/strong&gt;&lt;br&gt;
Despite the advanced AI integrations and heavy backend automation, the best thing about XeL Studio remains the same: it is completely free. Even as I plan to roll out more features and expand its capabilities, it will always remain at zero cost to the users. &lt;/p&gt;

&lt;p&gt;Search for it today and experience a truly agentic website in action!&lt;/p&gt;

&lt;p&gt;GitHub Link: &lt;a href="https://github.com/SandeepAi369/xel-studio" rel="noopener noreferrer"&gt;https://github.com/SandeepAi369/xel-studio&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>XeL Studio: The Power of an Autonomous Agentic Workflow</title>
      <dc:creator>Chidari Sandeep</dc:creator>
      <pubDate>Tue, 12 May 2026 19:56:27 +0000</pubDate>
      <link>https://dev.to/chidari_sandeep_c8e0478a1/xel-studio-the-power-of-an-autonomous-agentic-workflow-3l9g</link>
      <guid>https://dev.to/chidari_sandeep_c8e0478a1/xel-studio-the-power-of-an-autonomous-agentic-workflow-3l9g</guid>
      <description></description>
    </item>
    <item>
      <title>Why I rewrote my 90+ Engine Meta-Search in Rust 🦀</title>
      <dc:creator>Chidari Sandeep</dc:creator>
      <pubDate>Wed, 06 May 2026 10:13:15 +0000</pubDate>
      <link>https://dev.to/chidari_sandeep_c8e0478a1/why-i-rewrote-my-90-engine-meta-search-in-rust-41l5</link>
      <guid>https://dev.to/chidari_sandeep_c8e0478a1/why-i-rewrote-my-90-engine-meta-search-in-rust-41l5</guid>
      <description>&lt;p&gt;Just testing out my automated dev-log pipeline for &lt;strong&gt;SearchWala&lt;/strong&gt;. Moving from Python to Rust dropped my RAM from 512 MB → 38 MB and made cold starts nearly instant. Here's the short version of why and how.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;SearchWala aggregates results from &lt;strong&gt;90+ search engines&lt;/strong&gt; — Google, Bing, DuckDuckGo, Brave, Mojeek, and dozens of niche/academic sources. The original Python stack (FastAPI + asyncio + BeautifulSoup) worked, but:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;RAM hungry&lt;/strong&gt;: Each worker held parsed DOM trees in memory. Under load, a single instance ate ~512 MB.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cold start pain&lt;/strong&gt;: On a fresh container, Python import chains + dependency init took 4-6 seconds.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GIL bottleneck&lt;/strong&gt;: True parallelism across 90 engines was faked with async I/O, but CPU-bound parsing still serialized.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Rust Rewrite
&lt;/h2&gt;

&lt;p&gt;I rewrote the core in Rust using &lt;code&gt;tokio&lt;/code&gt; for async, &lt;code&gt;reqwest&lt;/code&gt; for HTTP, and &lt;code&gt;scraper&lt;/code&gt; for HTML parsing. The results:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Metric&lt;/th&gt;
&lt;th&gt;Python&lt;/th&gt;
&lt;th&gt;Rust&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;RAM (idle)&lt;/td&gt;
&lt;td&gt;512 MB&lt;/td&gt;
&lt;td&gt;38 MB&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cold start&lt;/td&gt;
&lt;td&gt;4.2s&lt;/td&gt;
&lt;td&gt;0.3s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;P95 latency (90 engines)&lt;/td&gt;
&lt;td&gt;2.8s&lt;/td&gt;
&lt;td&gt;0.9s&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Binary size&lt;/td&gt;
&lt;td&gt;~180 MB (venv)&lt;/td&gt;
&lt;td&gt;12 MB&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The dual-path LLM synthesis pipeline (lite mode for speed, research mode for depth) stayed as a sidecar microservice, but all search orchestration, ranking (BM25 + Reciprocal Rank Fusion), and content extraction now run natively in Rust.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Takeaway
&lt;/h2&gt;

&lt;p&gt;If your I/O-heavy Python service is eating memory and you need predictable latency — Rust with &lt;code&gt;tokio&lt;/code&gt; is the move. Not everything needs a rewrite, but the hot path absolutely does.&lt;/p&gt;

&lt;p&gt;Check out the full source code and drop a star on GitHub: &lt;a href="https://github.com/SandeepAi369/SearchWala" rel="noopener noreferrer"&gt;SearchWala on GitHub&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rust</category>
      <category>python</category>
      <category>searchengine</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Building a 90+ engine meta-search in Rust [TEST-0x8A7B]</title>
      <dc:creator>Chidari Sandeep</dc:creator>
      <pubDate>Wed, 06 May 2026 08:57:53 +0000</pubDate>
      <link>https://dev.to/chidari_sandeep_c8e0478a1/building-a-90-engine-meta-search-in-rust-test-0x8a7b-2jh5</link>
      <guid>https://dev.to/chidari_sandeep_c8e0478a1/building-a-90-engine-meta-search-in-rust-test-0x8a7b-2jh5</guid>
      <description>&lt;p&gt;Just testing out my automated dev-log pipeline for SearchWala. Moving from Python to Rust dropped my RAM usage significantly.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Building a 90+ engine meta-search in Rust</title>
      <dc:creator>Chidari Sandeep</dc:creator>
      <pubDate>Wed, 06 May 2026 08:50:29 +0000</pubDate>
      <link>https://dev.to/chidari_sandeep_c8e0478a1/building-a-90-engine-meta-search-in-rust-199o</link>
      <guid>https://dev.to/chidari_sandeep_c8e0478a1/building-a-90-engine-meta-search-in-rust-199o</guid>
      <description>&lt;p&gt;I just set up an automated dev&lt;/p&gt;

</description>
    </item>
    <item>
      <title>SearchWala: I Built a Blazing-Fast Meta-Search Engine in Rust That Queries 90+ Engines Simultaneously</title>
      <dc:creator>Chidari Sandeep</dc:creator>
      <pubDate>Tue, 05 May 2026 12:10:48 +0000</pubDate>
      <link>https://dev.to/chidari_sandeep_c8e0478a1/searchwala-i-built-a-blazing-fast-meta-search-engine-in-rust-that-queries-90-engines-bo1</link>
      <guid>https://dev.to/chidari_sandeep_c8e0478a1/searchwala-i-built-a-blazing-fast-meta-search-engine-in-rust-that-queries-90-engines-bo1</guid>
      <description>&lt;p&gt;Hey devs! I want to share a project I have been working on called &lt;strong&gt;SearchWala&lt;/strong&gt; (Swift-Search-RS).&lt;/p&gt;

&lt;h2&gt;
  
  
  What is it?
&lt;/h2&gt;

&lt;p&gt;SearchWala is an open-source meta-search engine written in Rust that queries 90+ search engines simultaneously including Google, Bing, DuckDuckGo, Brave, Yandex, Baidu, and many more. It aggregates the results, scrapes the actual content, and can synthesize an AI-powered answer using any LLM provider you bring (Groq, OpenAI, Cerebras, etc).&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;90+ Search Engines&lt;/strong&gt;: Google (15 regional variants), Bing, DuckDuckGo, Brave, Yahoo, Qwant, Mojeek, Startpage, Wikipedia, and 60+ more&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dual LLM Pipeline&lt;/strong&gt;: Lite mode (fast BM25-ranked answer) and Research mode (iterative deep analysis across 200+ sources)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;5-Tier Content Extraction&lt;/strong&gt;: Intelligent article extraction that goes beyond simple scraping&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built in Rust&lt;/strong&gt;: Blazing fast with async Tokio runtime, 24 concurrent scrapers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;BYOK (Bring Your Own Key)&lt;/strong&gt;: Works with any OpenAI-compatible LLM provider&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy First&lt;/strong&gt;: No tracking, no ads, self-hostable&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Docker Ready&lt;/strong&gt;: Multi-stage build producing a tiny 15MB image&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Performance
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Scrapes and ranks 420 URLs in under 10 seconds&lt;/li&gt;
&lt;li&gt;BM25 ranking with phrase match bonuses&lt;/li&gt;
&lt;li&gt;Browser fingerprint rotation across 12 profiles to avoid blocks&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/SandeepAi369/Swift-Search-Rs" rel="noopener noreferrer"&gt;https://github.com/SandeepAi369/Swift-Search-Rs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear your feedback! Drop a comment if you have questions.&lt;/p&gt;

</description>
      <category>llm</category>
      <category>opensource</category>
      <category>rust</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
