KeenableKeenable SELECT showcaseAsk your own question →GitHub

America’s Gigawatt AI Data-Center Buildout

Trajectory · 20 messages, 10 tool calls · report · all reports

user

map every giant AI datacenter in the US, sized by gigawatts, and show who's building it

assistant

tool call · select

SELECT
  url,
  title,
  published_at,
  UNNEST(
    SEM_EXTRACT_ALL(
      content,
      'a United States data center campus or project explicitly designed for AI workloads with announced electrical power capacity of at least 1 gigawatt',
      project := 'project, campus, or data center name',
      city := 'city or nearest named community',
      state := 'US state',
      power_gw := 'announced ultimate electrical power capacity in gigawatts, number only',
      stage := 'development stage as stated: proposed, planned, under construction, or operational',
      developer := 'company or companies developing or building the data center campus',
      ai_tenant := 'named AI operator, cloud company, or tenant',
      timing := 'announced completion or energization timing',
      evidence := 'per_field'
    ),
    recursive := true
  )
FROM WEB_SEARCH(
  'US gigawatt AI data center campus 1 GW projects map',
  'United States largest AI data centers power capacity gigawatts under construction',
  'AI infrastructure campus 1 GW developer Texas Louisiana Ohio Indiana',
  'hyperscale data center campus 2 GW United States project developer',
  'Stargate AI data center sites power GW Abilene Texas',
  'Meta Hyperion data center Louisiana 5 GW Prometheus Ohio 1 GW',
  'xAI Colossus Memphis data center 1 GW power expansion',
  'Amazon Project Rainier Indiana data center 2.2 GW',
  'Vantage Frontier Texas AI campus 1.4 GW',
  'Crusoe Oracle OpenAI data center campus power capacity US',
  'Lancium Clean Campus Abilene data center power gigawatt',
  'US AI data center gigawatt campuses utility filings'
)
WHERE SEM_MATCH(
  content,
  'identifies a US AI-focused data center campus with a stated site-level electrical power capacity at or above 1 GW'
)
{
 "show_preview": false
}
tool result (5058 chars)
result_set_id: r2dcf4b1b76d
total_rows: 2460
columns[19]: ai_tenant,ai_tenant_evidence,city,city_evidence,developer,developer_evidence,power_gw,power_gw_evidence,project,project_evidence,published_at,stage,stage_evidence,state,state_evidence,timing,timing_evidence,title,url
preview:
  sample_rows[3]:
    - url: "https://unite.ai/lancium-and-nvidia-partner-to-deploy-gigawatt-scale-ai-factories"
      title: Lancium and NVIDIA Partner to Deploy Gigawatt-Scale AI Factories
      published_at: "2026-08-24T16:34:02"
      project: Abilene campus
      city: null
      state: null
      power_gw: null
      stage: null
      developer: null
      ai_tenant: null
      timing: operational
      project_evidence[2]: Lancium and NVIDIA Partner to Deploy Gigawatt-Scale AI Factories,"- **1.2 GW** at the flagship Abilene campus, which serves as the first operational Stargate site"
      city_evidence: null
      state_evidence: null
      power_gw_evidence: null
      stage_evidence: null
      developer_evidence: null
      ai_tenant_evidence: null
      timing_evidence[3]: "The Abilene site is energizing buildings for Stargate now; Childress is expected to begin construction in the third quarter of 2026; and Lancium holds a... [truncated in preview]",Lancium and NVIDIA Partner to Deploy Gigawatt-Scale AI Factories,"- **1.2 GW** at the flagship Abilene campus, which serves as the first operational Stargate site"
    - url: "https://markmancapitalinsight.substack.com/p/zuckerbergs-nuclear-option"
      title: Zuckerberg’s Nuclear Option
      published_at: "2026-01-14T14:31:15"
      project: Hyperion
      city: null
      state: Louisiana
      power_gw: null
      stage: null
      developer: null
      ai_tenant: null
      timing: "2030"
      project_evidence[2]: "Meta’s two flagship data center projects:","**Hyperion (Louisiana):** 2 gigawatts initial capacity by 2030, scaling to 5 gigawatts over subsequent years. Four million square feet across 2,250 acres in Richland Parish.... [truncated in preview]"
      city_evidence: null
      state_evidence[2]: "Meta’s two flagship data center projects:","**Hyperion (Louisiana):** 2 gigawatts initial capacity by 2030, scaling to 5 gigawatts over subsequent years. Four million square feet across 2,250 acres in Richland Parish.... [truncated in preview]"
      power_gw_evidence: null
      stage_evidence: null
      developer_evidence: null
      ai_tenant_evidence: null
      timing_evidence[2]: "Meta’s two flagship data center projects:","**Hyperion (Louisiana):** 2 gigawatts initial capacity by 2030, scaling to 5 gigawatts over subsequent years. Four million square feet across 2,250 acres in Richland Parish.... [truncated in preview]"
    - url: "https://useluminix.com/reports/industry-analysis/counting-operational-data-centers-in-the-us-may-2026/source/2"
      title: Investigate how the newly operational data center capacity (GW) from 2025 and 2026 is being powered. Resear...
      published_at: "2026-05-16T18:40:59"
      project: Stargate Abilene
      city: null
      state: null
      power_gw: null
      stage: operational
      developer: null
      ai_tenant: null
      timing: Q4 2026
      project_evidence[2]: "### 1. The 2025-2026 Capacity Surge: From Hyperscale to Gigawatt-Scale","* **Stargate Abilene (Texas):** The flagship site of the $500 billion Stargate project (OpenAI/Oracle/SoftBank) reached 0.3 GW operational capacity in April 2026, with plans to... [truncated in preview]"
      city_evidence: null
      state_evidence: null
      power_gw_evidence: null
      stage_evidence[2]: "### 1. The 2025-2026 Capacity Surge: From Hyperscale to Gigawatt-Scale","* **Stargate Abilene (Texas):** The flagship site of the $500 billion Stargate project (OpenAI/Oracle/SoftBank) reached 0.3 GW operational capacity in April 2026, with plans to... [truncated in preview]"
      developer_evidence: null
      ai_tenant_evidence: null
      timing_evidence[2]: "### 1. The 2025-2026 Capacity Surge: From Hyperscale to Gigawatt-Scale","* **Stargate Abilene (Texas):** The flagship site of the $500 billion Stargate project (OpenAI/Oracle/SoftBank) reached 0.3 GW operational capacity in April 2026, with plans to... [truncated in preview]"
notes[5,]{text}:
  "The full table is too large to return in one response. This is a preview, not the data — do not draw conclusions from it alone. Query the result set by id: SEM_EXTRACT fields, filter with exact WHERE, aggregate, or page with LIMIT/OFFSET. Even if the preview looks irrelevant, probe the full result set before searching again."
  Merged 12 queries (2400 total) → 2018 unique results
  "Search result set: r4d33783ec50 (2018 rows), reference it as FROM r4d33783ec50 in follow-up queries"
  Semantic operators ran on only the first 2000 of 2018 input rows; the rest are absent from this result. Narrow the input with exact filters or process it in batches.
  "WARNING: semantic extraction failed on 1 of 2000 rows — extracted values are null on those rows. First error: timed_out after 90.0s"

result set r2dcf4b1b76d · 2460 rows

urltitlepublished_atprojectcitystatepower_gwstagedeveloperai_tenanttimingproject_evidencecity_evidencestate_evidencepower_gw_evidencestage_evidencedeveloper_evidenceai_tenant_evidencetiming_evidence
https://unite.ai/lancium-and-nvidia-partner-to-deploy-gigawatt-scale-ai-factoriesLancium and NVIDIA Partner to Deploy Gigawatt-Scale AI Factories2026-08-24T16:34:02Abilene campusnullnullnullnullnullnulloperational["Lancium and NVIDIA Partner to Deploy Gigawatt-Scale AI Factories", "- **1.2 GW** at the flagship Abilene campus, which serves as the first operational Starga…nullnullnullnullnullnull["The Abilene site is energizing buildings for Stargate now; Childress is expected to begin construction in the third quarter of 2026; and Lancium holds a $600…
https://unite.ai/lancium-and-nvidia-partner-to-deploy-gigawatt-scale-ai-factoriesLancium and NVIDIA Partner to Deploy Gigawatt-Scale AI Factories2026-08-24T16:34:02Childress campusnullnullnullnullnullnullthird quarter of 2026["- **1 GW** planned at the [Childress, Texas campus](https://lancium.com/2026/07/15/crusoe-and-lancium-announce-1-0-gigawatt-ai-data-center-campus-in-childres…nullnullnullnullnullnull["The Abilene site is energizing buildings for Stargate now; Childress is expected to begin construction in the third quarter of 2026; and Lancium holds a $600…
https://datacenterknowledge.com/data-center-construction/lancium-nvidia-partner-on-gigawatt-scale-ai-data-centersLancium, Nvidia Partner on Gigawatt-Scale AI Data Centers2026-08-25T12:33:39Clean Campusnullnullnullnullnullnullnull["Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium’s publicly announced projects include its [1.2 GW Clean Campus in Abilene](/build-design…nullnullnullnullnullnullnull
https://datacenterknowledge.com/data-center-construction/lancium-nvidia-partner-on-gigawatt-scale-ai-data-centersLancium, Nvidia Partner on Gigawatt-Scale AI Data Centers2026-08-25T12:33:39Childress County campusnullnullnullnullnullnullnull["Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium’s publicly announced projects include its [1.2 GW Clean Campus in Abilene](/build-design…nullnullnullnullnullnullnull
https://datacenterknowledge.com/data-center-construction/lancium-nvidia-partner-on-gigawatt-scale-ai-data-centersLancium, Nvidia Partner on Gigawatt-Scale AI Data Centers2026-08-25T12:33:39Hall County campusnullnullnullnullnullnullnull["Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium’s publicly announced projects include its [1.2 GW Clean Campus in Abilene](/build-design…nullnullnullnullnullnullnull
Download all 2460 rows · 4041 KB
assistant

tool call · select

SELECT
  SEM_NORM(project, 'canonical US AI data center campus project name; merge alternate names only when they are the same physical campus') AS project,
  COUNT(DISTINCT url) AS source_mentions,
  MODE(city) AS city,
  MODE(state) AS state,
  MODE(developer) AS developer,
  MODE(ai_tenant) AS ai_tenant,
  MAX(TRY_CAST(power_gw AS DOUBLE)) AS extracted_power_gw,
  ANY_VALUE(url) AS source_url
