NeFut Logo NeFut
Admin Login

[CS.AI] SolarChain-Eval: A Physics-Constrained Benchmark for Trustworthy Economic Agents

Published at: 2026-07-10 22:00 Last updated: 2026-07-13 08:39
#algorithm #AI #Open Source

Abstract

As agentic AI systems are increasingly applied to cyber-physical environments, their evaluation requires assessment of both task performance and trustworthiness. In decentralized energy markets, autonomous agents may improve market utility, but may also exploit invalid physical data, create artificial liquidity, and produce unstable governance decisions. Therefore, we propose SolarChain-Eval, a physics-constrained benchmark for evaluating trustworthy economic agents.

SolarChain-Eval formulates market governance as a Gymnasium-compatible Markov Decision Process, where agents make hourly decisions. It evaluates each policy across multiple dimensions, including market utility, physical safety, slippage, action smoothness, spatial fairness, and auditability.

To support agentic evaluation, SolarChain-Eval incorporates an LLM-based Planner/Auditor layer. The Planner defines episode-level action bounds and audit rules, while the Auditor reviews and revises high-risk actions. All interventions are recorded through structured logs, including trigger signals, proposed actions, revised actions, and audit rationales.

Experiments with static, random, myopic, RL, and RL+LLM policies reveal a clear utility-safety trade-off. RL agents improve market utility but can still produce unsafe behavior. When the physics penalty is removed, reward-maximizing agents exploit invalid generation and increase artificial liquidity. The LLM Planner/Auditor improves auditability and mitigates selected risks, but it cannot fully compensate for a misspecified reward function. These results indicate that trustworthy agentic AI evaluation requires both physical constraints and transparent intervention traces.

We release data and code as open access on GitHub for replicability.

Blogger's Review: This research highlights the complexities of achieving trustworthy agents in decentralized economies, emphasizing the need for physical constraints and transparent auditing. By providing this framework, the authors not only advance technological progress but also offer empirical evidence for policy-making in future intelligent agent systems.

Original Source: https://arxiv.org/abs/2607.08681

[h] Back to Home