<?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: sushil soni</title>
    <description>The latest articles on DEV Community by sushil soni (@sushil_soni_de04dec901fc0).</description>
    <link>https://dev.to/sushil_soni_de04dec901fc0</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%2F4069703%2F49dfcb16-6fb7-47d2-8ca5-052fab09d3a8.png</url>
      <title>DEV Community: sushil soni</title>
      <link>https://dev.to/sushil_soni_de04dec901fc0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sushil_soni_de04dec901fc0"/>
    <language>en</language>
    <item>
      <title>You told your client the work was human reviewed. Can you prove it?</title>
      <dc:creator>sushil soni</dc:creator>
      <pubDate>Sun, 09 Aug 2026 09:59:36 +0000</pubDate>
      <link>https://dev.to/sushil_soni_de04dec901fc0/human-reviewed-ai-content-needs-evidence-not-just-a-promise-53j1</link>
      <guid>https://dev.to/sushil_soni_de04dec901fc0/human-reviewed-ai-content-needs-evidence-not-just-a-promise-53j1</guid>
      <description>&lt;p&gt;Imagine this email arriving from a client:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"Before we publish - can you confirm which parts the AI drafted, and who reviewed the final version?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;If you deliver AI-assisted work, some version of this question is coming. And for most small teams, the honest answer today is a sentence, not a record:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;"This was human reviewed."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Clients hear it. Editors hear it. Reviewers hear it. But in most workflows, it is still only a promise.&lt;/p&gt;

&lt;p&gt;There is usually no small, portable record showing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;what final file was reviewed;&lt;/li&gt;
&lt;li&gt;what AI contributed;&lt;/li&gt;
&lt;li&gt;whether review was complete, partial, or absent;&lt;/li&gt;
&lt;li&gt;who accepted responsibility;&lt;/li&gt;
&lt;li&gt;whether the record still verifies later.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I built Pramaan as an open-source experiment for that narrow gap.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/sushilsoni-tech/pramaan" rel="noopener noreferrer"&gt;https://github.com/sushilsoni-tech/pramaan&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What Pramaan Is
&lt;/h2&gt;

&lt;p&gt;Pramaan is a local tool for creating and verifying signed responsibility records for AI-assisted written work.&lt;/p&gt;

&lt;p&gt;It does not try to detect AI writing.&lt;/p&gt;

&lt;p&gt;It does not judge whether the content is true.&lt;/p&gt;

&lt;p&gt;It does not certify legal compliance.&lt;/p&gt;

&lt;p&gt;It does not prove every real-world action was recorded.&lt;/p&gt;

&lt;p&gt;Instead, it creates a signed record for one finished file.&lt;/p&gt;

&lt;p&gt;That record can say:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;this is the exact final file hash;&lt;/li&gt;
&lt;li&gt;this is what AI helped with;&lt;/li&gt;
&lt;li&gt;this is whether human review was complete, partial, or absent;&lt;/li&gt;
&lt;li&gt;this is who accepted responsibility;&lt;/li&gt;
&lt;li&gt;this is the public key that signed the record;&lt;/li&gt;
&lt;li&gt;this is whether the signed bundle still verifies later.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That smaller claim is the product.&lt;/p&gt;

&lt;p&gt;The recipient can verify the bundle on their own machine.&lt;/p&gt;

&lt;p&gt;For identity trust, they still need to compare the bundle's signer fingerprint against a fingerprint received through a separate trusted channel.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Might Matter For Small Teams
&lt;/h2&gt;

&lt;p&gt;Large organizations may eventually buy governance platforms, connect identity systems, and enforce audit workflows across every tool.&lt;/p&gt;

&lt;p&gt;Small teams do not start there.&lt;/p&gt;

&lt;p&gt;A small content studio, research writer, AI-assisted proposal shop, grant writer, technical writer, or responsible AI consultant often needs something much lighter:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I used AI, a human reviewed the final work, and here is the record for this specific deliverable.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;That is the first use case I am testing.&lt;/p&gt;

&lt;p&gt;The goal is not bureaucracy.&lt;/p&gt;

&lt;p&gt;The goal is to make a human-review claim inspectable.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does Not Prove
&lt;/h2&gt;

&lt;p&gt;This boundary matters.&lt;/p&gt;

&lt;p&gt;Pramaan does not prove that the underlying content is true.&lt;/p&gt;

&lt;p&gt;It does not prove that the human review was good.&lt;/p&gt;

&lt;p&gt;It does not prove the named reviewer is who they say they are. In the current editorial profile, reviewer identity is a producer-supplied assertion, and the signature binds the record to the producer's key, not to a separate reviewer-held key.&lt;/p&gt;