FROM r2dcf4b1b76d
WHERE project IS NOT NULL
GROUP BY SEM_NORM(project, 'canonical US AI data center campus project name; merge alternate names only when they are the same physical campus')
ORDER BY source_mentions DESC
LIMIT 80
{
 "show_preview": false
}
tool result (13242 chars)
result_set_id: r4586bd54f31
total_rows: 80
columns[8]: ai_tenant,city,developer,extracted_power_gw,project,source_mentions,source_url,state
rows[80,]{project,source_mentions,city,state,developer,ai_tenant,extracted_power_gw,source_url}:
  Stargate Abilene AI Data Center Campus,254,Abilene,Texas,Crusoe,OpenAI,5.0,"https://unite.ai/lancium-and-nvidia-partner-to-deploy-gigawatt-scale-ai-factories"
  Stargate AI Campus,227,Abilene,Texas,Crusoe,OpenAI,10.0,"https://aidatacenterindex.com/largest"
  Meta Hyperion AI Data Center (Louisiana),224,Richland Parish,Louisiana,Meta,Meta,7.5,"https://smarterlabor.com/blog/the-gigawatt-era-inside-the-5-largest-data-center-projects-in-america-in-2026"
  Vantage Frontier Campus,174,Shackelford County,Texas,Vantage Data Centers,OpenAI,2.0,"https://aidatacenterindex.com/largest"
  "Meta Prometheus: 1GW AI Data Center New Albany Ohio",112,New Albany,Ohio,Meta,Meta,1.5,"https://smarterlabor.com/blog/the-gigawatt-era-inside-the-5-largest-data-center-projects-in-america-in-2026"
  "AWS Project Rainier: $11B 2.2GW Anthropic AI Cluster Indiana",106,New Carlisle,Indiana,Amazon Web Services,Anthropic,2.4,"https://smarterlabor.com/blog/the-gigawatt-era-inside-the-5-largest-data-center-projects-in-america-in-2026"
  Monarch 2GW AI Gigacampus,62,Mason County,West Virginia,Nscale,Microsoft,8.0,"https://einpresswire.com/article/904177817/10-gw-ohio-ai-campus-and-12b-meta-deal-signal-next-phase-of-u-s-data-center-expansion"
  Beacon Point AI data center campus,59,Nueces County,Texas,Hut 8,null,1.0,"https://axis-intelligence.com/ai-data-center-tracker"
  xAI Colossus 2,51,Memphis,Tennessee,xAI,xAI,2.0,"https://siliconreport.com/ai-datacenter-power-crunch-electricity-bottleneck-31b33b49"
  PORTS-Pike Technology Campus,50,Piketon,Ohio,SB Energy,OpenAI,10.0,"https://smarterlabor.com/blog/the-gigawatt-era-inside-the-5-largest-data-center-projects-in-america-in-2026"
  xAI Colossus Supercomputer,49,Memphis,Tennessee,xAI,xAI,2.0,"https://measuredai.substack.com/p/xai-colossus-data-center-cluster"
  "Stargate Wisconsin Lighthouse: 1GW OpenAI-Oracle AI Hub",39,Port Washington,Wisconsin,Vantage Data Centers,OpenAI,1.3,"https://aidatacenterindex.com/largest"
  "Crusoe and Lancium Announce 1.0 Gigawatt AI Data Center Campus in Childress, Texas",38,Childress,Texas,Crusoe and Lancium,null,1.0,"https://unite.ai/lancium-and-nvidia-partner-to-deploy-gigawatt-scale-ai-factories"
  Meta El Paso AI Data Center,35,El Paso,Texas,Meta,Meta,1.0,"https://aidatacenterindex.com/largest"
  Project Jupiter,31,Doña Ana County,New Mexico,STACK Infrastructure,OpenAI,4.5,"https://aidatacenterindex.com/largest"
  Muskie Data Campus,25,EastPark Industrial Park,Kentucky,TeraWulf Inc.,null,1.0,"https://edgen.dev.edgen.tech/news/post/terawulf-buys-kentucky-site-for-1-gw-ai-data-center-campus"
  "Microsoft Project Fairwater (Mount Pleasant, Wisconsin)",21,Mount Pleasant,Wisconsin,Microsoft,Microsoft,3.3,"https://aidatacenterindex.com/largest"
  AWS New Carlisle Campus,21,New Carlisle,Indiana,Amazon Web Services,Anthropic,3.0,"https://brightlio.com/largest-ai-data-centers-in-the-world"
  Meta Lebanon AI Data Center,20,Lebanon,Indiana,Meta,Meta,1.0,"https://aidatacenterindex.com/largest"
  Project Camellia,20,Rincon,Georgia,OpenAI,OpenAI,3.2,"https://datacenterdynamics.com/en/news?company=openai&term=the-data-center-construction-channel"
  Meta–Vistra Nuclear Uprate Agreement (OH/PA),15,null,Ohio and Pennsylvania,Meta,Meta,2.1,"https://aidatacenterindex.com/largest"
  "Stargate Michigan Data Center: Related Digital Specs",15,Saline Township,Michigan,Related Digital,OpenAI,1.4,"https://epochai.substack.com/p/openai-stargate-where-the-us-sites"
  Meta–Oklo Advanced Nuclear AI Campus (Ohio),14,null,Ohio,Meta,Meta,1.2,"https://aidatacenterindex.com/largest"
  Stargate Milam County,13,Milam County,Texas,SB Energy,OpenAI,1.5,"https://epochai.substack.com/p/openai-stargate-where-the-us-sites"
  "xAI MACROHARDRR: $20B 2GW AI Supercluster Southaven MS",13,Southaven,Mississippi,xAI,xAI,2.0,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  Project Matador / Fermi America HyperGrid,11,Amarillo,Texas,Fermi America,null,17.0,"https://www.enr.com/articles/61083-power-hungry-ai-fueled-data-center-boom-sets-energy-deliverys-new-course"
  GW Ranch Data Center,10,Fort Stockton,Texas,Pacifico Energy,Amazon,7.65,"https://reactortech.substack.com/p/amazons-ai-campus-could-become-americas?action=share"
  Stargate,10,Abilene,Texas,Lancium,Oracle,1.4,"https://linkedin.com/pulse/project-stargate-500b-ai-infrastructure-powering-agi-era-rohit-singh-94kvc"
  AWS AI Innovation Campuses,10,null,Pennsylvania,null,null,null,"https://aidatacenterindex.com/countries/united-states/feed"
  Project Bunkhouse,10,null,Georgia,Digital Realty,Digital Realty,1.8,"https://aidatacenterindex.com/largest"
  Google Nebraska Mega-Campus (Project Tenaska),10,Lincoln/Omaha Region,Nebraska,Google,Google,2.7,"https://aidatacenterindex.com/largest"
  ExxonMobil's 1.5GW Data Center Power Plant Initiative,9,Southern United States,United States,ExxonMobil,ExxonMobil,1.5,"https://aidatacenterindex.com/largest"
  Paducah AI Data Center Campus,9,Paducah,Kentucky,Brookfield,null,4.6,"https://axis-intelligence.com/ai-data-center-tracker"
  AWS — Mississippi AI Data Center,9,Madison County,United States,Amazon Web Services,Amazon Web Services,1.3,"https://aidatacenterindex.com/largest"
  xAI Colossus Memphis,9,Memphis,Tennessee,xAI,xAI,2.0,"https://agentx01.com/post/xai-colossus-expansion-659m-2026-03-06"
  xAI Gigascale Data Center (Tennessee/Mississippi),9,Eastern Tennessee / Northern Mississippi,Tennessee/Mississippi,xAI,xAI,1.5,"https://aidatacenterindex.com/largest"
  Google Gemini Cluster,9,Midwest (Iowa–Nebraska cluster),United States,Google,Google,1.0,"https://aidatacenterindex.com/largest"
  AWS — Richmond County AI Innovation Campus,9,null,North Carolina,Amazon Web Services,Amazon Web Services,1.0,"https://aidatacenterindex.com/largest"
  Vistra's Comanche Peak Nuclear Data Center Campus,8,Southwestern United States,United States,Vistra Corp,Vistra Corp,1.2,"https://aidatacenterindex.com/largest"
  AWS US Government AI Supercomputing Expansion,8,Virginia / Oregon / Ohio,United States,Amazon Web Services,Amazon Web Services,1.3,"https://aidatacenterindex.com/largest"
  Google — Fort Wayne AI Campus,8,null,Indiana,Google,Google,1.2,"https://aidatacenterindex.com/largest"
  Microsoft Azure Northern Virginia AI Data Centers,7,"Northern Virginia (Loudoun, Prince William counties)",United States,Microsoft,Microsoft,1.0,"https://aidatacenterindex.com/largest"
  President Donald J. Trump Advanced Energy and Intelligence Campus,7,Amarillo,Texas,Fermi,null,17.0,"https://poweredbywho.com/stories/texas-data-center-boom-2026"
  Amazon Web Services — Northern Virginia Hyperscale Campus,7,Northern Virginia,United States,Amazon Web Services,Amazon Web Services,1.5,"https://aidatacenterindex.com/largest"
  Diablo Canyon AI Integration Project,7,Western United States,United States,Pacific Gas and Electric Company (PG&E),Pacific Gas and Electric Company (PG&E),2.3,"https://aidatacenterindex.com/largest"
  Pecos,7,Pecos,Texas,Microsoft,Microsoft,2.0,"https://datacenterknowledge.com/data-center-construction/prometheus-1-5-gw-pecos-plan-tests-private-power"
  Savannah River Site AI Data Center Campus,7,Savannah River Site,South Carolina,DC BLOX and Amentum consortium,null,1.0,"https://activistpost.com/trump-calls-for-rapid-expansion-of-ai-data-centers-including-on-federal-lands"
  Stargate Lordstown,6,Lordstown,OH,SoftBank,OpenAI/Oracle/SoftBank,1.5,"https://aitooldiscovery.com/ai-infra/openai-stargate-project-explained"
  "Nebius Independence Missouri: $6.6B 1.2GW AI Factory",6,Independence,Missouri,Nebius,null,1.2,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  "Saline Township, Michigan",6,null,Michigan,null,null,null,"https://medium.com/@noahbean3396/stargates-first-crack-reveals-the-fault-lines-beneath-ai-s-trillion-dollar-buildout-1a3e5476b760"
  Data City Texas,6,null,Texas,null,null,null,"https://blackridgeresearch.com/blog/largest-biggest-upcoming-new-data-centers-in-texas-united-states"
  OpenAI Stargate Data Center,5,null,Texas,null,null,null,"https://aidatacenterindex.com/ai-focus/training/feed"
  "Hassayampa Ranch: $25B 1.5GW AI Hub Buckeye Arizona",5,null,null,null,null,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  "Project Jade: 10GW Crusoe AI Data Center Wyoming",5,Cheyenne,Wyoming,Crusoe,null,2.7,"https://baxtel.com/data-center/crusoe-abilene-campus"
  "Alpha Digital Campus: 2GW Giga-Scale AI Hub in Texas",5,null,Texas,null,null,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  Tract Caldwell County Park,5,null,Texas,Tract Capital,null,2.0,"https://blackridgeresearch.com/blog/largest-biggest-upcoming-new-data-centers-in-texas-united-states"
  "AWS Oregon: $12B 1GW Exascale AI Data Center Morrow County",5,null,null,Amazon,null,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  "Vermaland La Osa: $33B 3GW Mega-Scale Data Center Pinal County",5,null,null,null,null,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  "AWS Madison County: 1GW $10B AI Data Center Campus MS",5,null,null,Amazon,null,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  "AWS Mattermeade Pennsylvania: $20B 1.9GW Nuclear AI Data Center",5,null,null,Amazon,null,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  "Saline Supercomputing Megasite: $16B OpenAI Frontier Campus",5,null,null,null,OpenAI,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  "Amazon Project Star: $11B Indiana Hyperscale AI Campus",5,null,null,Amazon,null,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  "Stratos Hyperscale Data Center: 9GW AI Compute Campus Box Elder County Utah",5,null,Utah,Kevin O’Leary,null,9.0,"https://dcpulse.com/projects"
  Paducah Site,5,Paducah,Kentucky,Brookfield,null,4.6,"https://stefanus.ai/atomic-brownfields-from-uranium-enrichment-to-artificial-intelligence-how-americas-retired-nuclear-cold-war-and-federal-energy-sites-are-becoming-the-industrial-geography-of-the"
  "Google Virginia: $9B 1GW Project Loch & Project Skye",5,null,null,null,null,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  "Tract Buckeye: $20B 1.8GW Mega-Scale AI Data Center Park",5,null,null,null,null,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  Project Kilby AI Data Center Power Campus,5,Reeves County,Texas,Chevron,Microsoft,2.67,"https://blackridgeresearch.com/blog/latest-list-new-upcoming-data-center-construction-project-developments-world"
  Project Horizon,5,West Texas,Texas,CoreWeave,null,2.0,"https://investorworldreview.com/article/897500123-amazon-s-12b-louisiana-data-center-push-and-nuclear-powered-texas-campuses-signal-next-wave-of-ai-infrastructure"
  "Meta Hyperion Indiana: $10bn AI Mega-Campus 1GW Expansion",5,"LEAP Research and Innovation District, Lebanon",Indiana,Meta,Meta,1.0,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  Project Jarvis,4,null,Florida,null,Sentinel Grove Technology Park,1.0,"https://zestlab.io/en/trends/ai-datacenter-crisis-2026"
  "AWS Project White River: $15B 2.4GW NIPSCO AI Expansion",4,null,null,Amazon,null,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  "AWS Project Starbound Mississippi: $13B 1GW+ AI Cluster",4,null,null,Amazon,Anthropic,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  "TCDC Ector County: 1GW Giga-Scale AI & HPC Campus",4,null,null,null,null,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  "Joliet Technology Center: $20B 1.2GW Illinois AI Hub",4,null,null,null,null,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  "AVAIO Appomattox: $3B AI Data Center 1GW Virginia",4,null,null,null,null,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  "AWS AI Innovation Campuses (Salem and Falls Townships, PA)",4,Salem and Falls Townships,Pennsylvania,Amazon Web Services,Amazon Web Services,1.8,"https://aidatacenterindex.com/largest"
  "Oracle Indiana: $12B 1GW AI Giga-Campus & OpenAI Partnership",4,null,null,Oracle,OpenAI,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  Helios Campus,4,null,Texas,null,null,null,"https://usdatamap.com/facility/365-data-centers-providence-ri-ri-1"
  Amazon Northwest Louisiana AI Data Center Campus (1.2 GW),4,null,null,Amazon,null,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
  "Oracle Zettascale Hub: 131,072 GPU AI Supercluster Texas",4,null,null,Oracle,null,null,"https://dcpulse.com/project/google-nextera-gw-scale-ai-data-center-campus-profile"
notes[0]:

result set r4586bd54f31 · 80 rows

projectsource_mentionscitystatedeveloperai_tenantextracted_power_gwsource_url
Stargate Abilene AI Data Center Campus254AbileneTexasCrusoeOpenAI5.0https://unite.ai/lancium-and-nvidia-partner-to-deploy-gigawatt-scale-ai-factories
Stargate AI Campus227AbileneTexasCrusoeOpenAI10.0https://aidatacenterindex.com/largest
Meta Hyperion AI Data Center (Louisiana)224Richland ParishLouisianaMetaMeta7.5https://smarterlabor.com/blog/the-gigawatt-era-inside-the-5-largest-data-center-projects-in-america-in-2026
Vantage Frontier Campus174Shackelford CountyTexasVantage Data CentersOpenAI2.0https://aidatacenterindex.com/largest
Meta Prometheus: 1GW AI Data Center New Albany Ohio112New AlbanyOhioMetaMeta1.5https://smarterlabor.com/blog/the-gigawatt-era-inside-the-5-largest-data-center-projects-in-america-in-2026
Download all 80 rows · 25 KB
assistant

tool call · select

SELECT
  url,
  title,
  published_at,
  UNNEST(
    SEM_EXTRACT_ALL(
      content,
      'a distinct physical US data center campus explicitly intended for AI computing and publicly announced with at least 1 gigawatt of ultimate data-center electrical load; exclude power plants without a confirmed data-center campus and exclude portfolios spread across multiple locations',
      project := 'official project or campus name',
      locality := 'city, town, county, parish, or nearest community',
      state := 'US state',
      capacity_gw := 'ultimate announced data-center electrical load or campus capacity in gigawatts, number only; do not use generation capacity unless explicitly also stated as data-center load',
      capacity_basis := 'short description of whether capacity is ultimate planned, initial, operational, or requested utility load',
      builder := 'developer, owner, or company building the physical campus',
      customer := 'named AI company, cloud operator, or anchor customer',
      status := 'latest stated development status',
      target_date := 'target completion, energization, or full buildout year/date',
      evidence := 'per_field'
    ),
    recursive := true
  )
FROM WEB_SEARCH(
  'site:datacenterdynamics.com US 1GW AI data center campus Vantage Meta AWS xAI OpenAI',
  'site:theregister.com US gigawatt AI datacenter campus construction',
  'site:reuters.com AI data center gigawatt United States campus Meta OpenAI xAI Amazon',
  'site:constructiondive.com gigawatt AI data center project United States',
  'site:enr.com AI data center gigawatt campus United States construction',
  'site:gov data center 1 GW AI campus project county planning commission',
  'Stargate campuses Abilene Childress Milam Wisconsin Michigan Ohio New Mexico gigawatts developers',
  'Meta Hyperion Prometheus El Paso Lebanon AI data center gigawatts',
  'AWS Rainier Mississippi Louisiana Pennsylvania North Carolina AI campus gigawatts',
  'xAI Colossus Memphis Southaven Mississippi gigawatts campus',
  'Texas giant AI data center 1 GW 2 GW campus Vantage Fermi GW Ranch Kilby Horizon',
  'US proposed AI data center 1 GW campus Kentucky Missouri Arizona Utah Wyoming Illinois Virginia Florida',
  'SB Energy OpenAI PORTS Pike Stargate campus 1.5 GW Ohio',
  'Crusoe Lancium gigawatt campus Abilene Childress official press release',
  'Microsoft Fairwater Wisconsin AI data center 1 GW official',
  'Brookfield AI data center Paducah 1 GW official'
)
WHERE SEM_MATCH(
  content,
  'provides a named US physical AI data center campus, its location, a site-level electrical capacity of at least 1 GW, and identifies its builder or developer'
)
{
 "show_preview": false
}
tool result (8631 chars)
result_set_id: r368908849d6
total_rows: 1821
columns[21]: builder,builder_evidence,capacity_basis,capacity_basis_evidence,capacity_gw,capacity_gw_evidence,customer,customer_evidence,locality,locality_evidence,project,project_evidence,published_at,state,state_evidence,status,status_evidence,target_date,target_date_evidence,title,url
preview:
  sample_rows[3]:
    - url: "https://en.wikipedia.org/wiki/AI_factory"
      title: AI data center
      published_at: "2026-08-26T14:30:55"
      project: Project Rainier
      locality: Indiana
      state: Indiana
      capacity_gw: 2.2
      capacity_basis: planned
      builder: Amazon
      customer: Anthropic
      status: built and expanding
      target_date: null
      project_evidence[2]: "In response to the Stargate project, Amazon launched in October 2025 an AI data center on 1,200 acres of farmland in Indiana.","This data center, known as Project Rainier, is one of the largest AI data centers in the world, with Amazon spending $11 billion on the... [truncated in preview]"
      locality_evidence[1]: "In response to the Stargate project, Amazon launched in October 2025 an AI data center on 1,200 acres of farmland in Indiana."
      state_evidence[1]: "In response to the Stargate project, Amazon launched in October 2025 an AI data center on 1,200 acres of farmland in Indiana."
      capacity_gw_evidence[1]: "As of that time, this facility contains seven data centers (out of an estimated 30 planned) and will use 2.2 gigawatts of electricity (equivalent to... [truncated in preview]"
      capacity_basis_evidence[1]: "As of that time, this facility contains seven data centers (out of an estimated 30 planned) and will use 2.2 gigawatts of electricity (equivalent to... [truncated in preview]"
      builder_evidence[1]: "In response to the Stargate project, Amazon launched in October 2025 an AI data center on 1,200 acres of farmland in Indiana."
      customer_evidence[1]: Rainier is specifically intended for training and running machine learning models from Anthropic.
      status_evidence[1]: "As of that time, this facility contains seven data centers (out of an estimated 30 planned) and will use 2.2 gigawatts of electricity (equivalent to... [truncated in preview]"
      target_date_evidence: null
    - url: "https://taxheal.com/the-texas-town-at-the-forefront-of-openais-stargate-project.html"
      title: The Texas Town at the forefront of OpenAI’s Stargate Project
      published_at: "2026-06-02T11:25:09"
      project: Abilene campus
      locality: Abilene
      state: Texas
      capacity_gw: 1.2
      capacity_basis: scaling up to 1.2 gigawatts (GW) of power
      builder: Crusoe Energy
      customer: OpenAI
      status: under development
      target_date: null
      project_evidence[2]: The Texas town at the absolute forefront of OpenAI’s $500 billion Stargate Project is **Abilene**.,"The Abilene campus (originally codenamed *Project Ludicrous* and built on a 1,100-acre site subleased from data developer Lancium) is designed to be a literal “AI... [truncated in preview]"
      locality_evidence[2]: The Texas town at the absolute forefront of OpenAI’s $500 billion Stargate Project is **Abilene**.,"Located in West Texas, this city of roughly 130,000 people has become the flagship “Site 1” for the massive AI infrastructure joint venture between OpenAI,... [truncated in preview]"
      state_evidence[2]: The Texas town at the absolute forefront of OpenAI’s $500 billion Stargate Project is **Abilene**.,"Located in West Texas, this city of roughly 130,000 people has become the flagship “Site 1” for the massive AI infrastructure joint venture between OpenAI,... [truncated in preview]"
      capacity_gw_evidence[1]: "The Abilene campus (originally codenamed *Project Ludicrous* and built on a 1,100-acre site subleased from data developer Lancium) is designed to be a literal “AI... [truncated in preview]"
      capacity_basis_evidence[1]: "The Abilene campus (originally codenamed *Project Ludicrous* and built on a 1,100-acre site subleased from data developer Lancium) is designed to be a literal “AI... [truncated in preview]"
      builder_evidence[2]: "OpenAI and its building partner, **Crusoe Energy**, chose this specific pocket of West Texas for two primary reasons:","The Abilene campus (originally codenamed *Project Ludicrous* and built on a 1,100-acre site subleased from data developer Lancium) is designed to be a literal “AI... [truncated in preview]"
      customer_evidence[2]: The Texas town at the absolute forefront of OpenAI’s $500 billion Stargate Project is **Abilene**.,"The Abilene campus (originally codenamed *Project Ludicrous* and built on a 1,100-acre site subleased from data developer Lancium) is designed to be a literal “AI... [truncated in preview]"
      status_evidence[1]: "The Abilene campus (originally codenamed *Project Ludicrous* and built on a 1,100-acre site subleased from data developer Lancium) is designed to be a literal “AI... [truncated in preview]"
      target_date_evidence: null
    - url: "https://timesonline.com/story/money/business/development/2026/01/15/xai-elon-musk-campuses-memphis-southaven/88066070007"
      title: How big is xAI's presence in Memphis area? A guide to its 3 campuses
      published_at: "2026-01-15T11:02:44"
      project: Macrohardrr
      locality: Southaven
      state: Mississippi
      capacity_gw: 2.0
      capacity_basis: training compute up to 2 gigawatts
      builder: xAI
      customer: null
      status: under construction
      target_date: null
      project_evidence[3]: How big is xAI's presence in Memphis area? A guide to its 3 campuses,## Marcrohardrr | Southaven,"On Dec. 30, Musk, via a post on X, confirmed the purchase of a third building called \"MACROHARDRR\" and plans to bring xAI's training compute... [truncated in preview]"
      locality_evidence[3]: How big is xAI's presence in Memphis area? A guide to its 3 campuses,## Marcrohardrr | Southaven,"On Jan. 8, xAI and Mississippi officials[ formally announced plans for the Marcohardrr data center](/story/money/business/development/2026/01/08/xai-in-southaven-ms-macrohardrr-data-center/88065622007/) at 2400 Stateline Road."
      state_evidence[3]: How big is xAI's presence in Memphis area? A guide to its 3 campuses,## Marcrohardrr | Southaven,"On Jan. 8, xAI and Mississippi officials[ formally announced plans for the Marcohardrr data center](/story/money/business/development/2026/01/08/xai-in-southaven-ms-macrohardrr-data-center/88065622007/) at 2400 Stateline Road."
      capacity_gw_evidence[3]: How big is xAI's presence in Memphis area? A guide to its 3 campuses,## Marcrohardrr | Southaven,"On Dec. 30, Musk, via a post on X, confirmed the purchase of a third building called \"MACROHARDRR\" and plans to bring xAI's training compute... [truncated in preview]"
      capacity_basis_evidence[3]: How big is xAI's presence in Memphis area? A guide to its 3 campuses,## Marcrohardrr | Southaven,"On Dec. 30, Musk, via a post on X, confirmed the purchase of a third building called \"MACROHARDRR\" and plans to bring xAI's training compute... [truncated in preview]"
      builder_evidence[3]: How big is xAI's presence in Memphis area? A guide to its 3 campuses,## Marcrohardrr | Southaven,"On Jan. 8, xAI and Mississippi officials[ formally announced plans for the Marcohardrr data center](/story/money/business/development/2026/01/08/xai-in-southaven-ms-macrohardrr-data-center/88065622007/) at 2400 Stateline Road."
      customer_evidence: null
      status_evidence[3]: How big is xAI's presence in Memphis area? A guide to its 3 campuses,## Marcrohardrr | Southaven,The former Duke Energy site has been under construction with gas turbines on site for powering xAI data centers.
      target_date_evidence: null
