Evaluating LLMs as Interpretable Controllers for Dynamical Systems
Summary
This paper evaluates whether large language models can function as interpretable controllers for dynamical systems, specifically a thermal environment. It finds that high-complexity models like Qwen-3 14B and GPT-4o achieve accurate control and coherent reasoning, while smaller models struggle, highlighting opportunities for hybrid model-based and language-driven control strategies.
View Cached Full Text
Cached at: 07/28/26, 06:26 AM
# Evaluating LLMs as Interpretable Controllers for Dynamical Systems Source: [https://arxiv.org/abs/2607.22609](https://arxiv.org/abs/2607.22609) [View PDF](https://arxiv.org/pdf/2607.22609) > Abstract:Large Language Models \(LLMs\) are increasingly used for decision\-making and reasoning tasks, yet their potential as controllers for physical systems remains largely unexplored\. This work investigates whether LLMs can function as interpretable controllers for a dynamic thermal environment, examining their ability to follow setpoints, interpret natural\-language commands, reason about actuator effects, and incorporate prior model\-based knowledge\. Five LLMs of varying scales are evaluated under multiple scenarios, including settings with penalties on heater or fan usage and cases where the models have access to a physics\-based prediction tool\. The results show that control performance depends on model complexity: while low\- and mid\-scale models frequently misinterpret actuator dynamics or generate inconsistent reasoning, high\-complexity models such as Qwen\-3~14B and GPT\-4o achieve accurate temperature tracking, stable actuator usage, and coherent explanations aligned with physical principles\. Incorporating a physics\-based model significantly improves control smoothness and energy efficiency by enabling anticipatory decision\-making\. A detailed reasoning taxonomy further reveals a clear progression from causal misinterpretation in smaller models to cohesive and temporally aware reasoning in larger ones\. The findings demonstrate that LLMs can act as interpretable controllers when sufficiently capable and appropriately grounded in domain knowledge, highlighting promising opportunities for hybrid model\-based and language\-driven control strategies that can provide plausible explanations\. ## Submission history From: Adil Rasheed Professor \[[view email](https://arxiv.org/show-email/8a07570b/2607.22609)\] **\[v1\]**Sun, 14 Jun 2026 16:54:25 UTC \(3,182 KB\)
Similar Articles
Why We Need World Models for AGI: Where LLMs Fail and How World Models May Outperform
This paper argues that large language models struggle with causal reasoning and long-horizon planning due to a mismatch between sequence prediction and reasoning over latent environment dynamics, and introduces the Latent Dynamics Inference perspective along with the Flux environment to study these limitations.
Understanding Large Language Models
This chapter reviews current understanding of Large Language Models, discussing their Transformer architecture, emergent capabilities resembling human cognition, and debates about whether LLMs genuinely understand or merely simulate understanding.
Evaluating Large Language Models in a Complex Hidden Role Game
This paper introduces an open-source framework to evaluate LLMs' reasoning, persuasion, and deception capabilities in the hidden role game Secret Hitler, finding that current models fail at sustained multi-turn manipulation while rule-based agents outperform them.
Decomposing and Steering Functional Metacognition in Large Language Models
This research paper investigates functional metacognition in Large Language Models, demonstrating that internal states like evaluation awareness and self-assessed capability are linearly decodable from residual stream activations. The authors propose a mechanistic framework to steer these states, showing causal control over reasoning behaviors, verbosity, and safety responses.
When Do LLMs Reason? A Dynamical Systems View via Entropy Phase Transitions
This paper investigates when chain-of-thought reasoning is beneficial for LLMs, showing that early-stage entropy dynamics reliably indicate reasoning utility, and introduces EDRM, a lightweight, training-free framework that adaptively selects inference strategies to achieve significant token savings while maintaining or improving accuracy.