{"id":6382,"date":"2026-04-18T17:52:02","date_gmt":"2026-04-18T12:22:02","guid":{"rendered":"https:\/\/nervnow.com\/?p=6382"},"modified":"2026-04-18T18:19:13","modified_gmt":"2026-04-18T12:49:13","slug":"ai-runs-on-power-what-india-uae-can-teach-each-other-about-the-green-intelligence-economy","status":"publish","type":"post","link":"https:\/\/nervnow.com\/ro\/ai-runs-on-power-what-india-uae-can-teach-each-other-about-the-green-intelligence-economy\/","title":{"rendered":"AI Runs on Power: What India, UAE Can Teach Each Other About the Green-Intelligence Economy"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Where Green Growth Meets Artificial Intelligence \u2013 NervNow<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&#038;family=Source+Serif+4:ital,wght@0,300;0,400;0,600;1,300;1,400&#038;family=DM+Sans:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --navy: #182a4f;\n    --navy-light: #1e3560;\n    --cream: #f5f0e8;\n    --cream-dark: #ede7d9;\n    --text-primary: #1a1a1a;\n    --text-secondary: #4a4a4a;\n    --text-muted: #767676;\n    --accent: #c8a96e;\n    --accent-light: #e8d5b0;\n    --rule: #d4cec4;\n    --white: #ffffff;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Source Serif 4', Georgia, serif;\n    font-weight: 400;\n    background: var(--white);\n    color: var(--text-primary);\n    line-height: 1.75;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* NAV *\/\n  .site-nav {\n    background: var(--navy);\n    padding: 0 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    height: 64px;\n    position: sticky;\n    top: 0;\n    z-index: 100;\n  }\n  .site-nav .logo {\n    font-family: 'DM Serif Display', serif;\n    color: var(--white);\n    font-size: 22px;\n    letter-spacing: 0.02em;\n    text-decoration: none;\n  }\n  .site-nav .logo span { color: var(--accent); }\n  .nav-meta {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 13px;\n    color: rgba(255,255,255,0.55);\n    letter-spacing: 0.04em;\n  }\n\n  \/* HERO *\/\n  .hero {\n    background: var(--navy);\n    padding: 72px 40px 60px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background: radial-gradient(ellipse at 80% 20%, rgba(200,169,110,0.08) 0%, transparent 60%),\n                radial-gradient(ellipse at 10% 80%, rgba(255,255,255,0.03) 0%, transparent 50%);\n    pointer-events: none;\n  }\n  .hero-inner {\n    max-width: 800px;\n    margin: 0 auto;\n    position: relative;\n  }\n  .hero-tag {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 28px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .hero-tag::before {\n    content: '';\n    display: inline-block;\n    width: 24px;\n    height: 1px;\n    background: var(--accent);\n  }\n  .hero h1 {\n    font-family: 'DM Serif Display', serif;\n    font-size: clamp(32px, 4.5vw, 52px);\n    line-height: 1.13;\n    color: var(--white);\n    font-weight: 400;\n    margin-bottom: 28px;\n    letter-spacing: -0.01em;\n  }\n  .hero-excerpt {\n    font-family: 'Source Serif 4', serif;\n    font-size: 18px;\n    font-weight: 300;\n    font-style: italic;\n    color: rgba(255,255,255,0.72);\n    line-height: 1.65;\n    max-width: 680px;\n    margin-bottom: 40px;\n    border-left: 2px solid var(--accent);\n    padding-left: 20px;\n  }\n  .byline-block {\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    padding-top: 32px;\n    border-top: 1px solid rgba(255,255,255,0.12);\n  }\n  .byline-avatar {\n    width: 48px;\n    height: 48px;\n    border-radius: 50%;\n    background: var(--accent);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'DM Serif Display', serif;\n    font-size: 20px;\n    color: var(--navy);\n    flex-shrink: 0;\n  }\n  .byline-text {}\n  .byline-name {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--white);\n    margin-bottom: 2px;\n  }\n  .byline-role {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    color: rgba(255,255,255,0.5);\n    line-height: 1.5;\n  }\n  .byline-date {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    color: rgba(255,255,255,0.38);\n    margin-top: 4px;\n  }\n\n  \/* LAYOUT *\/\n  .article-wrap {\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 64px 40px 80px;\n  }\n\n  \/* BODY TEXT *\/\n  .article-body p {\n    font-size: 18px;\n    line-height: 1.82;\n    color: var(--text-primary);\n    margin-bottom: 26px;\n  }\n  .article-body p:first-child::first-letter {\n    font-family: 'DM Serif Display', serif;\n    font-size: 72px;\n    line-height: 0.82;\n    float: left;\n    margin-right: 10px;\n    margin-top: 8px;\n    color: var(--navy);\n  }\n\n  \/* SUBHEADS *\/\n  .article-body h2 {\n    font-family: 'DM Serif Display', serif;\n    font-size: 26px;\n    font-weight: 400;\n    color: var(--navy);\n    margin: 56px 0 20px;\n    padding-bottom: 12px;\n    border-bottom: 1px solid var(--rule);\n    letter-spacing: -0.01em;\n  }\n\n  \/* PULL QUOTE *\/\n  .pull-quote {\n    border-left: 4px solid var(--accent);\n    background: var(--cream);\n    padding: 32px 36px;\n    margin: 48px 0;\n    position: relative;\n  }\n  .pull-quote .pq-mark {\n    font-family: 'DM Serif Display', serif;\n    font-size: 64px;\n    color: var(--accent);\n    line-height: 0.6;\n    display: block;\n    margin-bottom: 16px;\n  }\n  .pull-quote .pq-text {\n    font-family: 'Source Serif 4', serif;\n    font-size: 20px;\n    font-style: italic;\n    font-weight: 300;\n    color: var(--navy);\n    line-height: 1.7;\n    display: block;\n  }\n\n\n  \/* STAT STRIP *\/\n  .stat-strip {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1px;\n    background: var(--rule);\n    border: 1px solid var(--rule);\n    margin: 48px 0;\n  }\n  .stat-cell {\n    background: var(--white);\n    padding: 28px 24px;\n    text-align: center;\n  }\n  .stat-number {\n    font-family: 'DM Serif Display', serif;\n    font-size: 38px;\n    color: var(--navy);\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n  .stat-label {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    color: var(--text-muted);\n    line-height: 1.45;\n    letter-spacing: 0.01em;\n  }\n  .stat-source {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 10px;\n    color: var(--accent);\n    margin-top: 6px;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  \/* BOARD QUESTIONS *\/\n  .board-questions {\n    background: var(--cream);\n    border-left: 4px solid var(--navy);\n    padding: 36px 40px;\n    margin: 48px 0;\n  }\n  .board-questions-title {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 24px;\n  }\n  .board-q {\n    display: flex;\n    gap: 20px;\n    margin-bottom: 24px;\n    align-items: flex-start;\n  }\n  .board-q:last-child { margin-bottom: 0; }\n  .board-q-num {\n    font-family: 'DM Serif Display', serif;\n    font-size: 28px;\n    color: var(--navy);\n    opacity: 0.25;\n    line-height: 1;\n    flex-shrink: 0;\n    width: 32px;\n    text-align: center;\n  }\n  .board-q-text {\n    font-family: 'Source Serif 4', serif;\n    font-size: 17px;\n    color: var(--text-primary);\n    line-height: 1.6;\n  }\n  .board-q-text strong {\n    display: block;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--navy);\n    margin-bottom: 4px;\n  }\n\n  \/* COMPARISON TABLE *\/\n  .compare-table {\n    margin: 48px 0;\n    border: 1px solid var(--rule);\n    overflow: hidden;\n  }\n  .compare-header {\n    display: grid;\n    grid-template-columns: 160px 1fr 1fr;\n    background: var(--navy);\n  }\n  .compare-header div {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.7);\n    padding: 16px 20px;\n  }\n  .compare-header div:first-child { color: rgba(255,255,255,0.4); }\n  .compare-row {\n    display: grid;\n    grid-template-columns: 160px 1fr 1fr;\n    border-top: 1px solid var(--rule);\n  }\n  .compare-row:nth-child(even) { background: var(--cream); }\n  .compare-row div {\n    font-family: 'Source Serif 4', serif;\n    font-size: 15px;\n    color: var(--text-primary);\n    padding: 16px 20px;\n    line-height: 1.5;\n    border-right: 1px solid var(--rule);\n  }\n  .compare-row div:last-child { border-right: none; }\n  .compare-row div:first-child {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n  }\n\n  \/* MOBILE: stacked cards *\/\n  @media (max-width: 600px) {\n    .compare-header { display: none; }\n    .compare-table { border: none; background: transparent; }\n    .compare-row {\n      display: block;\n      border: 1px solid var(--rule);\n      margin-bottom: 16px;\n      background: var(--white) !important;\n    }\n    .compare-row div {\n      display: block;\n      border-right: none;\n      border-bottom: 1px solid var(--rule);\n      padding: 12px 16px;\n    }\n    .compare-row div:last-child { border-bottom: none; }\n    .compare-row div:first-child {\n      background: var(--navy);\n      color: rgba(255,255,255,0.7);\n      font-size: 10px;\n      padding: 8px 16px;\n    }\n    .compare-row div:nth-child(2)::before {\n      content: 'India';\n      display: block;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--accent);\n      margin-bottom: 4px;\n    }\n    .compare-row div:nth-child(3)::before {\n      content: 'UAE';\n      display: block;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--accent);\n      margin-bottom: 4px;\n    }\n  }\n\n  \/* SECTION RULE *\/\n  .section-break {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin: 56px 0 48px;\n  }\n  .section-break::before, .section-break::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n  .section-break span {\n    width: 6px;\n    height: 6px;\n    background: var(--accent);\n    transform: rotate(45deg);\n    flex-shrink: 0;\n  }\n\n  \/* AUTHOR BIO *\/\n  .author-bio {\n    background: var(--cream);\n    padding: 36px 40px;\n    margin-top: 64px;\n    display: flex;\n    gap: 24px;\n    align-items: flex-start;\n  }\n  .author-bio-avatar {\n    width: 64px;\n    height: 64px;\n    border-radius: 50%;\n    background: var(--navy);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'DM Serif Display', serif;\n    font-size: 26px;\n    color: var(--accent);\n    flex-shrink: 0;\n  }\n  .author-bio-content {}\n  .author-bio-name {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--navy);\n    margin-bottom: 4px;\n  }\n  .author-bio-credentials {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    color: var(--text-muted);\n    line-height: 1.6;\n    margin-bottom: 10px;\n  }\n  .author-bio-desc {\n    font-family: 'Source Serif 4', serif;\n    font-size: 15px;\n    color: var(--text-secondary);\n    line-height: 1.65;\n    font-style: italic;\n  }\n\n  \/* SOURCES *\/\n  .sources-block {\n    margin-top: 56px;\n    padding-top: 32px;\n    border-top: 1px solid var(--rule);\n  }\n  .sources-title {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-bottom: 16px;\n  }\n  .sources-block ol {\n    padding-left: 20px;\n  }\n  .sources-block li {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 13px;\n    color: var(--text-muted);\n    line-height: 1.6;\n    margin-bottom: 8px;\n  }\n\n  \/* MORE DEEP DIVES *\/\n  .more-dives {\n    background: var(--cream);\n    padding: 48px 40px;\n    margin-top: 64px;\n  }\n  .more-dives-title {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-bottom: 28px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  .more-dives-title::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n  .dive-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n  .dive-list li {\n    border-bottom: 1px solid var(--rule);\n  }\n  .dive-list li:first-child {\n    border-top: 1px solid var(--rule);\n  }\n  .dive-list a {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 18px 0;\n    text-decoration: none;\n    gap: 16px;\n    transition: color 0.15s;\n  }\n  .dive-list a:hover .dive-headline { color: var(--navy); }\n  .dive-list a:hover .dive-arrow { opacity: 1; transform: translateX(3px); }\n  .dive-headline {\n    font-family: 'Source Serif 4', serif;\n    font-size: 16px;\n    color: var(--text-secondary);\n    line-height: 1.45;\n    transition: color 0.15s;\n  }\n  .dive-arrow {\n    font-size: 18px;\n    color: var(--accent);\n    opacity: 0.5;\n    flex-shrink: 0;\n    transition: opacity 0.15s, transform 0.15s;\n  }\n\n  \/* FOOTER *\/\n  .site-footer {\n    background: var(--navy);\n    padding: 40px;\n    text-align: center;\n    margin-top: 80px;\n  }\n  .site-footer .logo {\n    font-family: 'DM Serif Display', serif;\n    font-size: 20px;\n    color: var(--white);\n    margin-bottom: 10px;\n  }\n  .site-footer .logo span { color: var(--accent); }\n  .site-footer p {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    color: rgba(255,255,255,0.35);\n  }\n\n  @media (max-width: 680px) {\n    .hero { padding: 48px 24px 48px; }\n    .article-wrap { padding: 48px 24px 64px; }\n    .stat-strip { grid-template-columns: 1fr; }\n    .author-bio { flex-direction: column; }\n    .board-questions { padding: 28px 24px; }\n    .pull-quote { padding: 28px 24px; }\n    .site-nav { padding: 0 24px; }\n    .more-dives { padding: 36px 24px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- NAV -->\n<nav class=\"site-nav\">\n  <a href=\"https:\/\/nervnow.com\/ro\/\" class=\"logo\">Nerv<span>Now<\/span>\u2122<\/a>\n  <span class=\"nav-meta\">Analysis\/ESG &amp; AI<\/span>\n<\/nav>\n\n<!-- HERO -->\n<header class=\"hero\">\n  <div class=\"hero-inner\">\n    <div class=\"hero-tag\">Contributor Op-Ed &nbsp;\u00b7&nbsp; Analysis\/ESG &amp; AI<\/div>\n    <h1>Where Green Growth Meets Artificial Intelligence: Lessons from India and the UAE<\/h1>\n    <p class=\"hero-excerpt\">The transition to a greener, AI-enabled economy is no longer a planning exercise. In India and the UAE, it is already reshaping capital allocation, workforce strategy, and what boards are expected to know. A former CEO who operated at the center of the UAE&#8217;s business landscape draws out the lessons neither market can afford to ignore.<\/p>\n    <div class=\"byline-block\">\n      <div class=\"byline-avatar\">N<\/div>\n      <div class=\"byline-text\">\n        <div class=\"byline-name\">Niranjan Gidwani<\/div>\n        <div class=\"byline-role\">Certified Board Director (MCA-India) &nbsp;\u00b7&nbsp; Former CEO, Eros Group Dubai &nbsp;\u00b7&nbsp; Fellow of Board Stewardship<\/div>\n        <div class=\"byline-date\">April 15, 2026 &nbsp;\u00b7&nbsp; 14 min read<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/header>\n\n<!-- BODY -->\n<main class=\"article-wrap\">\n  <article class=\"article-body\">\n\n    <p>The relationship between AI and clean energy has moved past the policy document stage. It is now a capital allocation question, a workforce redesign question, and increasingly, a board accountability question. Having spent years operating at the senior leadership level across the UAE, including as CEO of Eros Group Dubai, I have watched this shift happen in real time, first in energy infrastructure conversations, then in boardrooms, and then in hiring pipelines. India and the UAE are the two markets where I track this most closely, and the contrast between how they approach the green-AI nexus is both instructive and underappreciated.<\/p>\n\n    <p>India brings scale, a vast workforce, and deep industrial diversity. The UAE brings speed, capital discipline, and an integrated infrastructure model that is increasingly benchmarked globally. Together they represent two distinct but converging pathways for how economies can harness the green-AI nexus to generate growth, resilience, and employment. The strategic differences between them are worth examining carefully, because there is no single template for how this transition gets done.<\/p>\n\n    <h2>India: Breadth as Both Asset and Constraint<\/h2>\n\n    <p>India&#8217;s green transition carries numbers that should stop any board in its tracks. According to a joint assessment by the Skill Council for Green Jobs and Sattva Consulting, India is on a trajectory to generate 35 million green jobs by 2047, with 7.29 million expected by FY2028 alone, concentrated in renewable energy, electric vehicles, green construction, and circular economy sectors. The ILO separately projects 3 million new renewables jobs by 2030. NITI Aayog and the Rocky Mountain Institute estimate the EV ecosystem alone could generate 10 million jobs by 2035. TeamLease data indicates that roughly 40% of new green jobs are emerging in Tier II and III cities rather than the metros, which has significant implications for where skilling investment needs to go and how distributed the industrial geography of this transition will become.<\/p>\n\n    <div class=\"stat-strip\">\n      <div class=\"stat-cell\">\n        <div class=\"stat-number\">35M<\/div>\n        <div class=\"stat-label\">Green jobs projected by 2047<\/div>\n        <div class=\"stat-source\">SCGJ\/Sattva Consulting<\/div>\n      <\/div>\n      <div class=\"stat-cell\">\n        <div class=\"stat-number\">7.29M<\/div>\n        <div class=\"stat-label\">Expected green jobs by FY2028<\/div>\n        <div class=\"stat-source\">NLB Services Report, 2025<\/div>\n      <\/div>\n      <div class=\"stat-cell\">\n        <div class=\"stat-number\">40%<\/div>\n        <div class=\"stat-label\">New green jobs emerging in Tier II and III cities<\/div>\n        <div class=\"stat-source\">TeamLease, 2023<\/div>\n      <\/div>\n    <\/div>\n\n    <p>The AI dimension is not separate from this jobs story. India&#8217;s grid modernization challenge, integrating 500 GW of non-fossil capacity by 2030 per Central Electricity Authority targets, cannot be managed through conventional operations. It requires AI-assisted grid balancing, demand forecasting, and distributed energy management at a scale no other country has attempted against India&#8217;s infrastructure complexity. Officials have been consistent in signaling that this is not a pilot project environment anymore. It is a deployment environment, and the gap between pilot-readiness and deployment-readiness in India&#8217;s energy sector remains one of the most consequential execution risks on any serious energy board&#8217;s agenda.<\/p>\n\n    <p>Green hiring intent is broadening across sectors. ESG analytics, climate data management, renewable engineering, and digital grid operations are emerging as priority skill categories across energy, manufacturing, healthcare, BFSI, and tech. The demand is real. The supply is not keeping pace. Current green finance meets only 25% of what is needed to hit India&#8217;s 2030 climate commitments, per the SCGJ-Sattva assessment. That funding shortfall translates directly into a capability shortfall, because skilling at the scale India needs requires sustained institutional investment, not periodic government schemes.<\/p>\n\n    <p>Power availability, transmission infrastructure, land acquisition, and distributed coordination remain structural constraints, particularly where clean power supply must meet high-density digital demand. These are not new problems, but they acquire a sharper edge when AI infrastructure is being layered on top of an energy grid that is still catching up with basic industrial demand in several regions. For boards operating in India, treating energy access as a solved problem is a material risk assumption.<\/p>\n\n    <h2>The UAE: Execution as Competitive Advantage<\/h2>\n\n    <p>The UAE&#8217;s approach is structurally different, and the difference is not merely one of scale. It is one of systems thinking applied with unusual consistency across government, infrastructure, and capital planning.<\/p>\n\n    <p>The Mohammed bin Rashid Al Maktoum Solar Park is now the clearest physical expression of this. DEWA has revised the park&#8217;s 2030 capacity target upward from 5,000 MW to more than 8,000 MW, with the seventh phase alone adding 2,000 MW of photovoltaic capacity alongside a 1,400 MW battery storage system, which would rank it among the largest solar-plus-storage projects in the world. Clean energy currently constitutes 21.5% of DEWA&#8217;s total production capacity, with a target of 36% by 2030. AI is already embedded in park operations, with machine learning applied to photovoltaic management that has improved panel efficiency from 11% to 24%.<\/p>\n\n    <div class=\"pull-quote\">\n      <span class=\"pq-mark\">&ldquo;<\/span>\n      <span class=\"pq-text\">What distinguishes the UAE model is not simply that these projects exist, but that they are designed to serve multiple strategic functions simultaneously. The same clean energy infrastructure that powers Dubai&#8217;s residential grid also powers the data centers, AI platforms, and smart-city systems that constitute the next layer of the digital economy.<\/span>\n    <\/div>\n\n    <p>Moro Hub&#8217;s solar-powered green data center is one operational expression of this integration. The policy environment reinforces the infrastructure: long-term power purchase agreements, transparent regulatory signals, and coordinated capital allocation give institutional investors, developers, and enterprise operators a planning horizon that is durable enough to commit to.<\/p>\n\n    <p>I watched this kind of alignment, and the absence of it, shape major investment and operating decisions throughout my years leading a large regional business in the UAE. When energy, infrastructure, and policy are not coordinated, the cost surfaces in project delays, procurement uncertainty, and talent attrition. When they are coordinated, as the UAE has managed with increasing consistency over the past decade, the confidence effect on private capital is significant and measurable.<\/p>\n\n    <p>The UAE has also positioned itself as a regional convening hub for AI and clean energy investment, with project pipelines, policy signaling, and international partnerships reinforcing a coherent strategic direction. This is a governance achievement as much as a technology one. The state has aligned regulation, infrastructure, and long-term capital planning in a way that tells the private sector what to build and roughly when. That clarity is rarer than it appears.<\/p>\n\n    <h2>Current Landscape: Where Both Countries Stand<\/h2>\n\n    <p>The current scenario in both markets is defined by one structural reality. AI is hungry for power, and green growth needs digital intelligence to scale efficiently. Neither statement is metaphorical at this point. Data centers supporting large language models and AI inference workloads are among the fastest-growing sources of electricity demand globally. Managing variable renewable generation at the scale India and the UAE are targeting is computationally intensive in ways that were not true of thermal generation.<\/p>\n\n    <div class=\"compare-table\">\n      <div class=\"compare-header\">\n        <div>Dimension<\/div>\n        <div>India<\/div>\n        <div>UAE<\/div>\n      <\/div>\n      <div class=\"compare-row\">\n        <div>Model<\/div>\n        <div>Scale-first, employment-heavy<\/div>\n        <div>Infrastructure-first, execution-heavy<\/div>\n      <\/div>\n      <div class=\"compare-row\">\n        <div>Strength<\/div>\n        <div>Vast workforce, deep engineering capability, geographic distribution<\/div>\n        <div>Speed, policy coherence, capital alignment<\/div>\n      <\/div>\n      <div class=\"compare-row\">\n        <div>Primary constraint<\/div>\n        <div>Infrastructure gaps, uneven skill readiness, green finance shortfall<\/div>\n        <div>Water\/cooling pressure, rising data center density<\/div>\n      <\/div>\n      <div class=\"compare-row\">\n        <div>AI integration<\/div>\n        <div>Grid modernization imperative, deployment-readiness gap<\/div>\n        <div>Embedded in solar operations, 11% to 24% PV efficiency gain via ML<\/div>\n      <\/div>\n      <div class=\"compare-row\">\n        <div>Investor signal<\/div>\n        <div>High opportunity, execution uncertainty<\/div>\n        <div>High predictability, durable planning horizon<\/div>\n      <\/div>\n    <\/div>\n\n    <p>India&#8217;s opportunity is broad-based and employment-heavy, but constrained by infrastructure gaps and uneven skill readiness. The translation of policy momentum into execution at scale has historically been India&#8217;s most persistent challenge in capital-intensive sectors, and the green-AI transition is not exempt from that pattern.<\/p>\n\n    <p>The UAE&#8217;s current landscape is more advanced in infrastructure coherence, particularly around solar capacity, power planning, and smart-city deployment. The country is generating economic activity through platform economics: data centers, clean energy assets, AI operations, and urban systems that reinforce one another within a single strategic framework. This gives the UAE a structural advantage in attracting investment that requires predictability, because the inputs, including power, connectivity, regulation, and talent, are better coordinated than in most competing jurisdictions.<\/p>\n\n    <h2>The Boardroom Question Neither Country Can Avoid<\/h2>\n\n    <p>The deeper challenge in both markets is the same. AI infrastructure is energy-hungry, and the temptation to treat power planning as an infrastructure team problem rather than a board-level strategic decision is a governance failure in the making.<\/p>\n\n    <p>A business that commits to large-scale AI deployment without auditing its power access, transmission reliability, and emissions exposure is operating on an unstated assumption that someone else has resolved the energy question. In India, that assumption is frequently wrong. In the UAE, it is increasingly well-founded, but not guaranteed as data center density continues to rise and water and cooling constraints attract growing regulatory scrutiny.<\/p>\n\n    <div class=\"board-questions\">\n      <div class=\"board-questions-title\">Four Questions Boards Should Be Asking<\/div>\n      <div class=\"board-q\">\n        <div class=\"board-q-num\">01<\/div>\n        <div class=\"board-q-text\"><strong>Power Access<\/strong>Is our computing ambition matched by our actual power access, and has transmission reliability been audited against projected AI workload demand?<\/div>\n      <\/div>\n      <div class=\"board-q\">\n        <div class=\"board-q-num\">02<\/div>\n        <div class=\"board-q-text\"><strong>Green Commitment<\/strong>Is our sustainability commitment backed by capex and operational discipline, or is it a communications narrative with no corresponding investment plan?<\/div>\n      <\/div>\n      <div class=\"board-q\">\n        <div class=\"board-q-num\">03<\/div>\n        <div class=\"board-q-text\"><strong>Talent Pipeline<\/strong>Do our talent pipelines include ESG analytics, climate data, and energy operations skills, or are we building digital capability on a workforce that cannot maintain the underlying infrastructure?<\/div>\n      <\/div>\n      <div class=\"board-q\">\n        <div class=\"board-q-num\">04<\/div>\n        <div class=\"board-q-text\"><strong>Partner Capability<\/strong>Are our technology partners capable of operating at the intersection of digital and clean infrastructure, or are they strong on one side and thin on the other?<\/div>\n      <\/div>\n    <\/div>\n\n    <p>The strongest governance posture will be one that rewards integrated thinking across energy, digital, talent, and capital planning simultaneously. Vanity pilots and sustainability narratives disconnected from capital expenditure will not hold up under investor scrutiny much longer, and they should not.<\/p>\n\n    <h2>Looking Ahead<\/h2>\n\n    <p>Over the next two to three years, India is likely to accelerate toward a deeper fusion of renewable energy, grid intelligence, and green skilling at scale. The critical variable is not whether demand exists, it clearly does. The question is whether India can convert demand into job-ready, deployment-ready capability fast enough, particularly given current supply-chain pressures in storage, transmission equipment, and clean manufacturing. Given geopolitical volatility and the reshoring dynamics affecting global technology supply chains, the case for building domestic capability in these areas is stronger than it has been at any point in the past decade.<\/p>\n\n    <p>The UAE, meanwhile, is likely to intensify its role as a regional model for AI-ready clean infrastructure. The trajectory of the Mohammed bin Rashid Solar Park expansion, the Moro Hub data center model, and the Emirates Net Zero 2050 initiative together suggest a country doubling down on infrastructure coherence rather than diversifying away from it. The growing scrutiny around data center water consumption and cooling in arid climates will test whether that coherence extends to environmental sustainability at scale, and not just energy generation.<\/p>\n\n    <div class=\"section-break\"><span><\/span><\/div>\n\n    <h2>The Case for Treating This as One System<\/h2>\n\n    <p>The deeper argument here is not that green jobs are coming, or that AI will need clean power, though both are true. It is that the next phase of economic leadership will belong to countries, and organizations, that make technology, energy, and human capital work as a single integrated system rather than as parallel workstreams with occasional points of intersection.<\/p>\n\n    <p>India&#8217;s structural advantage is that it can turn scale into inclusion, distributing green economic activity across geographies and income levels in ways that create durable political and social foundations for the transition. The UAE&#8217;s structural advantage is that it can turn vision into execution, compressing the distance between strategic decision and operational reality in ways that most large democracies cannot replicate.<\/p>\n\n    <p>If both countries continue on their current trajectories, they will not only generate employment and investment returns. They will help define what a modern, responsible, and opportunity-rich growth model looks like in an era of compounding technological and climate disruption. For business leaders, policymakers, and boards, the invitation is direct: treat the green-AI transition as the central strategic project of the decade, and build governance, investment, and talent architectures that can carry it through.<\/p>\n\n    <!-- AUTHOR BIO -->\n    <div class=\"author-bio\">\n      <div class=\"author-bio-avatar\">N<\/div>\n      <div class=\"author-bio-content\">\n        <div class=\"author-bio-name\">Niranjan Gidwani<\/div>\n        <div class=\"author-bio-credentials\">Certified Board Director (MCA-India) &nbsp;\u00b7&nbsp; Fellow of Board Stewardship &nbsp;\u00b7&nbsp; Member, UAE Superbrands Council &nbsp;\u00b7&nbsp; HBR Advisory Council &nbsp;\u00b7&nbsp; Former CEO, Eros Group Dubai<\/div>\n        <div class=\"author-bio-desc\">Niranjan Gidwani has held senior board and executive leadership roles across India and the UAE. His work spans ESG governance, digital transformation, and enterprise strategy for organizations operating in high-growth markets.<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- SOURCES -->\n    <div class=\"sources-block\">\n      <div class=\"sources-title\">Sources<\/div>\n      <ol>\n        <li>Skill Council for Green Jobs\/Sattva Consulting. &#8220;Gearing Up the Workforce for a Green Economy.&#8221; Supported by JP Morgan.<\/li>\n        <li>NLB Services. Green Jobs Report. 2025.<\/li>\n        <li>International Labour Organization. Renewables employment projections, India. 2023.<\/li>\n        <li>NITI Aayog\/Rocky Mountain Institute. EV ecosystem jobs estimate, 2035.<\/li>\n        <li>DEWA. Official capacity disclosures and MBR Solar Park announcements. 2025.<\/li>\n        <li>Central Electricity Authority of India. Renewable capacity targets, 500 GW by 2030.<\/li>\n        <li>TeamLease. Green jobs geographic distribution data. 2023.<\/li>\n        <li>Policy Circle\/IRENA. Renewable employment data, India. 2025.<\/li>\n      <\/ol>\n    <\/div>\n\n  <\/article>\n<\/main>\n\n<!-- MORE DEEP DIVES -->\n<section class=\"more-dives\">\n  <div class=\"more-dives-title\">More Deep Dives<\/div>\n  <ul class=\"dive-list\">\n    <li>\n      <a href=\"https:\/\/nervnow.com\/ro\/is-ai-healthcare-really-reaching-tier-2-india\/\">\n        <span class=\"dive-headline\">Is AI Healthcare Really Reaching Tier-2 India?<\/span>\n        <span class=\"dive-arrow\">\u2192<\/span>\n      <\/a>\n    <\/li>\n    <li>\n      <a href=\"https:\/\/nervnow.com\/ro\/are-ai-chatbots-actually-improving-customer-experience\/\">\n        <span class=\"dive-headline\">Are AI Chatbots Actually Improving Customer Experience, or Just Cutting Costs?<\/span>\n        <span class=\"dive-arrow\">\u2192<\/span>\n      <\/a>\n    <\/li>\n    <li>\n      <a href=\"https:\/\/nervnow.com\/ro\/the-quiet-collapse-what-happens-when-ai-trains-on-its-own-mistakes\/\">\n        <span class=\"dive-headline\">The Quiet Collapse: What Happens When AI Trains on Its Own Mistakes<\/span>\n        <span class=\"dive-arrow\">\u2192<\/span>\n      <\/a>\n    <\/li>\n    <li>\n      <a href=\"https:\/\/nervnow.com\/ro\/why-sora-failed-the-cost-revenue-crisis-at-the-heart-of-ai\/\">\n        <span class=\"dive-headline\">Why Sora Failed: The Cost-Revenue Crisis at the Heart of AI<\/span>\n        <span class=\"dive-arrow\">\u2192<\/span>\n      <\/a>\n    <\/li>\n    <li>\n      <a href=\"https:\/\/nervnow.com\/ro\/are-indian-enterprises-paying-full-price-for-a-half-built-ai-product\/\">\n        <span class=\"dive-headline\">Are Indian Enterprises Paying Full Price for a Half-Built AI Product?<\/span>\n        <span class=\"dive-arrow\">\u2192<\/span>\n      <\/a>\n    <\/li>\n  <\/ul>\n<\/section>\n\n<!-- FOOTER -->\n<footer class=\"site-footer\">\n  <div class=\"logo\">Nerv<span>Now<\/span>\u2122<\/div>\n  <p>India&#8217;s AI Business Intelligence Platform &nbsp;\u00b7&nbsp; nervnow.com<\/p>\n<\/footer>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Where Green Growth Meets Artificial Intelligence \u2013 NervNow NervNow\u2122 Analysis\/ESG &amp; AI Contributor Op-Ed &nbsp;\u00b7&nbsp; Analysis\/ESG &amp; AI Where Green Growth Meets Artificial Intelligence: Lessons from India and the UAE The transition to a greener, AI-enabled economy is no longer a planning exercise. In India and the UAE, it is already reshaping capital allocation, workforce [&hellip;]<\/p>","protected":false},"author":14,"featured_media":6387,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[106,95],"tags":[60],"class_list":["post-6382","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-analysis-ai-technology","category-analysis","tag-opinion"],"blocksy_meta":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/posts\/6382","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/comments?post=6382"}],"version-history":[{"count":3,"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/posts\/6382\/revisions"}],"predecessor-version":[{"id":6392,"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/posts\/6382\/revisions\/6392"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/media\/6387"}],"wp:attachment":[{"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/media?parent=6382"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/categories?post=6382"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nervnow.com\/ro\/wp-json\/wp\/v2\/tags?post=6382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}