<?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: Chandan Kumar</title>
    <description>The latest articles on DEV Community by Chandan Kumar (@chandantochandan).</description>
    <link>https://dev.to/chandantochandan</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%2F3598336%2F5929a423-dd96-4003-a57a-bc9f96542b6d.png</url>
      <title>DEV Community: Chandan Kumar</title>
      <link>https://dev.to/chandantochandan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chandantochandan"/>
    <language>en</language>
    <item>
      <title>How I Built Vidurai: When Ancient Philosophy Meets Modern AI</title>
      <dc:creator>Chandan Kumar</dc:creator>
      <pubDate>Sun, 16 Nov 2025 17:20:49 +0000</pubDate>
      <link>https://dev.to/chandantochandan/how-i-built-vidurai-when-ancient-philosophy-meets-modern-ai-5b0o</link>
      <guid>https://dev.to/chandantochandan/how-i-built-vidurai-when-ancient-philosophy-meets-modern-ai-5b0o</guid>
      <description>&lt;p&gt;Introduction&lt;br&gt;
The problem: Context management in AI workflows is broken. Personal frustration: I was spending 60 seconds explaining every single bug to Claude or Copilot. This is adharma—it breaks your flow and drains your cognitive load.&lt;/p&gt;

&lt;p&gt;The Inspiration&lt;br&gt;
Vedantic philosophy: विस्मृति भी विद्या है ("Forgetting too is knowledge")&lt;/p&gt;

&lt;p&gt;Fuzzy-Trace Theory: Human memory relies on "gists" (semantic meaning), not "verbatim" (perfect recall).&lt;/p&gt;

&lt;p&gt;Neuroscience: Synaptic pruning (forgetting) is what makes learning possible.&lt;/p&gt;

&lt;p&gt;The Architecture&lt;br&gt;
Three-Kosha memory system (inspired by Vedantic philosophy)&lt;/p&gt;

&lt;p&gt;Salience classification (tagging what's important)&lt;/p&gt;

&lt;p&gt;Gist extraction (compressing the "noise")&lt;/p&gt;

&lt;p&gt;Python bridge + VS Code integration&lt;/p&gt;

&lt;p&gt;The Results&lt;br&gt;
We ran a real-world Flask debugging test. The results are not a hypothesis; they are a fact.&lt;/p&gt;

&lt;p&gt;90% time savings (A 60-second manual workflow → 5 seconds)&lt;/p&gt;

&lt;p&gt;59% token reduction (A 210-token conversation → a one-shot 85-token prompt)&lt;/p&gt;

&lt;p&gt;95.6/100 integration score&lt;/p&gt;

&lt;p&gt;See the 5-second demo here: &lt;a href="https://www.youtube.com/watch?v=gV4sPkl5qns" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=gV4sPkl5qns&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Journey&lt;br&gt;
From research paper to production.&lt;/p&gt;

&lt;p&gt;Challenges: Cross-platform Python, auto-detecting secrets to maintain privacy.&lt;/p&gt;

&lt;p&gt;Wins: A zero-config installation that is local-first and privacy-first by default.&lt;/p&gt;

&lt;p&gt;The Future&lt;br&gt;
v0.2.0: Memory Ledger UI (to see what Vidurai remembers)&lt;/p&gt;

&lt;p&gt;v1.0.0: ML-based salience classification&lt;/p&gt;

&lt;p&gt;v2.0.0: Multi-IDE support&lt;/p&gt;

&lt;p&gt;Try It&lt;br&gt;
Vidurai is free, open-source, and available now.&lt;/p&gt;

&lt;p&gt;Install: ext install vidurai.vidurai&lt;/p&gt;

&lt;p&gt;Marketplace: &lt;a href="https://marketplace.visualstudio.com/items?itemName=vidurai.vidurai" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=vidurai.vidurai&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GitHub (MIT): &lt;a href="https://github.com/chandantochandan/vidurai" rel="noopener noreferrer"&gt;https://github.com/chandantochandan/vidurai&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback is our Dharma&lt;br&gt;
v0.1.0 is alpha. Please join the sangha and help build the future of AI-human collaboration.&lt;/p&gt;

&lt;p&gt;🐞 Bugs: &lt;a href="https://github.com/chandantochandan/vidurai/issues" rel="noopener noreferrer"&gt;https://github.com/chandantochandan/vidurai/issues&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💡 Features: &lt;a href="https://github.com/chandantochandan/vidurai/discussions" rel="noopener noreferrer"&gt;https://github.com/chandantochandan/vidurai/discussions&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💬 Community: &lt;a href="https://discord.gg/DHdgS8eA" rel="noopener noreferrer"&gt;https://discord.gg/DHdgS8eA&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Conclusion&lt;br&gt;
Ancient wisdom has modern applications. Privacy and AI can coexist. Philosophy matters in technology. जय विदुराई! 🕉️&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>opensource</category>
      <category>python</category>
    </item>
  </channel>
</rss>
