Goto

Collaborating Authors

 Energy


The (R)evolution of Scientific Workflows in the Agentic AI Era: Towards Autonomous Science

arXiv.org Artificial Intelligence

Modern scientific discovery increasingly requires coordinating distributed facilities and heterogeneous resources, forcing researchers to act as manual workflow coordinators rather than scientists. Advances in AI leading to AI agents show exciting new opportunities that can accelerate scientific discovery by providing intelligence as a component in the ecosystem. However, it is unclear how this new capability would materialize and integrate in the real world. To address this, we propose a conceptual framework where workflows evolve along two dimensions which are intelligence (from static to intelligent) and composition (from single to swarm) to chart an evolutionary path from current workflow management systems to fully autonomous, distributed scientific laboratories. With these trajectories in mind, we present an architectural blueprint that can help the community take the next steps towards harnessing the opportunities in autonomous science with the potential for 100x discovery acceleration and transformational scientific workflows.


A Modular and Multimodal Generative AI Framework for Urban Building Energy Data: Generating Synthetic Homes

arXiv.org Artificial Intelligence

Computational models have emerged as powerful tools for energy modeling research, touting scalability and quantitative results. However, these models require a plethora of data, some of which is inaccessible, expensive, or raises privacy concerns. We introduce a modular multimodal framework to produce this data from publicly accessible residential information and images using generative artificial intelligence (AI). Additionally, we provide a pipeline demonstrating this framework, and we evaluate its generative AI components. Our experiments show that our framework's use of AI avoids common issues with generative models. Our framework produces realistic, labeled data. By reducing dependence on costly or restricted data sources, we pave a path towards more accessible and reproducible research.


Adaptive Rainfall Forecasting from Multiple Geographical Models Using Matrix Profile and Ensemble Learning

arXiv.org Artificial Intelligence

Rainfall forecasting in Vietnam is highly challenging due to its diverse climatic conditions and strong geographical variability across river basins, yet accurate and reliable forecasts are vital for flood management, hydropower operation, and disaster preparedness. In this work, we propose a Matrix Profile-based Weighted Ensemble (MPWE), a regime-switching framework that dynamically captures covariant dependencies among multiple geographical model forecasts while incorporating redundancy-aware weighting to balance contributions across models. We evaluate MPWE using rainfall forecasts from eight major basins in Vietnam, spanning five forecast horizons (1 hour and accumulated rainfall over 12, 24, 48, 72, and 84 hours). Experimental results show that MPWE consistently achieves lower mean and standard deviation of prediction errors compared to geographical models and ensemble baselines, demonstrating both improved accuracy and stability across basins and horizons.


Imposing AI: Deceptive design patterns against sustainability

arXiv.org Artificial Intelligence

Generative AI is being massively deployed in digital services, at a scale that will result in significant environmental harm. We document how tech companies are transforming established user interfaces to impose AI use and show how and to what extent these strategies fit within established deceptive pattern categories. We identify two main design strategies that are implemented to impose AI use in both personal and professional contexts: imposing AI features in interfaces at the expense of existing non-AI features and promoting narratives about AI that make it harder to resist using it. We discuss opportunities for regulating the imposed adoption of AI features, which would inevitably lead to negative environmental effects.


Ukraine targets key Russian oil refinery as Moscow tests hypersonic missile

Al Jazeera

How is Russia replenishing its military? What is a'coalition of the willing'? How China forgot promises and'debts' to Ukraine How are Europe, the US pulling apart on Ukraine? Russia and Ukraine have been engaging in major aerial battles, targeting energy and transportation infrastructure, as Moscow presses its fierce ground assault in the Ukrainian east in the war's fourth year and tests a type of hypersonic weapon. Russia's Ministry of Defence announced on Sunday that its air defences shot down 361 drones, four guided aerial bombs, and rockets from a US-made high mobility artillery rocket system (HIMARS) overnight.


Yellowstone employees recover over 300 hats from hydrothermal areas

Popular Science

Be sure to hold on to your hats (and pizza) when near a boiling hot vent. Breakthroughs, discoveries, and DIY tips sent every weekday. No, it's your hat, ripped off your head by a gust of wind, spiraling off into the unknown. It's happened to the best of us. The only thing left to do is purchase another one before your face gets sunburnt .


