<?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: plind</title>
    <description>The latest articles on DEV Community by plind (@plindjunior).</description>
    <link>https://dev.to/plindjunior</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%2F4010696%2Ffa58483f-d608-4e82-9237-4577d32680de.jpg</url>
      <title>DEV Community: plind</title>
      <link>https://dev.to/plindjunior</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/plindjunior"/>
    <language>en</language>
    <item>
      <title>Stop Agents from Breaking Your Knowledge Base: Meet Vouch, a Review-Gated KB for LLM Workflows</title>
      <dc:creator>plind</dc:creator>
      <pubDate>Wed, 01 Jul 2026 09:47:54 +0000</pubDate>
      <link>https://dev.to/plindjunior/stop-agents-from-breaking-your-knowledge-base-meet-vouch-a-review-gated-kb-for-llm-workflows-37bn</link>
      <guid>https://dev.to/plindjunior/stop-agents-from-breaking-your-knowledge-base-meet-vouch-a-review-gated-kb-for-llm-workflows-37bn</guid>
      <description>&lt;p&gt;&lt;strong&gt;vouch&lt;/strong&gt; is a git-native knowledge base that puts a review gate between agent &lt;em&gt;proposals&lt;/em&gt; and human &lt;em&gt;approval&lt;/em&gt;. It's the difference between treating agent-generated knowledge like code (reviewed, cited, auditable) and treating it like a chatbot dump (one-way, unverifiable, lost next session).&lt;/p&gt;

&lt;h3&gt;
  
  
  The Problem
&lt;/h3&gt;

&lt;p&gt;LLM agents are great at learning context—but terrible at knowing when they're wrong. They'll confidently assert false facts, hallucinate citations, and propose contradictory claims. Meanwhile:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;mem0 / Letta&lt;/strong&gt; store knowledge in a service (vendor lock-in, no audit trail)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LLM-Wiki tools&lt;/strong&gt; skip evidence entirely (claims with no sources)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Obsidian plugins&lt;/strong&gt; have no review gate (any agent write sticks)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You end up choosing between agent amnesia and unverified noise.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Solution: Review-Gated Knowledge
&lt;/h3&gt;

&lt;p&gt;Vouch treats agent-written knowledge the way your repo treats agent-written code:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Agents propose&lt;/strong&gt; claims to &lt;code&gt;.vouch/proposed/&lt;/code&gt; (draft state)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;You review&lt;/strong&gt; via PR — is this claim true? Is the source cited? Is it contradictory?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;You approve&lt;/strong&gt; → it moves to &lt;code&gt;.vouch/claims/&lt;/code&gt; (permanent, committed)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Next session&lt;/strong&gt;, agents fetch from approved claims, not proposals&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Everything is durable, reviewable, auditable:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Plain YAML/Markdown&lt;/strong&gt; — diffs cleanly in PRs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Content-addressed sources&lt;/strong&gt; — cite code, transcripts, URLs; duplicates de-duplicate&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Append-only audit log&lt;/strong&gt; — every mutation is signed with actor + timestamp&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Per-agent attribution&lt;/strong&gt; — you know which agent claimed what&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Why This Matters
&lt;/h3&gt;

&lt;p&gt;For teams running Claude Code, Cursor, and CI bots in the same repo:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Agents share context&lt;/strong&gt; instead of re-explaining on each session&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;One source of truth&lt;/strong&gt; — not scattered across Slack notes, Discord, and nobody's laptop&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Legal/compliance readiness&lt;/strong&gt; — "who decided this, citing what, when?" is answerable&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Decision records without ceremony&lt;/strong&gt; — crystallize a session's insight into a claim with one command&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>agents</category>
    </item>
  </channel>
</rss>
