The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests About 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Training LLMs during renewable curtailment windows can sharply reduce operational emissions: a three-site prototype cut emissions to about 5–12% of single-site training while maintaining model quality, suggesting cheaper, cleaner pretraining is feasible if curtailment access and scheduling are available.

Distributed LLM Pretraining During Renewable Curtailment Windows: A Feasibility Study
Philipp Wiesner, Soeren Becker, Brett Cornick, Dominik Scheinert, Alexander Acker, Odej Kao · February 26, 2026
arxiv descriptive low evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Philipp Wiesner unresolved corpus identity
  2. Soeren Becker unresolved corpus identity
  3. Brett Cornick unresolved corpus identity
  4. Dominik Scheinert unresolved corpus identity
  5. Alexander Acker unresolved corpus identity
  6. Odej Kao unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Philipp Wiesner provider ID
  2. Soeren Becker provider ID
  3. Brett Cornick provider ID
  4. Dominik Scheinert provider ID
  5. Alexander Acker provider ID
  6. Odej Kao provider ID
A curtailment-aware geo-distributed training system can preserve model quality while cutting operational emissions to roughly 5–12% of a single-site baseline in a three-cluster, 561M-parameter prototype using real-world marginal carbon intensity traces.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Training large language models (LLMs) requires substantial compute and energy. At the same time, renewable energy sources regularly produce more electricity than the grid can absorb, leading to curtailment, the deliberate reduction of clean generation that would otherwise go to waste. These periods represent an opportunity: if training is aligned with curtailment windows, LLMs can be pretrained using electricity that is both clean and cheap. This technical report presents a system that performs full-parameter LLM training across geo-distributed GPU clusters during regional curtailment windows, elastically switching between local single-site training and federated multi-site synchronization as sites become available or unavailable. Our prototype trains a 561M-parameter transformer model across three clusters using the Flower federated learning framework, with curtailment periods derived from real-world marginal carbon intensity traces. Preliminary results show that curtailment-aware scheduling preserves training quality while reducing operational emissions to 5-12% of single-site baselines.

Summary

Main Finding

Training full-parameter LLMs opportunistically during renewable curtailment windows is operationally feasible: a reactive, elastic federated system can preserve model quality while shifting almost all energy use into low-carbon windows and cutting operational emissions to roughly 5–12% of single-site baselines.

Key Points

  • Prototype system trains a 561M-parameter transformer (nanochat d20) on 12.8B tokens across geographically distributed clusters that are only active during regional curtailment windows.
  • Curtailment signal: WattTime marginal operating emissions rate; a region is considered "curtailed" when marginal emissions < 100 gCO2/kWh.
  • Execution modes:
    • 0 active sites: suspend training.
    • 1 active site: continue uninterrupted local training (no sync overhead).
    • ≥2 active sites: federated mode with periodic work-weighted FedAvg aggregation.
  • Elastic membership and hysteresis: provisioning triggered after τ↑ (used in experiment τ↑ = 10 s); deprovisioning after τ↓ (used τ↓ = 10 min) to avoid oscillations from short signal fluctuations.
  • Round sizing: wall-clock rounds (Δround = 600 s / 10 min in prototype) rather than fixed local step counts to handle heterogeneous join/leave timing.
  • Implementation: Exalsius control plane for provisioning, Flower federated-learning framework with a custom Kubernetes operator, gRPC communication, Redis pub/sub for control.
  • Aggregation and provisioning overhead: ~115 s non-training per aggregation round (≈60 s serialize/comm + ≈55 s DDP setup/teardown). At Δround = 600 s this gives about 80% compute utilization.
  • Data management: pre-tokenized fixed-size shards, coordinator-maintained progress vector p, round-robin (progress-weighted) shard assignment; sites return updated model and shard progress.

