Prompting for Performance: Exploring LLMs for Configuring Software
Spieker, Helge, Matricon, Théo, Belmecheri, Nassim, Betten, Jørn Eirik, Lyan, Gauthier Le Bartz, Borges, Heraldo, Mazouni, Quentin, Gross, Dennis, Gotlieb, Arnaud, Acher, Mathieu
–arXiv.org Artificial Intelligence
Abstract--Software systems usually provide numerous configuration options that can affect performance metrics such as execution time, memory usage, binary size, or bitrate. On the one hand, making informed decisions is challenging and requires domain expertise in options and their combinations. On the other hand, machine learning techniques can search vast configuration spaces, but with a high computational cost, since concrete executions of numerous configurations are required. In this exploratory study, we investigate whether large language models (LLMs) can assist in performance-oriented software configuration through prompts. We evaluate several LLMs on tasks including identifying relevant options, ranking configurations, and recommending performant configurations across various configurable systems, such as compilers, video encoders, and SA T solvers. Our preliminary results reveal both positive abilities and notable limitations: depending on the task and systems, LLMs can well align with expert knowledge, whereas hallucinations or superficial reasoning can emerge in other cases. These findings represent a first step toward systematic evaluations and the design of LLM-based solutions to assist with software configuration. Modern software systems (e.g., compilers, databases, ML pipelines) expose many configuration options impacting performance trade-offs like latency or memory usage. Identifying performant configurations and key options is challenging due to combinatorial configuration spaces and complex, non-linear interactions, making analytical reasoning impractical [1]. ML-based approaches [2]-[6], especially predictive models [7], [8], assist in configuration but require empirical performance data.
arXiv.org Artificial Intelligence
Sep-24-2025