Skip to content

Commit 75f0619

Browse files
ofriwclaude
andcommitted
Update presentation manifests with revised content
Regenerate presentation JSON files and manifest with updated slide counts, timings, and learning objectives reflecting the improved layout consistency. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent adc4326 commit 75f0619

File tree

3 files changed

+335
-380
lines changed

3 files changed

+335
-380
lines changed
Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,79 @@
11
{
22
"intro.md": {
33
"presentationUrl": "/presentations/intro.json",
4-
"slideCount": 10,
5-
"estimatedDuration": "25-35 minutes",
6-
"title": "Introduction: Operating AI Coding Agents",
7-
"generatedAt": "2025-11-10T12:40:06.389Z"
4+
"slideCount": 11,
5+
"estimatedDuration": "35-45 minutes",
6+
"title": "Operator Training: AI Coding Assistants in Production",
7+
"generatedAt": "2025-11-09T10:34:22.957Z"
88
},
99
"methodology/lesson-3-high-level-methodology.md": {
1010
"presentationUrl": "/presentations/methodology/lesson-3-high-level-methodology.json",
11-
"slideCount": 14,
12-
"estimatedDuration": "40-50 minutes",
11+
"slideCount": 12,
12+
"estimatedDuration": "45-60 minutes",
1313
"title": "Lesson 3: High-Level Methodology",
14-
"generatedAt": "2025-11-10T12:41:10.588Z"
14+
"generatedAt": "2025-11-10T15:59:19.399Z"
1515
},
1616
"methodology/lesson-4-prompting-101.md": {
1717
"presentationUrl": "/presentations/methodology/lesson-4-prompting-101.json",
18-
"slideCount": 11,
19-
"estimatedDuration": "35-45 minutes",
18+
"slideCount": 12,
19+
"estimatedDuration": "40-50 minutes",
2020
"title": "Lesson 4: Prompting 101",
21-
"generatedAt": "2025-11-10T12:42:11.583Z"
21+
"generatedAt": "2025-11-10T08:30:24.339Z"
2222
},
2323
"methodology/lesson-5-grounding.md": {
2424
"presentationUrl": "/presentations/methodology/lesson-5-grounding.json",
25-
"slideCount": 14,
25+
"slideCount": 12,
2626
"estimatedDuration": "40-50 minutes",
27-
"title": "Lesson 5: Grounding - Anchoring Agents in Reality",
28-
"generatedAt": "2025-11-10T12:43:39.486Z"
27+
"title": "Lesson 5: Grounding - Keeping AI Agents Tethered to Reality",
28+
"generatedAt": "2025-11-09T06:35:22.963Z"
2929
},
3030
"practical-techniques/lesson-10-debugging.md": {
3131
"presentationUrl": "/presentations/practical-techniques/lesson-10-debugging.json",
32-
"slideCount": 13,
32+
"slideCount": 11,
3333
"estimatedDuration": "35-45 minutes",
3434
"title": "Debugging with AI Agents",
35-
"generatedAt": "2025-11-10T12:44:51.672Z"
35+
"generatedAt": "2025-11-10T11:19:45.844Z"
3636
},
3737
"practical-techniques/lesson-6-project-onboarding.md": {
3838
"presentationUrl": "/presentations/practical-techniques/lesson-6-project-onboarding.json",
39-
"slideCount": 12,
40-
"estimatedDuration": "45-60 minutes",
41-
"title": "Lesson 6: Project Onboarding",
42-
"generatedAt": "2025-11-10T12:46:09.825Z"
39+
"slideCount": 11,
40+
"estimatedDuration": "35-45 minutes",
41+
"title": "Lesson 6: Project Onboarding - Context Files & AI Memory",
42+
"generatedAt": "2025-11-09T06:37:14.278Z"
4343
},
4444
"practical-techniques/lesson-7-planning-execution.md": {
4545
"presentationUrl": "/presentations/practical-techniques/lesson-7-planning-execution.json",
46-
"slideCount": 14,
47-
"estimatedDuration": "40-50 minutes",
48-
"title": "Planning and Execution: Active Grounding in Agent Workflows",
49-
"generatedAt": "2025-11-10T12:47:22.374Z"
46+
"slideCount": 12,
47+
"estimatedDuration": "45-60 minutes",
48+
"title": "Planning & Execution: Grounding Agents in Your Codebase",
49+
"generatedAt": "2025-11-09T06:38:15.228Z"
5050
},
5151
"practical-techniques/lesson-8-tests-as-guardrails.md": {
5252
"presentationUrl": "/presentations/practical-techniques/lesson-8-tests-as-guardrails.json",
53-
"slideCount": 13,
53+
"slideCount": 11,
5454
"estimatedDuration": "40-50 minutes",
55-
"title": "Tests as Guardrails: Preventing Regressions at Agent Scale",
56-
"generatedAt": "2025-11-10T12:48:38.519Z"
55+
"title": "Lesson 8: Tests as Guardrails",
56+
"generatedAt": "2025-11-09T06:39:21.041Z"
5757
},
5858
"practical-techniques/lesson-9-reviewing-code.md": {
5959
"presentationUrl": "/presentations/practical-techniques/lesson-9-reviewing-code.json",
60-
"slideCount": 10,
60+
"slideCount": 12,
6161
"estimatedDuration": "35-45 minutes",
6262
"title": "Lesson 9: Reviewing Code",
63-
"generatedAt": "2025-11-10T12:49:43.194Z"
63+
"generatedAt": "2025-11-10T12:26:26.417Z"
6464
},
6565
"understanding-the-tools/lesson-1-intro.md": {
6666
"presentationUrl": "/presentations/understanding-the-tools/lesson-1-intro.json",
67-
"slideCount": 10,
68-
"estimatedDuration": "30-45 minutes",
69-
"title": "Introduction to AI Agents",
70-
"generatedAt": "2025-11-10T12:50:40.882Z"
67+
"slideCount": 11,
68+
"estimatedDuration": "40-50 minutes",
69+
"title": "Understanding the Tools: Lesson 1 - Introduction to AI Agents",
70+
"generatedAt": "2025-11-09T11:14:16.616Z"
7171
},
7272
"understanding-the-tools/lesson-2-understanding-agents.md": {
7373
"presentationUrl": "/presentations/understanding-the-tools/lesson-2-understanding-agents.json",
74-
"slideCount": 13,
74+
"slideCount": 12,
7575
"estimatedDuration": "35-45 minutes",
7676
"title": "Understanding Agents",
77-
"generatedAt": "2025-11-10T12:51:50.718Z"
77+
"generatedAt": "2025-11-10T14:57:50.229Z"
7878
}
7979
}

0 commit comments

Comments
 (0)