-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmart.txt
More file actions
53 lines (27 loc) · 1.19 KB
/
smart.txt
File metadata and controls
53 lines (27 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
1. Decomposition (Nedbrytning)
Use ChatGPT to break down complex problems into smaller, manageable parts.
structure chaos
separate subproblems
make the unclear understandable
This is the foundation for all advanced problem-solving, both in programming, mathematics, and analysis.
2. Explanation (Förklaring)
Use ChatGPT to get explanations from multiple perspectives.
why something works
how different parts connect
alternative ways to understand the same thing
This strengthens conceptual understanding, not just memorized knowledge.
3. Validation (Prövning & kontroll)
Use ChatGPT to test reasoning, assumptions, and logic.
question your own conclusions
find logical gaps
compare solutions
Here, AI acts as an intellectual mirror, not a final answer.
4. Reflection (Metakognition)
Use ChatGPT to identify what you do not understand yet.
knowledge gaps
weak assumptions
unclear connections
This is the most underrated part — and the one that separates real learning from shallow consumption.
Summary in one line
ChatGPT is best used as a tool for decomposition, explanation, validation, and reflection.
That is exactly why AI in your context does not replace thinking, but strengthens it.