Data & Methods

  • Model and data:
    • Model: nanochat d20 (20-layer transformer, 561M parameters).
    • Training corpus: FineWebEdu-100B subset, 12.8B tokens.
  • Infrastructure:
    • Three geographically distributed GPU clusters; each site: 4 × NVIDIA A100.
    • Regions selected for frequent curtailment: CA ISO Northern, SPP North Texas, South Australia, Germany (Germany had no curtailment during the trace; effective run used three sites).
  • Curtailment signal & replay:
    • WattTime marginal emissions traces starting 2026-01-11 17:00 UTC.
    • Controlled replay via Vessim to reproduce site availability over time.
  • Federated aggregation:
    • Work-weighted FedAvg: global θ = Σs∈A bs θs / Σk∈A bk, where bs = batches processed by site s in the round.
  • Evaluation metrics reported:
    • Wall-clock runtime, best train perplexity, total energy consumption (kWh), fraction of energy consumed during curtailment, and operational emissions computed by multiplying site energy by WattTime marginal emissions rates.
  • Key quantitative results (prototype run):
    • Runtime: centralized single-site 17.8 h; 2-site continuous FL 11.1 h; curtailment-aware 14.6 h.
    • Best train perplexity (reported in table): centralized 14.7; 2-site FL 15.2; curtailment-aware 14.6.
    • Energy consumption: centralized 36.0 kWh; 2-site FL 36.1 kWh; curtailment-aware 37.7 kWh (slight increase due to provisioning/wall-clock overhead).
    • Curtailment utilization: curtailment-aware run used 97% of its energy during curtailment windows.
    • Operational emissions: single-region runs 11.4–27.1 kgCO2; curtailment-aware run 1.38 kgCO2 (≈5–12% of single-region baselines).

Implications for AI Economics

  • Direct operational cost and carbon benefits:
    • Shifting training into curtailment windows leverages otherwise-wasted, low-cost renewable energy; this can substantially reduce marginal emissions and electricity costs per kWh used for training.
    • Prototype shows large proportional emissions reductions (≈88–95%), though absolute energy consumption for the job did not materially decrease.
  • Workload design and market opportunities:
    • AI workloads with flexible timing and large compute budgets (pretraining, periodic refreshes, large-scale generation tasks, some RL workloads) are prime candidates to monetize curtailment windows.
    • Providers can offer discounted, low-carbon compute products tied to curtailment availability; this creates a market differentiation for "green compute".
  • Incentives and location decisions:
    • Economic incentives rise for colocating datacenters near regions with frequent curtailment (or building flexible capacity there) to capture cheap surplus renewables.
    • Conversely, substantial elastic demand during curtailment could reduce curtailment levels and affect local prices; the interaction with electricity markets needs careful modeling.
  • Cost–benefit tradeoffs & operational constraints:
    • Provisioning and synchronization overheads (state transfer, optimizer warm-up, DDP setup) impose nontrivial fixed costs; the economic value of curtailment-aware scheduling depends on window length distribution, forecast accuracy, and provisioning latency.
    • Waiting for curtailment can increase wall-clock time; economic analyses must trade energy-price/carbon savings against delayed time-to-result (opportunity cost).
  • Policy and market considerations:
    • If demand-side flexibility like this becomes widespread, grid operators and regulators may need to adapt market designs (e.g., time-varying tariffs, incentives for flexible loads, treatment of curtailed energy contracts).
    • Measurement/verification standards (e.g., what counts as "curtailed" or "marginally low-carbon") are important for carbon accounting and product claims.
  • Future research & modelling needs for AI economics:
    • Macro-scale models quantifying how aggregated flexible AI demand affects curtailment rates, local prices, and generator dispatch.
    • Detailed cost models incorporating provisioning costs, bandwidth, staff/ops, model transfer, and potential revenue from selling flexibility into capacity or ancillary-service markets.
    • Optimization frameworks that jointly schedule compute across time/space given probabilistic curtailment forecasts, spot prices, and SLA constraints.
    • Assessment of scaling behavior: larger models (≥7B) incur higher synchronization overhead—economic feasibility may change with model size and communication costs.

