Prompt Engineering · Established · Intermediate
Tree of Thoughts Prompting
Also known as: ToT Architecture, Branching CoT
A deliberate prompting framework that generalizes Chain of Thought by allowing models to explore multiple reasoning paths in parallel.
What Tree of Thoughts Prompting is
Tree of Thoughts (ToT) enables self-evaluation of candidate steps and backtracks when a reasoning branch leads to an invalid outcome.
How it works
Evaluates intermediate states using heuristic prompts or reward functions, guiding a search algorithm like BFS or DFS.
Why it matters
Essential for solving combinatorial problems, strategic planning, and algorithmic coding challenges with language models.
Common uses
- →Algorithmic puzzle solving
- →Strategic game planning
- →Complex decision tree synthesis
More in this collection
Browse all AI Concepts