Skip to content

Commit 35ac777

Browse files
ofriwclaude
andcommitted
Update lesson 6 to use neutral presentation styling for AGENTS.md vs CLAUDE.md comparison
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a77d007 commit 35ac777

File tree

3 files changed

+142
-172
lines changed

3 files changed

+142
-172
lines changed

website/docs/practical-techniques/lesson-6-project-onboarding.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ This lesson covers context files and how to structure them across user, project,
1717

1818
## The Context File Ecosystem
1919

20+
<!-- presentation-only-start -->
21+
22+
**AGENTS.md vs CLAUDE.md comparison - both approaches are valid depending on team tooling and project complexity. Use neutral styling.**
23+
24+
<!-- presentation-only-end -->
25+
2026
Context files are markdown documents that inject project-specific knowledge between the system prompt and your input, giving AI agents "project memory" without requiring repeated explanations of your tech stack, conventions, and architecture. The industry has converged on two approaches: `AGENTS.md` (vendor-neutral standard working across most major AI tools like Cursor, Windsurf, and GitHub Copilot) and tool-specific extensions like `CLAUDE.md` (for advanced features like hierarchical context in Claude Code).
2127

2228
<Tabs groupId="ai-tool">
Lines changed: 32 additions & 32 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-30 minutes",
6-
"title": "Introduction: AI Coding Course",
7-
"generatedAt": "2025-11-10T21:11:02.010Z"
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": 10,
12-
"estimatedDuration": "35-45 minutes",
13-
"title": "High-Level Methodology: Research-Plan-Execute-Validate",
14-
"generatedAt": "2025-11-10T21:13:53.809Z"
11+
"slideCount": 12,
12+
"estimatedDuration": "45-60 minutes",
13+
"title": "Lesson 3: High-Level Methodology",
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",
1818
"slideCount": 11,
1919
"estimatedDuration": "35-45 minutes",
2020
"title": "Prompting 101: Pattern Completion Engineering",
21-
"generatedAt": "2025-11-10T21:15:33.473Z"
21+
"generatedAt": "2025-11-11T06:39:48.792Z"
2222
},
2323
"methodology/lesson-5-grounding.md": {
2424
"presentationUrl": "/presentations/methodology/lesson-5-grounding.json",
25-
"slideCount": 15,
26-
"estimatedDuration": "45-60 minutes",
27-
"title": "Grounding: Anchoring Agents in Reality",
28-
"generatedAt": "2025-11-11T04:24:31.477Z"
25+
"slideCount": 12,
26+
"estimatedDuration": "40-50 minutes",
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": 10,
33-
"estimatedDuration": "45-60 minutes",
32+
"slideCount": 11,
33+
"estimatedDuration": "35-45 minutes",
3434
"title": "Debugging with AI Agents",
35-
"generatedAt": "2025-11-10T21:39:50.140Z"
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",
3939
"slideCount": 10,
4040
"estimatedDuration": "35-45 minutes",
41-
"title": "Project Onboarding with Context Files",
42-
"generatedAt": "2025-11-10T20:39:53.491Z"
41+
"title": "Project Onboarding Context",
42+
"generatedAt": "2025-11-11T07:34:11.922Z"
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 & Execution",
49-
"generatedAt": "2025-11-10T21:21:54.387Z"
46+
"slideCount": 15,
47+
"estimatedDuration": "45-50 minutes",
48+
"title": "Lesson 7: Planning & Execution",
49+
"generatedAt": "2025-11-10T16:44:27.800Z"
5050
},
5151
"practical-techniques/lesson-8-tests-as-guardrails.md": {
5252
"presentationUrl": "/presentations/practical-techniques/lesson-8-tests-as-guardrails.json",
5353
"slideCount": 12,
54-
"estimatedDuration": "45-60 minutes",
54+
"estimatedDuration": "40-50 minutes",
5555
"title": "Lesson 8: Tests as Guardrails",
56-
"generatedAt": "2025-11-11T05:21:45.228Z"
56+
"generatedAt": "2025-11-10T20:09:05.001Z"
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",
62-
"title": "Reviewing Code with AI",
63-
"generatedAt": "2025-11-10T21:25:04.301Z"
62+
"title": "Lesson 9: Reviewing Code",
63+
"generatedAt": "2025-11-10T16:45:53.163Z"
6464
},
6565
"understanding-the-tools/lesson-1-intro.md": {
6666
"presentationUrl": "/presentations/understanding-the-tools/lesson-1-intro.json",
6767
"slideCount": 11,
68-
"estimatedDuration": "35-45 minutes",
69-
"title": "Understanding the Machinery: LLMs and Agents",
70-
"generatedAt": "2025-11-11T05:24:11.560Z"
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": 11,
74+
"slideCount": 12,
7575
"estimatedDuration": "35-45 minutes",
7676
"title": "Understanding Agents",
77-
"generatedAt": "2025-11-11T06:36:39.297Z"
77+
"generatedAt": "2025-11-10T14:57:50.229Z"
7878
}
7979
}

0 commit comments

Comments
 (0)