<?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: Sneh R Joshi</title>
    <description>The latest articles on DEV Community by Sneh R Joshi (@streamctx).</description>
    <link>https://dev.to/streamctx</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%2F3982588%2Fc1511702-21c3-4a3e-95f5-af77dfdbc4f9.png</url>
      <title>DEV Community: Sneh R Joshi</title>
      <link>https://dev.to/streamctx</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/streamctx"/>
    <language>en</language>
    <item>
      <title>Why I built StreamCtx: The hidden context problem in every LLM app</title>
      <dc:creator>Sneh R Joshi</dc:creator>
      <pubDate>Sat, 13 Jun 2026 11:50:05 +0000</pubDate>
      <link>https://dev.to/streamctx/why-i-built-streamctx-the-hidden-context-problem-in-every-llm-app-2e9p</link>
      <guid>https://dev.to/streamctx/why-i-built-streamctx-the-hidden-context-problem-in-every-llm-app-2e9p</guid>
      <description>&lt;p&gt;Every LLM app I've built has the same broken pattern.&lt;/p&gt;

&lt;p&gt;Request comes in - reconstruct context from scratch - call LLM - throw context away.&lt;br&gt;
It's wasteful, slow and breaks at scale.&lt;/p&gt;

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

&lt;p&gt;Most developers building ai app end up stitching together Redis, vector database and custom middleware just to give their app basic memory.&lt;/p&gt;

&lt;p&gt;It's fragile. It doesn't scale. And every team reinvents the same glue code.&lt;/p&gt;

&lt;h2&gt;
  
  
  What StreamCtx does
&lt;/h2&gt;

&lt;p&gt;StreamCtx is a streaming context database built specifically for LLM applications.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Streams conversation context in real-time&lt;/li&gt;
&lt;li&gt;Persists session state across requests&lt;/li&gt;
&lt;li&gt;Replaces 3-5 tools with one clean layer&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Open Source. MIT/Apache 2.0 Licensed.&lt;br&gt;
solo founder.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/streamctx" rel="noopener noreferrer"&gt;https://github.com/streamctx&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback and beta users welcome!&lt;/p&gt;

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