<?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: Mohammad Sijan</title>
    <description>The latest articles on DEV Community by Mohammad Sijan (@mohammadsijan).</description>
    <link>https://dev.to/mohammadsijan</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%2F3961082%2F9989329a-d7c4-4ee6-a5cf-e21bcdb3a442.png</url>
      <title>DEV Community: Mohammad Sijan</title>
      <link>https://dev.to/mohammadsijan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mohammadsijan"/>
    <language>en</language>
    <item>
      <title>I Built an AI Assistant for Bangladesh — Introducing RexiO</title>
      <dc:creator>Mohammad Sijan</dc:creator>
      <pubDate>Sun, 31 May 2026 11:19:57 +0000</pubDate>
      <link>https://dev.to/mohammadsijan/i-built-an-ai-assistant-for-bangladesh-introducing-rexio-1i8o</link>
      <guid>https://dev.to/mohammadsijan/i-built-an-ai-assistant-for-bangladesh-introducing-rexio-1i8o</guid>
      <description>&lt;p&gt;Most AI assistants are built for English speakers. I wanted to change that.&lt;/p&gt;

&lt;p&gt;RexiO is a premium AI assistant built specifically for Gen Z users in Bangladesh. It understands Bengali and Banglish naturally, searches the web in real-time, and builds a personal knowledge panel for every user — all in a fast, modern interface.&lt;/p&gt;

&lt;h2&gt;
  
  
  What RexiO Can Do
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Real-time Web Search&lt;/strong&gt; — RexiO searches the web live and summarizes results directly in the chat&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Personal Knowledge Panel&lt;/strong&gt; — RexiO builds a persistent knowledge base for each user, learning preferences and context over time to deliver increasingly personalized responses&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Voice Chat&lt;/strong&gt; — Full real-time voice interaction&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Live Weather&lt;/strong&gt; — Ask about weather anywhere and get instant results&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Image Search&lt;/strong&gt; — Ask for images and RexiO finds and displays them inline&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross-platform&lt;/strong&gt; — Available on Android (native app) and as a PWA for desktop and iOS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scheduled Tasks&lt;/strong&gt; &lt;em&gt;(Coming Soon)&lt;/em&gt; — Automate recurring tasks and set scheduled prompts directly inside the chat&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Challenge
&lt;/h2&gt;

&lt;p&gt;Building an AI assistant for Bangladeshi users is not just a translation problem. Users naturally mix Bengali and English in the same sentence — called Banglish. The system has to understand intent, not just language. That required building a custom multi-tier intent classification pipeline from scratch.&lt;/p&gt;

&lt;p&gt;On top of that, the backend had to handle real-time streaming responses, live web search, personalized memory, and voice — all simultaneously, reliably, on production-grade infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  Architecture Decisions
&lt;/h2&gt;

&lt;p&gt;The backend is built as a microservice architecture with three isolated services — each chosen for what it does best.&lt;/p&gt;

&lt;p&gt;The public gateway prioritizes zero-latency streaming with no buffering on SSE connections. The core engine handles all stateful business logic, real-time sessions, authentication, and payments. The AI layer runs as a completely isolated service for agent workflows, web scraping, intent classification, and multi-agent coordination.&lt;/p&gt;

&lt;p&gt;This separation means each layer can be scaled, updated, or replaced independently without touching the others.&lt;/p&gt;

&lt;p&gt;The personal knowledge panel runs as an asynchronous background system — it learns from every conversation without adding any latency to the main chat response.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;RexiO is currently in development and launching soon. The goal is simple — make cutting-edge AI feel native for millions of Bangla-speaking users who deserve better than a translated chatbot.&lt;/p&gt;

&lt;p&gt;Check it out at &lt;a href="https://rexio.pro.bd" rel="noopener noreferrer"&gt;rexio.pro.bd&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Built by SpritEX — a Bangladesh-based AI company.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>nlp</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
