The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Planner 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.

Strategic Evaluation of Planning Strategies for LLM Agents in Cyber-Physical Systems
J. de Curtò, I. de Zarzà · August 04, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. J. de Curtò unresolved corpus identity
  2. I. de Zarzà unresolved corpus identity

Semantic Scholar

Latest observation:

  1. J. Curtò provider ID
  2. I. D. Zarzà provider ID
In a controlled, physics-grounded smart-grid simulation, the choice of LLM planning architecture materially alters physical outcomes—search-based executors are oracle-best in baseline seeds—and naive mode agreement does not guarantee physically useful actions, while constraint-aware selection reduces scenario regret substantially.

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

Paper Typedescriptive Evidence Strengthmedium — The study uses carefully controlled, repeatable simulation experiments with multiple seeds, a factorial scenario bank, and rigorous paired counterfactuals that give strong internal validity about relative planner behavior in the simulated environment; however, results are limited to a single stylized feeder topology, engineered prosumer response models, linearised power-flow, and primarily one LLM family, so external/real-world validity is limited. Methods Rigorhigh — The design implements strong isolation controls (common random numbers, exact-prompt caching, seeded draws), forces counterfactual modes to eliminate selection bias, evaluates multiple seeds and noise levels, defines clear metrics (faithfulness, groundedness, regret), and includes ablations and a multimodel interface extension; remaining methodological limits are simulation realism and model diversity rather than execution rigor. SampleSimulated 24-hour radial feeder with 4 laterals and 40 heterogeneous prosumers (N=40), Sbase=1 MVA; prosumers have archetypes, resistance, flexible loads, neighbourhoods and stochastic compliance based on a game-theoretic base probability plus bounded LLM persuasion shifts (applied to ~40% of targets); linearised DistFlow used for power flow; primary model backbone Llama-3.3-70B-Instruct with temperature 0.2; experiments include 5 baseline seeds, 144-scenario/576-episode factorial bank in E7 and multimodel interface tests across five other models for declaration/latency diagnostics. Themeshuman_ai_collab productivity IdentificationControlled simulation with paired forced-mode counterfactuals and common random-number streams: every compared strategy is executed on the same seeded feeder, forecast, prosumer-response draws, and objective; exact-prompt caching and deterministic seeds isolate LLM nondeterminism; regret is computed per-scenario relative to the best-performing forced mode. GeneralizabilityResults derived from a simulated, single-topology radial feeder and may not transfer to larger, meshed, or heterogeneous distribution networks., Prosumer behaviour is a stylized, parameterised game-theoretic model with bounded LLM persuasion shifts; real household behaviour and market incentives may differ substantially., Physical evaluation uses linearised DistFlow; nonlinear dynamics, device-level constraints, and protection equipment in real grids are not modelled., Primary experiments rely heavily on one LLM backbone (Llama-3.3-70B-Instruct); other models or prompting regimes could alter declaration patterns and persuasion effects., Deadline, latency, and deployment considerations are probed offline or in limited interface studies rather than in live field trials.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
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
0.18
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
0.18
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
0.18
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]
0.18
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]
0.18
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
0.18
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
0.09
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
0.09
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
0.09

Notes