Complying with SAMA Regulations for AI in Saudi Banking
A practical methodology for how to comply with SAMA rules for AI in Saudi banking, covering governance, data residency, explainability, and audit readiness.

What SAMA Expects from AI in the Financial Sector
The Saudi Central Bank, known by its Arabic acronym SAMA, has built one of the most structured regulatory environments for financial technology in the Gulf region. Its expectations for artificial intelligence deployments are not informal guidance — they sit inside a framework that includes enforceable circulars, formal risk management standards, and supervisory examination processes. Any bank or licensed financial institution deploying AI in Saudi Arabia must treat SAMA's expectations as binding operational constraints, not recommendations.
Understanding how to comply with SAMA rules for AI in Saudi banking begins with reading the regulatory posture accurately. SAMA has issued guidance that ties directly to existing risk management frameworks, meaning AI systems are not evaluated in isolation. They are evaluated as extensions of the institution's broader risk environment, with the same accountability standards applied to credit, operational, and market risk.
The regulatory posture is also evolving. SAMA has signaled through its Technology Risk Management guidelines and its engagement with Vision 2030's financial sector objectives that AI governance will deepen over time. Institutions that build only to minimum current requirements risk costly remediation as expectations shift. Building ahead of the regulatory curve is not overcaution — it is sound enterprise risk management.
Mapping the Regulatory Landscape Before Writing a Single Line of Code
Before any technical architecture decisions are made, compliance officers and technology leaders must jointly produce a regulatory landscape map. This document identifies every SAMA circular, guideline, and framework that could touch the intended AI deployment. Relevant instruments typically include SAMA's Cybersecurity Framework, Technology Risk Management Guidelines, and Open Banking Framework where applicable. Each instrument imposes distinct obligations.
The landscape map should also account for adjacent regulation. AI systems that process personal financial data intersect with the requirements of the Saudi Personal Data Protection Law, administered by the National Data Management Office. Where these obligations overlap with SAMA's requirements, institutions must satisfy both simultaneously — and document how they reconcile any tension between the two regimes.
This mapping phase should produce a formal regulatory matrix: a structured document that lists each obligation, the specific system or process it applies to, the control that will satisfy it, and the evidence that will demonstrate compliance during examination. This matrix becomes the foundation for every subsequent governance and technical decision in the deployment.
Establishing a Governance Structure That Passes Examiner Scrutiny
SAMA's risk management expectations require clear accountability at the board and executive level. For AI systems, this means the institution must designate an accountable senior officer for every material AI deployment — not a project team, and not a vendor. A named individual within the regulated institution must bear responsibility for the system's behavior.
The governance structure should include a model risk management committee or equivalent body that reviews AI deployments before they reach production. This committee needs representation from risk, compliance, technology, and business lines. Its mandate should cover initial approval, ongoing monitoring thresholds, and escalation procedures when a system behaves outside expected parameters. Minutes and decisions must be documented in a format suitable for regulatory examination.
Many institutions make the mistake of treating AI governance as an addendum to existing IT governance. SAMA's expectations increasingly treat AI as a distinct risk class with its own lifecycle management requirements. A governance charter that conflates AI model risk with general IT risk will draw examiner questions. The charter should specify how AI systems are inventoried, classified by risk tier, and reviewed on a defined cycle — typically aligned to the system's materiality and the pace of any underlying model updates.
Data Residency and Localization Requirements
Saudi banking regulation places significant emphasis on data sovereignty. Financial customer data generated within the Kingdom is subject to localization expectations that restrict where it can be stored and processed. For AI deployments, this has direct architectural consequences: training data, inference infrastructure, and logging systems must all be evaluated against data residency obligations.
Institutions should map every data flow that their AI system creates. This includes data ingested for training or fine-tuning, real-time data processed during inference, outputs stored for audit purposes, and any data transmitted to third-party model providers for inference. Each of these flows is a potential compliance exposure if it crosses a jurisdictional boundary that SAMA's guidance does not permit. For a detailed operational approach to managing these flows, see Managing Cross-Border Data Flow Between UAE and Saudi Enterprises.
Third-party model providers present a specific challenge. A bank that routes inference requests through an externally hosted large language model may be transmitting customer financial data to infrastructure outside the Kingdom. Institutions must either negotiate contractual and technical controls that satisfy SAMA's data handling requirements or restrict their AI systems to models hosted on locally compliant infrastructure. This decision must be documented in the regulatory matrix and confirmed by legal counsel familiar with SAMA's current position.
Model Risk Management: The Core Technical Obligation
SAMA's technology risk management expectations draw heavily on model risk management principles that are well-established in global banking supervision. The expectation is that any model used to make or influence a material decision — credit decisioning, fraud detection, customer segmentation — must be independently validated before deployment and reviewed on a defined cycle thereafter.
Model validation for AI systems has specific requirements that differ from traditional statistical model validation. The validation team must be independent of the development team, must have sufficient technical capability to evaluate the model's architecture and training data, and must produce a written report that documents scope, methodology, findings, and any conditions placed on the model's approval. Conditions placed at approval must be tracked to resolution.
Explainability is a non-negotiable element of model risk management in regulated banking contexts. If a model produces a decision that adversely affects a customer — a declined credit application, a flagged transaction, a restricted account — the institution must be able to explain that decision in terms a customer can understand and a regulator can evaluate. Black-box models that cannot be interrogated at the decision level create material compliance exposure. For a detailed analysis of this requirement across regulated industries, see Explainable Agents: A Mandate for Regulated Industries.
Building the Audit Trail from Day One
Financial regulators, including SAMA, evaluate AI systems partly through their audit trails. An institution that cannot demonstrate exactly what its model did, when it did it, and on what data, will struggle to respond to regulatory enquiries and will face supervisory pressure. Building the audit infrastructure before going to production is far less costly than reconstructing it after.
Every material decision made by an AI system should generate an immutable log entry that records the input data, the model version that processed it, the output, and a timestamp. Where a human reviewed or overrode the model's output, that review must also be logged with the reviewer's identity and decision. This creates the full decision trail that an examiner needs to trace any specific outcome.
Event sourcing is an architectural pattern that satisfies this requirement systematically. Rather than logging outputs as an afterthought, event sourcing records every state change and decision as an ordered, append-only sequence. This approach makes it possible to reconstruct the exact state of a system at any point in time — a capability that proves its value when regulators request a retrospective view of specific decisions. For the technical foundation of this approach, see Event Sourcing for Auditable Agent Actions.
Vendor and Third-Party AI Risk
Saudi banking institutions frequently deploy AI through third-party vendors, whether specialist AI providers, established technology companies, or consultancies. SAMA's framework treats third-party risk as an extension of the institution's own risk. The regulated institution remains fully accountable for every system it operates, regardless of who built or hosts it.
This accountability principle has direct procurement implications. Due diligence on an AI vendor must go beyond standard IT vendor assessments. The institution must evaluate the vendor's model development practices, their data handling procedures, their incident response protocols, and their ability to support the regulatory examination process — including providing documentation on demand and cooperating with examiner access requests.
Contract terms must reflect SAMA's expectations. The institution needs enforceable rights to audit the vendor's AI systems, access model documentation, receive notification of material changes to underlying models, and exit the relationship without business disruption if the vendor fails to maintain compliance standards. Generic cloud service agreements typically do not include these provisions, and procurement teams must negotiate them explicitly. For a framework on managing this risk from an ownership perspective, see Protecting Proprietary Data from Vendor AI Model Training.
The Security and Monitoring Architecture for Production AI
SAMA's Cybersecurity Framework applies directly to AI systems. The security architecture must address threat vectors that are specific to AI: model poisoning, adversarial inputs designed to manipulate model outputs, inference attacks that attempt to extract training data, and prompt injection in systems that use natural language interfaces. Standard application security controls are necessary but not sufficient.
Security monitoring for AI systems requires capabilities beyond standard security information and event management tools. The institution needs behavioral monitoring that can detect model drift — the gradual degradation of model accuracy as real-world conditions diverge from training conditions. Drift that goes undetected can produce systematically biased or incorrect decisions before anyone notices at the output level. Monitoring thresholds should be set at the model performance level, not just at the system availability level.
Incident response procedures must explicitly address AI-specific scenarios. What does the institution do when a model produces an anomalous cluster of decisions that may indicate an adversarial attack? Who has the authority to suspend the system? How does the institution communicate with SAMA if a material AI incident occurs? These questions must be answered in documented procedures before the system goes live, not during an actual incident. Continuous security monitoring also intersects with agentic observability design — institutions building autonomous systems should review Designing Agentic Observability from Day One for architectural guidance.
Fairness, Bias Testing, and Consumer Protection
SAMA's supervisory focus on consumer protection extends to algorithmic systems. A model that produces systematically different outcomes for identifiable groups of customers — by geography, by profession, by any demographic characteristic protected under Saudi law — creates both regulatory exposure and reputational risk. Institutions must test for bias before deployment and maintain ongoing monitoring thereafter.
Bias testing methodology should cover the full range of the model's operational domain. For a credit decisioning model, this means testing approval rates and pricing outcomes across customer segments, controlling for legitimate credit risk factors, and examining whether any residual disparity correlates with protected characteristics. The test must be documented, and the results must be reviewed by the model risk committee as part of the approval process.
Where bias is identified, the institution has a compliance obligation to remediate before the model goes to production. Remediation may involve retraining on a more representative dataset, applying post-processing adjustments to outputs, or restricting the model's operational scope until the issue is resolved. Each remediation step must be logged and the validation repeated. A model that goes to production with a known bias and an undocumented remediation plan creates serious examiner exposure.
Documentation Standards That Support Examination
SAMA's examination process for AI systems is document-driven. Examiners will request model documentation, governance records, validation reports, audit logs, and incident records. Institutions that maintain these documents in a structured, accessible format demonstrate operational maturity. Institutions that reconstruct documents in response to an examination request invite scepticism about the depth of their governance.
Model documentation should follow a defined template that covers at minimum: the business purpose of the model, the training data sources and their provenance, the model architecture and key hyperparameters, the validation methodology and results, the approval decision and any conditions, the ongoing monitoring approach and thresholds, and the model's designated owner. This document should be version-controlled and updated whenever the model or its operating environment changes materially.
Governance records should be maintained in a secure, tamper-evident repository. Meeting minutes from the model risk committee, approval memoranda, escalation records, and review decisions all constitute governance evidence. The format matters — a narrative email chain is significantly weaker evidence than a structured memorandum signed by the accountable officer. Institutions should establish a documentation standard at the outset and apply it consistently across all AI deployments. For guidance on structuring this documentation for regulator review, see Documenting AI Model Governance for UAE Regulator Review.
Preparing for Supervisory Examination
SAMA's supervisory examination of AI systems may be conducted as part of a broader technology risk review or as a targeted assessment of a specific system. Either way, the institution should prepare as if the examination could occur at any time. This means maintaining examination-ready documentation continuously, not assembling a response pack when an examination is announced.
A practical examination readiness protocol includes a quarterly review of all AI system documentation to confirm it is current, a test run of the audit log retrieval process to confirm it produces complete records in the format an examiner would expect, and a tabletop exercise that walks relevant staff through the examination process so they understand their roles and the boundaries of what they may disclose without escalation.
The institution should also be prepared to demonstrate the model's behavior in real time. Some examiners will request a live demonstration of how a specific decision was reached, including the ability to trace the decision back through the audit log. Teams that have never run this demonstration before an examination will struggle under examination conditions. Running it quarterly as part of the examination readiness protocol builds the institutional muscle memory that examination performance requires.
Where Sovereign AI Infrastructure Changes the Compliance Equation
The compliance obligations described throughout this methodology apply regardless of how the AI system is built or deployed. But the architecture of the deployment has a material effect on how easily those obligations can be satisfied. Institutions that deploy AI on infrastructure they own and control have a structural advantage over institutions that depend on rented platforms and third-party APIs.
When a bank owns its AI infrastructure, it controls the data flows, the audit logs, the model update cycle, and the security perimeter. Every SAMA obligation that requires documentation, access, or control becomes straightforward to satisfy because the institution is not negotiating with a vendor for access to its own records. This is why sovereign AI infrastructure is increasingly a compliance consideration, not merely a commercial one.
Labarna AI operates on this principle as sovereign production intelligence — built to deploy systems where the client owns all source code, agents, data, and infrastructure outright through Ghost Architecture. This ownership model means a Saudi banking institution retains full control over every component that SAMA will examine, without dependence on a third party's cooperation for audit access or documentation. Given that deployments start in the low tens of thousands for focused builds and scale by agent count and operational scope, the cost-to-compliance-resilience ratio compares favorably to the ongoing risk exposure of rented infrastructure.
Institutions that have approached AI deployment through generic cloud platforms often discover that their vendor agreements do not support the level of audit access SAMA requires. Renegotiating those terms after deployment is costly and sometimes not possible. The more durable approach is selecting an architecture that satisfies the examination requirement before any customer data flows through the system.
Operationalizing Compliance Across the AI Lifecycle
Compliance with SAMA's expectations is not a project with a completion date. It is an operational capability that must be maintained across the full lifecycle of every AI system the institution runs. This lifecycle includes initial deployment, ongoing monitoring, periodic revalidation, model updates, and eventual decommissioning. Each phase has distinct compliance activities.
At the monitoring phase, the institution must run defined performance checks on a schedule aligned to the model's risk tier. High-risk models — those making material credit or fraud decisions — typically warrant more frequent performance review than lower-risk models. The monitoring results must be reviewed by the accountable officer and escalated to the model risk committee whenever results breach defined thresholds.
Model updates present a specific compliance trigger. When the institution updates the model's training data, architecture, or operational parameters, it must assess whether the change is material. A material change typically requires the validation process to be partially or fully repeated before the updated model is deployed to production. The threshold for materiality should be defined in the governance charter, not assessed case-by-case, to avoid inconsistent application that draws examiner scrutiny.
Decommissioning an AI system requires its own documented process. The institution must retain audit logs and model documentation for the period required by SAMA's record retention guidelines, ensure that customer data used in training or inference is disposed of in accordance with both SAMA's requirements and the Personal Data Protection Law, and formally close the model's entry in the AI system inventory. Incomplete decommissioning that leaves orphaned data or undocumented systems is a recurring finding in financial sector examinations.
Building the Compliance Capability Internally
Saudi financial institutions that treat regulatory compliance for AI as a specialist task managed entirely by external consultants create a fragile arrangement. When examiners arrive, they will interview staff, test institutional knowledge, and assess whether the compliance posture is genuine or constructed for examination. Institutions that have internalized the compliance methodology perform materially better than those that rely on assembled documentation without the underlying operational depth.
Building internal capability means training compliance, risk, and technology staff specifically on AI governance — not general data privacy or IT risk training, but training that addresses model validation, explainability, audit trail design, and the specific obligations in SAMA's published frameworks. This training should be documented and updated as SAMA's guidance evolves.
Agentic AI deployment in particular requires a thoughtful internal capability build. As financial institutions move beyond simple predictive models toward autonomous agents that execute sequences of decisions, the compliance demands intensify. Labarna AI's vertical-specific deployment across 21 industry verticals includes financial services, and its production-grade infrastructure is designed with exception handling and observability built into the architecture from day one — not added as a compliance layer afterward. Institutions evaluating agentic AI deployment should review Evaluating AI Implementation Partners for Regulated Industries to understand what capability a deployment partner must demonstrate before receiving a mandate in a regulated environment.
The institutions that will sustain regulatory approval for advanced AI use in Saudi banking are those that treat SAMA compliance not as a gate to clear before launch, but as an ongoing operational discipline embedded in how their technology and risk functions work every day. That discipline, built deliberately over time, is what separates institutions that accumulate AI capability from those that accumulate AI risk.
Running the Diagnostic Before Committing Architecture
Before committing to a specific AI architecture or vendor relationship, a structured diagnostic of the institution's operational environment produces a clearer picture of where the compliance gaps actually lie. Many institutions discover during this phase that their existing data governance, audit infrastructure, or vendor contracts create obstacles that would be expensive to resolve after a system is already in production.
Labarna AI provides an Operational Intelligence Diagnostic that is free to access and produces a full deployment blueprint within 24 to 48 hours, benchmarked against real operational and regulatory benchmarks. For Saudi banking institutions navigating SAMA's requirements, this diagnostic maps the specific governance, data, and infrastructure requirements against the institution's current state — producing a deployment blueprint that accounts for the regulatory environment rather than ignoring it. Whether or not Labarna AI is the deployment partner that a given institution selects, running the diagnostic before committing architecture is sound risk management. The alternative — discovering compliance gaps after infrastructure commitments are made — is the more expensive path.
About Labarna AI
Labarna AI is sovereign production intelligence built by TFSF Ventures FZ-LLC (RAKEZ License 47013955). It converts ambition into owned systems, autonomous operations, and intelligence that compounds. Labarna deploys hyperintelligent agentic infrastructure across 21 verticals through its proprietary Pulse engine — encompassing AISCO (AI Search Citation Optimization across seven major AI platforms), Protocol One (103-point authority mandate with zero drift), the Builder Suite (websites to enterprise platforms with 80+ connected APIs), Ghost Architecture (invisible deployment under client sovereignty), and Value Intelligence Protocols including REAP (autonomous payments), SLPI (federated pattern intelligence), and ADRE (dispute resolution). AI was built to answer — Labarna was built to act.
Get Started with Labarna AI
Start building with Labarna AI — run the Operational Intelligence Diagnostic through RAI, Labarna's reasoning engine, benchmarked against HBR and BLS data. Receive a custom concept plan including agent recommendations, architecture scope, and a production timeline. Enter the system at labarna.ai.
Originally published at https://www.labarna.ai/blog/complying-sama-regulations-ai-saudi-banking
Written by Labarna AI Research