notes[5,]{text}:
  "The full table is too large to return in one response. This is a preview, not the data — do not draw conclusions from it alone. Query the result set by id: SEM_EXTRACT fields, filter with exact WHERE, aggregate, or page with LIMIT/OFFSET. Even if the preview looks irrelevant, probe the full result set before searching again."
  Merged 16 queries (3007 total) → 2873 unique results
  "Search result set: r7b219a78d56 (2873 rows), reference it as FROM r7b219a78d56 in follow-up queries"
  Semantic operators ran on only the first 2000 of 2873 input rows; the rest are absent from this result. Narrow the input with exact filters or process it in batches.
  "WARNING: semantic extraction failed on 2 of 2000 rows — extracted values are null on those rows. First error: timed_out after 90.0s"

result set r368908849d6 · 1821 rows

urltitlepublished_atprojectlocalitystatecapacity_gwcapacity_basisbuildercustomerstatustarget_dateproject_evidencelocality_evidencestate_evidencecapacity_gw_evidencecapacity_basis_evidencebuilder_evidencecustomer_evidencestatus_evidencetarget_date_evidence
https://en.wikipedia.org/wiki/AI_factoryAI data center2026-08-26T14:30:55Project RainierIndianaIndiana2.2plannedAmazonAnthropicbuilt and expandingnull["In response to the Stargate project, Amazon launched in October 2025 an AI data center on 1,200 acres of farmland in Indiana.", "This data center, known as P…["In response to the Stargate project, Amazon launched in October 2025 an AI data center on 1,200 acres of farmland in Indiana."]["In response to the Stargate project, Amazon launched in October 2025 an AI data center on 1,200 acres of farmland in Indiana."]["As of that time, this facility contains seven data centers (out of an estimated 30 planned) and will use 2.2 gigawatts of electricity (equivalent to 1 millio…["As of that time, this facility contains seven data centers (out of an estimated 30 planned) and will use 2.2 gigawatts of electricity (equivalent to 1 millio…["In response to the Stargate project, Amazon launched in October 2025 an AI data center on 1,200 acres of farmland in Indiana."]["Rainier is specifically intended for training and running machine learning models from Anthropic."]["As of that time, this facility contains seven data centers (out of an estimated 30 planned) and will use 2.2 gigawatts of electricity (equivalent to 1 millio…null
https://datacenterknowledge.com/data-center-construction/lancium-nvidia-partner-on-gigawatt-scale-ai-data-centersLancium, Nvidia Partner on Gigawatt-Scale AI Data Centers2026-08-25T12:33:39Clean CampusAbileneTexas1.2announced project capacityLanciumCrusoein developmentnull["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium’s publicly announced projects include its [1.2 GW Clean Campus in Abilene](/build-desi…["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium’s publicly announced projects include its [1.2 GW Clean Campus in Abilene](/build-desi…["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium is partnering with Nvidia to deploy the chipmaker’s AI factory technology across a por…["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium’s publicly announced projects include its [1.2 GW Clean Campus in Abilene](/build-desi…["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium’s publicly announced projects include its [1.2 GW Clean Campus in Abilene](/build-desi…["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium owns the campuses and is responsible for their electrical and civil infrastructure."]["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium’s publicly announced projects include its [1.2 GW Clean Campus in Abilene](/build-desi…["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium’s publicly announced projects include its [1.2 GW Clean Campus in Abilene](/build-desi…null
https://datacenterknowledge.com/data-center-construction/lancium-nvidia-partner-on-gigawatt-scale-ai-data-centersLancium, Nvidia Partner on Gigawatt-Scale AI Data Centers2026-08-25T12:33:39Childress County campusChildress CountyTexas1.0announced project capacityLanciumCrusoein developmentnull["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium’s publicly announced projects include its [1.2 GW Clean Campus in Abilene](/build-desi…["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium’s publicly announced projects include its [1.2 GW Clean Campus in Abilene](/build-desi…["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium is partnering with Nvidia to deploy the chipmaker’s AI factory technology across a por…["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium’s publicly announced projects include its [1.2 GW Clean Campus in Abilene](/build-desi…["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium’s publicly announced projects include its [1.2 GW Clean Campus in Abilene](/build-desi…["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium owns the campuses and is responsible for their electrical and civil infrastructure."]["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium’s publicly announced projects include its [1.2 GW Clean Campus in Abilene](/build-desi…["# Lancium, Nvidia Partner on Gigawatt-Scale AI Data Centers", "Lancium’s publicly announced projects include its [1.2 GW Clean Campus in Abilene](/build-desi…null
https://unite.ai/lancium-and-nvidia-partner-to-deploy-gigawatt-scale-ai-factoriesLancium and NVIDIA Partner to Deploy Gigawatt-Scale AI Factories2026-08-24T16:34:02Abilene campusAbileneTexas1.2operationalLanciumStargateoperationalnull["Lancium and NVIDIA Partner to Deploy Gigawatt-Scale AI Factories", "- **1.2 GW** at the flagship Abilene campus, which serves as the first operational Starga…["Lancium and NVIDIA Partner to Deploy Gigawatt-Scale AI Factories", "- **1.2 GW** at the flagship Abilene campus, which serves as the first operational Starga…["Lancium and NVIDIA Partner to Deploy Gigawatt-Scale AI Factories", "Lancium’s campuses are in Texas and connect through ERCOT, with behind-the-meter solar an…["- **1.2 GW** at the flagship Abilene campus, which serves as the first operational Stargate site", "Lancium’s Portfolio, by the Numbers", "Lancium and NVIDIA…["- **1.2 GW** at the flagship Abilene campus, which serves as the first operational Stargate site", "Lancium’s Portfolio, by the Numbers", "Lancium and NVIDIA…["Lancium and NVIDIA Partner to Deploy Gigawatt-Scale AI Factories"]["Lancium and NVIDIA Partner to Deploy Gigawatt-Scale AI Factories", "- **1.2 GW** at the flagship Abilene campus, which serves as the first operational Starga…["- **1.2 GW** at the flagship Abilene campus, which serves as the first operational Stargate site", "Lancium’s Portfolio, by the Numbers", "Lancium and NVIDIA…null
https://unite.ai/lancium-and-nvidia-partner-to-deploy-gigawatt-scale-ai-factoriesLancium and NVIDIA Partner to Deploy Gigawatt-Scale AI Factories2026-08-24T16:34:02Childress campusChildressTexas1.0plannedLanciumCrusoeexpected to begin construction in the third quarter of 2026third quarter of 2026["- **1 GW** planned at the [Childress, Texas campus](https://lancium.com/2026/07/15/crusoe-and-lancium-announce-1-0-gigawatt-ai-data-center-campus-in-childres…["- **1 GW** planned at the [Childress, Texas campus](https://lancium.com/2026/07/15/crusoe-and-lancium-announce-1-0-gigawatt-ai-data-center-campus-in-childres…["- **1 GW** planned at the [Childress, Texas campus](https://lancium.com/2026/07/15/crusoe-and-lancium-announce-1-0-gigawatt-ai-data-center-campus-in-childres…["- **1 GW** planned at the [Childress, Texas campus](https://lancium.com/2026/07/15/crusoe-and-lancium-announce-1-0-gigawatt-ai-data-center-campus-in-childres…["- **1 GW** planned at the [Childress, Texas campus](https://lancium.com/2026/07/15/crusoe-and-lancium-announce-1-0-gigawatt-ai-data-center-campus-in-childres…["The company’s model is to own the land and the energy infrastructure, then partner with operators like Crusoe, which designs, builds, and runs the data cente…["- **1 GW** planned at the [Childress, Texas campus](https://lancium.com/2026/07/15/crusoe-and-lancium-announce-1-0-gigawatt-ai-data-center-campus-in-childres…["The Abilene site is energizing buildings for Stargate now; Childress is expected to begin construction in the third quarter of 2026; and Lancium holds a $600…["The Abilene site is energizing buildings for Stargate now; Childress is expected to begin construction in the third quarter of 2026; and Lancium holds a $600…
Download all 1821 rows · 5757 KB
assistant

tool call · select

SELECT
  SEM_NORM(project, 'canonical physical US AI data center campus; merge alternate names only for the same site') AS project,
  COUNT(DISTINCT url) AS source_mentions,
  MODE(locality) AS locality,
  MODE(state) AS state,
  MODE(builder) AS builder,
  MODE(customer) AS customer,
  MODE(TRY_CAST(capacity_gw AS DOUBLE)) AS capacity_gw,
  MODE(capacity_basis) AS capacity_basis,
  MODE(status) AS status,
  MODE(target_date) AS target_date,
  ARG_MAX(url, published_at) AS source_url,
  MAX(published_at) AS latest_source_date
FROM r368908849d6
WHERE TRY_CAST(capacity_gw AS DOUBLE) >= 1
  AND project IS NOT NULL
  AND state IS NOT NULL
