<?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: Scott</title>
    <description>The latest articles on DEV Community by Scott (@rubricprotocol).</description>
    <link>https://dev.to/rubricprotocol</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%2F3874116%2F0ea883e9-d201-438f-90f7-41c1278f5bbb.jpeg</url>
      <title>DEV Community: Scott</title>
      <link>https://dev.to/rubricprotocol</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rubricprotocol"/>
    <language>en</language>
    <item>
      <title>One line to add post-quantum audit trails to any Python AI agent</title>
      <dc:creator>Scott</dc:creator>
      <pubDate>Sat, 11 Apr 2026 21:39:45 +0000</pubDate>
      <link>https://dev.to/rubricprotocol/one-line-to-add-post-quantum-audit-trails-to-any-python-ai-agent-11am</link>
      <guid>https://dev.to/rubricprotocol/one-line-to-add-post-quantum-audit-trails-to-any-python-ai-agent-11am</guid>
      <description>&lt;p&gt;I'm a solo founder building compliance infrastructure for AI agents. &lt;br&gt;
This is the core problem I'm solving.&lt;/p&gt;

&lt;p&gt;If you're building AI agents, you have a logging problem &lt;br&gt;
you probably haven't thought about yet.&lt;/p&gt;

&lt;p&gt;Not application logs. Compliance logs — cryptographically &lt;br&gt;
signed, tamper-proof records of what your agent decided, &lt;br&gt;
when, and why. The kind that hold up in a regulatory audit.&lt;/p&gt;

&lt;p&gt;The EU AI Act (Article 12) mandates exactly this for &lt;br&gt;
high-risk AI systems. And most agent frameworks produce &lt;br&gt;
nothing close to it.&lt;/p&gt;

&lt;p&gt;I built Rubric Protocol to fix that.&lt;/p&gt;




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

&lt;p&gt;Every agent action gets:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A post-quantum signature (ML-DSA-65)&lt;/li&gt;
&lt;li&gt;A Merkle-aggregated attestation bundle&lt;/li&gt;
&lt;li&gt;An anchor written to Hedera Consensus Service mainnet&lt;/li&gt;
&lt;li&gt;A W3C Verifiable Credential you can export&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's a tamper-proof, court-admissible audit trail for &lt;br&gt;
every decision your agent makes.&lt;/p&gt;




&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;

&lt;p&gt;pip install autogen-rubric&lt;/p&gt;




&lt;h2&gt;
  
  
  Instrument your agent in one line
&lt;/h2&gt;

&lt;p&gt;import rubric&lt;br&gt;
rubric.instrument()&lt;/p&gt;

&lt;p&gt;That's it. Works with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;LangChain&lt;/li&gt;
&lt;li&gt;LangGraph
&lt;/li&gt;
&lt;li&gt;CrewAI&lt;/li&gt;
&lt;li&gt;AutoGen&lt;/li&gt;
&lt;li&gt;OpenAI Agents SDK&lt;/li&gt;
&lt;li&gt;Google ADK&lt;/li&gt;
&lt;li&gt;Haystack&lt;/li&gt;
&lt;li&gt;Semantic Kernel&lt;/li&gt;
&lt;li&gt;Pydantic AI&lt;/li&gt;
&lt;li&gt;DSPy&lt;/li&gt;
&lt;li&gt;LlamaIndex&lt;/li&gt;
&lt;li&gt;Strands / Bedrock AgentCore&lt;/li&gt;
&lt;li&gt;and more&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why post-quantum?
&lt;/h2&gt;

&lt;p&gt;Current ECDSA signatures will be breakable by quantum &lt;br&gt;
computers within the decade. If your audit trail gets &lt;br&gt;
subpoenaed in 2031, you want signatures that still hold.&lt;/p&gt;

&lt;p&gt;ML-DSA-65 (CRYSTALS-Dilithium) is NIST-standardized. &lt;br&gt;
We implemented it natively via a C++ N-API addon — 52x &lt;br&gt;
faster than pure JS equivalents.&lt;/p&gt;




&lt;h2&gt;
  
  
  Architecture in 30 seconds
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Agent action fires&lt;/li&gt;
&lt;li&gt;Rubric signs it with ML-DSA-65&lt;/li&gt;
&lt;li&gt;Actions batch into a Merkle tree (1,000,000:1 compression)&lt;/li&gt;
&lt;li&gt;Root hash anchors to Hedera mainnet via HCS&lt;/li&gt;
&lt;li&gt;W3C VC issued against that anchor&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Load tested at 3,247 RPS, 0.13% error rate.&lt;br&gt;
First mainnet VC issued April 3, 2026.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;pip install autogen-rubric&lt;/p&gt;

&lt;p&gt;Docs + free developer key: rubric-protocol.com&lt;/p&gt;

&lt;p&gt;Happy to answer questions on the ZK layer, the Merkle &lt;br&gt;
architecture, or the EU AI Act compliance angle.&lt;/p&gt;

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