<?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:  AgentTrail</title>
    <description>The latest articles on DEV Community by  AgentTrail (@agenttrail).</description>
    <link>https://dev.to/agenttrail</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%2Forganization%2Fprofile_image%2F13650%2Fbecbad2a-bd4a-41ef-9b19-99a6416bb37d.png</url>
      <title>DEV Community:  AgentTrail</title>
      <link>https://dev.to/agenttrail</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/agenttrail"/>
    <language>en</language>
    <item>
      <title>Why AgentTrail Exists: Building Open-Source Audit Trails for AI Agents</title>
      <dc:creator>AIvora Labs</dc:creator>
      <pubDate>Sat, 13 Jun 2026 02:24:32 +0000</pubDate>
      <link>https://dev.to/agenttrail/why-agenttrail-exists-building-open-source-audit-trails-for-ai-agents-2i38</link>
      <guid>https://dev.to/agenttrail/why-agenttrail-exists-building-open-source-audit-trails-for-ai-agents-2i38</guid>
      <description>&lt;p&gt;&lt;strong&gt;The EU AI Act is now in force, and compliance deadlines for high-risk AI systems are approaching. Many mid-market organizations are still figuring out what "record-keeping" actually means in practice. This is why we built AgentTrail: an open-source SDK designed to make AI decision traceability practical, transparent, and affordable.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What Article 12 Actually Requires
&lt;/h2&gt;

&lt;p&gt;The European Union's Artificial Intelligence Act (EU AI Act, Regulation (EU) 2024/1689) entered into force on &lt;strong&gt;1 August 2024&lt;/strong&gt;. &lt;strong&gt;Article 12&lt;/strong&gt;, &lt;em&gt;Record-Keeping&lt;/em&gt;, requires providers of high-risk AI systems to design those systems so that they &lt;strong&gt;automatically generate logs&lt;/strong&gt; throughout their lifecycle.&lt;/p&gt;

&lt;p&gt;These logs must be sufficient to enable &lt;strong&gt;monitoring, post-market oversight, incident investigation, and regulatory compliance&lt;/strong&gt;. The Act also requires that logs be &lt;strong&gt;retained for an appropriate period&lt;/strong&gt; and &lt;strong&gt;made available to competent authorities&lt;/strong&gt; when required.&lt;/p&gt;

&lt;p&gt;High-risk AI systems are defined primarily in &lt;strong&gt;Annex III&lt;/strong&gt; of the Regulation and include use cases such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Recruitment and employment decisions (HR Tech)&lt;/li&gt;
&lt;li&gt;Creditworthiness assessment (Fintech)&lt;/li&gt;
&lt;li&gt;Certain insurance-related risk assessments (InsurTech)&lt;/li&gt;
&lt;li&gt;Access to essential services and other regulated decision-making processes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Important context on deadlines:&lt;/strong&gt; The original framework set &lt;strong&gt;2 August 2026&lt;/strong&gt; as the key compliance date for most high-risk AI systems. However, in &lt;strong&gt;May 2026&lt;/strong&gt;, EU co-legislators &lt;strong&gt;reached political agreement on&lt;/strong&gt; the so-called &lt;em&gt;AI Omnibus&lt;/em&gt; (Digital Omnibus package), which amended certain provisions and adjusted enforcement timelines. For some categories of high-risk systems, obligations now align with a later timeline, with &lt;strong&gt;2 December 2027&lt;/strong&gt; referenced for specific implementation steps. Organizations should verify which deadline applies to their specific system category rather than assuming a single universal date.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What the law says about integrity:&lt;/strong&gt; Article 12 mandates automatic logging and retention, but it does not prescribe specific technical formats or explicitly mandate cryptographic signatures. The regulatory requirement is &lt;strong&gt;evidence of what the system did and when&lt;/strong&gt;. In practice, however, traditional observability tools (Splunk, Datadog, ELK) store logs that can be modified, deleted, or reordered without leaving evidence. For organizations that need to &lt;strong&gt;demonstrate integrity to an auditor or regulator&lt;/strong&gt;, cryptographic proof of tamper-evidence is a strong technical implementation—not because the Act spells out "SHA-256," but because it is the most reliable way to prove a log has not been altered.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Market Gap
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Solution&lt;/th&gt;
&lt;th&gt;Typical Cost (indicative)&lt;/th&gt;
&lt;th&gt;Target Audience&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;OneTrust / ServiceNow GRC&lt;/td&gt;
&lt;td&gt;$50,000+ annually*&lt;/td&gt;
&lt;td&gt;Large enterprises&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Big Four consulting firms&lt;/td&gt;
&lt;td&gt;£1,400–£2,600 per day&lt;/td&gt;
&lt;td&gt;Enterprise and government&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Boutique compliance consultancies&lt;/td&gt;
&lt;td&gt;€5,000–€15,000 per project&lt;/td&gt;
&lt;td&gt;Mid-market&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;em&gt;* Enterprise GRC suites; smaller-scope plans may start at lower tiers.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The European mid-market segment—companies with roughly 50–500 employees—often sits between enterprise-grade governance platforms and one-off consulting engagements.&lt;/p&gt;