GROUP BY SEM_NORM(project, 'canonical physical US AI data center campus; merge alternate names only for the same site')
HAVING COUNT(DISTINCT url) >= 2
ORDER BY source_mentions DESC
LIMIT 120
{
 "show_preview": false
}
tool result (21343 chars)
result_set_id: rd2f8fecf174
total_rows: 105
columns[12]: builder,capacity_basis,capacity_gw,customer,latest_source_date,locality,project,source_mentions,source_url,state,status,target_date
rows[105,]{project,source_mentions,locality,state,builder,customer,capacity_gw,capacity_basis,status,target_date,source_url,latest_source_date}:
  PORTS Technology Campus,154,Pike County,Ohio,SB Energy,OpenAI,8.0,ultimate planned,planned,"2028","https://datacenterdynamics.com/en/news?company=openai&term=the-data-center-construction-channel","2026-08-27T00:00:00"
  Abilene,144,Abilene,Texas,Crusoe,OpenAI,1.2,ultimate planned,under construction,mid-2026,"https://x.com/CatchUpFeed/status/2093098314761654616","2026-08-27T22:08:20"
  Hyperion,139,Richland Parish,Louisiana,Meta,Meta,5.0,ultimate planned,under construction,"2030","https://cryptobriefing.com/meta-robots-data-center-maintenance","2026-08-28T16:05:35"
  Paducah,122,Paducah,Kentucky,Brookfield,null,1.8,new AI data center campus,planned,"2031","https://activistpost.com/trump-calls-for-rapid-expansion-of-ai-data-centers-including-on-federal-lands","2026-08-25T16:00:00"
  Colossus,99,Memphis,Tennessee,xAI,xAI,1.0,expected to require more than a gigawatt of electricity,active construction still on site,"2026","https://sourcefeed.dev/a/xai-turned-unpermitted-gas-into-a-compute-moat","2026-08-07T03:10:59"
  AWS Project Rainier,85,New Carlisle,Indiana,Amazon Web Services,Anthropic,2.2,ultimate planned,operational,"2024","https://en.wikipedia.org/wiki/AI_factory","2026-08-26T14:30:55"
  MACROHARDRR,71,Southaven,Mississippi,xAI,xAI,2.0,plans to bring xAI's training compute up to 2 gigawatts of electricity,under construction,February 2026,"https://legalclarity.org/elon-musk-in-memphis-xai-pollution-permits-and-lawsuits","2026-06-28T11:52:12"
  Meta Project Prometheus,68,New Albany,Ohio,Meta,Meta,1.0,ultimate announced data-center electrical load,planned,"2026","https://finance.yahoo.com/technology/ai/articles/openai-build-worlds-biggest-ai-013035509.html","2026-08-25T01:30:35"
  Muskie Data Campus,55,Eastern Kentucky,Kentucky,TeraWulf Inc.,null,1.0,ultimate planned,acquired,second half of 2030,"https://kentucky.com/news/state/kentucky/article316830997.html","2026-08-11T09:00:00"
  Childress,46,Childress,Texas,Crusoe and Lancium,a leading hyperscale technology company,1.0,announced,announced,Q3 2026,"https://datacenterdynamics.com/en/news?company=meta&term=the-data-center-construction-channel","2026-08-27T00:00:00"
  El Paso,37,El Paso,Texas,Meta,Meta,1.0,ultimate planned,Planned,"2028","https://datacenterdynamics.com/en/news?company=meta&term=the-data-center-construction-channel","2026-08-27T00:00:00"
  Frontier,32,Shackelford County,Texas,Vantage Data Centers,Oracle,1.4,planned,Announced,second half of 2026,"https://4pillarfunding.com/insights/texas-data-center-capital-outlook","2026-08-12T00:00:00"
  Project Matador,30,Amarillo,Texas,Fermi America,TensorWave,17.0,ultimate planned,proposed,"2026","https://datacenterdynamics.com/en/news/fermi-secures-natural-gas-pipeline-connection-for-up-to-11gw-data-center-project-in-amarillo-texas","2026-08-27T00:00:00"
  GW Ranch,29,Pecos County,Texas,Pacifico Energy,Amazon,7.65,ultimate planned,planned,Q1 2027,"https://reactortech.substack.com/p/amazons-ai-campus-could-become-americas?action=share","2026-08-19T05:28:27"
  Fairwater,27,Mount Pleasant,Wisconsin,Microsoft,Microsoft,3.3,projected IT power,Under Construction,"2024","https://irecruit.co/insights/hyperscale-data-center-news-tracking-mega-builds","2026-08-16T05:53:53"
  Project Jupiter,19,Santa Teresa,New Mexico,STACK Infrastructure,OpenAI,1.0,Projected capacity,Planned,Q4 2028,"https://siliconreport.com/biggest-ai-data-centers-us-ranked-power-8becb4fb","2026-07-03T07:52:38"
  Lighthouse,16,Port Washington,Wisconsin,Vantage Data Centers,OpenAI,1.0,Projected capacity,planned,"2028","https://theregister.com/ai-and-ml/2026/07/21/oracle-faces-100m-annual-bill-to-back-wisconsin-datacenter-power-promises/5275728","2026-07-21T16:45:35"
  Stargate Michigan,15,Saline Township,Michigan,Related Digital,OpenAI,1.4,Projected capacity,Under construction,Q4 2028,"https://datacenterdynamics.com/en/news/blue-owl-opts-not-to-fund-oracles-10bn-michigan-data-center","2026-08-19T00:00:00"
  Beacon Point,15,Nueces County,Texas,Hut 8,"unnamed \"high-investment-grade company\"",1.0,utility capacity,fully commercialized,"2027","https://axis-intelligence.com/ai-data-center-tracker","2026-08-13T09:05:23"
  Lebanon,15,Lebanon,Indiana,Meta,Meta,1.0,once operational,Announced,"2026","https://irecruit.co/insights/hyperscale-data-center-news-tracking-mega-builds","2026-08-16T05:53:53"
  Project Kilby,9,Reeves County,Texas,Chevron,Microsoft,2.67,take-or-pay power purchase agreement,Announced,"2028","https://edgen.tech/news/post/chevrons-20-year-microsoft-power-deal-diversifies-beyond-oil","2026-08-29T15:54:13"
  Monach Compute Campus,9,Mason County,West Virginia,Nscale,Microsoft,8.0,ultimate planned,planned,"2027","https://datacenterdynamics.com/en/news/nscale-in-talks-to-acquire-8gw-monarch-compute-campus-in-west-virginia-report","2026-08-05T00:00:00"
  Google Nebraska Data Center,9,Nebraska,Nebraska,Google,Google,2.7,data center requirement,Planned,"2029","https://aidatacenterindex.com/compare/google-vs-amazon","2026-04-04T00:45:35"
  Meta–Oklo Advanced Nuclear AI Campus,8,Ohio,Ohio,Meta,Meta,1.2,"clean, baseload power",Announced,"2030","https://aidatacenterindex.com/compare/bytedance-vs-meta","2026-04-04T00:45:35"
  AWS — Mississippi AI Data Center,8,Madison County,Mississippi,Amazon Web Services,Amazon Web Services,1.3,ultimate announced data-center electrical load,Under Construction,"2024","https://aidatacenterindex.com/compare/google-vs-amazon","2026-04-04T00:45:35"
  "AWS AI Innovation Campuses (Salem and Falls Townships, PA)",8,Salem and Falls Townships,Pennsylvania,Amazon Web Services,null,1.8,ultimate announced data-center electrical load,under construction,"2025","https://aidatacenterindex.com/compare/google-vs-amazon","2026-04-04T00:45:35"
  Port Washington,8,Port Washington,Wisconsin,Microsoft and OpenAI,OpenAI,1.3,planned campus capacity,Planned,end of 2027,"https://mgrid.org/entity/openai","2026-08-17T13:00:00"
  AWS — Richmond County AI Innovation Campus,7,Richmond County,North Carolina,Amazon Web Services,Amazon Web Services,1.0,ultimate announced data-center electrical load,Under Construction,null,null,null
  Milam County,7,Milam County,Texas,SB Energy,OpenAI,1.2,announced load,building,October 2026,"https://4pillarfunding.com/insights/texas-data-center-capital-outlook","2026-08-12T00:00:00"
  HyperGrid,7,Amarillo,Texas,Fermi America,null,11.0,ultimate planned,planned,"2032","https://morningoverview.com/a-planned-texas-megacomplex-would-draw-11-gigawatts-from-nuclear-gas-solar-and-wind","2026-08-25T13:05:00"
  Digital Realty — Project Bunkhouse,7,Bartow County,Georgia,Digital Realty,Cloud hyp.,1.83,planned total capacity,Planned,null,"https://michaelbommarito.com/wiki/datacenters/projects/mega-projects","2025-10-16T00:00:00"
  Microsoft Pecos Campus,7,Pecos,Texas,Microsoft,Microsoft,2.0,ultimate planned,announced,early 2027,"http://dlvr.it/TV6RJr","2026-08-27T00:00:00"
  Cheyenne Power Hub (Project Jade campus),7,"Switchgrass Industrial Park, Laramie County",WY,Tallgrass Energy,Crusoe,2.7,announced,Announced,Jan 2026,"https://measuredai.substack.com/p/google-wyoming-data-centers","2026-08-12T11:03:00"
  Homer City,7,Homer City,Pennsylvania,Homer City Redevelopment,AI / HPC tenants (undisclosed),4.5,ultimate planned,Under construction,"2027","https://gridglasses.com/brief/35-gigawatts-of-gas-the-grid-never-sees-n4m7","2026-06-17T13:05:06"
  Amazon Web Services — Northern Virginia Hyperscale Campus,7,Northern Virginia,Virginia,Amazon Web Services,Amazon Web Services,1.5,ultimate announced data-center electrical load,Operational,"2006","https://aidatacenterindex.com/compare/google-vs-amazon","2026-04-04T00:45:35"
  Google Fort Wayne,7,Fort Wayne,Indiana,Google,Google,1.2,operational capacity,Operational,2025-12,"https://aidatacenterindex.com/compare/google-vs-amazon","2026-04-04T00:45:35"
  Advanced Energy and Intelligence Campus,6,Amarillo,Texas,Texas University System & Fermi America,null,11.0,ultimate planned,Geo-technical work started in June 2025; the first 1 GW by the end of 2026,by the end of 2026,"https://europesays.com/ai/12722","2026-04-22T17:20:10"
  AWS New Carlisle Campus,6,New Carlisle,IN,Amazon,Anthropic,2.25,permit approved,permit approved,Jan 2026,"https://gridglasses.com/brief/the-145-gigawatt-build-the-queues-never-see-8sti","2026-07-01T13:31:56"
  Freebird,5,Milam County,Texas,SB Energy,OpenAI,1.2,facility capacity,Phase one of Freebird had officially topped out.,15 October,"https://datacenterdynamics.com/en/news/openai-stargates-milam-texas-freebird-data-center-to-span-548950-sq-ft-in-first-phase","2026-08-11T00:00:00"
  Savannah River Site,5,Savannah River Site,South Carolina,Amentum,null,1.0,planned,exploring,null,"https://activistpost.com/trump-calls-for-rapid-expansion-of-ai-data-centers-including-on-federal-lands","2026-08-25T16:00:00"
  Microsoft Azure Northern Virginia AI Data Centers,5,"Northern Virginia (Loudoun, Prince William counties)",Virginia,Microsoft,Microsoft,1.0,operational capacity,Operational,"2020",null,null
  Meta–Vistra Nuclear Uprate Agreement,5,Perry,OH,Meta,Meta,2.1,ultimate announced data-center electrical load,announced,null,null,null
  Data City Texas,5,Laredo,Texas,Energy Abundance Development Corporation,null,5.0,ultimate planned,First 300 MW + 1 M sq ft launching in 2026; full build phased,"2026","https://datacentercompass.com/guides/list-of-us-data-centers-under-construction","2026-04-19T00:00:00"
  Fundamental Data Ridgeline microgrid,4,Tucker County (Davis),WV,Fundamental Data,Microsoft (reported),1.7,permitted,Permit applied,null,null,null
  Shackelford County,4,Shackelford County,Texas,Vantage Data Centers,OpenAI,1.4,seeded,First building delivery is targeted for late 2026,"2028","https://siliconreport.com/every-stargate-data-center-site-mapped-54f088b3","2026-07-03T07:52:40"
  Google Gemini Cluster,4,Midwest (Iowa–Nebraska cluster),United States,Google,Google,1.0,ultimate announced data-center electrical load,Operational,"2024","https://aidatacenterindex.com/compare/google-vs-amazon","2026-04-04T00:45:35"
  Galaxy Helios Campus,4,West Texas,Texas,Galaxy Digital,CoreWeave,1.6,doubled,Development,2026-01,null,null
  Vistra's Comanche Peak Nuclear Data Center Campus,4,Glen Rose,Texas,Vistra Corp.,null,1.2,power purchase agreement,Planned,"2027",null,null
  Lordstown (Stargate OH),4,Lordstown,Ohio,SoftBank,OpenAI,1.5,announced load,building,"2026","https://powertracker.io/rankings","2026-05-18T23:52:00"
  Meitner Energy Center (Google/Intersect co-located data center),4,Gray and Roberts Counties,TX,Google / Intersect,Google,1.0,announced,Under construction,null,null,null
  OpenAI Stargate Data Center,4,Abilene,Texas,OpenAI,OpenAI,1.2,campus,Operational,"2024",null,null
  Horizon,4,Fort Stockton,Texas,Poolside,CoreWeave,2.0,planned,developing,null,"https://mercation.com/news/amazon-gas-power-plant-ai-data-center-texas","2026-08-09T12:00:00"
  AWS AI Innovation Campuses,4,Salem and Falls Townships,Pennsylvania,Amazon Web Services,Amazon Web Services,1.0,under construction campus capacity,Under Construction,"2025","https://datacentercompass.com/guides/list-of-us-data-centers-under-construction","2026-04-19T00:00:00"
  West Texas data center private gas power plant,3,New Braunfels,TX,null,null,1.2,announced,Announced,null,null,null
  Diablo Canyon AI Integration Project,3,Western United States,United States,Pacific Gas and Electric Company (PG&E),Atomic Canyon,2.3,operational capacity,Operational,null,null,null
  OpenAI Stargate Data Center (Texas),3,Abilene,Texas,OpenAI,null,1.2,ultimate announced data-center electrical load,Operational,"2024",null,null
  CloudBurst Data Centers San Antonio/San Marcos Campus,3,San Marcos,TX,"CloudBurst Data Centers, Inc.",null,1.2,announced,Under construction,null,null,null
  Project Camellia,3,Effingham County,Georgia,OpenAI,OpenAI,3.2,self-developed campus,Planned,"2032","https://racetoagi.org/analysis/the-ai-buildout-signed-15-year-leases-against-a-price-that-resets-every-quarter","2026-08-10T05:17:27"
  Data Center Ridge / Project Oasis,3,Wise County,VA,Energy DELTA Lab,null,1.0,announced,Announced,null,null,null
  Joule High Performance Compute Data Center Campus,3,Millard County,UT,Joule Capital Partners,null,1.5,announced,Announced,null,null,null
  "Chevron \"Engine No. 1\" power project",3,West Texas,TX,Chevron,Microsoft (reported),2.5,announced,Announced,null,null,null
  Tract Caldwell County Park,3,Caldwell County,Texas,Tract,null,2.0,ultimate planned,Land acquisition completed in May 2025; 360 MW first phase operational in 2028,"2028",null,null
  CloudBurst New Braunfels AI Data Center,3,New Braunfels,TX,CloudBurst Data Centers,CloudBurst Data Centers,1.2,announced,Under construction,null,null,null
  OpenAI Stargate Campus,3,Abilene,Texas,"OpenAI, Oracle, SoftBank",OpenAI,4.5,ultimate planned,Under construction; phased build over 4 years,end of 2026,null,null
  AWS US Government AI Supercomputing Expansion,3,Virginia / Oregon / Ohio,United States,Amazon Web Services,null,1.3,ultimate announced data-center electrical load,Announced,"2026","https://aidatacenterindex.com/compare/google-vs-amazon","2026-04-04T00:45:35"
  TerraSite-TX1,3,Houston,Texas,ECL,Lambda,1.0,ultimate planned,seeking funding,this summer,"https://datacenterdynamics.com/en/news/ecl-says-it-will-build-a-1gw-hydrogen-powered-ai-data-center-in-texas-with-lambda-as-its-first-tenant","2026-08-05T00:00:00"
  Tract Data Center Campus,3,New Braunfels,TX,Tract,null,1.2,announced,Announced,null,null,null
  Delta Gigasite,2,Millard County,Utah,"Fibernet MercuryDelta LLC, Creekstone Energy, BluSky AI",Creekstone Energy,4.0,planned capacity,Planned,null,"https://michaelbommarito.com/wiki/datacenters/projects/mega-projects","2025-10-16T00:00:00"
  Prince William Digital Gateway,2,Prince William County,VA,QTS Realty Trust / Compass Datacenters,null,2.7,announced capacity,Announced,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction","2026-04-19T00:00:00"
  Prometheus Hyperscale Casper,2,Casper,Wyoming,Prometheus Hyperscale,null,1.5,proposed,proposed,"2028","https://newsweek.com/data-centers-proposed-largest-underground-water-reservoir-us-12118563","2026-06-28T14:00:00"
  "AWS Oregon: $12B 1GW Exascale AI Data Center Morrow County",2,Boardman / Umatilla (Morrow County),Oregon,Amazon Web Services,null,1.0,Full Builtout,Under Construction (March 2026),2032 (Pending Nuclear Timeline),null,null
  Project Marvel - Bessemer Hyperscale,2,Bessemer,AL,Logistics Land Investments LLC,null,1.2,planned capacity,Planned,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction","2026-04-19T00:00:00"
  IREN Sweetwater 1,2,"Sweetwater, TX (Nolan County)",TX,IREN Limited,null,1.4,announced,Announced,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction","2026-04-19T00:00:00"
  Stratos Project,2,Box Elder County,Utah,O'Leary Digital (MIDA),null,9.0,announced load,proposed,null,"https://powertracker.io/rankings","2026-05-18T23:52:00"
  Related Digital campus,2,Saline Township,Michigan,Related Digital,OpenAI,1.0,project,planned,null,"https://datacenterdynamics.com/en/news?company=openai&term=colocation-wholesale","2026-08-27T00:00:00"
  Project Artemis,2,Abilene,Texas,Lancium,Microsoft,2.0,ultimate planned,in development,"2025","https://datacenterdynamics.com/en/news/oracle-to-lease-texas-data-center-from-cryptomining-and-ai-firm-crusoe-report","2026-08-11T00:00:00"
  "AWS Project Starbound Mississippi: $13B 1GW+ AI Cluster",2,Madison County (Canton/Ridgeland) & Vicksburg,Mississippi,Amazon Web Services,null,1.0,Total Campus Goal,Under Construction / Initial Power-Up (March 2026),March 2026,null,null
  "Amazon Project Star: $11B Indiana Hyperscale AI Campus",2,New Carlisle,Indiana,Amazon Web Services,null,1.0,Full Builtout,Under Construction / Rapid Structural Build (May 2026),Late 2026,null,null
  Fermi America Project Matador HyperGrid Campus,2,Amarillo,TX,Fermi America,Fermi America (own AI campus),6.0,announced,Announced,null,null,null
  "Meta \"Project Seafox\"",2,El Paso,Texas,Meta,Meta,1.0,ultimate announced data-center electrical load,under construction or in advanced planning,null,"https://datacenterdynamics.com/en/news/meta-files-to-expand-campus-in-el-paso-texas-with-12-new-buildings","2026-08-05T00:00:00"
  Fermi America Data Center-Power Campus,2,null,Texas,Fermi America,null,11.0,Installation Capacity,Announced,null,"https://enkiai.com/distributed-energy/oracle-natural-gas-2025-2300-mw-volta-grid-fleet","2026-06-09T04:56:26"
  STAK Energy Campus (North Slope),2,Umiat Meridian,AK,STAK Energy,null,3.0,announced,Announced,null,null,null
  xAI Colossus 2,2,Memphis,TN,xAI,null,1.5,null,operational,null,"https://siliconreport.com/ai-datacenter-power-crunch-electricity-bottleneck-31b33b49","2026-07-03T02:44:03"
  Clean Campus,2,Abilene,Texas,Lancium,Crusoe,1.2,announced project capacity,in development,null,"https://datacenterknowledge.com/data-center-construction/lancium-nvidia-partner-on-gigawatt-scale-ai-data-centers","2026-08-25T12:33:39"
  Nebius Highridge,2,Butler Township,Pennsylvania,Nebius Group,null,1.2,Planning,Planning,null,null,null
  Goodnight,2,Claude,TX,Crusoe,null,1.0,hyperscale deployment,under construction,null,"https://aterio.io/blog/where-are-openai-s-five-new-hyperscale-campuses-being-built","2025-09-24T18:20:00"
  Project Domino,2,Lebanon,IN,Meta,Meta,1.0,null,announced,null,null,null
  EdgeCore Louisa County Campus,2,Louisa County,VA,EdgeCore Digital Infrastructure,null,1.1,announced capacity,Announced,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction","2026-04-19T00:00:00"
  PowerHouse & Provident - Grand Prairie,2,Grand Prairie,TX,PowerHouse Data Centers / Provident,null,1.8,planned capacity,Under Construction,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction","2026-04-19T00:00:00"
  Joliet Technology Center,2,South Joliet,Illinois,PowerHouse Data Centers and Hillwood,null,1.2,"1,200 MW (1.2 GW)","Approved / Pre-Construction (March 19, 2026)","2030","https://cloudnews.tech/ai-transforms-america-into-a-giant-map-of-new-data-centers","2026-05-12T12:05:10"
  Chevron Permian Basin Data Center Power Plant,2,Permian Basin,TX,Chevron Corp.,null,2.5,announced,Announced,null,null,null
  Tract data center campus with on-site generation,2,New Braunfels,TX,Tract,null,2.0,announced,Announced,null,null,null
  Nexus Hubbard Campus,2,Hubbard,OH,Nexus,Nexus Data Centers,7.2,ultimate planned,under construction,null,null,null
  OpenAI Stargate Wisconsin,2,null,WI,Oracle,OpenAI,1.3,null,operational,null,null,null
  TECfusions Keystone Connect,2,Pennsylvania Coal Region,PA,TECfusions,null,3.0,planned capacity,Under Construction,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction","2026-04-19T00:00:00"
  Quantum Frederick Campus,2,Frederick,MD,TPG Real Estate / Quantum Loophole,null,2.0,planned capacity,Under Construction,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction","2026-04-19T00:00:00"
  "Crusoe and Lancium Announce 1.0 Gigawatt AI Data Center Campus in Childress, Texas",2,Childress,Texas,Lancium,a leading hyperscale technology company,1.0,announced,announced,Q3 2026,"https://finance.yahoo.com/technology/ai/articles/crusoe-lancium-announce-1-0-140000671.html","2026-07-15T14:00:00"
  Fermi Project Matador,2,Amarillo,Texas,Fermi,null,11.0,campus,paused construction phase,null,"https://newsweek.com/data-centers-proposed-largest-underground-water-reservoir-us-12118563","2026-06-28T14:00:00"
  "Google Project Cannoli: $5B 1GW Michigan AI Data Center",2,Van Buren Township,Michigan,Panattoni,Google,1.0,maximum load or contract capacity,proposed,December 2028,null,null
  Richmond County AI Innovation Campus,2,Richmond County,North Carolina,AWS,null,1.0,full build-out,Under Construction,null,null,null
  TeraWulf Morgantown data center hub,2,Charles County (Morgantown),MD,TeraWulf,null,1.0,Announced,Announced,null,null,null
  Memphis AI data center campus,2,Memphis,Tennessee,xAI,xAI,2.0,ultimate planned,growing,null,"https://thejobwalk.com/p/xai-files-659m-permit-for-new-building-at-memphis-ai-data-center-campus","2026-03-06T11:09:34"
  River Bend,2,West Feliciana Parish,Louisiana,Hut 8,Fluidstack,1.0,"potential to scale by up to an additional 1,000 megawatts of utility capacity",first phase of construction is underway,second quarter of 2027,"https://datacenterdynamics.com/en/news/hut-8-signs-245mw-capacity-deal-with-fluidstack-as-part-of-multi-gigawatt-partnership-with-anthropic","2026-08-05T00:00:00"
  Crusoe Project Jade,2,Laramie County,Wyoming,Crusoe,null,1.8,announced,under construction,"2027","https://newsweek.com/data-centers-proposed-largest-underground-water-reservoir-us-12118563","2026-06-28T14:00:00"
  Sweetwater,2,Nolan County,Texas,IREN,null,2.0,announced load,building,null,"https://powertracker.io/rankings","2026-05-18T23:52:00"
notes[0]:

result set rd2f8fecf174 · 105 rows

projectsource_mentionslocalitystatebuildercustomercapacity_gwcapacity_basisstatustarget_datesource_urllatest_source_date
PORTS Technology Campus154Pike CountyOhioSB EnergyOpenAI8.0ultimate plannedplanned2028https://datacenterdynamics.com/en/news?company=openai&term=the-data-center-construction-channel2026-08-27T00:00:00
Abilene144AbileneTexasCrusoeOpenAI1.2ultimate plannedunder constructionmid-2026https://x.com/CatchUpFeed/status/20930983147616546162026-08-27T22:08:20
Hyperion139Richland ParishLouisianaMetaMeta5.0ultimate plannedunder construction2030https://cryptobriefing.com/meta-robots-data-center-maintenance2026-08-28T16:05:35
Paducah122PaducahKentuckyBrookfieldnull1.8new AI data center campusplanned2031https://activistpost.com/trump-calls-for-rapid-expansion-of-ai-data-centers-including-on-federal-lands2026-08-25T16:00:00
Colossus99MemphisTennesseexAIxAI1.0expected to require more than a gigawatt of electricityactive construction still on site2026https://sourcefeed.dev/a/xai-turned-unpermitted-gas-into-a-compute-moat2026-08-07T03:10:59
Download all 105 rows · 45 KB
assistant

