mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-12 17:51:53 +08:00
Add video link to Chain of Thought Prompting (#9291)
Added a video link related to Context Engineering and Prompt Engineering.
This commit is contained in:
committed by
GitHub
parent
6fecc9222e
commit
ac51fe9959
@@ -1,3 +1,5 @@
|
||||
# Chain of Thought (CoT) Prompting
|
||||
|
||||
Chain of Thought prompting improves LLM reasoning by generating intermediate reasoning steps before providing the final answer. Instead of jumping to conclusions, the model "thinks through" problems step by step. Simply adding "Let's think step by step" to prompts often dramatically improves accuracy on complex reasoning tasks and mathematical problems.
|
||||
Chain of Thought prompting improves LLM reasoning by generating intermediate reasoning steps before providing the final answer. Instead of jumping to conclusions, the model "thinks through" problems step by step. Simply adding "Let's think step by step" to prompts often dramatically improves accuracy on complex reasoning tasks and mathematical problems.
|
||||
|
||||
- [@video@Context Engineering vs. Prompt Engineering: Smarter AI with RAG & Agents](https://youtu.be/vD0E3EUb8-8?si=Y6MCLPzjmhMB4jSu&t=203)
|
||||
|
||||
Reference in New Issue
Block a user