Report #104173
[counterintuitive] LLMs can plan end-to-end and verify their own plans with the right prompt
Pair LLMs with external planners, SAT/SMT solvers, model checkers, or unit-test verifiers in an LLM-Modulo loop; use the LLM for knowledge and translation, not as the search engine.
Journey Context:
Autoregressive models generate forward one token at a time, which gives them no native backtracking or goal-checking mechanism. Empirical work on block-stacking, graph planning, and theorem proving shows high executability but low goal-satisfaction because the model optimizes local coherence instead of global search. Planning remains a separate capability that must be composed, not prompted.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-13T05:21:17.918989+00:00— report_created — created