tool call · select

SELECT
  url,
  title,
  published_at,
  UNNEST(
    SEM_EXTRACT_ALL(
      content,
      'a specific physical US AI or high-performance-computing data center campus with at least 1 GW announced ultimate site capacity',
      project := 'official project or campus name',
      locality := 'nearest city, town, county, or parish',
      state := 'US state name',
      capacity_gw := 'announced ultimate site-level data center capacity in gigawatts, number only; if expansion range is stated use the maximum committed or announced buildout, not unrelated power generation',
      builder := 'company or consortium developing or building the data center campus',
      ai_customer := 'named AI, cloud, or compute customer; blank if undisclosed',
      status := 'current status',
      announcement_date := 'date project was announced, YYYY-MM-DD',
      evidence := 'per_field'
    ),
    recursive := true
  )
FROM WEB_SEARCH(
  'official OpenAI Stargate PORTS Ohio Abilene Childress Milam Michigan Wisconsin New Mexico campus GW developer',
  'official Meta Hyperion Prometheus El Paso Lebanon data center gigawatt announcement',
  'official AWS Rainier Indiana Mississippi Richmond County AI campus gigawatt',
  'official xAI Colossus Memphis Macrohardrr Southaven 2 gigawatt data center',
  'official Crusoe Lancium Abilene Childress Project Jade Goodnight GW AI data center',
  'official Microsoft Fairwater Mount Pleasant Wisconsin Project Kilby Pecos gigawatt AI data center',
  'official Vantage Frontier Shackelford Oracle OpenAI 1.4GW data center',
  'official Fermi America Matador HyperGrid Amarillo data center 11GW',
  'official Homer City 4.5GW AI data center campus builder',
  'official Monarch Compute Campus West Virginia 8GW Nscale',
  'official Data City Laredo Texas 5GW AI campus',
  'official Stratos Box Elder Utah 9GW data center campus',
  'official Project Camellia Georgia OpenAI 3.2GW data center',
  'official Google Project Cannoli Michigan 1GW data center',
  'official TeraWulf Muskie Kentucky Nebius Highridge Pennsylvania AI campus 1GW',
  'official Hut 8 Beacon Point River Bend AI data center 1GW',
  'official IREN Sweetwater Texas 2GW AI data center campus',
  'official Delta Gigasite Utah 4GW AI data center campus',
  'official TerraSite TX1 ECL Lambda 1GW Houston AI data center',
  'official Nexus Hubbard Ohio 7.2GW AI data center campus',
  'official PORTS Pike Ohio SB Energy OpenAI capacity 8GW data center'
)
WHERE SEM_MATCH(
  content,
  'states site-level capacity and builder for a named US AI or HPC data center campus of at least 1 GW'
)
{
 "show_preview": false
}
tool result (8530 chars)
result_set_id: rb4f93bddcee
total_rows: 1880
columns[19]: ai_customer,ai_customer_evidence,announcement_date,announcement_date_evidence,builder,builder_evidence,capacity_gw,capacity_gw_evidence,locality,locality_evidence,project,project_evidence,published_at,state,state_evidence,status,status_evidence,title,url
preview:
  sample_rows[3]:
    - url: "https://datacenterindex.ai/projects"
      title: All Data Center Projects — Data Center Index
      published_at: null
      project: Nexus Hubbard Campus
      locality: Hubbard
      state: Ohio
      capacity_gw: 7.2
      builder: Nexus
      ai_customer: null
      status: under construction
      announcement_date: null
      project_evidence[3]: # All data center projects,"Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with developer, tenant, capacity, and cost details.","- [Nexus Hubbard Campus](https://datacenterindex.ai/projects/manual-12) — 7.2 GW, Hubbard, OH, United States (Nexus) · under construction"
      locality_evidence[3]: # All data center projects,"Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with developer, tenant, capacity, and cost details.","- [Nexus Hubbard Campus](https://datacenterindex.ai/projects/manual-12) — 7.2 GW, Hubbard, OH, United States (Nexus) · under construction"
      state_evidence[3]: # All data center projects,"Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with developer, tenant, capacity, and cost details.","- [Nexus Hubbard Campus](https://datacenterindex.ai/projects/manual-12) — 7.2 GW, Hubbard, OH, United States (Nexus) · under construction"
      capacity_gw_evidence[3]: # All data center projects,"Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with developer, tenant, capacity, and cost details.","- [Nexus Hubbard Campus](https://datacenterindex.ai/projects/manual-12) — 7.2 GW, Hubbard, OH, United States (Nexus) · under construction"
      builder_evidence[3]: # All data center projects,"Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with developer, tenant, capacity, and cost details.","- [Nexus Hubbard Campus](https://datacenterindex.ai/projects/manual-12) — 7.2 GW, Hubbard, OH, United States (Nexus) · under construction"
      ai_customer_evidence: null
      status_evidence[3]: # All data center projects,"Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with developer, tenant, capacity, and cost details.","- [Nexus Hubbard Campus](https://datacenterindex.ai/projects/manual-12) — 7.2 GW, Hubbard, OH, United States (Nexus) · under construction"
      announcement_date_evidence: null
    - url: "https://innovationopenlab.com/news-biz/31947/ecl-announces-worlds-first-1-gigawatt-off-grid-hydrogen-powered-ai-factory-data-center.html"
      title: "ECL Announces World’s First 1 Gigawatt Off-Grid, Hydrogen-Powered AI Factory Data Center"
      published_at: "2024-09-26T06:57:03"
      project: ECL TerraSite-TX1
      locality: Houston
      state: Texas
      capacity_gw: 1.0
      builder: ECL
      ai_customer: Lambda
      status: announced
      announcement_date: 2024-09-26
      project_evidence[1]: "ECL Announces World’s First 1 Gigawatt Off-Grid, Hydrogen-Powered AI Factory Data Center"
      locality_evidence[2]: "ECL Announces World’s First 1 Gigawatt Off-Grid, Hydrogen-Powered AI Factory Data Center","600+ acres near Houston, Texas will give Lambda and other AI leaders the space and power needed for the next wave of innovation, with zero... [truncated in preview]"
      state_evidence[2]: "ECL Announces World’s First 1 Gigawatt Off-Grid, Hydrogen-Powered AI Factory Data Center","600+ acres near Houston, Texas will give Lambda and other AI leaders the space and power needed for the next wave of innovation, with zero... [truncated in preview]"
      capacity_gw_evidence[1]: "ECL Announces World’s First 1 Gigawatt Off-Grid, Hydrogen-Powered AI Factory Data Center"
      builder_evidence[1]: "ECL Announces World’s First 1 Gigawatt Off-Grid, Hydrogen-Powered AI Factory Data Center"
      ai_customer_evidence[1]: "ECL Announces World’s First 1 Gigawatt Off-Grid, Hydrogen-Powered AI Factory Data Center"
      status_evidence[1]: "ECL Announces World’s First 1 Gigawatt Off-Grid, Hydrogen-Powered AI Factory Data Center"
      announcement_date_evidence[2]: "ECL Announces World’s First 1 Gigawatt Off-Grid, Hydrogen-Powered AI Factory Data Center","- ** 26-09-2024"
    - url: "https://ai.blab.com/2026-06-28-terawulf-expands-ai-infrastructure-with-kentucky-acquisition-bank-of-america-issues-buy-rating"
      title: "TeraWulf Expands AI Infrastructure with Kentucky Acquisition, Bank of America Issues Buy Rating"
      published_at: "2026-06-28T00:00:00"
      project: Muskie Data Campus
      locality: Grayson
      state: Kentucky
      capacity_gw: 1.0
      builder: TeraWulf
      ai_customer: null
      status: planned
      announcement_date: 2026-05-26
      project_evidence[2]: "# TeraWulf Expands AI Infrastructure with Kentucky Acquisition, Bank of America Issues Buy Rating","On May 26, TeraWulf Inc. (NASDAQ:WULF) announced the purchase of the Muskie Data Campus, a development site in Kentucky that will expand the company’s hyperscale... [truncated in preview]"
      locality_evidence[2]: "# TeraWulf Expands AI Infrastructure with Kentucky Acquisition, Bank of America Issues Buy Rating","The site, located in the EastPark Industrial Park in Grayson, Kentucky, was acquired from Industrial Equity Partners."
      state_evidence[3]: "# TeraWulf Expands AI Infrastructure with Kentucky Acquisition, Bank of America Issues Buy Rating","On May 26, TeraWulf Inc. (NASDAQ:WULF) announced the purchase of the Muskie Data Campus, a development site in Kentucky that will expand the company’s hyperscale... [truncated in preview]","The site, located in the EastPark Industrial Park in Grayson, Kentucky, was acquired from Industrial Equity Partners."
      capacity_gw_evidence[2]: "# TeraWulf Expands AI Infrastructure with Kentucky Acquisition, Bank of America Issues Buy Rating","The company projects that the campus will provide more than 1 GW of digital infrastructure capacity, with 500 MW of power expected to become available... [truncated in preview]"
      builder_evidence[3]: "# TeraWulf Expands AI Infrastructure with Kentucky Acquisition, Bank of America Issues Buy Rating","On May 26, TeraWulf Inc. (NASDAQ:WULF) announced the purchase of the Muskie Data Campus, a development site in Kentucky that will expand the company’s hyperscale... [truncated in preview]",The acquisition is part of TeraWulf’s strategy to build power‑advantaged campuses that can support large‑scale AI and HPC operations.
      ai_customer_evidence: null
      status_evidence[2]: "# TeraWulf Expands AI Infrastructure with Kentucky Acquisition, Bank of America Issues Buy Rating","The company projects that the campus will provide more than 1 GW of digital infrastructure capacity, with 500 MW of power expected to become available... [truncated in preview]"
      announcement_date_evidence[2]: "# TeraWulf Expands AI Infrastructure with Kentucky Acquisition, Bank of America Issues Buy Rating","On May 26, TeraWulf Inc. (NASDAQ:WULF) announced the purchase of the Muskie Data Campus, a development site in Kentucky that will expand the company’s hyperscale... [truncated in preview]"
notes[5,]{text}:
  "The full table is too large to return in one response. This is a preview, not the data — do not draw conclusions from it alone. Query the result set by id: SEM_EXTRACT fields, filter with exact WHERE, aggregate, or page with LIMIT/OFFSET. Even if the preview looks irrelevant, probe the full result set before searching again."
  Merged 21 queries (4200 total) → 4086 unique results
  "Search result set: r869691ab5fb (4086 rows), reference it as FROM r869691ab5fb in follow-up queries"
  Semantic operators ran on only the first 2000 of 4086 input rows; the rest are absent from this result. Narrow the input with exact filters or process it in batches.
  "WARNING: semantic extraction failed on 4 of 2000 rows — extracted values are null on those rows. First error: timed_out after 90.0s"

result set rb4f93bddcee · 1880 rows

urltitlepublished_atprojectlocalitystatecapacity_gwbuilderai_customerstatusannouncement_dateproject_evidencelocality_evidencestate_evidencecapacity_gw_evidencebuilder_evidenceai_customer_evidencestatus_evidenceannouncement_date_evidence
https://datacenterindex.ai/projectsAll Data Center Projects — Data Center IndexnullNexus Hubbard CampusHubbardOhio7.2Nexusnullunder constructionnull["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…null["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…null
https://datacenterindex.ai/projectsAll Data Center Projects — Data Center IndexnullHyperion AI DC (Louisiana)Richland ParishLouisiana5.0Metanullunder constructionnull["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…null["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…null
https://datacenterindex.ai/projectsAll Data Center Projects — Data Center IndexnullMicrosoft Fairwater WisconsinMount PleasantWisconsin3.3Microsoftnulloperationalnull["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…null["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…null
https://datacenterindex.ai/projectsAll Data Center Projects — Data Center IndexnullNebraska Mega-CampusLincolnNebraska2.7Googlenullannouncednull["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…null["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…null
https://datacenterindex.ai/projectsAll Data Center Projects — Data Center IndexnullAWS Project Rainier (New Carlisle, Indiana)New CarlisleIndiana2.4Amazon Web Servicesnulloperationalnull["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…null["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…null
Download all 1880 rows · 5325 KB
assistant

tool call · select

SELECT
  url,
  UNNEST(
    SEM_EXTRACT_ALL(
      content,
      'one physical US AI or HPC data center campus listed with at least 1 GW site capacity; exclude multi-site portfolios, power-only projects, nuclear uprate agreements, and geographic clusters',
      project := 'project or campus name',
      locality := 'city or county',
      state := 'two-letter US state abbreviation or state name',
      capacity_gw := 'listed site capacity in gigawatts, number only',
      builder := 'listed developer',
      customer := 'listed tenant or AI customer',
      status := 'listed project status',
      evidence := 'per_field'
    ),
    recursive := true
  )
FROM WEB_FETCH(
  'https://datacenterindex.ai/projects',
  'https://powertracker.io/rankings',
  'https://axis-intelligence.com/ai-data-center-tracker',
  'https://datacentercompass.com/guides/list-of-us-data-centers-under-construction'
)
{
 "show_preview": false
}
tool result (5351 chars)
result_set_id: rd9048d14e1f
total_rows: 74
columns[15]: builder,builder_evidence,capacity_gw,capacity_gw_evidence,customer,customer_evidence,locality,locality_evidence,project,project_evidence,state,state_evidence,status,status_evidence,url
preview:
  sample_rows[3]:
    - url: "https://datacenterindex.ai/projects"
      project: Nexus Hubbard Campus
      locality: Hubbard
      state: OH
      capacity_gw: 7.2
      builder: Nexus
      customer: null
      status: under construction
      project_evidence[3]: # All data center projects,"Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with developer, tenant, capacity, and cost details.","- [Nexus Hubbard Campus](https://datacenterindex.ai/projects/manual-12) — 7.2 GW, Hubbard, OH, United States (Nexus) · under construction"
      locality_evidence[3]: # All data center projects,"Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with developer, tenant, capacity, and cost details.","- [Nexus Hubbard Campus](https://datacenterindex.ai/projects/manual-12) — 7.2 GW, Hubbard, OH, United States (Nexus) · under construction"
      state_evidence[3]: # All data center projects,"Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with developer, tenant, capacity, and cost details.","- [Nexus Hubbard Campus](https://datacenterindex.ai/projects/manual-12) — 7.2 GW, Hubbard, OH, United States (Nexus) · under construction"
      capacity_gw_evidence[3]: # All data center projects,"Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with developer, tenant, capacity, and cost details.","- [Nexus Hubbard Campus](https://datacenterindex.ai/projects/manual-12) — 7.2 GW, Hubbard, OH, United States (Nexus) · under construction"
      builder_evidence[3]: # All data center projects,"Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with developer, tenant, capacity, and cost details.","- [Nexus Hubbard Campus](https://datacenterindex.ai/projects/manual-12) — 7.2 GW, Hubbard, OH, United States (Nexus) · under construction"
      customer_evidence: null
      status_evidence[3]: # All data center projects,"Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with developer, tenant, capacity, and cost details.","- [Nexus Hubbard Campus](https://datacenterindex.ai/projects/manual-12) — 7.2 GW, Hubbard, OH, United States (Nexus) · under construction"
    - url: "https://powertracker.io/rankings"
      project: Comanche Circle
      locality: Hood County
      state: Texas
      capacity_gw: 5.0
      builder: Sailfish Digital Ventures
      customer: null
      status: proposed
      project_evidence[3]: ## Top 30 counties by announced megawatts,"## [Hood County, Texas](/county/tx-hood)","- Comanche Circle Sailfish Digital Ventures · **5.0 GW**"
      locality_evidence[3]: ## Top 30 counties by announced megawatts,"## [Hood County, Texas](/county/tx-hood)","- Comanche Circle Sailfish Digital Ventures · **5.0 GW**"
      state_evidence[3]: ## Top 30 counties by announced megawatts,"## [Hood County, Texas](/county/tx-hood)","- Comanche Circle Sailfish Digital Ventures · **5.0 GW**"
      capacity_gw_evidence[3]: ## Top 30 counties by announced megawatts,"## [Hood County, Texas](/county/tx-hood)","- Comanche Circle Sailfish Digital Ventures · **5.0 GW**"
      builder_evidence[4]: ## Top 30 counties by announced megawatts,"## [Hood County, Texas](/county/tx-hood)","Lead operator\n\nSailfish Digital Ventures",... +1 more items
      customer_evidence: null
      status_evidence[3]: ## Top 30 counties by announced megawatts,"## [Hood County, Texas](/county/tx-hood)",1 proposed
    - url: "https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
      project: Vantage Wisconsin AI Campus
      locality: null
      state: Wisconsin
      capacity_gw: 1.0
      builder: Vantage Data Centers
      customer: null
      status: null
      project_evidence[4]: # List of US Data Centers Under Construction (Updated 2026),## By state,### Wisconsin (4),... +1 more items
      locality_evidence: null
      state_evidence[4]: # List of US Data Centers Under Construction (Updated 2026),## By state,### Wisconsin (4),... +1 more items
      capacity_gw_evidence[4]: # List of US Data Centers Under Construction (Updated 2026),## By state,### Wisconsin (4),... +1 more items
      builder_evidence[4]: # List of US Data Centers Under Construction (Updated 2026),## By state,### Wisconsin (4),... +1 more items
      customer_evidence: null
      status_evidence: null
