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:
Agustín Fernández
2025-11-26 12:44:49 -03:00
committed by GitHub
parent 6fecc9222e
commit ac51fe9959

View File

@@ -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)