Skip to content
AImpact
IT EN
Inference Intermediate Also known as: ToT

Tree of Thoughts

A reasoning strategy where the model explores multiple thought branches in parallel, evaluates them, and keeps only the promising ones, like a tree search.

ShareLinkedInX

In practice

It extends Chain-of-Thought by allowing backtracking: useful for puzzles, planning, and math problems where a single linear path often fails. It costs many more tokens than standard inference.

Related terms

← All terms