notes[2,]{text}:
  "The full table is too large to return in one response. This is a preview, not the data — do not draw conclusions from it alone. Query the result set by id: SEM_EXTRACT fields, filter with exact WHERE, aggregate, or page with LIMIT/OFFSET. Even if the preview looks irrelevant, probe the full result set before searching again."
  "Fetch result set: r412c96e0c77 (4 rows), reference it as FROM r412c96e0c77 in follow-up queries"

result set rd9048d14e1f · 74 rows

urlprojectlocalitystatecapacity_gwbuildercustomerstatusproject_evidencelocality_evidencestate_evidencecapacity_gw_evidencebuilder_evidencecustomer_evidencestatus_evidence
https://datacenterindex.ai/projectsNexus Hubbard CampusHubbardOH7.2Nexusnullunder construction["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…null["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…
https://datacenterindex.ai/projectsHyperion AI DC (Louisiana)Richland ParishLA5.0MetaMetaunder construction["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…
https://datacenterindex.ai/projectsMicrosoft Fairwater WisconsinMount PleasantWI3.3MicrosoftMicrosoftoperational["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…
https://datacenterindex.ai/projectsNebraska Mega-CampusLincolnNE2.7GoogleGoogleannounced["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…
https://datacenterindex.ai/projectsAWS Project Rainier (New Carlisle, Indiana)New CarlisleIN2.4Amazon Web ServicesAmazon Web Servicesoperational["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…["# All data center projects", "Every tracked AI data center project, grouped by build status. Operational, under construction, announced, and permitted — with…
Download all 74 rows · 165 KB
assistant

tool call · select

SELECT
  project,
  locality,
  state,
  TRY_CAST(capacity_gw AS DOUBLE) AS capacity_gw,
  builder,
  customer,
  status,
  url
FROM rd9048d14e1f
WHERE TRY_CAST(capacity_gw AS DOUBLE) >= 1
ORDER BY capacity_gw DESC,
  state,
  project
{
 "show_preview": false
}
tool result (9384 chars)
result_set_id: reed50308fdf
total_rows: 74
columns[8]: builder,capacity_gw,customer,locality,project,state,status,url
rows[74,]{project,locality,state,capacity_gw,builder,customer,status,url}:
  Project Matador,Carson County,Texas,11.0,Fermi America,null,proposed,"https://powertracker.io/rankings"
  SB Energy Portsmouth,Pike County,Ohio,10.0,SB Energy,null,building,"https://powertracker.io/rankings"
  Stratos Project,Box Elder County,Utah,9.0,O'Leary Digital,null,proposed,"https://powertracker.io/rankings"
  Nexus Hubbard Campus,Hubbard,OH,7.2,Nexus,null,under construction,"https://datacenterindex.ai/projects"
  PW Digital Gateway,Prince William County,Virginia,7.0,QTS,null,"live, proposed","https://powertracker.io/rankings"
  Hyperion AI DC (Louisiana),Richland Parish,LA,5.0,Meta,Meta,under construction,"https://datacenterindex.ai/projects"
  Comanche Circle,Hood County,Texas,5.0,Sailfish Digital Ventures,null,proposed,"https://powertracker.io/rankings"
  Microsoft Fairwater Wisconsin,Mount Pleasant,WI,3.3,Microsoft,Microsoft,operational,"https://datacenterindex.ai/projects"
  Fairwater Wisconsin,Racine County,Wisconsin,3.3,Microsoft,null,building,"https://powertracker.io/rankings"
  Fort Bliss Carlyle Campus,El Paso County,Texas,3.0,Carlyle Group,null,proposed,"https://powertracker.io/rankings"
  Nebraska Mega-Campus,Lincoln,NE,2.7,Google,Google,announced,"https://datacenterindex.ai/projects"
  Prince William Digital Gateway,Prince William County,Virginia,2.7,QTS Realty Trust / Compass Datacenters,null,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  "AWS Project Rainier (New Carlisle, Indiana)",New Carlisle,IN,2.4,Amazon Web Services,Amazon Web Services,operational,"https://datacenterindex.ai/projects"
  Meta Hyperion,Holly Ridge,LA,2.3,Meta,Meta,operational,"https://datacenterindex.ai/projects"
  AWS New Carlisle Campus,New Carlisle,Indiana,2.25,Amazon Web Services,null,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Project Rainier,New Carlisle,IN,2.2,AWS,AWS,operational,"https://datacenterindex.ai/projects"
  OpenAI Stargate New Mexico,null,NM,2.2,Oracle,OpenAI,under construction,"https://datacenterindex.ai/projects"
  Hyperion,Richland County,Louisiana,2.0,Meta,null,building,"https://powertracker.io/rankings"
  Meta Richland Parish AI Data Center,Richland Parish,Louisiana,2.0,Meta Platforms,null,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Quantum Frederick Campus,Frederick,Maryland,2.0,TPG Real Estate / Quantum Loophole,null,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  xAI Southaven Expansion,Desoto County,Mississippi,2.0,xAI,null,proposed,"https://powertracker.io/rankings"
  OpenAI Stargate Shackelford,Abilene,TX,2.0,Oracle,OpenAI,operational,"https://datacenterindex.ai/projects"
  Colossus 2,Shelby County,Tennessee,2.0,xAI,null,"live, building","https://powertracker.io/rankings"
  Sweetwater,Nolan County,Texas,2.0,IREN,null,building,"https://powertracker.io/rankings"
  Dugway CyrusOne Campus,Tooele County,Utah,2.0,CyrusOne,null,proposed,"https://powertracker.io/rankings"
  Berry Hill Megasite,Pittsylvania County,Virginia,2.0,Stack Infrastructure,null,proposed,"https://powertracker.io/rankings"
  Monarch,Mason County,West Virginia,2.0,Nscale,Microsoft,announced,"https://powertracker.io/rankings"
  Digital Realty — Project Bunkhouse,Stilesboro,GA,1.8,Digital Realty,Digital Realty,announced,"https://datacenterindex.ai/projects"
  Paducah American Energy Hub,McCracken County,Kentucky,1.8,Brookfield / NextEra Energy / U.S. DOE,null,Announced,"https://axis-intelligence.com/ai-data-center-tracker"
  "AWS AI Innovation Campuses (Salem and Falls Townships, PA)",Salem Township,PA,1.8,Amazon Web Services,Amazon Web Services,under construction,"https://datacenterindex.ai/projects"
  AWS Pennsylvania Campus,Salem Township,PA,1.8,AWS,AWS,under construction,"https://datacenterindex.ai/projects"
  PowerHouse & Provident Grand Prairie Campus,Grand Prairie,Texas,1.8,PowerHouse Data Centers / Provident,null,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  xAI Colossus 2 (Memphis Gigawatt Campus),Memphis,Tennessee,1.75,xAI,null,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  QTS Cedar Rapids,Fairfax,IA,1.6,null,null,operational,"https://datacenterindex.ai/projects"
  Hassayampa Ranch,Maricopa County,Arizona,1.5,Arizona Land Consulting,null,"live, building, proposed","https://powertracker.io/rankings"
  Stargate Lordstown,Trumbull County,Ohio,1.5,SoftBank,"OpenAI, Oracle",building,"https://powertracker.io/rankings"
  Colossus 2,Memphis,TN,1.5,SpaceXAI,SpaceXAI,operational,"https://datacenterindex.ai/projects"
  xAI Colossus 2,Memphis,TN,1.5,xAI,xAI,operational,"https://datacenterindex.ai/projects"
  Prometheus Hyperscale Natrona,Natrona County,Wyoming,1.5,Prometheus Hyperscale,Spiritus,proposed,"https://powertracker.io/rankings"
  OpenAI Stargate Michigan,null,MI,1.4,Oracle,OpenAI,operational,"https://datacenterindex.ai/projects"
  Stargate Saline Township,Washtenaw County,Michigan,1.4,OpenAI,"Oracle, Related Digital",proposed,"https://powertracker.io/rankings"
  IREN Sweetwater 1 AI Campus,Sweetwater,Texas,1.4,IREN Limited,null,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Vantage Frontier Campus,Red Oak,Texas,1.4,Vantage Data Centers,null,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  AWS Ohio Campus,Jefferson Township,OH,1.3,AWS,AWS,announced,"https://datacenterindex.ai/projects"
  OpenAI Stargate Wisconsin,null,WI,1.3,Oracle,OpenAI,operational,"https://datacenterindex.ai/projects"
  Anthropic-Amazon New Carlisle,New Carlisle,IN,1.2,Amazon,Amazon,operational,"https://datacenterindex.ai/projects"
  Independence,Jackson County,Missouri,1.2,Nebius,null,"building, announced","https://powertracker.io/rankings"
  OpenAI Stargate Abilene,Abilene,TX,1.2,Oracle,OpenAI,operational,"https://datacenterindex.ai/projects"
  OpenAI Stargate Milam,null,TX,1.2,Softbank,OpenAI,operational,"https://datacenterindex.ai/projects"
  Stargate I,Abilene,TX,1.2,Crusoe,Crusoe,under construction,"https://datacenterindex.ai/projects"
  Stargate / Project Ludicrous - Abilene Campus,Abilene,Texas,1.2,OpenAI / Oracle / SoftBank / Crusoe / Lancium,null,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Stargate Abilene,Taylor County,Texas,1.2,OpenAI,"Microsoft, Oracle, Crusoe",building,"https://powertracker.io/rankings"
  Stargate Milam County,Milam County,Texas,1.2,SoftBank,"SB Energy, OpenAI",building,"https://powertracker.io/rankings"
  Meta Prometheus,New Albany,OH,1.1,Meta,Meta,operational,"https://datacenterindex.ai/projects"
  Goodnight,Claude,TX,1.1,Google,Google,operational,"https://datacenterindex.ai/projects"
  EdgeCore Louisa County Campus,Louisa County,Virginia,1.1,EdgeCore Digital Infrastructure,null,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Gemini Cluster (Iowa),Council Bluffs,IA,1.0,Google,Google,operational,"https://datacenterindex.ai/projects"
  Google Fort Wayne,Fort Wayne,IN,1.0,Google,Google,under construction,"https://datacenterindex.ai/projects"
  Project Domino,Lebanon,IN,1.0,Meta,Meta,announced,"https://datacenterindex.ai/projects"
  Amazon Ridgeland,Mississippi,MS,1.0,Amazon,Amazon,operational,"https://datacenterindex.ai/projects"
  AWS North Carolina Campus,Richmond County,NC,1.0,AWS,AWS,under construction,"https://datacenterindex.ai/projects"
  Project Jupiter (NM),New Mexico,NM,1.0,Microsoft,Microsoft,announced,"https://datacenterindex.ai/projects"
  Project Jupiter (Stargate Santa Teresa),Santa Teresa,New Mexico,1.0,OpenAI / Oracle / SoftBank / STACK Infrastructure,null,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Prometheus,Licking County,Ohio,1.0,Meta,null,"building, live","https://powertracker.io/rankings"
  El Paso DC,El Paso,TX,1.0,Meta,Meta,operational,"https://datacenterindex.ai/projects"
  Goodnight Campus,Claude,TX,1.0,Crusoe,Crusoe,under construction,"https://datacenterindex.ai/projects"
  Beacon Point,Nueces County,Texas,1.0,Hut 8 Corp.,null,Under construction,"https://axis-intelligence.com/ai-data-center-tracker"
  Beacon Point,Nueces County,Texas,1.0,Hut 8,American Bitcoin,building,"https://powertracker.io/rankings"
  Bolt West Texas,Reeves County,Texas,1.0,Bolt Data & Energy,Texas Pacific Land,proposed,"https://powertracker.io/rankings"
  Meta El Paso AI Data Center,El Paso,Texas,1.0,Meta Platforms,null,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Azure Northern Virginia,Northern Virginia,VA,1.0,Microsoft,Microsoft,operational,"https://datacenterindex.ai/projects"
  Google Virginia - Project Loch & Skye,null,Virginia,1.0,Google,null,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Stargate Lighthouse,Ozaukee County,Wisconsin,1.0,Oracle,"OpenAI, Vantage",building,"https://powertracker.io/rankings"
  Vantage Wisconsin AI Campus,null,Wisconsin,1.0,Vantage Data Centers,null,null,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
notes[0]:

result set reed50308fdf · 74 rows

projectlocalitystatecapacity_gwbuildercustomerstatusurl
Project MatadorCarson CountyTexas11.0Fermi Americanullproposedhttps://powertracker.io/rankings
SB Energy PortsmouthPike CountyOhio10.0SB Energynullbuildinghttps://powertracker.io/rankings
Stratos ProjectBox Elder CountyUtah9.0O'Leary Digitalnullproposedhttps://powertracker.io/rankings
Nexus Hubbard CampusHubbardOH7.2Nexusnullunder constructionhttps://datacenterindex.ai/projects
PW Digital GatewayPrince William CountyVirginia7.0QTSnulllive, proposedhttps://powertracker.io/rankings
Download all 74 rows · 19 KB
assistant

tool call · select

