<?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>Forem: Adithya Srivatsa</title>
    <description>The latest articles on Forem by Adithya Srivatsa (@hundred-trillion).</description>
    <link>https://forem.com/hundred-trillion</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%2F3812909%2Fb439fa4a-7f06-4718-961b-9e4228a13bee.jpg</url>
      <title>Forem: Adithya Srivatsa</title>
      <link>https://forem.com/hundred-trillion</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/hundred-trillion"/>
    <language>en</language>
    <item>
      <title>L88 – An Agentic Local RAG Knowledge Engine (Looking for Feedback &amp; Contributors)</title>
      <dc:creator>Adithya Srivatsa</dc:creator>
      <pubDate>Sun, 08 Mar 2026 12:47:27 +0000</pubDate>
      <link>https://forem.com/hundred-trillion/l88-an-agentic-local-rag-knowledge-engine-looking-for-feedback-contributors-178g</link>
      <guid>https://forem.com/hundred-trillion/l88-an-agentic-local-rag-knowledge-engine-looking-for-feedback-contributors-178g</guid>
      <description>&lt;p&gt;Hi everyone 👋&lt;/p&gt;

&lt;p&gt;I recently built &lt;strong&gt;L88&lt;/strong&gt;, an experimental &lt;strong&gt;agentic RAG (Retrieval-Augmented Generation) knowledge engine&lt;/strong&gt; designed to run locally and explore structured AI reasoning pipelines.&lt;/p&gt;

&lt;p&gt;The project focuses on combining retrieval systems, LLM orchestration, and modern web architecture into a unified platform for querying and interacting with knowledge.&lt;/p&gt;

&lt;p&gt;GitHub Repository:&lt;br&gt;
&lt;a href="https://github.com/Hundred-Trillion/L88-Full" rel="noopener noreferrer"&gt;https://github.com/Hundred-Trillion/L88-Full&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What the Project Does
&lt;/h2&gt;

&lt;p&gt;L88 allows users to upload and interact with knowledge sources using a multi-step AI reasoning pipeline.&lt;/p&gt;

&lt;p&gt;Instead of a simple prompt → response system, the project uses a structured workflow where queries pass through multiple stages before generating an answer.&lt;/p&gt;

&lt;p&gt;This makes the system more flexible for experimenting with &lt;strong&gt;agentic AI workflows and retrieval-based reasoning.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Core Idea
&lt;/h2&gt;

&lt;p&gt;The goal of the project is to experiment with a &lt;strong&gt;multi-stage RAG pipeline&lt;/strong&gt; built with modern tooling.&lt;/p&gt;

&lt;p&gt;The system orchestrates different reasoning steps such as routing, query analysis, retrieval, and generation through an organized workflow architecture.&lt;/p&gt;

&lt;p&gt;This allows developers to experiment with how AI systems can reason over knowledge rather than relying on a single LLM call.&lt;/p&gt;




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

&lt;h3&gt;
  
  
  Frontend
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;React&lt;/li&gt;
&lt;li&gt;Vite&lt;/li&gt;
&lt;li&gt;TailwindCSS&lt;/li&gt;
&lt;li&gt;Framer Motion&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Backend
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;FastAPI&lt;/li&gt;
&lt;li&gt;SQLModel&lt;/li&gt;
&lt;li&gt;JWT Authentication&lt;/li&gt;
&lt;li&gt;SQLite&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  AI Infrastructure
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;LangGraph orchestration&lt;/li&gt;
&lt;li&gt;Ollama for local LLM execution&lt;/li&gt;
&lt;li&gt;FAISS vector search&lt;/li&gt;
&lt;li&gt;BM25 keyword retrieval&lt;/li&gt;
&lt;li&gt;BGE embeddings and reranking&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What I'm Looking For
&lt;/h2&gt;

&lt;p&gt;I’m sharing this project with the community to get &lt;strong&gt;feedback, ideas, and contributions&lt;/strong&gt; from other developers interested in AI infrastructure and RAG systems.&lt;/p&gt;

&lt;p&gt;If you have time to explore the repository, I would really appreciate:&lt;/p&gt;

&lt;p&gt;• ⭐ Starring the project if you find it interesting&lt;br&gt;
• 🐞 Reporting bugs or issues you discover&lt;br&gt;
• 💡 Suggesting improvements or new features&lt;br&gt;
• 🔧 Submitting pull requests or fixes&lt;br&gt;
• 🧠 Sharing architectural ideas or optimizations&lt;/p&gt;

&lt;p&gt;Even small feedback helps improve the project.&lt;/p&gt;




&lt;h2&gt;
  
  
  Contributing
&lt;/h2&gt;

&lt;p&gt;If you'd like to contribute, feel free to:&lt;/p&gt;

&lt;p&gt;• Open an issue&lt;br&gt;
• Suggest improvements&lt;br&gt;
• Submit a pull request&lt;/p&gt;

&lt;p&gt;GitHub Repository:&lt;br&gt;
&lt;a href="https://github.com/Hundred-Trillion/L88-Full" rel="noopener noreferrer"&gt;https://github.com/Hundred-Trillion/L88-Full&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Thanks
&lt;/h2&gt;

&lt;p&gt;Thanks to anyone who takes the time to check out the project and share feedback. Open-source collaboration is what makes projects like this improve and evolve.&lt;/p&gt;

&lt;p&gt;Looking forward to hearing your thoughts!&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>rag</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
