mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-08-29 08:18:02 +08:00
chore: cleanup orphaned content files
This commit is contained in:
committed by
github-actions[bot]
parent
3db5d4a5ec
commit
b85e8c7e74
@@ -1,9 +0,0 @@
|
||||
# Tree-of-Thought
|
||||
|
||||
Tree-of-Thought is a way to let an AI agent plan its steps like branches on a tree. The agent writes down one “thought” at a time, then splits into several follow-up thoughts, each leading to new branches. It can look ahead, compare branches, and drop weak paths while keeping strong ones. This helps the agent explore many ideas without getting stuck on the first answer. The method is useful for tasks that need careful reasoning, such as solving puzzles, coding, or writing. Because the agent can backtrack and revise earlier thoughts, it often finds better solutions than a straight, single-line chain of steps.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
- [@article@Tree of Thoughts (ToT) | Prompt Engineering Guide](https://www.promptingguide.ai/techniques/tot)
|
||||
- [@article@What is tree-of-thoughts? - IBM](https://www.ibm.com/think/topics/tree-of-thoughts)
|
||||
- [@article@The Revolutionary Approach of Tree-of-Thought Prompting in AI](https://medium.com/@WeavePlatform/the-revolutionary-approach-of-tree-of-thought-prompting-in-ai-eb7c0872247b)
|
||||
Reference in New Issue
Block a user