paper-with-me

홈 › Papers

Software Engineering for AI-driven Building Operation

2026-08-17 · Philipp Zech, Sascha Hammes, Johannes Weninger, Jürgen Pannosch, Gernot Steidl arxiv

Building operations are energy-inefficient. Artificial Intelligence (AI)-driven control systems promise benefits through optimization and predictive control, but deploying them in real buildings reveals a significant software engineering (SE) challenge. SE for AI practices assume digital environments where failures mean poor user experience. Buildings are different. A bad control decision wastes energy irreversibly, violates occupant comfort, or accelerates equipment wear. Although actual safety-critical failures are rare, as real building automation systems are inherently fault-tolerant, the physical and lasting nature of even minor failures fundamentally changes SE4AI requirements. Rooted in two interdisciplinary research projects in civil engineering and computer science that target the AI-driven optimization of building operations, we identify the missing perspectives in SE4AI that currently stymie the successful deployment of AI-based systems for building operations. We further share lessons learned and best practices, and discuss broader implications for engineering AI-driven building operations and cyber-physical systems more generally. Our work proposes a foundation for SE4AI in systems where failure has physical consequences - one the research agenda below will need to validate.

📄 PDF Abstract BibTeX arXiv:2608.16237

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoDev: Automated AI-Driven Development

2024-03-13 · Michele Tufano, Anisha Agarwal, Jinu Jang, Roshanak Zilouchian Moghaddam 외

The landscape of software development has witnessed a paradigm shift with the advent of AI-powered assistants, exemplified by GitHub Copilot. However, existing solutions are not leveraging all the potential capabilities …

Code GenerationHumanEval

Reasoning Beyond Prediction: From Data-Driven to Causal Software Engineering

2026-06-26 · Roberto Pietrantuono, Luca Giamattei, Stefano Russo arxiv

Software engineering is an intellectually demanding, creative discipline that juggles a web of interdependent tasks to design, build, and assure the quality of increasingly complex systems. As our expectations from softw…

Good Tools are Half the Work: Tool Usage in Deep Learning Projects

2023-10-29 · Evangelia Panourgia, Theodoros Plessas, Ilias Balampanis, Diomidis Spinellis

The rising popularity of deep learning (DL) methods and techniques has invigorated interest in the topic of SE4DL (Software Engineering for Deep Learning), the application of software engineering (SE) practices on deep l…

Deep Learning

Loosely-Structured Software: Engineering Context, Structure, and Evolution Entropy in Runtime-Rewired Multi-Agent Systems

2026-03-16 · Weihao Zhang, Yitong Zhou, Huanyu Qu, Hongyi Li arxiv

As LLM-based multi-agent systems (MAS) become more autonomous, their free-form interactions increasingly dominate system behavior. However, scaling the number of agents often amplifies context pressure, coordination erro…

Prompt-with-Me: in-IDE Structured Prompt Management for LLM-Driven Software Engineering

2025-09-21 · Ziyou Li, Agnia Sergeyuk, Maliheh Izadi arxiv

Large Language Models are transforming software engineering, yet prompt management in practice remains ad hoc, hindering reliability, reuse, and integration into industrial workflows. We present Prompt-with-Me, a practic…