— Techniques

    Tree-of-Thought (ToT)

    An advanced reasoning technique where the AI explores multiple reasoning paths.

    What is Tree-of-Thought (ToT)?

    Tree-of-Thought (ToT) extends chain-of-thought by having the LLM branch into multiple reasoning paths, evaluate each, then converge on the best one. Useful for hard problems where the first reasoning path might be wrong. Implemented via prompting or via agent frameworks that orchestrate multiple LLM calls.