This monitor is a live analytical instrument tracing RM164.45B+ of approved digital infrastructure projects in Johor. By synthesizing world developmental baselines with local electricity grids and hourly carbon indices, we translate abstract sovereign AI policies into immediate constraint timelines.
Will Johor's projected 2029 pipeline (~5,000 MW) cross 25% of total Peninsular Malaysia grid capacity? We track and visualize the physical over-allocation index.
What is the divergence between marketing paper-green claims (GET/CRESS) and the real hourly fossil-fuel intensity of Malaysia's physical energy mix?
How TNB's massive RM42.8B capex allocation (2025-2027) is driven exclusively by compute nodes, and whether it succeeds in preventing localized outages.
To power this instrument's structural predictions, three distinct layers of telemetry are pulled sequentially. Review the execution guide below:
Pull: World Bank BoP current USD indicator BX.KLT.DINV.CD.WD to compare compute investments against structural GDP.
Pull: Manual parse of ST (Suruhanjaya Tenaga) peak loads & TNB capex files. Feeds the grid_capacity.csv.
Pull: Realtime hourly gCO2eq/kWh for zone MY via Electricity Maps API v3 or local open-source csv files.
python src/fetch_wb.py to pull FDI indicators.python src/fetch_emaps.py to extract physical carbon intensity indices.python src/chi.py to calculate Compute Headroom metrics and write outputs.
Simulate grid-level adjustments to calculate Johor's headroom in real-time.
Approved & committed data center load in Johor segment.
Total Peninsular Malaysia installed electricity generation capacity.
Assumed segment share of grid allocated to the Southern zone.
⚠ R sign-off req.Domestic, industrial, and commercial baseline loads in the South.
Connect directly to live public data nodes. Retrieve macroeconomic metrics from the World Bank API or trigger the grounded search engine of Gemini to scrape actual grid capacities.
api.worldbank.org/v2/country/mys/...
MY • Endpoint: 127.0.0.1:5050/api/carbon (needs ELECTRICITY_MAPS_TOKEN)
Calls your actual fetch_wb.py + process.py over HTTP — same code run.py uses, no JS reimplementation. Sliders above feed the request params.
python src/api.py (needs venv with flask + flask-cors, see requirements.txt)
Reads data/external/grid_capacity.csv + data/external/dctf_approvals.csv and runs the same compute_headroom() formula against every curated year — the "CSV data analyzer" milestone project, applied to this dataset instead of a throwaway exercise. 2024/2025 rows are sourced (PETRA grid capacity, Energy Commission DC demand — see data/external/SOURCES.md); other years are still unsourced placeholders, marked as such in the Source column below.
| Year | Pipeline MW | Available MW | CHI | Status | Source |
|---|---|---|---|---|---|
Click "Load CHI History" (needs python src/api.py running). | |||||
Tracks FDI approvals and MW commitments. It captures how much compute is promised, but remains incomplete without knowing what the physical grid can safely support.
Tracks grid capacity, power allocations, and clean grid trends. An abstract calculation without a concrete case study load or localized investment tracking.
Combined, they produce one falsifiable claim: At current approval rates, when does Johor's data centre pipeline cross 50% / 75% / 100% of available southern grid capacity? That constraint date is the Compute Pause Button made empirical — a real number instead of a policy abstraction.
This is a Substrate product, not an Irori product. The aesthetic signals "we handle uncertainty rigorously" — high-precision instrument, not warm editorial. No dark backgrounds. No terracotta. No serif. Every number in JetBrains Mono.
JetBrains Mono — every number, metric, label, code, grade badge, coordinate readout.
Inter — prose, navigation, section headers.
| Layer & Source | Extracted Indicators | Access Method | Data Quality |
|---|---|---|---|
| World Bank (BoP Indicators) | FDI Net Inflows for MYS comparison | api.worldbank.org/v2 | GRADE A |
| Suruhanjaya Tenaga Annuals | TNB installed capabilities, peak demands | Manual Extraction (PDF) | GRADE A |
| Electricity Maps (Zone MY) | Hourly grid carbon intensities (gCO2eq/kWh) | api.electricitymap.org/v3 | GRADE A |
| MIDA Press Releases | Approved regional investment milestones | Manual Curation | GRADE B |
H₀ (compute headroom):
Johor's approved DC pipeline does not exceed 25% of available southern grid capacity in any single year between 2024 and 2027.
H₁ (research):
The pipeline crosses the 25% threshold before end-2026, and 50% before end-2028, implying structural grid stress without additional generation capacity.
Support condition: CHI < 0.75 before 2027 based on confirmed DCTF approvals.
Static headroom equations & WB Live Fetch
Realtime fetch integration of gCO2eq indices
Dynamic Chart.js rendering within sandbox
Alternative simulation paths
Reprod. orchestration pipeline