Skip to content

Commit 21cd8de

Browse files
authored
Update thoughts.mdx
1 parent 5606fb3 commit 21cd8de

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

units/en/unit1/thoughts.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11

22
# Thought: Internal Reasoning and the ReAct Approach
33

4-
<Tip>
5-
In this section, we dive into the inner workings of an AI agent—its ability to reason and plan. We’ll explore how the agent leverages its internal dialogue to analyze information, break down complex problems into manageable steps, and decide what action to take next. Additionally, we introduce the ReAct approach, a prompting technique that encourages the model to think “step by step” before acting.
4+
<Tip>
5+
6+
In this section, we dive into the inner workings of an AI agent—its ability to reason and plan. We’ll explore how the agent leverages its internal dialogue to analyze information, break down complex problems into manageable steps, and decide what action to take next.
7+
8+
Additionally, we introduce the ReAct approach, a prompting technique that encourages the model to think “step by step” before acting.
9+
610
</Tip>
711

812
Thoughts represent the **Agent's internal reasoning and planning processes** to solve the task.
@@ -82,7 +86,9 @@ Action: Finish["It's 18°C and cloudy in Paris."]
8286
| Best suited for | Logic, math, internal tasks | Info-seeking, dynamic multi-step tasks |
8387

8488
<Tip>
89+
8590
Recent models like **Deepseek R1** or **OpenAI’s o1** were fine-tuned to *think before answering*. They use structured tokens like `<think>` and `</think>` to explicitly separate the reasoning phase from the final answer.
8691

8792
Unlike ReAct or CoT — which are prompting strategies — this is a **training-level technique**, where the model learns to think via examples.
93+
8894
</Tip>

0 commit comments

Comments
 (0)