<?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: Rafael Contente</title>
    <description>The latest articles on DEV Community by Rafael Contente (@rafaelcontente).</description>
    <link>https://dev.to/rafaelcontente</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%2F4015533%2F491ba90e-7602-4c28-a2c9-88d16d9510e8.png</url>
      <title>DEV Community: Rafael Contente</title>
      <link>https://dev.to/rafaelcontente</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rafaelcontente"/>
    <language>en</language>
    <item>
      <title>Building Trustworthy AI Beyond Prediction</title>
      <dc:creator>Rafael Contente</dc:creator>
      <pubDate>Sat, 04 Jul 2026 21:06:09 +0000</pubDate>
      <link>https://dev.to/rafaelcontente/building-trustworthy-ai-beyond-prediction-527o</link>
      <guid>https://dev.to/rafaelcontente/building-trustworthy-ai-beyond-prediction-527o</guid>
      <description>&lt;p&gt;Building Trustworthy AI Beyond Prediction&lt;/p&gt;

&lt;p&gt;Over the past months, I've been developing CREDERE, an AI engineering project exploring a question that I believe is becoming increasingly important:&lt;br&gt;
What happens after a machine learning model makes a prediction?&lt;br&gt;
Most discussions around AI still focus on model accuracy.&lt;br&gt;
In regulated domains like credit scoring, however, accuracy is only one part of the problem.&lt;/p&gt;

&lt;p&gt;A production system also needs to answer questions such as:&lt;br&gt;
Is the decision legally compliant?&lt;br&gt;
Can it be explained without hallucinations?&lt;br&gt;
Can every explanation be verified?&lt;br&gt;
Can a human intervene when necessary?&lt;br&gt;
Can every decision be audited afterwards?&lt;/p&gt;

&lt;p&gt;Those questions cannot be solved by a better classifier alone.&lt;br&gt;
They require software architecture.&lt;/p&gt;

&lt;p&gt;Instead of building another predictive model, I designed a neuro-symbolic architecture where statistical learning is complemented by deterministic reasoning.&lt;/p&gt;

&lt;p&gt;The public repository currently focuses on two production-oriented modules:&lt;br&gt;
Compliance Engine — deterministic regulatory rules capable of overriding model predictions when legal constraints are violated.&lt;/p&gt;

&lt;p&gt;Explanation Engine — customer-facing explanations generated without factual hallucinations through structured templates and independent fact verification.&lt;br&gt;
Today I'm also publishing the CASE_STUDY.md, which documents the engineering journey behind the project.&lt;/p&gt;

&lt;p&gt;Rather than describing only what was built, it explains:&lt;/p&gt;

&lt;p&gt;the original problem;&lt;br&gt;
the architectural decisions;&lt;br&gt;
alternative approaches that were considered;&lt;br&gt;
engineering trade-offs;&lt;br&gt;
validation strategy;&lt;br&gt;
lessons learned;&lt;br&gt;
limitations;&lt;br&gt;
future directions.&lt;/p&gt;

&lt;p&gt;I believe engineering documentation is often overlooked, yet it is one of the clearest indicators of how a system was actually designed and why certain decisions were made.&lt;/p&gt;

&lt;p&gt;If you're interested in:&lt;/p&gt;

&lt;h1&gt;
  
  
  Trustworthy AI
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Explainable AI (XAI)
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Neuro-Symbolic AI
&lt;/h1&gt;

&lt;h1&gt;
  
  
  AI Governance
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Software Architecture
&lt;/h1&gt;

&lt;h1&gt;
  
  
  AI Engineering
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Credit Scoring
&lt;/h1&gt;

&lt;h1&gt;
  
  
  RegTech
&lt;/h1&gt;

&lt;p&gt;The project can be viewed on my GitHub: &lt;a href="https://github.com/rafaelcontente/CREDERE" rel="noopener noreferrer"&gt;https://github.com/rafaelcontente/CREDERE&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd genuinely appreciate your feedback.&lt;/p&gt;

&lt;p&gt;I hope the case study proves useful not only for understanding CREDERE but also as a practical example of documenting AI systems beyond predictive performance.&lt;/p&gt;

&lt;h1&gt;
  
  
  ArtificialIntelligence #AIEngineering #SoftwareArchitecture #MachineLearning #ExplainableAI #TrustworthyAI #ResponsibleAI #NeuroSymbolicAI #CreditScoring #RegTech #OpenSource #Python #EngineeringDocumentation
&lt;/h1&gt;

</description>
      <category>ai</category>
      <category>fintech</category>
      <category>machinelearning</category>
      <category>softwareengineering</category>
    </item>
  </channel>
</rss>