Limitations to keep in mind - Prototype on a small (561M) model and three sites—results may not generalize to very large models or many more, geographically dispersed sites where synchronization and state transfer costs grow. - The experiment used selected regions with frequent curtailment (an optimistic case). Real-world benefits hinge on geography, seasonality, and forecast quality. - Curtailment utilization reduces marginal emissions but does not reduce total energy consumed for the training job; net system-level emissions impacts depend on wider grid responses to flexible demand.

Repository and artifacts - Prototype and scripts: https://github.com/exalsius/curtail-llm (authors’ implementation and replay setup).

Assessment

Paper Typedescriptive Evidence Strengthlow — Results come from a small-scale prototype (561M-parameter model across three clusters) with preliminary experiments and no causal identification, statistical tests, or large-scale replication; emissions reductions are promising but not demonstrated at production scale or across diverse grid conditions. Methods Rigormedium — The authors implemented a realistic systems prototype using an existing federated-learning framework and real-world marginal carbon intensity traces, and they compare to single-site baselines; however, evaluation is limited in scale (one model size, three sites), lacks detailed ablation studies, sensitivity analyses, and full accounting of costs/latency/convergence impacts. SamplePrototype implementation training a 561M-parameter transformer across three geo-distributed GPU clusters using the Flower federated learning framework; curtailment windows derived from historical/real-world marginal carbon intensity traces; comparisons against single-site training baselines; details on hardware, network bandwidth, and workload diversity are limited in the report. Themesadoption innovation GeneralizabilitySmall model size (561M) — results may not scale to billion-parameter models where communication and synchronization costs differ, Experiment limited to three clusters and specific regional curtailment traces — other regions/grids may have different curtailment patterns, Prototype-level implementation may not capture operational complexities (network congestion, heterogeneous hardware, spot instance unreliability), Emissions/cost accounting may omit upstream/downstream factors (e.g., embodied emissions, data-center PUE, grid transactions), Assumes predictable, repeatable curtailment windows and access rights to curtailed energy that may not be available in many markets, Potential trade-offs in wall-clock training time, model convergence speed, and engineering overhead are not fully quantified

Claims (7)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Training large language models (LLMs) requires substantial compute and energy. Other positive compute and energy consumption for LLM training
Reading fidelity high
Study strength medium
not reported
0.18
Renewable energy sources regularly produce more electricity than the grid can absorb, leading to curtailment (deliberate reduction of clean generation that would otherwise go to waste). Other positive occurrence of renewable curtailment (excess generation relative to grid absorption)
Reading fidelity high
Study strength medium
not reported
0.18
If training is aligned with curtailment windows, LLMs can be pretrained using electricity that is both clean and cheap. Organizational Efficiency positive clean and low-cost electricity consumption for model pretraining
Reading fidelity high
Study strength speculative
not reported
0.03
This technical report presents a system that performs full-parameter LLM training across geo-distributed GPU clusters during regional curtailment windows, elastically switching between local single-site training and federated multi-site synchronization as sites become available or unavailable. Other positive ability to perform full-parameter LLM training across geo-distributed clusters with elastic switching
Reading fidelity high
Study strength medium
not reported
0.18
Our prototype trains a 561M-parameter transformer model across three clusters using the Flower federated learning framework, with curtailment periods derived from real-world marginal carbon intensity traces. Other positive demonstration of prototype training (model parameters trained across clusters)
Reading fidelity high
Study strength high
n=3
0.3
Preliminary results show that curtailment-aware scheduling preserves training quality. Output Quality null_result training quality (model performance / convergence)
Reading fidelity high
Study strength medium
not reported
0.18
Preliminary results show that curtailment-aware scheduling reduces operational emissions to 5–12% of single-site baselines. Organizational Efficiency negative operational emissions from model training
Reading fidelity high
Study strength medium
n=3
5-12% of single-site baselines
0.18

Notes