WITH candidates AS (
  SELECT
    project,
    locality,
    state,
    capacity_gw,
    builder,
    customer,
    status,
    source_url AS url,
    source_mentions
  FROM rd2f8fecf174
  UNION ALL
  SELECT
    project,
    locality,
    state,
    capacity_gw,
    builder,
    customer,
    status,
    url,
    1 AS source_mentions
  FROM reed50308fdf
  UNION ALL
  SELECT
    project,
    locality,
    state,
    TRY_CAST(capacity_gw AS DOUBLE),
    builder,
    ai_customer,
    status,
    url,
    1 AS source_mentions
  FROM rb4f93bddcee
  WHERE TRY_CAST(capacity_gw AS DOUBLE) >= 1
), keyed AS (
  SELECT
    CASE
      WHEN regexp_matches(project, '(?i)matador|hypergrid|advanced energy and intelligence') THEN 'Project Matador / HyperGrid'
      WHEN regexp_matches(project, '(?i)PORTS|Portsmouth') THEN 'PORTS Technology Campus'
      WHEN regexp_matches(project, '(?i)stratos') THEN 'Stratos Project'
      WHEN regexp_matches(project, '(?i)nexus hubbard') THEN 'Nexus Hubbard Campus'
      WHEN regexp_matches(project, '(?i)prince william|PW Digital') THEN 'Prince William Digital Gateway'
      WHEN regexp_matches(project, '(?i)hyperion') THEN 'Meta Hyperion'
      WHEN regexp_matches(project, '(?i)comanche circle') THEN 'Comanche Circle'
      WHEN regexp_matches(project, '(?i)data city') THEN 'Data City Texas'
      WHEN regexp_matches(project, '(?i)homer city') THEN 'Homer City Energy Campus'
      WHEN regexp_matches(project, '(?i)monarch|monach') THEN 'Monarch Compute Campus'
      WHEN regexp_matches(project, '(?i)camellia') THEN 'Project Camellia'
      WHEN regexp_matches(project, '(?i)fairwater') THEN 'Microsoft Fairwater Wisconsin'
      WHEN regexp_matches(project, '(?i)fort bliss') THEN 'Fort Bliss Carlyle Campus'
      WHEN regexp_matches(project, '(?i)nebraska mega|google nebraska') THEN 'Google Nebraska Mega-Campus'
      WHEN regexp_matches(project, '(?i)kilby') THEN 'Project Kilby'
      WHEN regexp_matches(project, '(?i)rainier|new carlisle|anthropic-amazon') THEN 'AWS Project Rainier'
      WHEN regexp_matches(project, '(?i)stargate new mexico|project jupiter') THEN 'Stargate New Mexico / Project Jupiter'
      WHEN regexp_matches(project, '(?i)macrohard|southaven') THEN 'xAI Macrohardrr Southaven'
      WHEN regexp_matches(project, '(?i)quantum frederick') THEN 'Quantum Frederick Campus'
      WHEN regexp_matches(project, '(?i)colossus|memphis AI data') THEN 'xAI Colossus Memphis'
      WHEN regexp_matches(project, '(?i)sweetwater') THEN 'IREN Sweetwater'
      WHEN regexp_matches(project, '(?i)dugway') THEN 'Dugway CyrusOne Campus'
      WHEN regexp_matches(project, '(?i)berry hill') THEN 'Berry Hill Megasite'
      WHEN regexp_matches(project, '(?i)frontier|shackelford') THEN 'Vantage Frontier Campus'
      WHEN regexp_matches(project, '(?i)bunkhouse') THEN 'Digital Realty Project Bunkhouse'
      WHEN regexp_matches(project, '(?i)paducah') THEN 'Paducah American Energy Hub'
      WHEN regexp_matches(project, '(?i)AWS.*Pennsylvania|Salem and Falls|AI Innovation Campuses') THEN 'AWS Pennsylvania AI Campuses'
      WHEN regexp_matches(project, '(?i)PowerHouse.*Grand Prairie') THEN 'PowerHouse Grand Prairie Campus'
      WHEN regexp_matches(project, '(?i)hassayampa') THEN 'Hassayampa Ranch'
      WHEN regexp_matches(project, '(?i)lordstown') THEN 'Stargate Lordstown'
      WHEN regexp_matches(project, '(?i)prometheus hyperscale|Natrona') THEN 'Prometheus Hyperscale Casper'
      WHEN regexp_matches(project, '(?i)stargate michigan|saline township|related digital campus') THEN 'Stargate Michigan'
      WHEN regexp_matches(project, '(?i)AWS Ohio') THEN 'AWS Ohio Campus'
      WHEN regexp_matches(project, '(?i)stargate wisconsin|lighthouse|port washington') THEN 'Stargate Wisconsin Lighthouse'
      WHEN regexp_matches(project, '(?i)nebius.*independence|^Independence$') THEN 'Nebius Independence'
      WHEN regexp_matches(project, '(?i)abilene|stargate I|ludicrous|clean campus|project artemis') THEN 'Stargate Abilene'
      WHEN regexp_matches(project, '(?i)milam|freebird') THEN 'Stargate Milam County'
      WHEN regexp_matches(project, '(?i)meta.*prometheus|^prometheus$') THEN 'Meta Prometheus'
      WHEN regexp_matches(project, '(?i)goodnight') THEN 'Goodnight Campus'
      WHEN regexp_matches(project, '(?i)edgecore louisa') THEN 'EdgeCore Louisa County Campus'
      WHEN regexp_matches(project, '(?i)gemini cluster') THEN 'Google Gemini Council Bluffs'
      WHEN regexp_matches(project, '(?i)google fort wayne') THEN 'Google Fort Wayne'
      WHEN regexp_matches(project, '(?i)domino|meta.*lebanon|^Lebanon$') THEN 'Meta Project Domino'
      WHEN regexp_matches(project, '(?i)amazon ridgeland|AWS.*Mississippi|starbound') THEN 'AWS Mississippi AI Campus'
      WHEN regexp_matches(project, '(?i)AWS.*North Carolina|Richmond County AI') THEN 'AWS Richmond County Campus'
      WHEN regexp_matches(project, '(?i)meta.*el paso|seafox|^El Paso$') THEN 'Meta El Paso'
      WHEN regexp_matches(project, '(?i)beacon point') THEN 'Hut 8 Beacon Point'
      WHEN regexp_matches(project, '(?i)bolt west') THEN 'Bolt West Texas'
      WHEN regexp_matches(project, '(?i)terrasite|ECL.*TX1') THEN 'ECL TerraSite-TX1'
      WHEN regexp_matches(project, '(?i)muskie') THEN 'Muskie Data Campus'
      WHEN regexp_matches(project, '(?i)childress') THEN 'Lancium Childress Campus'
      WHEN regexp_matches(project, '(?i)cloudburst') THEN 'CloudBurst New Braunfels'
      WHEN regexp_matches(project, '(?i)joliet') THEN 'Joliet Technology Center'
      WHEN regexp_matches(project, '(?i)savannah river') THEN 'Savannah River Site AI Campus'
      WHEN regexp_matches(project, '(?i)river bend') THEN 'Hut 8 River Bend'
      WHEN regexp_matches(project, '(?i)nebius highridge') THEN 'Nebius Highridge'
      WHEN regexp_matches(project, '(?i)cannoli') THEN 'Google Project Cannoli'
      WHEN regexp_matches(project, '(?i)delta gigasite') THEN 'Delta Gigasite'
      WHEN regexp_matches(project, '(?i)TECfusions Keystone') THEN 'TECfusions Keystone Connect'
      WHEN regexp_matches(project, '(?i)STAK') THEN 'STAK Energy Campus'
      WHEN regexp_matches(project, '(?i)TeraWulf Morgantown') THEN 'TeraWulf Morgantown'
      WHEN regexp_matches(project, '(?i)project marvel') THEN 'Project Marvel Bessemer'
      WHEN regexp_matches(project, '(?i)prometheus.*pecos|Microsoft Pecos') THEN 'Microsoft Pecos Campus'
      ELSE NULL
    END AS canonical_project,
    *
  FROM candidates
), grouped AS (
  SELECT
    canonical_project AS project,
    MODE(locality) AS locality,
    MODE(state) AS state,
    MODE(builder) AS builder,
    MODE(customer) AS ai_customer,
    MAX(capacity_gw) AS raw_capacity_gw,
    MODE(status) AS status,
    SUM(source_mentions) AS source_mentions,
    MODE(url) AS source_url
  FROM keyed
  WHERE canonical_project IS NOT NULL
  GROUP BY canonical_project
)
SELECT
  project,
  CASE
    WHEN project = 'PORTS Technology Campus' THEN 'Pike County'
    WHEN project = 'Stargate New Mexico / Project Jupiter' THEN 'Santa Teresa / Doña Ana County'
    WHEN project = 'Vantage Frontier Campus' THEN 'Shackelford County'
    WHEN project = 'Stargate Wisconsin Lighthouse' THEN 'Port Washington'
    WHEN project = 'Stargate Michigan' THEN 'Saline Township'
    ELSE locality
  END AS locality,
  CASE
    WHEN state IN ('TX') THEN 'Texas'
    WHEN state IN ('OH') THEN 'Ohio'
    WHEN state IN ('WI') THEN 'Wisconsin'
    WHEN state IN ('IN') THEN 'Indiana'
    WHEN state IN ('LA') THEN 'Louisiana'
    WHEN state IN ('PA') THEN 'Pennsylvania'
    WHEN state IN ('VA') THEN 'Virginia'
    WHEN state IN ('MS') THEN 'Mississippi'
    WHEN state IN ('NM') THEN 'New Mexico'
    WHEN state IN ('WY') THEN 'Wyoming'
    WHEN state IN ('MI') THEN 'Michigan'
    WHEN state IN ('IA') THEN 'Iowa'
    WHEN state IN ('NC') THEN 'North Carolina'
    WHEN state IN ('GA') THEN 'Georgia'
    WHEN state IN ('NE') THEN 'Nebraska'
    ELSE state
  END AS state,
  CASE
    WHEN project = 'Project Matador / HyperGrid' THEN 11.0
    WHEN project = 'PORTS Technology Campus' THEN 10.0
    WHEN project = 'Prince William Digital Gateway' THEN 2.7
    WHEN project = 'AWS Project Rainier' THEN 2.2
    WHEN project = 'Stargate New Mexico / Project Jupiter' THEN 2.2
    WHEN project = 'Vantage Frontier Campus' THEN 1.4
    WHEN project = 'Stargate Abilene' THEN 1.2
    WHEN project = 'Stargate Wisconsin Lighthouse' THEN 1.3
    WHEN project = 'Meta Prometheus' THEN 1.1
    WHEN project = 'Goodnight Campus' THEN 1.0
    ELSE raw_capacity_gw
  END AS capacity_gw,
  builder,
  ai_customer,
  status,
  source_mentions,
  CASE
    WHEN source_mentions >= 10 THEN 'high'
    WHEN source_mentions >= 3 THEN 'medium'
    ELSE 'watchlist'
  END AS evidence_strength,
  source_url
FROM grouped
ORDER BY capacity_gw DESC,
  project
{
 "show_preview": false
}
tool result (10052 chars)
result_set_id: r266abfc5bc5
total_rows: 63
columns[10]: ai_customer,builder,capacity_gw,evidence_strength,locality,project,source_mentions,source_url,state,status
rows[63,]{project,locality,state,capacity_gw,builder,ai_customer,status,source_mentions,evidence_strength,source_url}:
  Project Matador / HyperGrid,Amarillo,Texas,11.0,Fermi America,TensorWave,planned,130.0,high,"https://datacenterdynamics.com/en/news/fermi-secures-natural-gas-pipeline-connection-for-up-to-11gw-data-center-project-in-amarillo-texas"
  Delta Gigasite,Millard County,Utah,10.0,Creekstone Energy LLC,BluSky AI,planned,73.0,high,"https://michaelbommarito.com/wiki/datacenters/projects/mega-projects"
  PORTS Technology Campus,Pike County,Ohio,10.0,SB Energy,OpenAI,announced,269.0,high,"https://stocktitan.net/sec-filings/NVDA/8-k-nvidia-corp-reports-material-event-657b0fdc5504.html"
  Stratos Project,Box Elder County,Utah,9.0,O'Leary Digital,Microsoft,approved,51.0,high,"https://powertracker.io/rankings"
  Monarch Compute Campus,Mason County,West Virginia,8.0,Nscale,Microsoft,planned,95.0,high,"https://datacenterdynamics.com/en/news/nscale-in-talks-to-acquire-8gw-monarch-compute-campus-in-west-virginia-report"
  Nexus Hubbard Campus,Hubbard,Texas,7.7,Nexus,"",under construction,10.0,high,"https://datacenterindex.ai/projects"
  Meta Hyperion,Richland Parish,Louisiana,7.4,Meta,Meta,under construction,203.0,high,"https://datacenterindex.ai/projects"
  Comanche Circle,Hood County,Texas,5.0,Sailfish Digital Ventures,null,proposed,1.0,watchlist,"https://powertracker.io/rankings"
  Data City Texas,Laredo,Texas,5.0,Energy Abundance Development Corporation,"",planned,39.0,high,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Homer City Energy Campus,Homer City,Pennsylvania,4.5,Kiewit,"",planned,54.0,high,"https://gridglasses.com/brief/35-gigawatts-of-gas-the-grid-never-sees-n4m7"
  Microsoft Fairwater Wisconsin,Mount Pleasant,Wisconsin,3.3,Microsoft,Microsoft,operational,44.0,high,"https://irecruit.co/insights/hyperscale-data-center-news-tracking-mega-builds"
  Project Camellia,Effingham County,Georgia,3.2,OpenAI,OpenAI,announced,84.0,high,"https://tftc.io/openai-project-camellia-3-2-gw-georgia-bitcoin-miners-energy"
  Fort Bliss Carlyle Campus,El Paso County,Texas,3.0,Carlyle Group,null,proposed,1.0,watchlist,"https://powertracker.io/rankings"
  STAK Energy Campus,Umiat Meridian,AK,3.0,STAK Energy,null,Announced,2.0,watchlist,null
  TECfusions Keystone Connect,Pennsylvania Coal Region,Pennsylvania,3.0,TECfusions,null,Under Construction,2.0,watchlist,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Google Nebraska Mega-Campus,Lincoln,Nebraska,2.7,Google,"",announced,13.0,high,"https://datacenterindex.ai/projects"
  Google Project Cannoli,Van Buren Township,Michigan,2.7,Panattoni Development Co.,Google,planned,64.0,high,"https://datacenterdynamics.com/en/news/google-confirms-1gw-data-center-campus-near-detroit-michigan-partners-with-dte-energy-on-27gw-power-generation"
  Prince William Digital Gateway,Prince William County,Virginia,2.7,QTS Realty Trust / Compass Datacenters,null,"live, proposed",4.0,medium,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Project Kilby,Reeves County,Texas,2.67,Energy Forge One,Microsoft,planned,26.0,high,"https://edgen.tech/news/post/chevrons-20-year-microsoft-power-deal-diversifies-beyond-oil"
  Microsoft Pecos Campus,Pecos,Texas,2.5,Microsoft,Microsoft,announced,11.0,high,"https://mlq.ai/news/prometheus-plans-15gw-islanded-data-center-campus-in-pecos-texas-1"
  AWS Project Rainier,New Carlisle,Indiana,2.2,Amazon Web Services,Anthropic,operational,151.0,high,"https://datacenterindex.ai/projects"
  Stargate New Mexico / Project Jupiter,Santa Teresa / Doña Ana County,New Mexico,2.2,STACK Infrastructure,OpenAI,under construction,37.0,high,"https://datacenterindex.ai/projects"
  Berry Hill Megasite,Pittsylvania County,Virginia,2.0,Stack Infrastructure,null,proposed,1.0,watchlist,"https://powertracker.io/rankings"
  Dugway CyrusOne Campus,Tooele County,Utah,2.0,CyrusOne,null,proposed,1.0,watchlist,"https://powertracker.io/rankings"
  ECL TerraSite-TX1,Houston,Texas,2.0,ECL,Lambda,announced,71.0,high,"https://datacenterdynamics.com/en/news/ecl-says-it-will-build-a-1gw-hydrogen-powered-ai-data-center-in-texas-with-lambda-as-its-first-tenant"
  IREN Sweetwater,Sweetwater,Texas,2.0,IREN,NVIDIA,energized,81.0,high,"https://powertracker.io/rankings"
  Muskie Data Campus,eastern Kentucky,Kentucky,2.0,TeraWulf,"",acquired,132.0,high,"https://datacenterdynamics.com/en/news/terawulf-acquires-site-in-kentucky-for-1gw-data-center-campus"
  Quantum Frederick Campus,Frederick,Maryland,2.0,TPG Real Estate / Quantum Loophole,null,Under Construction,3.0,medium,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  xAI Colossus Memphis,Memphis,Tennessee,2.0,xAI,xAI,expanding,159.0,high,"https://datacenterindex.ai/projects"
  xAI Macrohardrr Southaven,Southaven,Mississippi,2.0,xAI,"",under construction,105.0,high,"https://powertracker.io/rankings"
  AWS Pennsylvania AI Campuses,Salem Township,Pennsylvania,1.92,Amazon Web Services,"",under construction,20.0,high,"https://datacenterindex.ai/projects"
  Digital Realty Project Bunkhouse,Stilesboro,Georgia,1.83,Digital Realty,"",announced,12.0,high,"https://datacenterindex.ai/projects"
  Joliet Technology Center,Joliet,Illinois,1.8,PowerHouse Data Centers,"",Planned,3.0,medium,"https://mlq.ai/data-centers?status=planned"
  Paducah American Energy Hub,McCracken County,Kentucky,1.8,Brookfield / NextEra Energy / U.S. DOE,null,Announced,123.0,high,"https://axis-intelligence.com/ai-data-center-tracker"
  PowerHouse Grand Prairie Campus,Grand Prairie,Texas,1.8,PowerHouse Data Centers / Provident,null,Under construction,4.0,medium,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Hassayampa Ranch,Maricopa County,Arizona,1.5,Arizona Land Consulting,null,"live, building, proposed",1.0,watchlist,"https://powertracker.io/rankings"
  Prometheus Hyperscale Casper,Natrona County,Wyoming,1.5,Prometheus Hyperscale,Spiritus,proposed,3.0,medium,"https://powertracker.io/rankings"
  Stargate Lordstown,Lordstown,Ohio,1.5,SoftBank,OpenAI,building,9.0,medium,"https://powertracker.io/rankings"
  Lancium Childress Campus,Childress,Texas,1.4,Crusoe and Lancium,"",announced,94.0,high,"https://finance.yahoo.com/technology/ai/articles/crusoe-lancium-announce-1-0-140000671.html"
  Stargate Michigan,Saline Township,Michigan,1.4,Related Digital,OpenAI,Under construction,32.0,high,"https://datacenterindex.ai/projects"
  Vantage Frontier Campus,Shackelford County,Texas,1.4,Vantage Data Centers,OpenAI,under construction,138.0,high,"https://datacenterindex.ai/projects"
  AWS Mississippi AI Campus,Madison County,Mississippi,1.3,Amazon Web Services,"",Under Construction,17.0,high,"https://datacenterindex.ai/projects"
  AWS Ohio Campus,Jefferson Township,Ohio,1.3,AWS,AWS,announced,2.0,watchlist,"https://datacenterindex.ai/projects"
  Stargate Wisconsin Lighthouse,Port Washington,Wisconsin,1.3,Vantage Data Centers,OpenAI,planned,43.0,high,"https://datacenterindex.ai/projects"
  CloudBurst New Braunfels,San Marcos,Texas,1.2,CloudBurst Data Centers,CloudBurst Data Centers,Under construction,7.0,medium,"https://compute-atlas.com/states/texas"
  Google Fort Wayne,Fort Wayne,Indiana,1.2,Google,Google,under construction,9.0,medium,"https://datacenterindex.ai/projects"
  Nebius Highridge,Butler Township,Pennsylvania,1.2,Nebius Group,null,Planning,6.0,medium,"https://tracker.bepresearch.com/projects/project-rainier-new-carlisle"
  Nebius Independence,Independence,Missouri,1.2,Nebius,"",planning,2.0,watchlist,"https://mlq.ai/build-tracker"
  Project Marvel Bessemer,Bessemer,AL,1.2,Logistics Land Investments LLC,null,Planned,2.0,watchlist,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Stargate Abilene,Abilene,Texas,1.2,Crusoe,OpenAI,expanding,220.0,high,"https://datacenterindex.ai/projects"
  Stargate Milam County,Milam County,Texas,1.2,SB Energy,OpenAI,building,34.0,high,"https://datacenterindex.ai/projects"
  EdgeCore Louisa County Campus,Louisa County,Virginia,1.1,EdgeCore Digital Infrastructure,"",Planned,4.0,medium,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Meta Prometheus,New Albany,Ohio,1.1,Meta,Meta,Partially operational,99.0,high,"https://datacenterindex.ai/projects"
  AWS Richmond County Campus,Richmond County,North Carolina,1.0,Amazon Web Services,"",under construction,14.0,high,"https://datacenterindex.ai/projects"
  Bolt West Texas,Reeves County,Texas,1.0,Bolt Data & Energy,Texas Pacific Land,proposed,1.0,watchlist,"https://powertracker.io/rankings"
  Goodnight Campus,Claude,Texas,1.0,Crusoe,"",under construction,14.0,high,"https://datacenterindex.ai/projects"
  Google Gemini Council Bluffs,Midwest (Iowa–Nebraska cluster),Iowa,1.0,Google,Google,Operational,10.0,high,"https://datacenterindex.ai/projects"
  Hut 8 Beacon Point,Nueces County,Texas,1.0,Hut 8,"",fully commercialized,74.0,high,"https://axis-intelligence.com/ai-data-center-tracker"
  Hut 8 River Bend,West Feliciana Parish,Louisiana,1.0,Hut 8,Fluidstack,first phase of construction is underway,4.0,medium,"https://inkl.com/news/coatue-management-bought-9-72-million-shares-of-hut-8-in-q2-how-to-play-hut-stock-now"
  Meta El Paso,El Paso,Texas,1.0,Meta,Meta,under construction,68.0,high,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Meta Project Domino,Lebanon,Indiana,1.0,Meta,Meta,announced,30.0,high,"https://datacenterindex.ai/projects"
  Savannah River Site AI Campus,Savannah River Site,South Carolina,1.0,Amentum,null,exploring,5.0,medium,"https://activistpost.com/trump-calls-for-rapid-expansion-of-ai-data-centers-including-on-federal-lands"
  TeraWulf Morgantown,Charles County (Morgantown),MD,1.0,TeraWulf,null,Announced,2.0,watchlist,null
