Report #101386
[counterintuitive] More inference-time compute \(Tree-of-Thought, MCTS\) always helps on hard problems.
Match the search strategy to the available budget; watch for cold-start regimes where the search wastes budget warming up, and frontier-depletion regimes where extra tokens add no value.
Journey Context:
Test-time compute scaling is powerful but not monotonic. Maurya et al. \(2026\) compare MCTS-based and semantic-pruning Tree-of-Thought methods and find two opposing failure modes: MCTS suffers a cold-start bottleneck \(it cannot produce any candidate until enough rollouts stabilize value estimates\), while semantic-pruning methods deplete the reasoning frontier and plateau even when given much larger budgets. A fixed search policy therefore leaves accuracy on the table; adaptive budget-aware scheduling is required.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T05:28:09.209024+00:00— report_created — created