<?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: Darshan Rathod</title>
    <description>The latest articles on DEV Community by Darshan Rathod (@darshanrathod04).</description>
    <link>https://dev.to/darshanrathod04</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%2F4133730%2Fdf6a144f-e8d5-4795-b332-e827307338b1.jpg</url>
      <title>DEV Community: Darshan Rathod</title>
      <link>https://dev.to/darshanrathod04</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/darshanrathod04"/>
    <language>en</language>
    <item>
      <title>I Built Shree AI OS — A Deterministic AI Runtime for Java 21</title>
      <dc:creator>Darshan Rathod</dc:creator>
      <pubDate>Sun, 20 Sep 2026 06:20:08 +0000</pubDate>
      <link>https://dev.to/darshanrathod04/i-built-shree-ai-os-a-deterministic-ai-runtime-for-java-21-3d61</link>
      <guid>https://dev.to/darshanrathod04/i-built-shree-ai-os-a-deterministic-ai-runtime-for-java-21-3d61</guid>
      <description>&lt;h1&gt;
  
  
  I Built Shree AI OS — A Deterministic AI Runtime for Java 21
&lt;/h1&gt;

&lt;p&gt;After several months of development, I'm releasing the &lt;strong&gt;Developer Preview&lt;/strong&gt; of &lt;strong&gt;Shree AI OS&lt;/strong&gt;, a Java-first AI runtime designed for building intelligent backend applications.&lt;/p&gt;

&lt;p&gt;Most AI frameworks focus on chatbots. My goal was different: create a reusable runtime that developers can embed directly into Java applications with memory, planning, reasoning, and hybrid retrieval.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;While building Spring Boot applications, I found that adding AI often meant stitching together multiple services. I wanted a deterministic runtime that provides:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Hybrid RAG with PostgreSQL pgvector&lt;/li&gt;
&lt;li&gt;Episodic and semantic memory&lt;/li&gt;
&lt;li&gt;Planning and reasoning modules&lt;/li&gt;
&lt;li&gt;Multi-agent orchestration&lt;/li&gt;
&lt;li&gt;Privacy-first architecture&lt;/li&gt;
&lt;li&gt;Java 21 native SDK&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;The platform follows a layered architecture:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Application Layer&lt;/li&gt;
&lt;li&gt;SDK Layer&lt;/li&gt;
&lt;li&gt;Runtime Orchestration&lt;/li&gt;
&lt;li&gt;Kernel Services&lt;/li&gt;
&lt;li&gt;LLM Provider Layer&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Every request flows through an explainable cognitive pipeline instead of directly calling an LLM.&lt;/p&gt;

&lt;h2&gt;
  
  
  Developer Portal
&lt;/h2&gt;

&lt;p&gt;I also built an official documentation website using &lt;strong&gt;Next.js 16&lt;/strong&gt;, &lt;strong&gt;React 19&lt;/strong&gt;, &lt;strong&gt;Tailwind CSS 4&lt;/strong&gt;, and &lt;strong&gt;Framer Motion&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Architecture documentation&lt;/li&gt;
&lt;li&gt;SDK reference&lt;/li&gt;
&lt;li&gt;Quickstart guide&lt;/li&gt;
&lt;li&gt;Security model&lt;/li&gt;
&lt;li&gt;Interactive playground UI&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Java 21&lt;/li&gt;
&lt;li&gt;Spring Boot&lt;/li&gt;
&lt;li&gt;PostgreSQL + pgvector&lt;/li&gt;
&lt;li&gt;Next.js 16&lt;/li&gt;
&lt;li&gt;React 19&lt;/li&gt;
&lt;li&gt;Tailwind CSS 4&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Feedback Welcome
&lt;/h2&gt;

&lt;p&gt;This is still a &lt;strong&gt;Developer Preview&lt;/strong&gt;, and I'd love feedback from Java and backend developers.&lt;/p&gt;

&lt;p&gt;GitHub: github.com/darshanrathod04/shree-ai-os&lt;/p&gt;

&lt;p&gt;Website: shree-ai-os.netlify.app&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

</description>
      <category>java</category>
      <category>springboot</category>
      <category>opensource</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
