Tree of Thought (ToT) extends chain-of-thought by exploring multiple reasoning paths simultaneously in a tree structure. At each step, the model generates several possible "thoughts," evaluates them, and decides which branches to pursue further.
This enables deliberate problem-solving with lookahead and backtracking, similar to how humans approach complex puzzles.