&lt;p&gt;It does not provide trusted timestamping by itself.&lt;/p&gt;

&lt;p&gt;It does not prove legal, regulatory, editorial, or academic compliance.&lt;/p&gt;

&lt;p&gt;It proves something smaller:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;This signed record has not changed, it refers to this final file, and it satisfies or fails the declared checks.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Try The Samples
&lt;/h2&gt;

&lt;p&gt;The repo includes one PASS sample and one FAIL sample:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/sushilsoni-tech/pramaan.git
&lt;span class="nb"&gt;cd &lt;/span&gt;pramaan
python &lt;span class="nt"&gt;-m&lt;/span&gt; pip &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nb"&gt;.&lt;/span&gt;
pramaan verify samples/editorial-pass
pramaan verify samples/editorial-fail-missing-reviewer
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;The PASS sample - a complete declared review record:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ pramaan verify samples/editorial-pass

Pramaan signed-file integrity: PASS
Pramaan overall verification:  PASS

Editorial checks: satisfied=6, not_satisfied=0, unverifiable=1
[EDITORIAL satisfied]    review.substantive_recorded
[EDITORIAL satisfied]    responsibility.named
[EDITORIAL satisfied]    content.hash_matches
[EDITORIAL unverifiable] reviewer.identity_bound

[WARN] UNPINNED_SIGNER: signature is valid, but the signing key was
       not checked against an independently obtained fingerprint
[OK]   VERIFIED: record is internally consistent and satisfies the
       declared policy
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;The FAIL sample - signed files intact, but the review claim doesn't hold:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ pramaan verify samples/editorial-fail-missing-reviewer

Pramaan signed-file integrity: PASS
Pramaan overall verification:  FAIL

Editorial checks: satisfied=2, not_satisfied=2, unverifiable=3
[EDITORIAL not_satisfied] review.substantive_recorded:
    No substantive human review is claimed for this item.
[EDITORIAL not_satisfied] responsibility.named:
    No responsible person or entity in the signed record.
[EDITORIAL satisfied]     content.hash_matches
[EDITORIAL satisfied]     record.integrity

[ERROR] EDITORIAL_CHECKS_NOT_SATISFIED
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Notice the second result: &lt;strong&gt;integrity PASS, verification FAIL.&lt;/strong&gt; The cryptography is intact - nothing was tampered with - but the declared human review is missing, so the record honestly fails. That is the core design choice: Pramaan is not a badge generator. It is allowed to tell you that a signed record does not satisfy its own claims.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who I Am Looking To Learn From
&lt;/h2&gt;

&lt;p&gt;This may be useful if you already make a public or client-facing human-review promise:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI-assisted content studios;&lt;/li&gt;
&lt;li&gt;SEO and editorial agencies;&lt;/li&gt;
&lt;li&gt;freelance researchers or writers;&lt;/li&gt;
&lt;li&gt;grant and proposal writers;&lt;/li&gt;
&lt;li&gt;technical writers;&lt;/li&gt;
&lt;li&gt;responsible AI consultants;&lt;/li&gt;
&lt;li&gt;small teams sending AI-assisted written deliverables to someone else.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If nobody ever asks you to explain or evidence human review, Pramaan may be unnecessary.&lt;/p&gt;

&lt;p&gt;If your clients already ask what AI contributed, who reviewed the work, and who is accountable, Pramaan may be a useful primitive.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Open Question
&lt;/h2&gt;

&lt;p&gt;The question is not whether AI-assisted work will continue. It will.&lt;/p&gt;

&lt;p&gt;The question is whether "human reviewed" stays an unverifiable phrase - or becomes something a second person can inspect.&lt;/p&gt;

&lt;p&gt;Here's my honest stance: within a few years, sending a client AI-assisted work without a verifiable review record will feel like sending an invoice without an ABN. Not illegal. Just unprofessional.&lt;/p&gt;

&lt;p&gt;Maybe I'm wrong about that. Tell me.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you've ever been asked to prove human review - or dodged the question - I'd genuinely like to hear how you handled it. Comments open.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Want to poke at the tool itself? The repo includes a PASS sample and a FAIL sample you can verify in two minutes:&lt;br&gt;
&lt;a href="https://github.com/sushilsoni-tech/pramaan" rel="noopener noreferrer"&gt;https://github.com/sushilsoni-tech/pramaan&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And if you have deeper structural feedback, there's a dedicated issue for it:&lt;br&gt;
&lt;a href="https://github.com/sushilsoni-tech/pramaan/issues/3" rel="noopener noreferrer"&gt;https://github.com/sushilsoni-tech/pramaan/issues/3&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>security</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
