<?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: Yatharth Sharma</title>
    <description>The latest articles on DEV Community by Yatharth Sharma (@yatharthsharma1309).</description>
    <link>https://dev.to/yatharthsharma1309</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%2F4107255%2F08f5c5ee-3366-4a64-af4b-3b604f3b8395.jpg</url>
      <title>DEV Community: Yatharth Sharma</title>
      <link>https://dev.to/yatharthsharma1309</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yatharthsharma1309"/>
    <language>en</language>
    <item>
      <title>Debrief is not a PDF chatbot — it recovers decisions with citations</title>
      <dc:creator>Yatharth Sharma</dc:creator>
      <pubDate>Thu, 03 Sep 2026 05:13:38 +0000</pubDate>
      <link>https://dev.to/yatharthsharma1309/debrief-is-not-a-pdf-chatbot-it-recovers-decisions-with-citations-5809</link>
      <guid>https://dev.to/yatharthsharma1309/debrief-is-not-a-pdf-chatbot-it-recovers-decisions-with-citations-5809</guid>
      <description>&lt;p&gt;Teams rarely lose information because they lack documents. They lose it because &lt;strong&gt;decisions, rationale, owners, risks, and dates&lt;/strong&gt; are buried across notes, launch plans, and transcripts.&lt;/p&gt;

&lt;p&gt;I built &lt;strong&gt;Debrief&lt;/strong&gt; for &lt;a href="https://openai.devpost.com/" rel="noopener noreferrer"&gt;OpenAI Build Week 2026&lt;/a&gt; to recover those as a structured &lt;strong&gt;Decision Brief&lt;/strong&gt;, then let you ask follow-ups that still point at the source.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Live: &lt;a href="https://debrief-psi.vercel.app" rel="noopener noreferrer"&gt;debrief-psi.vercel.app&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Demo login: &lt;code&gt;demo@debrief.app&lt;/code&gt; / &lt;code&gt;DemoBuildWeek2026!&lt;/code&gt; (workspace: Launch Planning)&lt;/li&gt;
&lt;li&gt;Code: &lt;a href="https://github.com/YatharthSharma1309/debrief" rel="noopener noreferrer"&gt;github.com/YatharthSharma1309/debrief&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The wedge
&lt;/h2&gt;

&lt;p&gt;A generic “chat with your PDF” answers in paragraphs. Debrief answers in &lt;strong&gt;rows&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Decision + rationale + owner + confidence&lt;/li&gt;
&lt;li&gt;Risks / contradictions&lt;/li&gt;
&lt;li&gt;Dates and open questions&lt;/li&gt;
&lt;li&gt;Each cell has a &lt;strong&gt;source chip&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then you can ask: &lt;em&gt;What did we decide about pricing and why?&lt;/em&gt; and get a streaming answer with excerpts — not a hallucinated memo.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it is put together
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;User → React (Vite)
         ↓ REST + SSE
       FastAPI
         ├ JWT auth
         ├ document parse (PDF / DOCX / TXT)
         ├ embeddings → PostgreSQL + pgvector
         ├ Decision Brief (structured extraction)
         └ RAG chat (cited follow-ups)
                    ↓
              OpenRouter (free models)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Frontend is on Vercel. API is on Railway. Database is Neon.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I had to get right
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Extraction, not summarisation.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
The brief is a schema (decisions, risks, owners). The model fills that schema. A blob of “summary” is a failure.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Citations on every claim.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
If a row cannot point at a chunk, it should not look as confident as one that can.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Stale briefs.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
If the docs change after you saved a brief, the UI tells you to regenerate. Otherwise you trust last week’s launch call.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Isolation.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Workspaces keep one project’s notes from leaking into another.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it in five minutes
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Open the &lt;a href="https://debrief-psi.vercel.app" rel="noopener noreferrer"&gt;live demo&lt;/a&gt; and use the printed demo account.&lt;/li&gt;
&lt;li&gt;Generate a brief from the seeded Launch Planning docs.&lt;/li&gt;
&lt;li&gt;Ask: &lt;strong&gt;What did we decide about pricing and why?&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Ask: &lt;strong&gt;What is still unresolved before launch?&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That is the product: recover the decision, then verify it against the source.&lt;/p&gt;

&lt;p&gt;I am an AI full-stack engineer (React / Next.js / FastAPI / RAG). Portfolio: &lt;a href="https://yatharthsharma.vercel.app" rel="noopener noreferrer"&gt;yatharthsharma.vercel.app&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>rag</category>
      <category>fastapi</category>
      <category>typescript</category>
      <category>openai</category>
    </item>
  </channel>
</rss>
