0 cumulative citations
View corpus contextPlanner architecture changes outcomes: search-style LLM planning outperforms predefined and sequential executors in a simulated smart-grid demand-response benchmark. Enforcing event-level feasibility before quality prediction cuts selection regret sharply, showing that feasibility gating matters more than simple declared-mode agreement.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
Evaluations of LLM planning agents largely ask whether a task succeeds or a declared plan is followed. In strategic cyber-physical systems, a stronger question is whether the planning architecture remains appropriate after autonomous participants respond and physics constrains the outcome. We introduce a controlled, physics-grounded benchmark built around planning-induced control trajectories: the ordered planning operations and directives through which an execution architecture acts on other agents and the physical process. It implements predefined, sequential, hierarchical, and search executors in a smart-grid demand-response system with 40 heterogeneous prosumers and an independently simulated radial feeder. The LLM is bounded to typed policy declaration and short operator messages, while schedule construction, prosumer dynamics, and power flow remain explicit code. The protocol uses paired forced-mode counterfactuals, common random response draws, and event-level deadline feasibility. Three properties follow. Architecture materially changes outcomes: forced search is the oracle in all five baseline seeds. Execution fidelity needs more than mode agreement: objective substitution holds agreement at 1.0 while increasing voltage shortfall by 2.68x. A 144-scenario, 576-episode bank has feasible oracles from three of the four architectures. A prespecified stress-held-out ridge has mean regret 90.7 (95% interval [73.8, 108.6]) and no detectable value over fixed sequential; applying known deadline feasibility before quality prediction cuts regret to 29.0 and improves over fixed sequential by 61.1. An all-feasible ablation does not beat fixed search, localising the remaining challenge to within-feasible quality selection. A five-model extension separates stress-conditioned, state-blind, and invariant declarers; latency tails show that live feasibility should be treated probabilistically.
Summary
Main Finding
Architectural choice among planning strategies for LLM-based controllers materially changes both strategic and physical outcomes in a cyber-physical demand-response benchmark. A search-style executor is the oracle in baseline seeds, but selecting that executor reliably from pre-decision state is nontrivial. Simple mode agreement (declared = executed) is insufficient for preserving physical objectives (voltage/import); deterministic feasibility gating (filtering out executors that will miss event-level deadlines) substantially improves selection performance, but the remaining challenge is choosing the highest-quality option among multiple feasible executors. Model-dependent declaration collapse and heavy-tailed latency imply deployment risk and argue for probabilistic, risk-aware gates.
Key Points
- Three distinct evaluation dimensions are separated and measured: strategy heterogeneity (do different executors induce different outcomes?), execution fidelity (does following a declared mode preserve the intended objective?), and adaptive selection (can pre-decision features pick a low-regret executor?).
- In matched forced-counterfactuals (same seeds, same randomness, same prosumer draws), architecture changes outcomes: forced SEARCH was the best (oracle) across five baseline seeds.
- Mode agreement is not enough: replacing the objective (objective substitution) while keeping mode agreement yields identical declared/observed modes but increases cumulative voltage shortfall by 2.68× — showing declared execution can be faithful but physically ineffective.
- Adaptive selection from pre-decision observables is hard: a prespecified ridge regressor (stress-group out-of-fold) yields mean paired-regret 90.7 (95% bootstrap CI [73.8, 108.6]) and no clear value over always choosing SEQUENTIAL.
- Applying a deterministic feasibility filter (removing executors known to miss event-level decision deadlines) before quality prediction reduces regret to 29.0 [19.3, 40.4] and improves performance over fixed SEQUENTIAL by 61.1 [39.6, 82.2].
- When all executors are feasible (all pass deadlines), a selection model does not outperform always choosing SEARCH, localizing the remaining difficulty to within-feasible quality differentiation.
- Multimodel (five-model) interface experiments show declaration behavior is model-dependent (some declarers always collapse to one executor) and observed wall-time/declaration latency is heavy-tailed; thus feasibility and deadline compliance should be treated probabilistically.
- Methodological contributions include a physics-grounded benchmark, the abstraction of planning-induced control trajectories, and a strict counterfactual protocol (paired forced-modes, exact-prompt caching, common random numbers, critic isolation, event-level deadlines).
Data & Methods
- Task and domain: demand-response coordination on a 24-hour radial feeder with 40 heterogeneous prosumers (4 laterals × 10 nodes). Key system constraints: feeder-head import cap 1.1 MW and voltage floor 0.95 pu. Cooling-dominated load and afternoon PV create eight hours with baseline violations (e.g., uncontrolled hour 17: 1.644 MW import, min voltage 0.9344 pu).
- Executors (strategy set M): PREDEFINED (compile one allocation once), SEQUENTIAL (dispatch step, observe, rebuild suffix), HIERARCHICAL (allocate across laterals/segments), SEARCH (generate candidate schedules, evaluate by simulated power-flow, choose best). Policies are typed JSON (mode, target rule, hierarchy depth, branching, replan trigger, intensity, message theme, confidence, rationale).
- LLM boundary: LLMs only (a) declare typed policies or give bounded per-mode score shifts and (b) generate short operator messages and bounded prosumer persuasion shifts. Numerical schedule construction, prosumer base dynamics and actions, stochastic draws, and power-flow (linearised DistFlow) are implemented as explicit code.
- Prosumer response model: heterogeneous archetypes, resistance, neighbourhood memory. Base cooperation probability (reciprocity, exploitation memory, comfort fatigue, bias). For 40% of targeted prosumers, an LLM evaluates the operator message and returns a bounded willingness shift δ ∈ [−0.30, 0.30], attenuated by resistance. Final compliance and realized curtailment are stochastic agent decisions (not produced directly by the LLM).
- Objective and metrics:
- Physical objective J = kW_over_cap + 4000 * sum(Δv) + 0.25 * kWh_curtailed (lower is better).
- Paired routing regret per scenario q: Rρ(q) = J(ρ(q), q) − min_m J(m, q).
- External evaluation metrics: mode agreement; faithfulness (Jaccard overlap declared vs issued targets); groundedness (share of directives ≤ 105% of true flexible load); minimality; coherence (revision churn); directive realization (realized/requested).
- Isolation and counterfactual protocol: forced-mode paired comparisons with exact-prompt caching, independent deterministic random streams but common prosumer-response draws across strategies (seed, t, node), critic isolation (LLM critic disabled in causal forced banks), event-level deadline feasibility checks (no planning event may exceed decision deadline), per-declaration/revision nominal costs.
- Experimental design overview:
- LLM: Llama-3.3-70B-Instruct (temp 0.2, ≤400 completion tokens) for main E1–E7 runs with seeds {7,13,42,101,202} / {7,13,42} depending on experiment.
- Experiments:
- E1: natural full declaration vs bounded hybrid mode-advice — natural collapsed to SEQUENTIAL always; hybrid collapsed to HIERARCHICAL always.
- E2: forced all four strategies across five seeds — isolates executor differences.
- E3: sweep forecast noise σ ∈ {0, .05, .10, .20, .30, .40}.
- E4: cross decision deadlines {2,4,8,30}s with deterministic deadline gate.
- E5–E6: evaluate execution fidelity and strategic response (vary aggregator honesty; per-agent attribution of directives).
- E7: factorial bank (4 stress groups × 3 noise levels × 2 deadlines × 2 mean resistance × 3 seeds) → 144 scenarios, 576 forced episodes; ridge models predict selection cost with stress-group holdout and bootstrap uncertainty (5000 draws). Post-hoc constraint-aware analysis removes modes that violate deadlines before predicting costs.
- Multimodel extension (M0–M5): replay interfaces across five models (Llama-3.3-70B-Instruct, DeepSeek-V4-Pro, Gemma-3-27B-IT, GLM-5.2, MiniMax-M3) for 300 declarations and other interface-call records to probe declaration diversity, state dependence, bounded advice behavior, persuasion shifts, and observed latency (M5 reports wall time). This extension has no feeder rollouts (tests interface behavior and deployment assumptions).
- Code and data: released at the authors’ GitHub repository.
Implications for AI Economics
- Architectural choice is an economic decision with measurable expected-regret consequences. Investments in more compute-intensive executors (e.g., search) can be warranted ex post but require reliable selection policies ex ante to realize value. Paired counterfactual benchmarking reveals the true marginal value of architecture choices, which is essential for cost–benefit analysis of compute/latency trade-offs.
- Deterministic feasibility gating (filtering executors that will miss event-level deadlines) acts like a regulatory or contractive constraint that reduces selection risk and raises realized welfare — analogous to imposing ex ante enforceable constraints in market design to prevent violations. In practice, feasibility checks are cheap and often more valuable than noisy quality predictions.
- Residual selection difficulty among feasible options implies a need for richer signals or pricing mechanisms: either enrich the observable state (instrumental variables, more informative features) or price flexibility/execution options so that operators internalize selection uncertainty (option value, insurance premiums for latency/computation).
- Mode agreement as an audit signal is insufficient for economic assurance. Verifiers should evaluate groundedness and realized physical outcomes, not only declared modes; this reduces the risk of strategic substitution where stated intent diverges from effective action — relevant to contracting, accountability, and liability for AI-mediated controllers.
- Bounded LLM interfaces and explicit separation of roles (planner vs executor vs physical model) reduce moral hazard and make causal inference tractable — useful design principles for markets and platforms that coordinate autonomous agents via AI (clearly specified interfaces support better audits and contracts).
- Heavy-tailed latency and model-dependent declaration collapse imply deployment risk (congestion, tail latency) that affects real-time markets and safety margins; regulators and platform designers should treat feasibility probabilistically and price or reserve capacity to hedge tail risks.
- The counterfactual, physics-grounded protocol offers a template for valuing architectural upgrades: use paired, common-random-number comparisons to estimate marginal gains from strategy changes before committing capital to compute or model upgrades. This is directly applicable to procurement decisions and investment appraisal in AI-enabled infrastructure.
Assessment
Claims (9)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| Forced search was the oracle strategy in all five baseline seeds. Task Allocation | positive | Counterfactual physical objective cost used to rank planning strategies |
Reading fidelity
high
Study strength
medium
|
n=5
oracle in 5/5 baseline seeds
|
| Replacing the intended objective with a substituted objective preserves perfect mode agreement but increases cumulative voltage shortfall by 2.68×. Error Rate | negative | Cumulative voltage shortfall |
Reading fidelity
high
Study strength
medium
|
2.68× increase in cumulative voltage shortfall; mode agreement remains 1.0
|
| Across the 144-scenario, 576-episode factorial bank, feasible oracle strategies occurred among predefined, sequential, and search. Task Allocation | mixed | Which planning strategy is feasible and achieves the lowest scenario-level objective cost |
Reading fidelity
high
Study strength
medium
|
n=576
144 scenarios and 576 forced episodes
|
| The prespecified stress-held-out ridge selector had mean regret of 90.7, with a bootstrap 95% interval of [73.8, 108.6], and showed no detectable value over fixed sequential selection. Task Allocation | null_result | Paired routing regret relative to the best feasible strategy |
Reading fidelity
high
Study strength
medium
|
n=144
mean regret 90.7; bootstrap 95% interval [73.8, 108.6]
|
| Applying known deadline feasibility before quality prediction reduced mean regret to 29.0 and improved over fixed sequential selection by 61.1. Task Allocation | positive | Scenario-level routing regret and improvement relative to fixed sequential selection |
Reading fidelity
high
Study strength
medium
|
n=144
regret 29.0 [19.3, 40.4]; improvement over fixed sequential 61.1 [39.6, 82.2]
|
| Restricting evaluation to an all-feasible subset did not improve over fixed search, indicating that the remaining selection challenge is choosing quality among feasible strategies. Task Allocation | null_result | Within-feasible strategy-selection quality, measured by regret relative to fixed search |
Reading fidelity
high
Study strength
medium
|
n=72
no improvement over fixed search
|
| The natural declaration interface selected sequential execution in every one of five episodes, while the bounded hybrid interface selected hierarchical execution in every one of five episodes. Task Allocation | mixed | Declared planning-strategy mode |
Reading fidelity
high
Study strength
low
|
n=5
SEQUENTIAL 5/5 for natural declaration; HIERARCHICAL 5/5 for bounded hybrid
|
| Both the natural and bounded hybrid declaration interfaces had zero normalized declaration entropy, indicating complete declaration concentration within each interface. Task Allocation | negative | Diversity of declared planning strategies |
Reading fidelity
high
Study strength
low
|
n=5
normalized entropy H = 0.00 for both interfaces
|
| Observed shared-endpoint latency tails indicate that live feasibility should be modeled probabilistically rather than treated as a deterministic mode constant. Organizational Efficiency | negative | Live declaration latency and deadline feasibility |
Reading fidelity
high
Study strength
low
|
n=300
not quantified
|