Capability-Gated Planning: Cost-to-Goal Discovery and the Limits of Myopic Experiment Selection

📅 2026-08-05
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses a critical limitation in existing automated scientific discovery systems, which rely on myopic information-gain strategies and fail to evaluate the long-term value of constructive actions—such as developing new instruments—in problems requiring chains of capabilities to achieve a goal. The authors formalize goal-directed scientific discovery as a stochastic shortest path problem in belief space, where constructive experiments dynamically expand the action space. They propose CG-Plan, an incremental replanning algorithm that integrates a capability-aware heuristic combining capability acquisition (h_cap) and experimental progress (h_exp). Theoretical analysis introduces “capability gating” as a novel dimension of problem hardness, proving that any fixed-horizon myopic planner suffers either unbounded approximation ratios or incompleteness in such settings. Experiments demonstrate that CG-Plan substantially outperforms myopic baselines in capability-gated scenarios, with consistent performance advantages across all fixed planning horizons.
📝 Abstract
Systems that automate scientific discovery must repeatedly decide which experiment to run, which hypothesis to test, which tool to build, and when to stop. Many systems make these decisions by maximizing a myopic score such as expected information gain per unit cost or a learned plausibility score. We identify a structural limitation of this approach. Some actions are constructive: they acquire an epistemic capability (an instrument, assay, pipeline, simulator, or abstraction) whose value lies not in the information returned immediately but in the future actions it makes available. When the least-cost route to a confident answer requires a chain of such constructions, a planner that scores actions only by information obtainable within a bounded horizon cannot value the first construction: it yields no information within the horizon and is dominated by any measurement with positive information, however small. We formulate goal-directed discovery as a stochastic shortest-path problem in belief space in which constructive experiments change the downstream action graph, and prove that for every lookahead depth d there is an instance on which every myopic information-maximizing planner has an unbounded approximation ratio, and a related instance on which it never reaches the goal. The mechanism is a capability-indistinguishability lemma: within the horizon, acquiring a capability can be observationally indistinguishable from paying for a null action. This establishes capability gating as a reachability axis of difficulty distinct from curvature (submodularity) and information order (adaptivity gaps). We introduce CG-Plan, an incremental replanner with a capability-aware cost-to-go heuristic h = h_cap + h_exp. In a controlled testbed, the performance gap appears only under gating, persists for every fixed horizon, and arises when near-miss hypotheses come from a data-consistent proposer.
Problem

Research questions and friction points this paper is trying to address.

capability-gated planning
myopic experiment selection
constructive actions
scientific discovery automation
stochastic shortest-path
Innovation

Methods, ideas, or system contributions that make the work stand out.

capability-gated planning
constructive experiments
myopic planning
cost-to-go heuristic
stochastic shortest-path in belief space
🔎 Similar Papers