{"id":2880,"date":"2026-02-26T15:08:46","date_gmt":"2026-02-26T15:08:46","guid":{"rendered":"https:\/\/basavapurushottam.com\/?p=2880"},"modified":"2026-02-26T17:46:17","modified_gmt":"2026-02-26T17:46:17","slug":"2880","status":"publish","type":"post","link":"https:\/\/basavapurushottam.com\/index.php\/2026\/02\/26\/2880\/","title":{"rendered":"Why Do Data Centres Need So Much Power?And How India Is Rising to Meet the Challenge"},"content":{"rendered":"\n<!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\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Source+Serif+4:ital,wght@0,300;0,400;0,600;0,700;1,400&#038;family=JetBrains+Mono:wght@400;500&#038;family=DM+Sans:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --bg: #FEFCF8;\n    --bg-warm: #FBF7F0;\n    --text: #2C2416;\n    --text-muted: #6B5D4F;\n    --accent: #C44B25;\n    --accent-light: #E8D5C4;\n    --accent-warm: #F4E8DA;\n    --blue: #2E6B8A;\n    --blue-light: #D4E5EE;\n    --green: #2D6A3F;\n    --green-light: #D8EBDA;\n    --red: #B83A2A;\n    --red-light: #F2D8D4;\n    --gold: #B8860B;\n    --saffron: #E8772E;\n    --border: #E0D5C7;\n    --diagram-bg: #FFFDF9;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Source Serif 4', Georgia, serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.78;\n    font-size: 18px;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .header-strip {\n    height: 6px;\n    background: linear-gradient(90deg, #FF9933, #FFFFFF, #138808);\n  }\n\n  .hero {\n    max-width: 820px;\n    margin: 0 auto;\n    padding: 80px 24px 40px;\n    text-align: center;\n  }\n\n  .hero-label {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 24px;\n  }\n\n  h1 {\n    font-family: 'Source Serif 4', Georgia, serif;\n    font-size: clamp(30px, 5vw, 48px);\n    font-weight: 700;\n    line-height: 1.18;\n    color: var(--text);\n    margin-bottom: 20px;\n  }\n\n  .subtitle {\n    font-size: 19px;\n    font-style: italic;\n    color: var(--text-muted);\n    font-weight: 300;\n    max-width: 620px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  .content {\n    max-width: 720px;\n    margin: 0 auto;\n    padding: 0 24px 80px;\n  }\n\n  h2 {\n    font-family: 'Source Serif 4', Georgia, serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--text);\n    margin: 56px 0 20px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid var(--accent-light);\n  }\n\n  h3 {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--accent);\n    margin: 36px 0 12px;\n  }\n\n  p { margin-bottom: 18px; }\n  strong { color: var(--text); }\n\n  blockquote {\n    border-left: 3px solid var(--accent);\n    background: var(--accent-warm);\n    padding: 18px 24px;\n    margin: 24px 0;\n    border-radius: 0 8px 8px 0;\n    font-style: italic;\n    color: var(--text);\n  }\n\n  .separator {\n    text-align: center;\n    margin: 48px 0;\n    color: var(--border);\n    font-size: 24px;\n    letter-spacing: 12px;\n  }\n\n  .diagram-wrap {\n    margin: 36px -24px;\n    padding: 32px 24px;\n    background: var(--diagram-bg);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    overflow-x: auto;\n  }\n\n  .diagram-wrap.full-bleed {\n    margin: 36px -60px;\n    padding: 40px 60px;\n  }\n\n  @media (max-width: 800px) {\n    .diagram-wrap.full-bleed {\n      margin: 36px -24px;\n      padding: 32px 24px;\n    }\n  }\n\n  .diagram-title {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-bottom: 20px;\n    text-align: center;\n  }\n\n  svg text { font-family: 'DM Sans', sans-serif; }\n\n  .stat-row {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 16px;\n    margin: 28px 0;\n  }\n\n  .stat-card {\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 20px;\n    text-align: center;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .stat-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 16px rgba(0,0,0,0.08);\n  }\n\n  .stat-number {\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 28px;\n    font-weight: 500;\n    color: var(--accent);\n    display: block;\n  }\n\n  .stat-label {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 13px;\n    color: var(--text-muted);\n    margin-top: 4px;\n  }\n\n  .stat-label-blue .stat-number { color: var(--blue); }\n  .stat-label-green .stat-number { color: var(--green); }\n\n  ul {\n    margin: 16px 0;\n    padding-left: 0;\n    list-style: none;\n  }\n\n  ul li {\n    position: relative;\n    padding-left: 24px;\n    margin-bottom: 10px;\n  }\n\n  ul li::before {\n    content: '\u2192';\n    position: absolute;\n    left: 0;\n    color: var(--accent);\n    font-weight: 600;\n  }\n\n  \/* Green highlight box for India initiatives *\/\n  .india-highlight {\n    background: linear-gradient(135deg, #F0F7F1, #E4F0E6);\n    border: 1px solid #B5D4B8;\n    border-left: 4px solid var(--green);\n    border-radius: 0 10px 10px 0;\n    padding: 24px 28px;\n    margin: 28px 0;\n  }\n\n  .india-highlight h4 {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--green);\n    margin-bottom: 10px;\n  }\n\n  .india-highlight p {\n    margin-bottom: 10px;\n    font-size: 16px;\n  }\n\n  .india-highlight p:last-child { margin-bottom: 0; }\n\n  .closing-line {\n    font-style: italic;\n    color: var(--text-muted);\n    border-top: 1px solid var(--border);\n    padding-top: 32px;\n    margin-top: 48px;\n    line-height: 1.8;\n  }\n\n  .source-note {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 13px;\n    color: var(--text-muted);\n    text-align: center;\n    margin-top: 32px;\n    padding-top: 24px;\n    border-top: 1px solid var(--border);\n  }\n\n  .flow-arrow {\n    animation: pulse-arrow 2s ease-in-out infinite;\n  }\n\n  @keyframes pulse-arrow {\n    0%, 100% { opacity: 0.7; }\n    50% { opacity: 1; }\n  }\n\n  @media print {\n    .header-strip { height: 3px; }\n    .hero { padding-top: 40px; }\n    .diagram-wrap { break-inside: avoid; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"header-strip\"><\/div>\n\n<div class=\"hero\">\n  <p class=\"subtitle\">The hidden physics behind AI, cloud computing, and the massive energy infrastructure that powers them \u2014 explained for everyone<\/p>\n<\/div>\n\n<div class=\"content\">\n\n<p>In October 2025, Google announced a <strong>$15 billion investment<\/strong> to build Asia&#8217;s first gigawatt-scale AI hub in <strong>Visakhapatnam, Andhra Pradesh<\/strong> \u2014 a landmark moment for India&#8217;s digital ambitions. The facility, when operational, will place Vizag alongside the world&#8217;s most important AI infrastructure nodes.<\/p>\n\n<p>But a natural question arises: why does an AI data centre need a <em>so much <\/em> of power \u2014 Why can&#8217;t we just use normal office electricity?<\/p>\n\n<p>The answer traces back to two concepts from computer chip design: <strong>Dennard Scaling<\/strong> and the <strong>Power Wall<\/strong>. You don&#8217;t need an engineering degree to understand them. And once you do, you&#8217;ll see why building energy infrastructure for data centres is one of the most important economic challenges of the 2020s \u2014 and why India&#8217;s proactive approach to meeting it is exactly the right strategy.<\/p>\n\n<div class=\"separator\">\u2022 \u2022 \u2022<\/div>\n\n<h2>The Golden Era: When Chips Got Faster for Free<\/h2>\n\n<p>From roughly the 1970s to the early 2000s, the computer industry enjoyed an extraordinary free lunch. Every couple of years, engineers figured out how to make the tiny switches on a computer chip (called <strong>transistors<\/strong>) smaller. And here&#8217;s the magical part: when you made a transistor smaller, it didn&#8217;t just fit more of them on a chip \u2014 it also used <em>less power per transistor<\/em>.<\/p>\n\n<p>This observation was formalised in 1974 by a researcher named Robert Dennard, and it became known as <strong>Dennard Scaling<\/strong>:<\/p>\n\n<blockquote>As transistors shrink, the voltage and current they need shrink proportionally. So even though you pack more transistors onto a chip, the total power consumption stays roughly the same.<\/blockquote>\n\n<p>Imagine you run a restaurant kitchen. Dennard Scaling is like discovering that every time you hire more cooks (transistors), each cook needs proportionally less food (power) to work. So your grocery bill stays flat even though you&#8217;re cooking twice as many dishes. More output, same energy bill.<\/p>\n\n<!-- DIAGRAM 1: Dennard Scaling -->\n<div class=\"diagram-wrap full-bleed\">\n  <div class=\"diagram-title\">Diagram 1 \u00b7 Dennard Scaling \u2014 The Golden Era (1974\u20132005)<\/div>\n  <svg viewBox=\"0 0 700 320\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:700px;display:block;margin:0 auto;\">\n    <defs>\n      <marker id=\"arrowRed\" markerWidth=\"8\" markerHeight=\"6\" refX=\"8\" refY=\"3\" orient=\"auto\"><path d=\"M0,0 L8,3 L0,6\" fill=\"#C44B25\"\/><\/marker>\n      <marker id=\"arrowBlue\" markerWidth=\"8\" markerHeight=\"6\" refX=\"8\" refY=\"3\" orient=\"auto\"><path d=\"M0,0 L8,3 L0,6\" fill=\"#2E6B8A\"\/><\/marker>\n      <marker id=\"arrowGray\" markerWidth=\"8\" markerHeight=\"6\" refX=\"8\" refY=\"3\" orient=\"auto\"><path d=\"M0,0 L8,3 L0,6\" fill=\"#6B5D4F\"\/><\/marker>\n      <marker id=\"arrowGreen\" markerWidth=\"8\" markerHeight=\"6\" refX=\"8\" refY=\"3\" orient=\"auto\"><path d=\"M0,0 L8,3 L0,6\" fill=\"#2D6A3F\"\/><\/marker>\n    <\/defs>\n    <text x=\"350\" y=\"28\" text-anchor=\"middle\" font-size=\"11\" fill=\"#6B5D4F\" letter-spacing=\"2\" font-weight=\"600\">THE FREE LUNCH ERA<\/text>\n    <!-- Chip generations -->\n    <rect x=\"40\" y=\"50\" width=\"120\" height=\"95\" rx=\"8\" fill=\"#FFF\" stroke=\"#E0D5C7\" stroke-width=\"1.5\"\/>\n    <rect x=\"60\" y=\"68\" width=\"80\" height=\"45\" rx=\"4\" fill=\"#D4E5EE\" stroke=\"#2E6B8A\" stroke-width=\"1\"\/>\n    <text x=\"100\" y=\"96\" text-anchor=\"middle\" font-size=\"12\" fill=\"#2E6B8A\" font-weight=\"600\">1,000<\/text>\n    <text x=\"100\" y=\"132\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">transistors<\/text>\n    <line x1=\"170\" y1=\"98\" x2=\"210\" y2=\"98\" stroke=\"#C44B25\" stroke-width=\"2\" marker-end=\"url(#arrowRed)\"\/>\n    <text x=\"190\" y=\"88\" text-anchor=\"middle\" font-size=\"9\" fill=\"#C44B25\" font-weight=\"600\">SHRINK<\/text>\n\n    <rect x=\"220\" y=\"50\" width=\"120\" height=\"95\" rx=\"8\" fill=\"#FFF\" stroke=\"#E0D5C7\" stroke-width=\"1.5\"\/>\n    <rect x=\"248\" y=\"72\" width=\"64\" height=\"36\" rx=\"4\" fill=\"#D4E5EE\" stroke=\"#2E6B8A\" stroke-width=\"1\"\/>\n    <text x=\"280\" y=\"95\" text-anchor=\"middle\" font-size=\"12\" fill=\"#2E6B8A\" font-weight=\"600\">10,000<\/text>\n    <text x=\"280\" y=\"132\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">transistors<\/text>\n    <line x1=\"350\" y1=\"98\" x2=\"390\" y2=\"98\" stroke=\"#C44B25\" stroke-width=\"2\" marker-end=\"url(#arrowRed)\"\/>\n    <text x=\"370\" y=\"88\" text-anchor=\"middle\" font-size=\"9\" fill=\"#C44B25\" font-weight=\"600\">SHRINK<\/text>\n\n    <rect x=\"400\" y=\"50\" width=\"120\" height=\"95\" rx=\"8\" fill=\"#FFF\" stroke=\"#E0D5C7\" stroke-width=\"1.5\"\/>\n    <rect x=\"435\" y=\"76\" width=\"50\" height=\"28\" rx=\"4\" fill=\"#D4E5EE\" stroke=\"#2E6B8A\" stroke-width=\"1\"\/>\n    <text x=\"460\" y=\"95\" text-anchor=\"middle\" font-size=\"11\" fill=\"#2E6B8A\" font-weight=\"600\">100K<\/text>\n    <text x=\"460\" y=\"132\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">transistors<\/text>\n    <line x1=\"530\" y1=\"98\" x2=\"570\" y2=\"98\" stroke=\"#C44B25\" stroke-width=\"2\" marker-end=\"url(#arrowRed)\"\/>\n    <text x=\"550\" y=\"88\" text-anchor=\"middle\" font-size=\"9\" fill=\"#C44B25\" font-weight=\"600\">SHRINK<\/text>\n\n    <rect x=\"580\" y=\"50\" width=\"100\" height=\"95\" rx=\"8\" fill=\"#FFF\" stroke=\"#E0D5C7\" stroke-width=\"1.5\"\/>\n    <rect x=\"607\" y=\"80\" width=\"46\" height=\"22\" rx=\"4\" fill=\"#D4E5EE\" stroke=\"#2E6B8A\" stroke-width=\"1\"\/>\n    <text x=\"630\" y=\"96\" text-anchor=\"middle\" font-size=\"10\" fill=\"#2E6B8A\" font-weight=\"600\">1M+<\/text>\n    <text x=\"630\" y=\"132\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">transistors<\/text>\n\n    <!-- Power bars \u2014 stay flat -->\n    <text x=\"40\" y=\"185\" font-size=\"11\" fill=\"#6B5D4F\" font-weight=\"600\">TOTAL POWER CONSUMPTION<\/text>\n    <rect x=\"40\" y=\"195\" width=\"120\" height=\"22\" rx=\"4\" fill=\"#2D6A3F\" opacity=\"0.8\"\/>\n    <rect x=\"220\" y=\"195\" width=\"120\" height=\"22\" rx=\"4\" fill=\"#2D6A3F\" opacity=\"0.8\"\/>\n    <rect x=\"400\" y=\"195\" width=\"120\" height=\"22\" rx=\"4\" fill=\"#2D6A3F\" opacity=\"0.8\"\/>\n    <rect x=\"580\" y=\"195\" width=\"100\" height=\"22\" rx=\"4\" fill=\"#2D6A3F\" opacity=\"0.8\"\/>\n    <text x=\"100\" y=\"211\" text-anchor=\"middle\" font-size=\"11\" fill=\"white\" font-weight=\"600\">~10W<\/text>\n    <text x=\"280\" y=\"211\" text-anchor=\"middle\" font-size=\"11\" fill=\"white\" font-weight=\"600\">~10W<\/text>\n    <text x=\"460\" y=\"211\" text-anchor=\"middle\" font-size=\"11\" fill=\"white\" font-weight=\"600\">~10W<\/text>\n    <text x=\"630\" y=\"211\" text-anchor=\"middle\" font-size=\"11\" fill=\"white\" font-weight=\"600\">~10W<\/text>\n\n    <rect x=\"140\" y=\"250\" width=\"420\" height=\"48\" rx=\"24\" fill=\"#D8EBDA\" stroke=\"#2D6A3F\" stroke-width=\"1.5\"\/>\n    <text x=\"350\" y=\"271\" text-anchor=\"middle\" font-size=\"13\" fill=\"#2D6A3F\" font-weight=\"600\">\u2713 More transistors, same power = FREE performance<\/text>\n    <text x=\"350\" y=\"287\" text-anchor=\"middle\" font-size=\"11\" fill=\"#2D6A3F\">Dennard Scaling kept the power bill flat for 30 years<\/text>\n  <\/svg>\n<\/div>\n\n<p>For three decades, this was the engine of the computing revolution. Your laptop today is millions of times more powerful than the computers that sent astronauts to the moon, and for most of that journey, each leap in performance came without a proportional leap in electricity bills.<\/p>\n\n<div class=\"separator\">\u2022 \u2022 \u2022<\/div>\n\n<h2>The Wall: When the Free Lunch Ended<\/h2>\n\n<p>Around 2005\u20132006, Dennard Scaling broke down. Transistors had become so tiny \u2014 just a few dozen atoms wide \u2014 that electrical current began to <em>leak<\/em> through the transistor walls, even when the transistor was supposed to be &#8220;off.&#8221; Think of it like a water tap you can never fully close: no matter how hard you turn the handle, it still drips.<\/p>\n\n<p>This leakage meant that shrinking transistors no longer reduced their power consumption. Every additional transistor now <em>added<\/em> to the power bill. This breakdown is what engineers call the <strong>Power Wall<\/strong>.<\/p>\n\n<!-- DIAGRAM 2: Clock Speed Timeline -->\n<div class=\"diagram-wrap full-bleed\">\n  <div class=\"diagram-title\">Diagram 2 \u00b7 The Power Wall \u2014 Clock Speeds Hit a Ceiling<\/div>\n  <svg viewBox=\"0 0 700 300\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:700px;display:block;margin:0 auto;\">\n    <line x1=\"80\" y1=\"240\" x2=\"660\" y2=\"240\" stroke=\"#E0D5C7\" stroke-width=\"1\"\/>\n    <line x1=\"80\" y1=\"195\" x2=\"660\" y2=\"195\" stroke=\"#E0D5C7\" stroke-width=\"0.5\" stroke-dasharray=\"4\"\/>\n    <line x1=\"80\" y1=\"150\" x2=\"660\" y2=\"150\" stroke=\"#E0D5C7\" stroke-width=\"0.5\" stroke-dasharray=\"4\"\/>\n    <line x1=\"80\" y1=\"105\" x2=\"660\" y2=\"105\" stroke=\"#E0D5C7\" stroke-width=\"0.5\" stroke-dasharray=\"4\"\/>\n    <line x1=\"80\" y1=\"60\" x2=\"660\" y2=\"60\" stroke=\"#E0D5C7\" stroke-width=\"0.5\" stroke-dasharray=\"4\"\/>\n    <text x=\"72\" y=\"244\" text-anchor=\"end\" font-size=\"10\" fill=\"#6B5D4F\">0<\/text>\n    <text x=\"72\" y=\"199\" text-anchor=\"end\" font-size=\"10\" fill=\"#6B5D4F\">1 GHz<\/text>\n    <text x=\"72\" y=\"154\" text-anchor=\"end\" font-size=\"10\" fill=\"#6B5D4F\">2 GHz<\/text>\n    <text x=\"72\" y=\"109\" text-anchor=\"end\" font-size=\"10\" fill=\"#6B5D4F\">3 GHz<\/text>\n    <text x=\"72\" y=\"64\" text-anchor=\"end\" font-size=\"10\" fill=\"#6B5D4F\">4 GHz<\/text>\n    <text x=\"36\" y=\"150\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\" transform=\"rotate(-90,36,150)\">CLOCK SPEED<\/text>\n    <text x=\"120\" y=\"262\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">1990<\/text>\n    <text x=\"220\" y=\"262\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">1995<\/text>\n    <text x=\"320\" y=\"262\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">2000<\/text>\n    <text x=\"420\" y=\"262\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">2005<\/text>\n    <text x=\"520\" y=\"262\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">2015<\/text>\n    <text x=\"620\" y=\"262\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">2025<\/text>\n    <path d=\"M120,235 C160,232 180,228 220,220 C260,205 290,185 320,165 C350,135 380,112 420,100\" stroke=\"#2D6A3F\" stroke-width=\"3\" fill=\"none\" stroke-linecap=\"round\"\/>\n    <path d=\"M420,100 C460,96 500,94 540,96 C580,98 610,96 640,96\" stroke=\"#B83A2A\" stroke-width=\"3\" fill=\"none\" stroke-linecap=\"round\" stroke-dasharray=\"8,4\"\/>\n    <line x1=\"420\" y1=\"40\" x2=\"420\" y2=\"250\" stroke=\"#B83A2A\" stroke-width=\"2\" stroke-dasharray=\"6,3\"\/>\n    <rect x=\"370\" y=\"28\" width=\"100\" height=\"22\" rx=\"11\" fill=\"#B83A2A\"\/>\n    <text x=\"420\" y=\"43\" text-anchor=\"middle\" font-size=\"11\" fill=\"white\" font-weight=\"600\">POWER WALL<\/text>\n    <text x=\"420\" y=\"280\" text-anchor=\"middle\" font-size=\"10\" fill=\"#B83A2A\" font-weight=\"600\">~2005<\/text>\n    <text x=\"250\" y=\"278\" text-anchor=\"middle\" font-size=\"10\" fill=\"#2D6A3F\" font-weight=\"600\">Dennard Scaling Era \u2191<\/text>\n    <text x=\"550\" y=\"82\" text-anchor=\"middle\" font-size=\"10\" fill=\"#B83A2A\" font-weight=\"600\">Stuck at ~3-5 GHz<\/text>\n    <text x=\"550\" y=\"68\" text-anchor=\"middle\" font-size=\"10\" fill=\"#B83A2A\">for 20 years<\/text>\n    <circle cx=\"120\" cy=\"235\" r=\"4\" fill=\"#2D6A3F\"\/>\n    <circle cx=\"220\" cy=\"220\" r=\"4\" fill=\"#2D6A3F\"\/>\n    <circle cx=\"320\" cy=\"165\" r=\"4\" fill=\"#2D6A3F\"\/>\n    <circle cx=\"420\" cy=\"100\" r=\"4\" fill=\"#B83A2A\"\/>\n    <circle cx=\"520\" cy=\"96\" r=\"4\" fill=\"#B83A2A\"\/>\n    <circle cx=\"620\" cy=\"96\" r=\"4\" fill=\"#B83A2A\"\/>\n  <\/svg>\n<\/div>\n\n<p>Before the Power Wall, chip clock speeds doubled every few years \u2014 from 100 MHz to 200, to 500, to 1 GHz, to 3 GHz. Then the climb stopped. Today, twenty years later, most chips still run at 3\u20135 GHz. <strong>The wall held.<\/strong><\/p>\n\n<div class=\"separator\">\u2022 \u2022 \u2022<\/div>\n\n<h2>So What Did the Industry Do? It Went Wide.<\/h2>\n\n<p>When you can&#8217;t make a single engine faster, you bolt on more engines. Instead of one super-fast processor core, modern chips have <em>thousands<\/em> of cores running in parallel \u2014 this is what GPUs (Graphics Processing Units) do, and they are the workhorses of AI.<\/p>\n\n<p>This shift solved the performance problem but made the power problem <em>much<\/em> worse. Since Dennard Scaling no longer helps, every additional chip is an additional power consumer.<\/p>\n\n<!-- DIAGRAM 3: Single chip \u2192 Thousands -->\n<div class=\"diagram-wrap full-bleed\">\n  <div class=\"diagram-title\">Diagram 3 \u00b7 The Shift: From One Fast Chip to Thousands of Parallel Chips<\/div>\n  <svg viewBox=\"0 0 700 230\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:700px;display:block;margin:0 auto;\">\n    <text x=\"170\" y=\"24\" text-anchor=\"middle\" font-size=\"12\" fill=\"#2D6A3F\" font-weight=\"600\">BEFORE: One Fast Chip<\/text>\n    <rect x=\"110\" y=\"38\" width=\"120\" height=\"75\" rx=\"8\" fill=\"#D8EBDA\" stroke=\"#2D6A3F\" stroke-width=\"2\"\/>\n    <text x=\"170\" y=\"72\" text-anchor=\"middle\" font-size=\"13\" fill=\"#2D6A3F\" font-weight=\"600\">1 Core<\/text>\n    <text x=\"170\" y=\"92\" text-anchor=\"middle\" font-size=\"11\" fill=\"#2D6A3F\">3 GHz<\/text>\n    <text x=\"170\" y=\"136\" text-anchor=\"middle\" font-size=\"11\" fill=\"#2D6A3F\" font-weight=\"500\">Power: ~100W<\/text>\n    <text x=\"350\" y=\"72\" text-anchor=\"middle\" font-size=\"28\" fill=\"#C44B25\">\u27f9<\/text>\n    <text x=\"350\" y=\"96\" text-anchor=\"middle\" font-size=\"10\" fill=\"#C44B25\" font-weight=\"600\">POWER WALL<\/text>\n    <text x=\"530\" y=\"24\" text-anchor=\"middle\" font-size=\"12\" fill=\"#B83A2A\" font-weight=\"600\">AFTER: Thousands of Parallel Chips<\/text>\n    <g transform=\"translate(460, 36)\">\n      <g fill=\"#F2D8D4\" stroke=\"#B83A2A\" stroke-width=\"0.8\">\n        <rect x=\"0\" y=\"0\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"24\" y=\"0\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"48\" y=\"0\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"72\" y=\"0\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"96\" y=\"0\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"120\" y=\"0\" width=\"20\" height=\"14\" rx=\"2\"\/>\n        <rect x=\"0\" y=\"18\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"24\" y=\"18\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"48\" y=\"18\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"72\" y=\"18\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"96\" y=\"18\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"120\" y=\"18\" width=\"20\" height=\"14\" rx=\"2\"\/>\n        <rect x=\"0\" y=\"36\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"24\" y=\"36\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"48\" y=\"36\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"72\" y=\"36\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"96\" y=\"36\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"120\" y=\"36\" width=\"20\" height=\"14\" rx=\"2\"\/>\n        <rect x=\"0\" y=\"54\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"24\" y=\"54\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"48\" y=\"54\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"72\" y=\"54\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"96\" y=\"54\" width=\"20\" height=\"14\" rx=\"2\"\/><rect x=\"120\" y=\"54\" width=\"20\" height=\"14\" rx=\"2\"\/>\n      <\/g>\n    <\/g>\n    <text x=\"530\" y=\"120\" text-anchor=\"middle\" font-size=\"11\" fill=\"#B83A2A\" font-weight=\"500\">3,571 GPUs \u00d7 700W each<\/text>\n    <text x=\"530\" y=\"140\" text-anchor=\"middle\" font-size=\"11\" fill=\"#B83A2A\" font-weight=\"600\">Power: 5,000,000 W<\/text>\n    <rect x=\"80\" y=\"175\" width=\"240\" height=\"34\" rx=\"17\" fill=\"#D8EBDA\" stroke=\"#2D6A3F\" stroke-width=\"1.5\"\/>\n    <text x=\"200\" y=\"196\" text-anchor=\"middle\" font-size=\"12\" fill=\"#2D6A3F\" font-weight=\"600\">Easy to power<\/text>\n    <rect x=\"380\" y=\"175\" width=\"260\" height=\"34\" rx=\"17\" fill=\"#F2D8D4\" stroke=\"#B83A2A\" stroke-width=\"1.5\"\/>\n    <text x=\"510\" y=\"196\" text-anchor=\"middle\" font-size=\"12\" fill=\"#B83A2A\" font-weight=\"600\">Needs dedicated power plants<\/text>\n  <\/svg>\n<\/div>\n\n<div class=\"separator\">\u2022 \u2022 \u2022<\/div>\n\n<h2>Inside a 5 MW Data Centre: Where Does All the Power Go?<\/h2>\n\n<p>Let&#8217;s make this concrete with a <strong>5 MW AI data centre<\/strong> \u2014 a modest facility by global standards. The workhorse GPU chip for AI today is NVIDIA&#8217;s H100, drawing about <strong>700 watts each<\/strong> \u2014 roughly the power of a large microwave oven running continuously, 24\/7\/365.<\/p>\n\n<p>Only about <strong>50%<\/strong> of total facility power goes to compute. The rest supports cooling, storage, networking, and power conversion:<\/p>\n\n<blockquote>Number of H100 chips = 0.5 \u00d7 5,000,000W \u00f7 700W \u2248 <strong>3,571 GPUs<\/strong><\/blockquote>\n\n<div class=\"stat-row\">\n  <div class=\"stat-card\">\n    <span class=\"stat-number\">3,571<\/span>\n    <span class=\"stat-label\">H100 GPU chips<\/span>\n  <\/div>\n  <div class=\"stat-card stat-label-blue\">\n    <span class=\"stat-number\">700W<\/span>\n    <span class=\"stat-label\">per chip, 24\/7<\/span>\n  <\/div>\n  <div class=\"stat-card stat-label-green\">\n    <span class=\"stat-number\">5 MW<\/span>\n    <span class=\"stat-label\">total facility power<\/span>\n  <\/div>\n<\/div>\n\n<!-- DIAGRAM 4: Power Breakdown -->\n<div class=\"diagram-wrap full-bleed\">\n  <div class=\"diagram-title\">Diagram 4 \u00b7 Power Consumption Breakdown \u2014 5 MW AI Data Centre<\/div>\n  <svg viewBox=\"0 0 700 340\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:700px;display:block;margin:0 auto;\">\n    <text x=\"50\" y=\"28\" font-size=\"12\" fill=\"#6B5D4F\" font-weight=\"600\">TOTAL: 5 MW<\/text>\n    <rect x=\"50\" y=\"40\" width=\"310\" height=\"42\" rx=\"4\" fill=\"#C44B25\"\/>\n    <text x=\"205\" y=\"65\" text-anchor=\"middle\" font-size=\"13\" fill=\"white\" font-weight=\"600\">Compute \u2014 50% \u2014 2.50 MW<\/text>\n    <rect x=\"360\" y=\"40\" width=\"155\" height=\"42\" rx=\"4\" fill=\"#2E6B8A\"\/>\n    <text x=\"438\" y=\"65\" text-anchor=\"middle\" font-size=\"12\" fill=\"white\" font-weight=\"600\">Cooling \u2014 25%<\/text>\n    <rect x=\"515\" y=\"40\" width=\"53\" height=\"42\" rx=\"4\" fill=\"#B8860B\"\/>\n    <text x=\"541\" y=\"65\" text-anchor=\"middle\" font-size=\"9\" fill=\"white\" font-weight=\"600\">8.5%<\/text>\n    <rect x=\"568\" y=\"40\" width=\"53\" height=\"42\" rx=\"4\" fill=\"#6B5D4F\"\/>\n    <text x=\"594\" y=\"65\" text-anchor=\"middle\" font-size=\"9\" fill=\"white\" font-weight=\"600\">8.5%<\/text>\n    <rect x=\"621\" y=\"40\" width=\"39\" height=\"42\" rx=\"4\" fill=\"#A0937E\"\/>\n    <text x=\"640\" y=\"65\" text-anchor=\"middle\" font-size=\"8\" fill=\"white\" font-weight=\"600\">8%<\/text>\n\n    <g transform=\"translate(50, 110)\">\n      <rect x=\"0\" y=\"0\" width=\"24\" height=\"24\" rx=\"4\" fill=\"#C44B25\"\/>\n      <text x=\"36\" y=\"12\" font-size=\"13\" fill=\"#2C2416\" font-weight=\"600\">Compute (GPUs \/ CPUs)<\/text>\n      <text x=\"36\" y=\"26\" font-size=\"11\" fill=\"#6B5D4F\">2.50 MW \u2014 The AI chips doing actual work<\/text>\n      <text x=\"560\" y=\"17\" font-size=\"18\" fill=\"#C44B25\" font-weight=\"700\" text-anchor=\"end\">50%<\/text>\n      <rect x=\"0\" y=\"48\" width=\"24\" height=\"24\" rx=\"4\" fill=\"#2E6B8A\"\/>\n      <text x=\"36\" y=\"60\" font-size=\"13\" fill=\"#2C2416\" font-weight=\"600\">Cooling Systems<\/text>\n      <text x=\"36\" y=\"74\" font-size=\"11\" fill=\"#6B5D4F\">1.25 MW \u2014 Removing heat from the chips<\/text>\n      <text x=\"560\" y=\"65\" font-size=\"18\" fill=\"#2E6B8A\" font-weight=\"700\" text-anchor=\"end\">25%<\/text>\n      <rect x=\"0\" y=\"96\" width=\"24\" height=\"24\" rx=\"4\" fill=\"#B8860B\"\/>\n      <text x=\"36\" y=\"108\" font-size=\"13\" fill=\"#2C2416\" font-weight=\"600\">Storage<\/text>\n      <text x=\"36\" y=\"122\" font-size=\"11\" fill=\"#6B5D4F\">0.43 MW \u2014 Hard drives and SSDs<\/text>\n      <text x=\"560\" y=\"113\" font-size=\"18\" fill=\"#B8860B\" font-weight=\"700\" text-anchor=\"end\">8.5%<\/text>\n      <rect x=\"0\" y=\"144\" width=\"24\" height=\"24\" rx=\"4\" fill=\"#6B5D4F\"\/>\n      <text x=\"36\" y=\"156\" font-size=\"13\" fill=\"#2C2416\" font-weight=\"600\">Networking<\/text>\n      <text x=\"36\" y=\"170\" font-size=\"11\" fill=\"#6B5D4F\">0.43 MW \u2014 Switches and cables<\/text>\n      <text x=\"560\" y=\"161\" font-size=\"18\" fill=\"#6B5D4F\" font-weight=\"700\" text-anchor=\"end\">8.5%<\/text>\n      <rect x=\"0\" y=\"192\" width=\"24\" height=\"24\" rx=\"4\" fill=\"#A0937E\"\/>\n      <text x=\"36\" y=\"204\" font-size=\"13\" fill=\"#2C2416\" font-weight=\"600\">Power Conversion + Misc<\/text>\n      <text x=\"36\" y=\"218\" font-size=\"11\" fill=\"#6B5D4F\">0.40 MW \u2014 Voltage conversion, lighting, security<\/text>\n      <text x=\"560\" y=\"209\" font-size=\"18\" fill=\"#A0937E\" font-weight=\"700\" text-anchor=\"end\">8%<\/text>\n    <\/g>\n  <\/svg>\n<\/div>\n\n<p>A full <strong>quarter of all electricity<\/strong> \u2014 1.25 MW \u2014 goes purely to cooling. That&#8217;s 1.25 million watts doing nothing computationally useful. It exists solely to keep the chips from overheating. This is the Power Wall made tangible: because Dennard Scaling broke down, every watt of useful computation generates waste heat that demands additional energy to manage.<\/p>\n\n<h3>The PUE Number: Measuring Overhead<\/h3>\n\n<p>Engineers use <strong>Power Usage Effectiveness (PUE)<\/strong> to measure data centre overhead. Indian data centres in 2024 range from PUE 1.3 to 1.6. At <strong>PUE 1.6<\/strong>, for every watt used by IT equipment, the facility consumes 1.6 watts total \u2014 the extra 0.6 watts goes to cooling, power conversion, and support systems.<\/p>\n\n<!-- DIAGRAM 5: PUE -->\n<div class=\"diagram-wrap\">\n  <div class=\"diagram-title\">Diagram 5 \u00b7 PUE 1.6 \u2014 For Every Watt of Compute, You Pay 1.6 Watts Total<\/div>\n  <svg viewBox=\"0 0 600 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:600px;display:block;margin:0 auto;\">\n    <rect x=\"50\" y=\"20\" width=\"500\" height=\"46\" rx=\"6\" fill=\"#E0D5C7\"\/>\n    <rect x=\"50\" y=\"20\" width=\"312\" height=\"46\" rx=\"6\" fill=\"#C44B25\"\/>\n    <text x=\"206\" y=\"48\" text-anchor=\"middle\" font-size=\"14\" fill=\"white\" font-weight=\"600\">IT Equipment: 1.0W<\/text>\n    <rect x=\"362\" y=\"20\" width=\"188\" height=\"46\" rx=\"6\" fill=\"#2E6B8A\"\/>\n    <text x=\"456\" y=\"48\" text-anchor=\"middle\" font-size=\"13\" fill=\"white\" font-weight=\"600\">Overhead: 0.6W<\/text>\n    <text x=\"50\" y=\"90\" font-size=\"12\" fill=\"#C44B25\" font-weight=\"600\">\u2190 62.5% useful work \u2192<\/text>\n    <text x=\"362\" y=\"90\" font-size=\"12\" fill=\"#2E6B8A\" font-weight=\"600\">\u2190 37.5% overhead \u2192<\/text>\n    <text x=\"300\" y=\"112\" text-anchor=\"middle\" font-size=\"12\" fill=\"#6B5D4F\" font-weight=\"600\">Total: 1.6 watts consumed for every 1 watt of computation<\/text>\n  <\/svg>\n<\/div>\n\n<div class=\"separator\">\u2022 \u2022 \u2022<\/div>\n\n<h2>India&#8217;s Proactive Response: Meeting the Power Challenge Head-On<\/h2>\n\n<p>What&#8217;s remarkable about India&#8217;s approach is that the Government has recognised this challenge early and is building a comprehensive energy ecosystem to support data centre growth \u2014 rather than waiting for a crisis to force action.<\/p>\n\n<div class=\"india-highlight\">\n  <h4>\ud83d\udd2c Nuclear Energy Mission &#038; Small Modular Reactors<\/h4>\n  <p>The Union Budget 2025\u201326 launched the <strong>&#8220;Nuclear Energy Mission for Viksit Bharat&#8221;<\/strong> with an allocation of <strong>\u20b920,000 crore (~$2.5 billion)<\/strong>, targeting at least <strong>five indigenously designed Small Modular Reactors (SMRs) operational by 2033<\/strong> and a long-term goal of <strong>100 GW nuclear capacity by 2047<\/strong>.<\/p>\n  <p>India&#8217;s Bhabha Atomic Research Centre is developing three SMR variants \u2014 the 200 MW Bharat SMR, a 55 MW SMR for remote locations, and a 5 MWt high-temperature gas-cooled reactor. Lead units are planned for Tarapur in Maharashtra and the Vizag campus in Andhra Pradesh. The December 2025 amendment to the Atomic Energy Act now allows private sector participation for the first time \u2014 companies like Tata Power and Jindal Group have already expressed interest.<\/p>\n  <p>SMRs are particularly relevant for data centres: their modular design means capacity can be added incrementally as demand grows, they provide reliable baseload power regardless of weather, and they can be co-located near data centres \u2014 exactly the kind of dedicated, clean power source that gigawatt-scale AI facilities need.<\/p>\n<\/div>\n\n<div class=\"india-highlight\">\n  <h4>\ud83d\udd0b Battery Energy Storage Systems (BESS)<\/h4>\n  <p>India&#8217;s push for grid-scale battery storage is critical for making renewable energy reliable enough for data centres, which need <strong>24\/7 uninterrupted power<\/strong>.<\/p>\n  <p>The Government has launched <strong>two tranches of Viability Gap Funding<\/strong>: the first for 13.2 GWh with \u20b93,760 crore, and a second for 30 GWh with \u20b95,400 crore \u2014 totalling <strong>43.2 GWh of supported BESS capacity<\/strong>. The National Electricity Plan projects India will need <strong>411 GWh of storage by 2031\u201332<\/strong> and 2,380 GWh by 2047.<\/p>\n  <p>Lithium-ion battery costs have fallen over 90% since 2010 \u2014 from $1,200\/kWh to approximately $100\/kWh in 2025. This cost reduction, combined with Government VGF support and the new 20% domestic content requirement for BESS projects, is creating a robust domestic ecosystem.<\/p>\n<\/div>\n\n<div class=\"india-highlight\">\n  <h4>\u2600\ufe0f Renewable Energy at Scale<\/h4>\n  <p>India&#8217;s total installed renewable energy capacity has crossed <strong>250 GW<\/strong> \u2014 already exceeding fossil fuel capacity. The Union Budget 2025\u201326 allocated an additional <strong>\u20b926,549 crore to the Ministry of New and Renewable Energy<\/strong>, a significant jump from the previous year&#8217;s \u20b919,100 crore.<\/p>\n  <p>For the Visakhapatnam AI hub specifically, Google has committed <strong>$2 billion of its total investment to renewable energy development<\/strong> \u2014 integrating clean energy directly into the facility&#8217;s design. This approach \u2014 coupling data centre demand with new renewable generation \u2014 means these massive facilities can actually <em>accelerate<\/em> India&#8217;s clean energy transition rather than burden it.<\/p>\n<\/div>\n\n<!-- DIAGRAM 7: India's Energy Strategy for Data Centres -->\n<div class=\"diagram-wrap full-bleed\">\n  <div class=\"diagram-title\">Diagram 7 \u00b7 India&#8217;s Multi-Pronged Energy Strategy for Data Centres<\/div>\n  <svg viewBox=\"0 0 700 380\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:700px;display:block;margin:0 auto;\">\n    <!-- Central node -->\n    <rect x=\"235\" y=\"150\" width=\"230\" height=\"60\" rx=\"30\" fill=\"#2D6A3F\" stroke=\"#2D6A3F\" stroke-width=\"2\"\/>\n    <text x=\"350\" y=\"176\" text-anchor=\"middle\" font-size=\"13\" fill=\"white\" font-weight=\"700\">DATA CENTRE POWER<\/text>\n    <text x=\"350\" y=\"196\" text-anchor=\"middle\" font-size=\"11\" fill=\"white\" opacity=\"0.9\">24\/7 reliable, clean electricity<\/text>\n\n    <!-- Top: Nuclear \/ SMRs -->\n    <rect x=\"210\" y=\"15\" width=\"280\" height=\"58\" rx=\"8\" fill=\"#FFF\" stroke=\"#E8772E\" stroke-width=\"2\"\/>\n    <text x=\"350\" y=\"38\" text-anchor=\"middle\" font-size=\"13\" fill=\"#E8772E\" font-weight=\"700\">\ud83d\udd2c Nuclear Energy Mission + SMRs<\/text>\n    <text x=\"350\" y=\"56\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">\u20b920,000 Cr \u00b7 100 GW by 2047 \u00b7 5 SMRs by 2033<\/text>\n    <line x1=\"350\" y1=\"73\" x2=\"350\" y2=\"150\" stroke=\"#E8772E\" stroke-width=\"2\" marker-end=\"url(#arrowGreen)\"\/>\n\n    <!-- Left: Renewables -->\n    <rect x=\"15\" y=\"155\" width=\"190\" height=\"58\" rx=\"8\" fill=\"#FFF\" stroke=\"#2D6A3F\" stroke-width=\"2\"\/>\n    <text x=\"110\" y=\"178\" text-anchor=\"middle\" font-size=\"12\" fill=\"#2D6A3F\" font-weight=\"700\">\u2600\ufe0f Renewables 250+ GW<\/text>\n    <text x=\"110\" y=\"196\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">\u20b926,549 Cr MNRE budget<\/text>\n    <line x1=\"205\" y1=\"180\" x2=\"235\" y2=\"180\" stroke=\"#2D6A3F\" stroke-width=\"2\" marker-end=\"url(#arrowGreen)\"\/>\n\n    <!-- Right: Battery Storage -->\n    <rect x=\"495\" y=\"155\" width=\"195\" height=\"58\" rx=\"8\" fill=\"#FFF\" stroke=\"#2E6B8A\" stroke-width=\"2\"\/>\n    <text x=\"592\" y=\"178\" text-anchor=\"middle\" font-size=\"12\" fill=\"#2E6B8A\" font-weight=\"700\">\ud83d\udd0b BESS: 43 GWh VGF<\/text>\n    <text x=\"592\" y=\"196\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">411 GWh target by 2031-32<\/text>\n    <line x1=\"495\" y1=\"180\" x2=\"465\" y2=\"180\" stroke=\"#2E6B8A\" stroke-width=\"2\" marker-end=\"url(#arrowGreen)\"\/>\n\n    <!-- Bottom left: National Manufacturing -->\n    <rect x=\"75\" y=\"280\" width=\"220\" height=\"58\" rx=\"8\" fill=\"#FFF\" stroke=\"#B8860B\" stroke-width=\"2\"\/>\n    <text x=\"185\" y=\"303\" text-anchor=\"middle\" font-size=\"12\" fill=\"#B8860B\" font-weight=\"700\">\ud83c\udfed Make in India<\/text>\n    <text x=\"185\" y=\"321\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">Solar PV cells, batteries, turbines<\/text>\n    <line x1=\"245\" y1=\"280\" x2=\"310\" y2=\"210\" stroke=\"#B8860B\" stroke-width=\"1.5\" stroke-dasharray=\"4\" marker-end=\"url(#arrowGreen)\"\/>\n\n    <!-- Bottom right: Grid modernisation -->\n    <rect x=\"395\" y=\"280\" width=\"240\" height=\"58\" rx=\"8\" fill=\"#FFF\" stroke=\"#6B5D4F\" stroke-width=\"2\"\/>\n    <text x=\"515\" y=\"303\" text-anchor=\"middle\" font-size=\"12\" fill=\"#6B5D4F\" font-weight=\"700\">\u26a1 Grid Modernisation<\/text>\n    <text x=\"515\" y=\"321\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">Green Energy Corridor + subsea cables<\/text>\n    <line x1=\"455\" y1=\"280\" x2=\"395\" y2=\"210\" stroke=\"#6B5D4F\" stroke-width=\"1.5\" stroke-dasharray=\"4\" marker-end=\"url(#arrowGreen)\"\/>\n\n    <!-- Bottom label -->\n    <text x=\"350\" y=\"370\" text-anchor=\"middle\" font-size=\"11\" fill=\"#2D6A3F\" font-weight=\"600\">Integrated strategy: no single technology, but a coordinated national ecosystem<\/text>\n  <\/svg>\n<\/div>\n\n<div class=\"separator\">\u2022 \u2022 \u2022<\/div>\n\n<h2>The Causal Chain: Why This All Matters<\/h2>\n\n<!-- DIAGRAM 8: Causal chain \u2014 ending positively -->\n<div class=\"diagram-wrap full-bleed\">\n  <div class=\"diagram-title\">Diagram 8 \u00b7 From a 1974 Physics Principle to India&#8217;s Energy Opportunity<\/div>\n  <svg viewBox=\"0 0 700 550\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:100%;max-width:700px;display:block;margin:0 auto;\">\n    <rect x=\"170\" y=\"10\" width=\"360\" height=\"44\" rx=\"22\" fill=\"#C44B25\" opacity=\"0.12\" stroke=\"#C44B25\" stroke-width=\"1.5\"\/>\n    <text x=\"350\" y=\"28\" text-anchor=\"middle\" font-size=\"12\" fill=\"#C44B25\" font-weight=\"700\">DENNARD SCALING BREAKS DOWN (~2005)<\/text>\n    <text x=\"350\" y=\"44\" text-anchor=\"middle\" font-size=\"10\" fill=\"#C44B25\">Transistors can&#8217;t shrink without leaking power<\/text>\n    <line x1=\"350\" y1=\"54\" x2=\"350\" y2=\"72\" stroke=\"#C44B25\" stroke-width=\"2\" class=\"flow-arrow\" marker-end=\"url(#arrowRed)\"\/>\n\n    <rect x=\"170\" y=\"74\" width=\"360\" height=\"44\" rx=\"22\" fill=\"#B83A2A\" opacity=\"0.1\" stroke=\"#B83A2A\" stroke-width=\"1.5\"\/>\n    <text x=\"350\" y=\"92\" text-anchor=\"middle\" font-size=\"12\" fill=\"#B83A2A\" font-weight=\"700\">THE POWER WALL<\/text>\n    <text x=\"350\" y=\"108\" text-anchor=\"middle\" font-size=\"10\" fill=\"#B83A2A\">Clock speeds stuck at 3\u20135 GHz for 20 years<\/text>\n    <line x1=\"350\" y1=\"118\" x2=\"350\" y2=\"136\" stroke=\"#B83A2A\" stroke-width=\"2\" class=\"flow-arrow\" marker-end=\"url(#arrowRed)\"\/>\n\n    <rect x=\"170\" y=\"138\" width=\"360\" height=\"44\" rx=\"22\" fill=\"#6B5D4F\" opacity=\"0.1\" stroke=\"#6B5D4F\" stroke-width=\"1.5\"\/>\n    <text x=\"350\" y=\"156\" text-anchor=\"middle\" font-size=\"12\" fill=\"#6B5D4F\" font-weight=\"700\">INDUSTRY GOES PARALLEL<\/text>\n    <text x=\"350\" y=\"172\" text-anchor=\"middle\" font-size=\"10\" fill=\"#6B5D4F\">Thousands of GPUs instead of one fast CPU<\/text>\n    <line x1=\"350\" y1=\"182\" x2=\"350\" y2=\"200\" stroke=\"#6B5D4F\" stroke-width=\"2\" class=\"flow-arrow\" marker-end=\"url(#arrowGray)\"\/>\n\n    <rect x=\"130\" y=\"202\" width=\"440\" height=\"44\" rx=\"22\" fill=\"#C44B25\" opacity=\"0.08\" stroke=\"#C44B25\" stroke-width=\"1.5\"\/>\n    <text x=\"350\" y=\"220\" text-anchor=\"middle\" font-size=\"12\" fill=\"#C44B25\" font-weight=\"700\">MASSIVE POWER DEMAND: 5 MW \u2192 1 GW FACILITIES<\/text>\n    <text x=\"350\" y=\"236\" text-anchor=\"middle\" font-size=\"10\" fill=\"#C44B25\">50% compute + 25% cooling + 25% support systems<\/text>\n    <line x1=\"350\" y1=\"246\" x2=\"350\" y2=\"264\" stroke=\"#C44B25\" stroke-width=\"2\" class=\"flow-arrow\" marker-end=\"url(#arrowRed)\"\/>\n\n    <rect x=\"130\" y=\"266\" width=\"440\" height=\"44\" rx=\"22\" fill=\"#B8860B\" opacity=\"0.1\" stroke=\"#B8860B\" stroke-width=\"1.5\"\/>\n    <text x=\"350\" y=\"284\" text-anchor=\"middle\" font-size=\"12\" fill=\"#B8860B\" font-weight=\"700\">NATIONS MUST BUILD DEDICATED ENERGY INFRASTRUCTURE<\/text>\n    <text x=\"350\" y=\"300\" text-anchor=\"middle\" font-size=\"10\" fill=\"#B8860B\">Data centres need power plant-scale, 24\/7, reliable supply<\/text>\n    <line x1=\"350\" y1=\"310\" x2=\"350\" y2=\"328\" stroke=\"#B8860B\" stroke-width=\"2\" class=\"flow-arrow\" marker-end=\"url(#arrowGreen)\"\/>\n\n    <!-- Positive ending -->\n    <rect x=\"100\" y=\"330\" width=\"500\" height=\"80\" rx=\"12\" fill=\"#2D6A3F\" stroke=\"#2D6A3F\" stroke-width=\"2\"\/>\n    <text x=\"350\" y=\"356\" text-anchor=\"middle\" font-size=\"14\" fill=\"white\" font-weight=\"700\">INDIA&#8217;S RESPONSE: A NATIONAL ENERGY ECOSYSTEM<\/text>\n    <text x=\"350\" y=\"376\" text-anchor=\"middle\" font-size=\"11\" fill=\"white\" opacity=\"0.95\">Nuclear Mission (\u20b920K Cr) + SMRs + 250 GW Renewables<\/text>\n    <text x=\"350\" y=\"396\" text-anchor=\"middle\" font-size=\"11\" fill=\"white\" opacity=\"0.95\">+ 43 GWh BESS VGF + Grid Modernisation + Make in India<\/text>\n\n    <rect x=\"140\" y=\"430\" width=\"420\" height=\"50\" rx=\"25\" fill=\"#D8EBDA\" stroke=\"#2D6A3F\" stroke-width=\"1.5\"\/>\n    <text x=\"350\" y=\"452\" text-anchor=\"middle\" font-size=\"12\" fill=\"#2D6A3F\" font-weight=\"600\">Google AI Hub Vizag: $15B investment, $2B in renewables<\/text>\n    <text x=\"350\" y=\"468\" text-anchor=\"middle\" font-size=\"11\" fill=\"#2D6A3F\">188,000 jobs\/year \u00b7 \u20b910,518 Cr annual GSDP contribution<\/text>\n\n    <text x=\"350\" y=\"520\" text-anchor=\"middle\" font-size=\"12\" fill=\"#2D6A3F\" font-weight=\"600\">The physics creates the challenge. Smart policy creates the opportunity.<\/text>\n  <\/svg>\n<\/div>\n\n<div class=\"separator\">\u2022 \u2022 \u2022<\/div>\n\n<h2>The Bottom Line<\/h2>\n\n<p>When you hear about data centres needing the power, it&#8217;s not waste or poor planning. It&#8217;s physics:<\/p>\n\n<ul>\n  <li><strong>Dennard Scaling<\/strong> \u2014 the principle that let chips get faster without more power \u2014 broke down around 2005.<\/li>\n  <li><strong>The Power Wall<\/strong> forced the industry to use thousands of parallel chips instead of faster individual ones.<\/li>\n  <li>A modest <strong>5 MW data centre<\/strong> packs <strong>3,571 GPUs<\/strong>, each drawing 700 watts non-stop. Only half the electricity does computation; a quarter goes to cooling.<\/li>\n\n<p>What matters is how a nation responds to this challenge. India&#8217;s integrated strategy \u2014 combining a \u20b920,000 crore Nuclear Energy Mission with SMR development, 250+ GW of installed renewables, 43 GWh of VGF-supported battery storage, domestic manufacturing through Make in India, and grid modernisation \u2014 positions the country not merely to <em>cope<\/em> with AI&#8217;s energy demands but to <em>lead<\/em> the global transition to sustainable, AI-ready infrastructure.<\/p>\n\n<p>The Google AI hub in Visakhapatnam \u2014 with its $15 billion investment and $2 billion dedicated to renewable energy \u2014 is a testament to this approach. It demonstrates that when policy, infrastructure, and private investment align, the immense power needs of modern AI become not a burden but a catalyst for national development.<\/p>\n\n<p class=\"closing-line\">The next time your AI assistant answers a question in two seconds, remember: somewhere, thousands of chips are running at full speed, backed by power plants, solar farms, battery banks, and soon, small modular reactors \u2014 an entire national energy ecosystem working in concert, all because a scaling law named after Robert Dennard stopped working twenty years ago. The physics created the challenge. India is building the answer.<\/p>\n\n<p class=\"source-note\">Data centre power benchmarks from Takshashila Institution Report 2025-27.<br>\nGovernment of India policy data from Union Budget 2025\u201326, PIB, and Ministry of Power announcements.<br>\nGoogle AI Hub details from official Google Cloud press release, October 2025.<\/p>\n<p class=\"source-note\"> Disclaimer : This article is made using Claude AI.<\/p>\n\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>The hidden physics behind AI, cloud computing, and the massive energy infrastructure that powers them \u2014 explained for everyone In October 2025, Google announced a $15 billion investment to build Asia&#8217;s first gigawatt-scale AI hub in Visakhapatnam, Andhra Pradesh \u2014 a landmark moment for India&#8217;s digital ambitions. The facility, when operational, will place Vizag alongside [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[67],"tags":[142,141,143,144],"class_list":["post-2880","post","type-post","status-publish","format-standard","hentry","category-lai","tag-cloud-computing","tag-data-centers","tag-dennard-scaling","tag-power-wall"],"_links":{"self":[{"href":"https:\/\/basavapurushottam.com\/index.php\/wp-json\/wp\/v2\/posts\/2880","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/basavapurushottam.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/basavapurushottam.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/basavapurushottam.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/basavapurushottam.com\/index.php\/wp-json\/wp\/v2\/comments?post=2880"}],"version-history":[{"count":8,"href":"https:\/\/basavapurushottam.com\/index.php\/wp-json\/wp\/v2\/posts\/2880\/revisions"}],"predecessor-version":[{"id":2896,"href":"https:\/\/basavapurushottam.com\/index.php\/wp-json\/wp\/v2\/posts\/2880\/revisions\/2896"}],"wp:attachment":[{"href":"https:\/\/basavapurushottam.com\/index.php\/wp-json\/wp\/v2\/media?parent=2880"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/basavapurushottam.com\/index.php\/wp-json\/wp\/v2\/categories?post=2880"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/basavapurushottam.com\/index.php\/wp-json\/wp\/v2\/tags?post=2880"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}