notes[0]:

result set r266abfc5bc5 · 63 rows

projectlocalitystatecapacity_gwbuilderai_customerstatussource_mentionsevidence_strengthsource_url
Project Matador / HyperGridAmarilloTexas11.0Fermi AmericaTensorWaveplanned130.0highhttps://datacenterdynamics.com/en/news/fermi-secures-natural-gas-pipeline-connection-for-up-to-11gw-data-center-project-in-amarillo-texas
Delta GigasiteMillard CountyUtah10.0Creekstone Energy LLCBluSky AIplanned73.0highhttps://michaelbommarito.com/wiki/datacenters/projects/mega-projects
PORTS Technology CampusPike CountyOhio10.0SB EnergyOpenAIannounced269.0highhttps://stocktitan.net/sec-filings/NVDA/8-k-nvidia-corp-reports-material-event-657b0fdc5504.html
Stratos ProjectBox Elder CountyUtah9.0O'Leary DigitalMicrosoftapproved51.0highhttps://powertracker.io/rankings
Monarch Compute CampusMason CountyWest Virginia8.0NscaleMicrosoftplanned95.0highhttps://datacenterdynamics.com/en/news/nscale-in-talks-to-acquire-8gw-monarch-compute-campus-in-west-virginia-report
Download all 63 rows · 22 KB
assistant

tool call · select

SELECT
  project,
  locality,
  CASE
    WHEN project = 'Nexus Hubbard Campus' THEN 'Ohio'
    WHEN state = 'AK' THEN 'Alaska'
    WHEN state = 'AL' THEN 'Alabama'
    WHEN state = 'MD' THEN 'Maryland'
    ELSE state
  END AS state,
  CASE
    WHEN project = 'Delta Gigasite' THEN 4.0
    WHEN project = 'Meta Hyperion' THEN 5.0
    WHEN project = 'Google Project Cannoli' THEN 1.0
    WHEN project = 'ECL TerraSite-TX1' THEN 1.0
    WHEN project = 'Muskie Data Campus' THEN 1.0
    WHEN project = 'Lancium Childress Campus' THEN 1.0
    WHEN project = 'AWS Pennsylvania AI Campuses' THEN 1.8
    WHEN project = 'Microsoft Pecos Campus' THEN 2.0
    WHEN project = 'Nexus Hubbard Campus' THEN 7.2
    ELSE capacity_gw
  END AS capacity_gw,
  builder,
  NULLIF(ai_customer, '') AS ai_customer,
  status,
  evidence_strength,
  source_mentions,
  source_url
FROM r266abfc5bc5
WHERE NOT (
  evidence_strength = 'watchlist'
  AND project IN (
    'Comanche Circle',
    'Fort Bliss Carlyle Campus',
    'STAK Energy Campus',
    'Hassayampa Ranch',
    'AWS Ohio Campus',
    'Project Marvel Bessemer',
    'Bolt West Texas',
    'TeraWulf Morgantown'
  )
)
ORDER BY capacity_gw DESC,
  project
{
 "show_preview": false
}
tool result (9045 chars)
result_set_id: rfd436f604e1
total_rows: 55
columns[10]: ai_customer,builder,capacity_gw,evidence_strength,locality,project,source_mentions,source_url,state,status
rows[55,]{project,locality,state,capacity_gw,builder,ai_customer,status,evidence_strength,source_mentions,source_url}:
  Project Matador / HyperGrid,Amarillo,Texas,11.0,Fermi America,TensorWave,planned,high,130.0,"https://datacenterdynamics.com/en/news/fermi-secures-natural-gas-pipeline-connection-for-up-to-11gw-data-center-project-in-amarillo-texas"
  PORTS Technology Campus,Pike County,Ohio,10.0,SB Energy,OpenAI,announced,high,269.0,"https://stocktitan.net/sec-filings/NVDA/8-k-nvidia-corp-reports-material-event-657b0fdc5504.html"
  Stratos Project,Box Elder County,Utah,9.0,O'Leary Digital,Microsoft,approved,high,51.0,"https://powertracker.io/rankings"
  Monarch Compute Campus,Mason County,West Virginia,8.0,Nscale,Microsoft,planned,high,95.0,"https://datacenterdynamics.com/en/news/nscale-in-talks-to-acquire-8gw-monarch-compute-campus-in-west-virginia-report"
  Nexus Hubbard Campus,Hubbard,Ohio,7.2,Nexus,null,under construction,high,10.0,"https://datacenterindex.ai/projects"
  Data City Texas,Laredo,Texas,5.0,Energy Abundance Development Corporation,null,planned,high,39.0,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Meta Hyperion,Richland Parish,Louisiana,5.0,Meta,Meta,under construction,high,203.0,"https://datacenterindex.ai/projects"
  Homer City Energy Campus,Homer City,Pennsylvania,4.5,Kiewit,null,planned,high,54.0,"https://gridglasses.com/brief/35-gigawatts-of-gas-the-grid-never-sees-n4m7"
  Delta Gigasite,Millard County,Utah,4.0,Creekstone Energy LLC,BluSky AI,planned,high,73.0,"https://michaelbommarito.com/wiki/datacenters/projects/mega-projects"
  Microsoft Fairwater Wisconsin,Mount Pleasant,Wisconsin,3.3,Microsoft,Microsoft,operational,high,44.0,"https://irecruit.co/insights/hyperscale-data-center-news-tracking-mega-builds"
  Project Camellia,Effingham County,Georgia,3.2,OpenAI,OpenAI,announced,high,84.0,"https://tftc.io/openai-project-camellia-3-2-gw-georgia-bitcoin-miners-energy"
  TECfusions Keystone Connect,Pennsylvania Coal Region,Pennsylvania,3.0,TECfusions,null,Under Construction,watchlist,2.0,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Google Nebraska Mega-Campus,Lincoln,Nebraska,2.7,Google,null,announced,high,13.0,"https://datacenterindex.ai/projects"
  Prince William Digital Gateway,Prince William County,Virginia,2.7,QTS Realty Trust / Compass Datacenters,null,"live, proposed",medium,4.0,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Project Kilby,Reeves County,Texas,2.67,Energy Forge One,Microsoft,planned,high,26.0,"https://edgen.tech/news/post/chevrons-20-year-microsoft-power-deal-diversifies-beyond-oil"
  AWS Project Rainier,New Carlisle,Indiana,2.2,Amazon Web Services,Anthropic,operational,high,151.0,"https://datacenterindex.ai/projects"
  Stargate New Mexico / Project Jupiter,Santa Teresa / Doña Ana County,New Mexico,2.2,STACK Infrastructure,OpenAI,under construction,high,37.0,"https://datacenterindex.ai/projects"
  Berry Hill Megasite,Pittsylvania County,Virginia,2.0,Stack Infrastructure,null,proposed,watchlist,1.0,"https://powertracker.io/rankings"
  Dugway CyrusOne Campus,Tooele County,Utah,2.0,CyrusOne,null,proposed,watchlist,1.0,"https://powertracker.io/rankings"
  IREN Sweetwater,Sweetwater,Texas,2.0,IREN,NVIDIA,energized,high,81.0,"https://powertracker.io/rankings"
  Microsoft Pecos Campus,Pecos,Texas,2.0,Microsoft,Microsoft,announced,high,11.0,"https://mlq.ai/news/prometheus-plans-15gw-islanded-data-center-campus-in-pecos-texas-1"
  Quantum Frederick Campus,Frederick,Maryland,2.0,TPG Real Estate / Quantum Loophole,null,Under Construction,medium,3.0,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  xAI Colossus Memphis,Memphis,Tennessee,2.0,xAI,xAI,expanding,high,159.0,"https://datacenterindex.ai/projects"
  xAI Macrohardrr Southaven,Southaven,Mississippi,2.0,xAI,null,under construction,high,105.0,"https://powertracker.io/rankings"
  Digital Realty Project Bunkhouse,Stilesboro,Georgia,1.83,Digital Realty,null,announced,high,12.0,"https://datacenterindex.ai/projects"
  AWS Pennsylvania AI Campuses,Salem Township,Pennsylvania,1.8,Amazon Web Services,null,under construction,high,20.0,"https://datacenterindex.ai/projects"
  Joliet Technology Center,Joliet,Illinois,1.8,PowerHouse Data Centers,null,Planned,medium,3.0,"https://mlq.ai/data-centers?status=planned"
  Paducah American Energy Hub,McCracken County,Kentucky,1.8,Brookfield / NextEra Energy / U.S. DOE,null,Announced,high,123.0,"https://axis-intelligence.com/ai-data-center-tracker"
  PowerHouse Grand Prairie Campus,Grand Prairie,Texas,1.8,PowerHouse Data Centers / Provident,null,Under construction,medium,4.0,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Prometheus Hyperscale Casper,Natrona County,Wyoming,1.5,Prometheus Hyperscale,Spiritus,proposed,medium,3.0,"https://powertracker.io/rankings"
  Stargate Lordstown,Lordstown,Ohio,1.5,SoftBank,OpenAI,building,medium,9.0,"https://powertracker.io/rankings"
  Stargate Michigan,Saline Township,Michigan,1.4,Related Digital,OpenAI,Under construction,high,32.0,"https://datacenterindex.ai/projects"
  Vantage Frontier Campus,Shackelford County,Texas,1.4,Vantage Data Centers,OpenAI,under construction,high,138.0,"https://datacenterindex.ai/projects"
  AWS Mississippi AI Campus,Madison County,Mississippi,1.3,Amazon Web Services,null,Under Construction,high,17.0,"https://datacenterindex.ai/projects"
  Stargate Wisconsin Lighthouse,Port Washington,Wisconsin,1.3,Vantage Data Centers,OpenAI,planned,high,43.0,"https://datacenterindex.ai/projects"
  CloudBurst New Braunfels,San Marcos,Texas,1.2,CloudBurst Data Centers,CloudBurst Data Centers,Under construction,medium,7.0,"https://compute-atlas.com/states/texas"
  Google Fort Wayne,Fort Wayne,Indiana,1.2,Google,Google,under construction,medium,9.0,"https://datacenterindex.ai/projects"
  Nebius Highridge,Butler Township,Pennsylvania,1.2,Nebius Group,null,Planning,medium,6.0,"https://tracker.bepresearch.com/projects/project-rainier-new-carlisle"
  Nebius Independence,Independence,Missouri,1.2,Nebius,null,planning,watchlist,2.0,"https://mlq.ai/build-tracker"
  Stargate Abilene,Abilene,Texas,1.2,Crusoe,OpenAI,expanding,high,220.0,"https://datacenterindex.ai/projects"
  Stargate Milam County,Milam County,Texas,1.2,SB Energy,OpenAI,building,high,34.0,"https://datacenterindex.ai/projects"
  EdgeCore Louisa County Campus,Louisa County,Virginia,1.1,EdgeCore Digital Infrastructure,null,Planned,medium,4.0,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Meta Prometheus,New Albany,Ohio,1.1,Meta,Meta,Partially operational,high,99.0,"https://datacenterindex.ai/projects"
  AWS Richmond County Campus,Richmond County,North Carolina,1.0,Amazon Web Services,null,under construction,high,14.0,"https://datacenterindex.ai/projects"
  ECL TerraSite-TX1,Houston,Texas,1.0,ECL,Lambda,announced,high,71.0,"https://datacenterdynamics.com/en/news/ecl-says-it-will-build-a-1gw-hydrogen-powered-ai-data-center-in-texas-with-lambda-as-its-first-tenant"
  Goodnight Campus,Claude,Texas,1.0,Crusoe,null,under construction,high,14.0,"https://datacenterindex.ai/projects"
  Google Gemini Council Bluffs,Midwest (Iowa–Nebraska cluster),Iowa,1.0,Google,Google,Operational,high,10.0,"https://datacenterindex.ai/projects"
  Google Project Cannoli,Van Buren Township,Michigan,1.0,Panattoni Development Co.,Google,planned,high,64.0,"https://datacenterdynamics.com/en/news/google-confirms-1gw-data-center-campus-near-detroit-michigan-partners-with-dte-energy-on-27gw-power-generation"
  Hut 8 Beacon Point,Nueces County,Texas,1.0,Hut 8,null,fully commercialized,high,74.0,"https://axis-intelligence.com/ai-data-center-tracker"
  Hut 8 River Bend,West Feliciana Parish,Louisiana,1.0,Hut 8,Fluidstack,first phase of construction is underway,medium,4.0,"https://inkl.com/news/coatue-management-bought-9-72-million-shares-of-hut-8-in-q2-how-to-play-hut-stock-now"
  Lancium Childress Campus,Childress,Texas,1.0,Crusoe and Lancium,null,announced,high,94.0,"https://finance.yahoo.com/technology/ai/articles/crusoe-lancium-announce-1-0-140000671.html"
  Meta El Paso,El Paso,Texas,1.0,Meta,Meta,under construction,high,68.0,"https://datacentercompass.com/guides/list-of-us-data-centers-under-construction"
  Meta Project Domino,Lebanon,Indiana,1.0,Meta,Meta,announced,high,30.0,"https://datacenterindex.ai/projects"
  Muskie Data Campus,eastern Kentucky,Kentucky,1.0,TeraWulf,null,acquired,high,132.0,"https://datacenterdynamics.com/en/news/terawulf-acquires-site-in-kentucky-for-1gw-data-center-campus"
  Savannah River Site AI Campus,Savannah River Site,South Carolina,1.0,Amentum,null,exploring,medium,5.0,"https://activistpost.com/trump-calls-for-rapid-expansion-of-ai-data-centers-including-on-federal-lands"
notes[0]:

result set rfd436f604e1 · 55 rows

projectlocalitystatecapacity_gwbuilderai_customerstatusevidence_strengthsource_mentionssource_url
Project Matador / HyperGridAmarilloTexas11.0Fermi AmericaTensorWaveplannedhigh130.0https://datacenterdynamics.com/en/news/fermi-secures-natural-gas-pipeline-connection-for-up-to-11gw-data-center-project-in-amarillo-texas
PORTS Technology CampusPike CountyOhio10.0SB EnergyOpenAIannouncedhigh269.0https://stocktitan.net/sec-filings/NVDA/8-k-nvidia-corp-reports-material-event-657b0fdc5504.html
Stratos ProjectBox Elder CountyUtah9.0O'Leary DigitalMicrosoftapprovedhigh51.0https://powertracker.io/rankings
Monarch Compute CampusMason CountyWest Virginia8.0NscaleMicrosoftplannedhigh95.0https://datacenterdynamics.com/en/news/nscale-in-talks-to-acquire-8gw-monarch-compute-campus-in-west-virginia-report
Nexus Hubbard CampusHubbardOhio7.2Nexusnullunder constructionhigh10.0https://datacenterindex.ai/projects
Download all 55 rows · 19 KB
assistant

tool call · generate_html_report

{"brief":"User question, verbatim: “map every giant AI datacenter in the US, sized by gigawatts, and show who's building it”\n\nFinding: This is a best-effort census, as of 2026-08-31, of publicly announced physical US AI/HPC data-center campuses with ultimate site-level capacity of at least 1.0 GW. The researched shortlist contains 55 campuses across 23 states, totaling about 138.5 GW of announced ultimate capacity. This is nameplate/full-build capacity, not current simultaneous operating load; many sites are proposed, planned, announced, or under construction. Texas is the biggest concentration: 15 campuses totaling about 34.47 GW. The five largest announced campuses in the shortlist are Project Matador / HyperGrid (11 GW, Fermi America, Texas), PORTS Technology Campus (10 GW, SB Energy for OpenAI, Ohio), Stratos Project (9 GW, O’Leary Digital, Utah), Monarch Compute Campus (8 GW, Nscale for Microsoft, West Virginia), and Nexus Hubbard Campus (7.2 GW, Nexus, Ohio).\n\nrfd436f604e1 is the final campus-level dataset, one row per physical campus. It contains project name, locality, state, announced ultimate capacity in GW, builder/developer, named AI customer when public, current status, a source URL, and a qualitative evidence-strength field. Use all 55 rows.\n\nLead with ONE large, beautiful US bubble map. Geocode from locality plus state. Size each circle by capacity_gw using area-proportional sizing, label the largest projects, and color by status family (operational/expanding, building/under construction, announced/planned, proposed/exploring). Tooltips must show project, GW, builder, AI customer, locality/state, status, and evidence strength. Make overlapping clusters—especially Texas, Ohio, Pennsylvania, Wisconsin, Indiana, and the Memphis/Southaven area—easy to explore. Follow the map with a ranked table or lollipop chart of all 55 sites and a builder/customer view. Clearly distinguish the campus builder/developer from the AI customer/tenant.\n\nImportant caveats: “Giant” is operationalized as >=1 GW announced ultimate site capacity. This includes projects that may never reach full buildout and excludes portfolios spread across multiple locations, power plants without a sufficiently identified data-center campus, and sites with no public GW figure. Blank customer means undisclosed, not necessarily no tenant. Evidence strength is a research confidence heuristic based on corroboration in the scan; show watchlist/medium entries distinctly and avoid implying equal certainty. Some localities are county/parish-level, so map pins are approximate. Do not sum the capacities as near-term grid demand. Mention that announcements and capacities can change. Make the report polished, editorial, and map-first, with restrained colors and crisp typography.","result_set_ids":["rfd436f604e1"],"title":"America’s Gigawatt AI Data-Center Buildout","prev_report_token":null}