Big Businesses Are Doing Carbon Dioxide Removal All Wrong

WIRED

The technology is needed to limit global warming. But corporations are supporting it in lieu of reducing emissions. Achieving net-zero greenhouse gas emissions by 2050 will require removing carbon dioxide from the atmosphere, according to the Intergovernmental Panel on Climate Change, the world's foremost authority on the topic. But only some types of carbon removal are actually effective--and these are largely not the kind that major companies are investing in. A new report from the NewClimate Institute, a European think tank, finds that 35 of the world's biggest businesses are leaning on short-term tree-planting and other forms of "nondurable" carbon removal in order to say they've neutralized some of their climate pollution.


Ukraine strikes key Russian oil terminal in massive drone attack

BBC News

Ukraine has struck Russia's largest oil terminal on the Baltic Sea during one of its biggest overnight drone attacks in months. The aerial assault targeted the Primorsk oil port in the Leningrad region, the final station of the Baltic Pipeline System and a crucial hub for Russia's maritime exports, Ukraine's security services told multiple outlets. More than half of the 221 drones sent to Russian territory were intercepted over the Bryansk and Smolensk regions, where Lukoil facilities were also reportedly targeted, the Russian defence ministry said. Meanwhile, officials said two civilians were killed in Ukraine's Sumy region when a Russian glide bomb struck a village near the border. Authorities in the Leningrad region said 28 drones were brought down and that a fire had broken out at a vessel and a pumping station in Primorsk.


LLM-Driven Adaptive 6G-Ready Wireless Body Area Networks: Survey and Framework

arXiv.org Artificial Intelligence

--Wireless Body Area Networks (WBANs) enable continuous monitoring of physiological signals for applications ranging from chronic disease management to emergency response. Recent advances in 6G communications, post-quantum cryptography, and energy harvesting have the potential to enhance WBAN performance. However, integrating these technologies into a unified, adaptive system remains a challenge. We propose a novel Large Language Model-driven adaptive WBAN framework in which a Large Language Model acts as a cognitive control plane, coordinating routing, physical layer selection, micro-energy harvesting, and post-quantum security in real time. Our review highlights the limitations of current heuristic-based designs and outlines a research agenda for resource-constrained, 6G-ready medical systems. This approach aims to enable ultra-reliable, secure, and self-optimizing WBANs for next-generation mobile health applications.


Harmonia: A Multi-Agent Reinforcement Learning Approach to Data Placement and Migration in Hybrid Storage Systems

arXiv.org Artificial Intelligence

Hybrid storage systems (HSS) integrate multiple storage devices with diverse characteristics to deliver high performance and capacity at low cost. The performance of an HSS highly depends on the effectiveness of two key policies: (1) the data-placement policy, which determines the best-fit storage device for incoming data, and (2) the data-migration policy, which dynamically rearranges stored data (i.e., prefetches hot data and evicts cold data) across the devices to sustain high HSS performance. Prior works optimize either data placement or data migration in isolation, which leads to suboptimal HSS performance. Unfortunately, no prior work tries to optimize both policies together. Our goal is to design a holistic data-management technique that optimizes both data-placement and data-migration policies to fully exploit the potential of an HSS, and thus significantly improve system performance. We propose Harmonia, a multi-agent reinforcement learning (RL)-based data-management technique that employs two lightweight autonomous RL agents, a data-placement agent and a data-migration agent, that adapt their policies for the current workload and HSS configuration while coordinating with each other to improve overall HSS performance. We evaluate Harmonia on real HSS configurations with up to four heterogeneous storage devices and seventeen data-intensive workloads. On performance-optimized (cost-optimized) HSS with two storage devices, Harmonia outperforms the best-performing prior approach by 49.5% (31.7%) on average. On an HSS with three (four) devices, Harmonia outperforms the best-performing prior work by 37.0% (42.0%) on average. Harmonia's performance benefits come with low latency (240ns for inference) and storage overheads (206 KiB in DRAM for both RL agents combined). We will open-source Harmonia's implementation to aid future research on HSS.