the.ai

Reasoning / Search

verified

Search Over Thoughts

Instead of one chain of reasoning, explore a tree of them: generate several possible next steps, evaluate which look promising, expand those, and abandon the rest. It turns reasoning from generation into search, and the classical search machinery — breadth, depth, backtracking, an evaluation function — applies directly.

Viz primitive · budget-splitexpanded-nodes = 24

expanded-nodes holds 38% of the budget; rest holds the remaining 62%.

Model calls spent expanding a reasoning tree, against the calls a single chain would have used, in calls. Drag the branching up to watch the cost explode — it is the branching factor to the depth, and the honest comparison is against flat sampling at the same price.

24

Reviewed by opendroid · 2026-08-18

  • arXiv:2305.10601 — Tree of Thoughts: Deliberate Problem Solving with Large Language Models
  • arXiv:2408.03314 — Scaling LLM Test-Time Compute Optimally can be More Effective than Scaling Model Parameters