CBJ sets the standard for smart finance

Author image

Finance runs on trust, speed, and smart decisions—and Jordan is showing how it can be done right. The Central Bank of Jordan has taken a bold step by introducing a clear and practical framework for using artificial intelligence in the financial sector. Instead of waiting years for global laws to take shape, Jordan is acting now, ensuring innovation grows responsibly while protecting one of the most vital pillars of the economy. This move reflects confidence, vision, and leadership—placing Jordan among the few nations ready to shape the future of AI rather than be shaped by it.

Designed for agility, the Jordanian framework recognizes that technology evolves far faster than traditional legislation. Through regular review and updates, the framework empowers regulators and financial institutions to respond promptly to new developments. This flexibility allows the financial sector not just to keep pace with change but to lead it, creating a foundation where innovation and oversight coexist. At the core of this system lies a practical, risk-based model that addresses the nuances of AI adoption in banking and finance.

AI applications are categorized into low, medium, and high-risk groups, allowing banks to prioritize resources effectively. A low-risk AI chatbot handling routine customer inquiries requires minimal supervision, while high-risk systems, such as automated credit scoring, undergo strict oversight and continuous review. By tailoring supervision to risk, the framework ensures efficiency and effectiveness. Equally significant is its customer-centric approach. It safeguards rights by offering transparency, the ability to opt out of automated systems, and clear explanations for AI-driven decisions. This commitment to openness builds trust and reinforces confidence among users.

Human oversight is another essential principle. No AI system operates entirely on its own. Continuous supervision ensures AI acts as a supportive tool rather than a replacement for critical decision-making. This safeguard minimizes errors, balances efficiency with accountability, and maintains the integrity of financial operations. Beyond national considerations, the framework integrates international best practices. By adopting OECD definitions for accountability, explainability, and related principles, Jordan signals its commitment to global standards. This alignment strengthens credibility and positions the country as an accessible and reliable destination for foreign investment.

By contrast, the European AI Act takes a comprehensive, more rigid approach. Covering AI developers and providers of general-purpose AI models (GPAI), the Act classifies systems by risk level, from prohibited to minimal risk. Enforcement relies on severe penalties, with fines reaching up to €35 million or 7 per cent of global annual revenue for non-compliance. These provisions make adherence non-negotiable, turning the law into a political and economic instrument designed to control global digital markets while ensuring AI aligns with European values.

Yet Europe’s model also faces challenges. Ambiguous terms like AI system and substantial modification leave companies uncertain about compliance requirements. Organizations must choose between waiting for clarification or investing heavily in adaptable programs. This regulatory uncertainty disproportionately affects startups and smaller firms, giving larger corporations a competitive advantage due to their ability to absorb complexity and cost.

The difference between Europe’s penalty-driven approach and Jordan’s pragmatic, sector-specific framework is striking. While Jordan’s framework is comprehensive, it currently lacks enforceable financial penalties. The Central Bank can assess compliance, but without sanctions, institutions may treat the guidelines as recommendations rather than mandatory requirements. Addressing this gap would enhance the framework’s effectiveness as both a protective and enabling mechanism.

The Jordanian framework’s true strength is its scalability. By focusing first on the financial sector, where data sensitivity and customer trust are paramount, the Central Bank is piloting a model that can later extend to healthcare, education, and other critical sectors. This phased approach allows Jordan to build a national AI governance system that is both practical and comprehensive. It fosters a culture where compliance is viewed as a strategic asset that drives trust and competitiveness, not just a bureaucratic formality.

Ultimately, the Jordanian framework proves that responsible AI innovation is not about slowing progress—it is about steering it in the right direction. By embedding transparency, customer rights, and human oversight at the core of AI adoption, Jordan sets a benchmark for safe, forward-looking governance. Institutions adopting this framework today will gain customer confidence, attract international partnerships, and position themselves at the forefront of regional financial innovation. Those who hesitate risk missing a unique opportunity to participate in rule-making at a moment when AI is reshaping the global economic landscape.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;} .first-author{ background-color:#ecedef; } .first-opinion-author-name{ background-color:white; width:max-content; padding:5px; }
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .article-widget-sm .article-title{font-size:16px;-webkit-line-clamp:3;} .related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; } .newspaper-footer{ visibility:hidden; } .socialFixOuter { position: fixed; top: 50%; margin-top: 40px; right: 0; transition: .2s; z-index: 20; height: 217px; width: 40px; } .socialFix { height: 30px; width: 30px; display: block; position: relative; cursor: pointer; background-size: 18px 18px; transition: .2s; background-position: center; background-repeat: no-repeat; border-radius: 2px; margin-top: 1px; } .socialFix:hover { width: 40px; margin-left: -10px; } .app-badge-img { height: 36px; width: auto; } @media (max-width: 768px) { .app-badge-img { height: 32px; } .app-badges { justify-content: center !important; } }
document.addEventListener("DOMContentLoaded", function () { const socialFix = document.querySelector(".socialFixOuter"); if (!socialFix) return; let firstInteraction = false; let hideTimeout = null; function checkMobileScreen() { if (window.innerWidth < 768) { socialFix.style.display = "none"; } else { socialFix.style.display = "block"; } } checkMobileScreen(); window.addEventListener("resize", checkMobileScreen); function handleFirstInteraction() { if (firstInteraction) return; if (window.innerWidth < 768) return; firstInteraction = true; socialFix.style.right = "-25px"; } socialFix.addEventListener("mouseenter", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); socialFix.style.right = "0"; }); socialFix.addEventListener("mouseleave", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); hideTimeout = setTimeout(() => { socialFix.style.right = "-25px"; }, 500); }); ["click", "touchstart"].forEach((evt) => { socialFix.addEventListener(evt, handleFirstInteraction); }); }); function validateEmail(email) { if (email.length > 255) return false; const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; if (!emailRegex.test(email)) return false; if (email.includes('..') || email.startsWith('.') || email.endsWith('.')) return false; return true; } function sanitizeInput(input) { input = input.replace(/<[^>]*>/g, ''); input = input.replace(/javascript:/gi, ''); input = input.replace(/on\w+\s*=/gi, ''); input = input.replace(/[<>"'&(){}[\]]/g, ''); return input.trim(); } document.addEventListener('DOMContentLoaded', function () { function showModal(message, type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; messageContainer.classList.remove("d-none"); setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = sanitizeInput(emailInput.value.trim()); if (!validateEmail(email)) { showModal('Invalid email format', 'danger'); return; } const formData = new FormData(); formData.append('email', email); fetch('/subscribeNewsletter', { method: "POST", body: formData, headers: { "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.", 'danger'); } return response.json(); }) .then(data => { showModal(data.message, 'success'); }) .catch(error => { showModal("Error submitting email. Try again.", 'danger'); }); }); });