&lt;p&gt;Many of these organizations are already experimenting with AI-powered workflows but lack dedicated compliance teams or six-figure governance budgets. This creates a practical gap between regulatory requirements and affordable implementation.&lt;/p&gt;

&lt;h2&gt;
  
  
  How AgentTrail Works
&lt;/h2&gt;

&lt;p&gt;AgentTrail is an open-source TypeScript SDK released under the &lt;strong&gt;MIT License&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It is built around three core primitives designed to satisfy the &lt;em&gt;spirit&lt;/em&gt; of Article 12 through robust technical evidence:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. SHA-256 Hash Chains
&lt;/h3&gt;

&lt;p&gt;Each event incorporates the hash of the previous event, creating a tamper-evident chain of records.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Ed25519 Digital Signatures
&lt;/h3&gt;

&lt;p&gt;Every receipt can be cryptographically signed and independently verified using a public key.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Canonical JSON
&lt;/h3&gt;

&lt;p&gt;Deterministic serialization ensures that the same event always produces the same hash, regardless of platform or environment.&lt;/p&gt;

&lt;h3&gt;
  
  
  Privacy by Design
&lt;/h3&gt;

&lt;p&gt;AgentTrail does not require centralized storage of audit data. Receipts remain within your infrastructure—whether stored in Amazon S3, a local filesystem, or another storage backend. Verification can be performed offline using the CLI:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx @aivoralabs/agenttrail-cli audit-receipt verify audit-log.jsonl
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Early Validation (Internal Signals)
&lt;/h2&gt;

&lt;p&gt;Our initial outreach is still in a very early phase. These are internal metrics from our first conversations, not market validation:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Channel&lt;/th&gt;
&lt;th&gt;Metric&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Emails sent&lt;/td&gt;
&lt;td&gt;23&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Open rate&lt;/td&gt;
&lt;td&gt;35%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;LinkedIn connections&lt;/td&gt;
&lt;td&gt;17&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Landing page clicks&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;While these numbers are small, the open rate suggests that traceability and AI compliance are topics decision-makers are willing to engage with. Our immediate goal is to convert that interest into customer discovery interviews and concrete product feedback—not to claim market validation.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;The roadmap is straightforward and transparent:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Continue improving the open-source SDK&lt;/li&gt;
&lt;li&gt;Validate compliance requirements with practitioners and auditors&lt;/li&gt;
&lt;li&gt;Conduct customer discovery interviews&lt;/li&gt;
&lt;li&gt;Launch AgentTrail Cloud as a managed offering (currently in development)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Our planned model is open-core:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;AgentTrail SDK:&lt;/strong&gt; Free and open source (MIT)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AgentTrail Cloud:&lt;/strong&gt; Planned starting at $99 per agent per month (pricing and availability TBD; no payment system is active yet)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;AI governance is becoming a business requirement. Organizations need auditability, but they should not need a six-figure budget to implement it technically.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/AIvoraLabs/AgentTrail" rel="noopener noreferrer"&gt;https://github.com/AIvoraLabs/AgentTrail&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Landing Page:&lt;/strong&gt; &lt;a href="https://agenttrail.aivoralabs.org" rel="noopener noreferrer"&gt;https://agenttrail.aivoralabs.org&lt;/a&gt;&lt;/p&gt;

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