All writing

Engineering Trust in MENA's Risk-First Culture

The most underestimated engineering leadership skill in the Gulf isn't system design or hiring — it's knowing which organizational antibodies will kill your technical decisions before they ship, and how to disarm them without burning your credibility.

I learned this building Mashreq Neo, the UAE's first fully branchless bank. The engineering was the easy part. The real work was navigating a risk culture built over decades in an industry where a single compliance failure ends careers and makes headlines. That context shaped everything I've done since.

The MENA Risk Culture Is a Feature, Not a Bug

Most engineering playbooks — Y Combinator, Silicon Valley memoir, Stripe's culture docs — are written for environments where the default is "ship fast, get forgiveness later." That's not MENA. In the Gulf specifically, the institutional posture is risk-first, and it runs deep: regulators move cautiously, procurement cycles are long, and senior stakeholders often have strong approval instincts built from years in heavily audited industries.

The mistake I see technical leaders make when they arrive here — whether expat or returning diaspora — is treating this as friction to overcome. It isn't. It's the operating environment. Teams that ignore it don't move faster; they stall harder when the first compliance flag hits or the first senior stakeholder veto lands.

The engineering leaders who thrive in MENA learn to treat risk culture as a system constraint, the same way you treat a rate limit or a latency SLA. You don't wish it away. You design around it.

The Three Approval Layers Nobody Puts in the Architecture Doc

In any MENA organization of meaningful scale, your actual deployment pipeline has three human layers that don't show up in your CI/CD diagram:

1. The compliance/legal gate. In financial services, telecom, and increasingly health tech, this is non-negotiable. What makes MENA distinct is that regulators like the UAE Central Bank, DFSA, or SAMA often issue guidance that is principle-based rather than prescriptive — which sounds like freedom but is actually harder to navigate, because you can't just tick a checklist. Somebody senior has to sign the interpretation.

2. The relationship layer. Decisions in the Gulf frequently get made in a majlis, not a Jira ticket. The technical spec is necessary but rarely sufficient. If the CIO hasn't had a conversation with the vendor's country director, the contract stalls regardless of how good your PoC was. Engineering leaders who understand this build their calendar accordingly — they're in the room before the formal process starts, not presenting slides after it.

3. The reputational veto. Gulf organizations are relationship-dense and memory-long. A public failure — even a minor outage — gets remembered for years. This means your on-call posture and your incident communication are leadership tools, not just operational ones. How you handle the 2 a.m. production incident is part of your leadership track record in a way it simply isn't in organizations with higher failure tolerance.

When you accept that these three layers exist, you can design for them. You put compliance review into your sprint planning. You brief stakeholders before reviews rather than at them. You invest in runbooks and comms templates before you need them.

Talent in MENA: Stop Reading the LinkedIn Profile Wrong

Leaders arriving from outside the region consistently misread the MENA talent market in the same three ways. Here's what's actually true:

  • Senior engineering depth exists, but it's concentrated. Dubai, Abu Dhabi, and Riyadh have strong pockets of experienced engineers, particularly in fintech, cloud, and increasingly AI. The mistake is expecting London or Singapore density and then concluding "the talent isn't here" when the first two hires are slow. The pool is real; it's just smaller and harder to source through standard channels.

  • Junior-to-mid talent is structurally underutilized. The region has a large cohort of engineers — many regionally educated, many second-generation Gulf nationals with CS degrees — who are capable and motivated but have been hired into organizations that don't give them real ownership. If you build a culture where they can own something end-to-end, you're pulling from a pool most competitors have ignored. The constraint is almost never capability; it's agency.

  • Multinational loyalty patterns are different here. Engineers in the Gulf often have strong family and community networks that make relocation less common. This is an asset if you understand it — rooted people build longer institutional memory. It's a liability if you're trying to plug into a global rotation model without adapting your structure.

  • The cultural mix is the superpower. In any mid-sized MENA engineering team, you'll have engineers from India, Pakistan, Egypt, Jordan, Lebanon, the Philippines, and Gulf nationals — each with genuinely different professional socialization. The team that figures out how to make that work doesn't just feel better to be on; it solves problems faster because it isn't monocultural in its assumptions about what "normal" process looks like.

Decision Speed Is a Design Choice

The common complaint from engineering leaders in MENA: "decisions take too long here." That's usually true. The less common insight: it's almost never the people who are slow — it's the decision architecture.

Slow decisions tend to come from one of three causes:

Root CauseSymptomFix
Unclear decision ownerEscalation loops with no landing spotExplicit DACI/RACI per decision class, written down
Missing pre-read habitStakeholders encountering ideas cold in meetings48-hour written brief before any decision meeting
Risk of being wrong > reward of being rightEverything gets consensus-ized to avoid blameNamed owner who gets credit AND accountability

