Skip to content

Commit c599dc1

Browse files
committed
Update lesson-3-high-level-methodology.json
1 parent 3b04bfe commit c599dc1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

website/static/presentations/methodology/lesson-3-high-level-methodology.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
{
121121
"type": "codeComparison",
122122
"title": "Planning Examples: Exploration vs Exact",
123+
"neutral": true,
123124
"leftCode": {
124125
"label": "Exploration Planning",
125126
"language": "text",
@@ -146,18 +147,14 @@
146147
"label": "Supervised Mode",
147148
"content": [
148149
"Actively monitor agent actions in real-time",
149-
"Review intermediate outputs and steer as needed",
150150
"Maximum control and immediate error detection",
151-
"Blocks your attention—can't multitask",
152151
"Use when learning agent behavior or handling critical security work"
153152
]
154153
},
155154
"right": {
156155
"label": "Autonomous Mode",
157156
"content": [
158157
"Give agent task, let it run, check results later",
159-
"You work on other projects while agent executes",
160-
"Requires excellent grounding and planning",
161158
"Enable parallel work and genuine 10x productivity",
162159
"Use with well-defined tasks and strong confidence in your setup"
163160
]

0 commit comments

Comments
 (0)