Tag: Department of Energy

  • DOE Emergency Order for PJM Ahead of Heatwave Signals a Grid Under Strain

    DOE Emergency Order for PJM Ahead of Heatwave Signals a Grid Under Strain

    The US government has issued an emergency order covering PJM Interconnection — the largest electric grid operator in the United States — ahead of a heatwave expected to drive electricity demand toward the edge of available supply, Reuters reported on June 30, 2026. Emergency orders of this kind allow the Department of Energy to temporarily relax normal operating constraints so that generators can run at maximum output to keep the lights on.

    Executive Summary

    According to the Reuters report, federal authorities acted preemptively: the order was issued as the heatwave loomed, not after the grid had already buckled. That timing matters. Emergency authority — typically exercised under Section 202(c) of the Federal Power Act, which lets the Energy Secretary direct generators to operate notwithstanding permits or other limits — was historically reserved for rare, acute crises such as hurricanes or sudden plant failures.

    That such an intervention now precedes a forecastable summer weather event suggests the buffer between peak demand and available generation in PJM’s territory has grown uncomfortably thin. PJM coordinates power for roughly 65 million people across 13 states and the District of Columbia — including Northern Virginia, the densest data-center market on Earth — so an emergency footing on this grid is a material signal for the entire digital-infrastructure industry.

    When Emergency Powers Become Routine Tools

    An emergency order is, by design, an extraordinary instrument. It can authorize power plants to exceed environmental or operational limits, keep units scheduled for retirement running, and compel generation that market signals alone would not produce. Using it in anticipation of hot weather — one of the most predictable stresses a grid faces — indicates that ordinary market and reliability mechanisms are no longer producing enough headroom on their own. Similar orders were issued for PJM and other regions during heat events in prior summers, so the June 2026 action fits an emerging pattern rather than standing as a one-off.

    The pattern is the story. Each individual order is defensible as prudent risk management; a sequence of them amounts to the federal government repeatedly bridging a structural gap between demand growth and supply additions. That gap has causes on both sides of the ledger: large thermal plants retiring faster than replacement capacity comes online, interconnection queues that delay new generation for years, and demand rising after two decades of near-flat load.

    AI Load Growth Meets a Tightening Grid

    PJM sits at the center of the demand-growth debate because its footprint includes Northern Virginia’s ‘Data Center Alley,’ along with fast-growing campuses in Ohio, Pennsylvania, and Maryland. Grid planners across the country have sharply raised load forecasts, driven in large part by AI-oriented data centers, electrification, and new manufacturing. PJM’s own capacity auctions — the market that pays generators to be available during peaks — have cleared at record-high prices in recent cycles, a direct financial symptom of scarcity.

    A heatwave is where these abstractions become physical. Air-conditioning load peaks at exactly the moment thermal plants lose efficiency in the heat, and data-center cooling demand rises in parallel. When the margin for error narrows, operators lean on emergency tools. For the industry we cover, the lesson is blunt: electricity availability, not land or fiber, is now the binding constraint on digital-infrastructure growth in America’s largest power market.

    What It Means for Data-Center Operators and Their Customers

    For operators, recurring grid emergencies raise both operational and reputational stakes. Operationally, facilities in PJM territory should expect more frequent conservation appeals, demand-response calls, and scrutiny of backup-generation readiness during peak season. Reputationally, data centers are increasingly cast as the face of load growth; every emergency order sharpens public and regulatory questions about who pays for grid stress and whether large loads should be required to be curtailable or bring their own generation.

    The likely winners in this environment are firms that treat power as a first-class engineering problem: those with flexible-load capability, on-site or contracted generation, long-dated capacity positions, and sites in regions with genuine surplus. The exposed parties are speculative projects counting on grid interconnection timelines and power prices that no longer reflect reality. Utilities and generators in PJM, meanwhile, gain leverage — scarcity is lucrative for whoever owns dispatchable megawatts.

    Background

    PJM Interconnection, founded as a utility power pool in 1927, evolved into the largest competitive wholesale electricity market in the United States, coordinating generation and transmission across the Mid-Atlantic and parts of the Midwest. Its footprint includes Northern Virginia’s data-center corridor, which has made PJM the frontline grid for AI-era load growth. Section 202(c) of the Federal Power Act gives the Department of Energy authority to order emergency generation during grid crises — a power used sparingly for decades but invoked more frequently in recent years as plant retirements, slow interconnection of new resources, and surging demand forecasts have narrowed the system’s reserve margins.

    Source: US issues emergency order for PJM Interconnection as heatwave looms — Reuters report, June 30, 2026, on federal emergency action to shore up the largest US grid ahead of extreme heat.

  • Argonne Launches First Large-Scale AI Inference Service for Open Science

    Argonne Launches First Large-Scale AI Inference Service for Open Science

    Argonne National Laboratory announced on May 26, 2026 that it has launched what it describes as the first large-scale artificial intelligence inference service for open science. In plain terms, the U.S. Department of Energy lab is now operating a shared service that lets researchers run trained AI models on demand — the way commercial AI platforms serve their users — rather than reserving supercomputer time for each job.

    The announcement, published by Argonne (anl.gov), positions the service as a resource for the open-science community, the network of publicly funded researchers whose methods and results are meant to be broadly shared.

    Executive Summary

    The significance here is less about any single piece of hardware and more about an operating model crossing an institutional boundary. Hyperscalers — the large cloud and AI companies — long ago mastered inference serving: keeping trained models resident and answering requests in real time, at scale, for many simultaneous users. National laboratories, by contrast, have historically run batch systems, where scientists queue jobs and wait their turn. Argonne is now claiming a first: bringing that always-on, request-driven serving model to open science at large scale.

    If the service works as described, it changes the day-to-day texture of AI-assisted research. Scientists could embed model calls directly into instruments, workflows, and analysis pipelines instead of scheduling supercomputer allocations for every experiment. It also signals that DOE laboratories intend to be operators of AI infrastructure in their own right, not just consumers of commercial APIs — a stance with real implications for data governance, cost, and scientific reproducibility.

    The public announcement is short on specifics, however. As of the release date, key details — the hardware behind the service, which models it serves, who qualifies for access, and how capacity is allocated — are not spelled out in the source available to us, and we flag those gaps below.

    From Batch Queues to On-Demand Serving

    Supercomputing centers were built around a simple economic logic: the machine is the scarce asset, so users line up for it. Jobs are submitted to a scheduler, wait in a queue, run to completion, and release the hardware. That model suits training runs and simulations that take hours or days. It suits inference badly. Inference — using an already-trained model to answer a question, label an image, or steer an experiment — is bursty, latency-sensitive, and interactive. A researcher who wants a model’s answer in two seconds cannot wait two hours in a queue.

    Standing up a dedicated inference service means Argonne is carving out capacity that stays warm and answers requests continuously, which is a genuine architectural and operational departure for a national lab. It requires the disciplines hyperscalers developed over a decade: request routing, autoscaling, multi-tenancy, uptime engineering. The claim of being ‘first at large scale’ in the open-science context is Argonne’s framing, but the underlying shift it describes — labs adopting service-oriented AI operations — is real and consequential.

    Why Labs Want Their Own Inference Layer

    Commercial AI APIs already exist, so it is fair to ask why a national lab should run its own. Three answers are visible in the structure of the announcement. First, data governance: much scientific data is subject to policies that make shipping it to a commercial endpoint complicated or impossible, and an in-house service keeps sensitive or export-controlled data inside the fence. Second, cost and predictability: at the volumes scientific workflows can generate, metered commercial pricing becomes a research-budget problem, while a shared national resource spreads cost across the community. Third, reproducibility: open science depends on knowing exactly which model, at which version, produced a result — control that is easier to guarantee on infrastructure the community operates itself.

    The counterweight is that operating inference infrastructure well is hard, and commercial providers iterate faster than public procurement cycles. Whether a lab-run service can keep pace with frontier commercial offerings — in model quality, tooling, and reliability — is the open competitive question, and the release, as available to us, does not yet provide the evidence to judge it.

    The Infrastructure Signal: Inference Is Becoming a Baseload Workload

    For the data-center industry, the notable thing is what this says about demand. Training gets the headlines, but inference is the workload that persists after the training run ends — continuous, growing with adoption, and increasingly treated as critical infrastructure. When a national laboratory stands up dedicated large-scale inference capacity, it confirms that inference is no longer an afterthought riding on spare cycles; it is a planned, provisioned workload with its own power, cooling, and availability requirements.

    That has knock-on effects for everyone who builds and operates facilities. Inference favors sustained utilization and low-latency proximity to users and instruments, which shapes site selection and network design differently than training campuses do. Public-sector entrants also add a new class of buyer for accelerators and serving software — one whose requirements (openness, auditability, long service lifetimes) differ from the hyperscalers’. Vendors who can meet those requirements gain a market; those optimized purely for commercial serving economics may find the fit imperfect.

    Background

    Argonne National Laboratory, founded in 1946 and located outside Chicago, is one of the U.S. Department of Energy’s largest science and engineering research centers. Its Argonne Leadership Computing Facility provides supercomputing to researchers nationwide through peer-reviewed allocations, and in recent years the lab has been a focal point of DOE’s push into exascale computing and AI for science, including early testbeds for emerging AI accelerator hardware.

    That history matters because national labs have traditionally delivered computing as scheduled batch time on flagship machines. The move to an always-on inference service represents the research-computing world adopting the service-oriented operating model that commercial AI platforms pioneered — a shift several labs have discussed, and which Argonne now claims to be first to deliver at large scale for open science.

    Source: Argonne launches first large-scale AI inference service for open science — Argonne National Laboratory announcement (anl.gov), published May 26, 2026.

  • Clayco and Deep Atomic Team Up on DOE Nuclear-Powered Data Center Proposal

    Clayco and Deep Atomic Team Up on DOE Nuclear-Powered Data Center Proposal

    Construction giant Clayco has partnered with reactor startup Deep Atomic on a proposal to the U.S. Department of Energy (DOE) for a nuclear-powered data center, according to a May 20, 2026 report from Engineering News-Record. The move pairs one of the country’s large design-build contractors with a small modular reactor (SMR) developer whose technology is aimed specifically at powering data centers.

    The report identifies a proposal — not an award, site, or construction start — so the announcement marks an early but concrete step: a credible builder and a reactor designer jointly putting a nuclear-powered data center concept in front of the federal government.

    Executive Summary

    According to Engineering News-Record, Clayco — a Chicago-based design-build firm with a substantial mission-critical construction practice — has joined forces with Deep Atomic, a startup developing a compact nuclear reactor tailored to data center loads, to submit a proposal to the Department of Energy for a nuclear-powered data center. The headline fact is the pairing itself: nuclear-for-data-centers announcements have often come from technology companies or utilities, while this one comes from the firms that would actually have to design and build such a facility.

    Why it matters: the data center industry’s central constraint has shifted from land and fiber to electric power, and small modular reactors are the most-discussed long-term answer to delivering firm, carbon-free electricity next to compute. Most SMR-plus-data-center concepts to date have lived in slide decks and memoranda of understanding. A joint proposal from a constructor and a reactor designer, aimed at a DOE process, moves the idea toward the engineering and procurement questions — constructability, integration, cost — that will ultimately decide whether it happens.

    That said, the source is thin. It confirms a partnership and a proposal, and little else. Capacity, siting, financing, licensing path, and timeline are all unstated, and a proposal to DOE carries no guarantee of selection or funding.

    Why a Builder and a Reactor Startup Need Each Other

    Nuclear power’s historical weakness in the West has rarely been the physics; it has been construction — schedule overruns and cost escalation on complex, first-of-a-kind projects. Small modular reactors are designed to counter that by shrinking reactor units to sizes that can be substantially factory-fabricated and repeated. But someone still has to integrate a reactor building, a data hall, cooling systems, and site infrastructure into one deliverable project. That is design-build territory, and it explains why a reactor startup would want a partner like Clayco, which brings large-scale industrial and mission-critical construction experience, early in the process rather than after a design is frozen.

    The logic runs the other way too. Data center builders face a future in which winning work may depend on solving the power problem, not just the concrete-and-steel problem. A contractor that can credibly offer a generation-integrated campus — where the power plant and the data center are engineered together — is positioning for where the market appears to be heading. For Deep Atomic, which has publicly positioned its compact reactor concept as purpose-built for data center loads, a constructor partner converts a design pitch into something closer to a buildable offering.

    The DOE’s Role: Catalyst, Landlord, or First Customer?

    The proposal’s destination is as notable as its authors. Over the past two years, federal energy policy has moved aggressively to accelerate advanced nuclear — including efforts to open federally controlled sites to data center and reactor development and to create faster pathways for demonstration reactors. A DOE proposal process gives early-stage nuclear-data-center concepts things the private market struggles to provide: potential site access, a structured evaluation, and a federal counterparty whose involvement can de-risk later private financing.

    The report does not say which DOE program or solicitation the proposal targets, and that distinction matters enormously. A demonstration award with site access and cost-share is a very different outcome from an unsolicited concept paper. Until the specific mechanism is known, the fair reading is that Clayco and Deep Atomic are working to be in the room when federal support for nuclear-powered compute is allocated — a rational move, but one whose value depends entirely on selection decisions that have not been reported.

    The Economics of Putting Reactors Next to Racks

    The commercial case for nuclear-powered data centers rests on one structural problem: interconnection. In many U.S. markets, new large loads face multi-year waits for grid connections and transmission upgrades, while AI training campuses are being planned in the hundreds of megawatts. On-site generation — ‘behind the meter,’ meaning power produced and consumed without traversing the public grid — offers a path around that queue, and nuclear is the only mature carbon-free technology that runs around the clock regardless of weather.

    The counterweights are cost and time. No SMR has yet been built and operated commercially in the United States, so the true delivered cost of SMR electricity is unproven, and licensing a new reactor design — through the Nuclear Regulatory Commission or an alternative federal authorization route — is measured in years. Data center operators deciding today between a gas turbine they can procure now and a reactor that might energize early next decade face a genuine tension between speed and long-term positioning. Proposals like this one are, in effect, bids to compress that timeline with federal help.

    A Proposal Is Not a Power Plant

    It is worth being clear-eyed about where this sits on the maturity curve. The industry has seen a wave of nuclear-data-center announcements — utility partnerships, hyperscaler power purchase agreements, reactor-restart deals — and the distance between announcement and operating megawatts remains long everywhere. A proposal is the earliest rung: no reported site, no reported customer, no reported financing, no reported regulatory filing.

    What distinguishes this step is who took it. Constructors are economically conservative actors; they commit engineering resources to pursuits they believe can become projects. Clayco’s participation is a market signal that at least one major builder judges nuclear-powered data centers worth real pursuit cost. Whether that judgment is vindicated depends on the questions the announcement leaves open — which are, for now, most of the important ones.

    Background

    Data center power demand has surged with AI training and inference workloads, colliding with congested grids and multi-year interconnection queues across major U.S. markets. That collision revived commercial interest in nuclear power: recent years have seen technology companies sign power purchase agreements with SMR developers, back reactor restarts, and lobby for faster licensing, while federal policy moved to open government sites and demonstration pathways for advanced reactors and AI infrastructure.

    Clayco is an established Chicago-based design-build contractor active in industrial and mission-critical construction. Deep Atomic is a newer entrant among the dozens of SMR developers worldwide, notable for designing its compact reactor concept specifically around data center power and cooling needs rather than adapting a general-purpose utility reactor. Their joint DOE proposal, reported by Engineering News-Record in May 2026, is an early test of whether the nuclear-data-center thesis can move from agreements-in-principle toward engineered, federally supported projects.

    Source: Clayco Partners With Deep Atomic for DOE Nuclear-Powered Data Center Proposal — Engineering News-Record report, May 20, 2026, on the firms’ joint proposal to the U.S. Department of Energy.