<?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: Kuziva Muzondo</title>
    <description>The latest articles on DEV Community by Kuziva Muzondo (@kuzivaai).</description>
    <link>https://dev.to/kuzivaai</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%2F3891438%2F3e1c693a-09e1-4ba1-8603-e72bc43d2d1a.png</url>
      <title>DEV Community: Kuziva Muzondo</title>
      <link>https://dev.to/kuzivaai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kuzivaai"/>
    <language>en</language>
    <item>
      <title>Technical Report: EU AI Act Code Footprint Analysis</title>
      <dc:creator>Kuziva Muzondo</dc:creator>
      <pubDate>Sun, 26 Apr 2026 23:29:25 +0000</pubDate>
      <link>https://dev.to/kuzivaai/technical-report-eu-ai-act-code-footprint-analysis-4l6i</link>
      <guid>https://dev.to/kuzivaai/technical-report-eu-ai-act-code-footprint-analysis-4l6i</guid>
      <description>&lt;p&gt;As of April 26, 2026, the AI industry is 98 days from the original August 2 enforcement deadline for high-risk systems. While the European Parliament’s March 26 vote (569-45) significantly increases the likelihood of a delay to December 2027 via the Digital Omnibus, the technical requirements of Articles 9–15 remain the fixed objective for engineering teams.&lt;/p&gt;

&lt;p&gt;To quantify the readiness of the ecosystem, we conducted a source-code audit using Regula (v1.7.0). We analyzed 19,426 files across five cornerstone AI frameworks. The analysis identifies "compliance surface"—code patterns that trigger specific legal obligations under the Act.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Framework Audit&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzp8hh5dq02tclohb8c7e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzp8hh5dq02tclohb8c7e.png" alt=" " width="624" height="220"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Engineering Findings&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Human Oversight (Article 14)&lt;/strong&gt;&lt;br&gt;
The highest density of agentic autonomy indicators was found in CrewAI. Under Article 14, high-risk systems must be designed for human intervention. Our scan identified 56 instances where autonomous loops lack native confirmation gates, shifting the compliance burden entirely to the end-implementer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cybersecurity and Weights (Article 15)&lt;/strong&gt;&lt;br&gt;
HuggingFace Transformers triggered 113 specific AI security patterns. These primarily involve model-loading and serialization risks. Article 15(4) mandates protection against model poisoning; using these frameworks requires a verified provenance chain for all external weights.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Governance (Article 10)&lt;/strong&gt;&lt;br&gt;
We identified 79 patterns in LlamaIndex indicating PII or sensitive data flowing into or out of LLMs without redaction. Article 10(5) requires training and testing data to be securely governed. Frameworks that facilitate RAG on sensitive datasets create a direct Article 10 surface and significant information disclosure risks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Project Details&lt;/strong&gt;&lt;br&gt;
Regula is a zero-dependency Python CLI for AI governance. It uses 409 unique detection patterns to map code to the EU AI Act, OWASP LLM Top 10, and NIST AI RMF. It runs locally and generates signed evidence packs for regulatory submission.&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Source: &lt;a href="https://github.com/kuzivaai/getregula" rel="noopener noreferrer"&gt;https://github.com/kuzivaai/getregula&lt;/a&gt;&lt;br&gt;
*&lt;/em&gt;&lt;/p&gt;

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