The third row is the hardest to fix because it's cultural, not procedural. But it's not immovable. The practical intervention: as the engineering leader, you go first. Make a call publicly, own it when it's wrong, recover visibly, and don't punish team members who do the same. At Mashreq Neo, the moments that shifted team behavior most weren't the roadmap wins — they were the post-mortems where we named what broke, who owned the decision, and what we'd do differently, without the conversation becoming a blame exercise. That posture has to come from the top before it propagates down. It's the slowest feedback loop in the system, but also the highest-leverage one.

The Localization Tax on Your Technical Roadmap

Every technical roadmap in MENA carries what I call a localization tax: a set of requirements that exist only because of regional context, that add real complexity without adding product differentiation. Examples:

  • Arabic RTL support — it sounds simple; in a complex React app with dynamic data tables and LLM-generated content, it's weeks of edge cases.
  • Data residency — UAE data regulations, Saudi SDAIA requirements, and ADGM/DIFC frameworks create real constraints on where you can process and store. This isn't a checkbox; it shapes your cloud architecture from the start.
  • Dual-language LLM behavior — Arabic is morphologically rich and deeply dialectal. A model that performs well on Gulf Arabic prompts is not the same as one tuned on a Modern Standard Arabic corpus. If you're building AI products for this region, your evals need to include Arabic test sets or you're flying blind.
  • Payment rails — UAEFTS, SADAD, CliQ in Jordan, Fawry in Egypt. Each has its own integration spec, settlement window, and failure mode. A payment engineer who knows Stripe cold needs real time to get fluent here.

The engineering leaders who handle this well budget the localization tax explicitly — in time, in headcount, and in roadmap sequencing — rather than treating it as a surprise in Q3. The ones who don't tend to deliver products that work technically but feel foreign to users.

What "Shipping" Means When Your Stakeholder Is a Regulator

In most startup contexts, shipping means merging to main and deploying. In regulated MENA industries — banking, insurance, healthcare, government services — shipping means getting to production and getting the regulatory acknowledgment that lets you stay there.

This has a real implication for how you structure engineering work: you need a "production but not live" state. A deployment that is technically complete but pending regulatory review. Most engineering tooling doesn't model this well. Feature flags help — they let you deploy code without activating behavior — but you also need a documented state machine for what's been built, what's been reviewed, and what's been approved, one that your compliance team can operate without needing an engineer in the room.

For AI products specifically, this compounds. An LLM-based feature isn't just code — it's behavior that can change with model updates, prompt changes, and retrieval corpus drift. Regulators increasingly want to know not just what you deployed but how it behaves over time.

That's where shadow evals matter. The idea: you run your AI feature against a fixed evaluation set in parallel with production — same inputs, logged outputs, scored against known-good baselines — without exposing results to end users. If the model, prompts, or retrieval layer changes, the shadow eval catches behavioral drift before it becomes a compliance conversation. Pair this with regression tracking (flagging when eval scores move outside a defined tolerance band) and you have an audit trail that answers the regulator's question: "prove your AI behaves the same as when we last reviewed it." If you don't have this layer wired in from the start, the conversation when someone asks that question will be uncomfortable.

What to Actually Do

If you're leading engineering in MENA — or about to — here's the playbook distilled:

  1. Map your approval graph before you write your first sprint. Who can veto your architecture, your deployment, your vendor choice? Name them. Build a relationship with each one before you need a yes from them.

  2. Budget the localization tax explicitly. Arabic RTL, data residency, local payment rails, dialect-aware evals — put these in your estimate with their own swim lane, not as afterthoughts tagged onto existing stories.

  3. Design a "deployed but not live" state. Especially for AI features. Feature flags are necessary but not sufficient. You need a compliance-readable state machine for what's in production and what's activated, plus shadow evals to prove behavioral stability over time.

  4. Give junior and mid-level engineers real ownership, fast. The talent is there. The agency often isn't. The fastest way to build institutional knowledge is to stop routing everything through senior engineers and start creating end-to-end ownership at every level.

  5. Make your incident posture a leadership signal. In relationship-dense cultures, how you behave at 2 a.m. when something breaks is remembered longer than your roadmap presentation. Invest in runbooks, comms templates, and post-mortem culture before you need them.

The Gulf tech scene is maturing fast — faster than most outside observers recognize. The leaders who thrive here aren't the ones who import a Silicon Valley playbook intact. They're the ones who read the local constraints clearly, design for them deliberately, and treat trust as an engineering asset rather than a soft skill.

Working on something like this? I take on a few fractional-CTO and AI engagements at a time.

The AI CTO playbook

Get my AI playbooks — straight to your inbox

Practical notes on shipping production AI, scaling teams, and the calls a CTO actually has to make. A few times a month. No spam, no fluff.