Skip to content

Commit bcaeaa8

Browse files
committed
Lesson 2 + skeleton for the rest of the course
1 parent fe58d6f commit bcaeaa8

25 files changed

+5612
-1753
lines changed

website/blog/2024-10-21-welcome.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,11 @@ The entire course is open-source and free. Contribute lessons, suggest improveme
5151

5252
## Course Structure
5353

54-
The course is organized into five modules:
54+
The course is organized into three progressive modules:
5555

56-
1. **Fundamentals** - Understanding AI coding assistants
57-
2. **Prompting Techniques** - Effective communication with AI
58-
3. **Tools & Workflows** - Integration into your development process
59-
4. **Architecture & Design** - High-level system design with AI
60-
5. **Advanced Topics** - Security, performance, and specialized use cases
56+
1. **Understanding the Tools** - The paradigm shift, first principles, and how LLMs and agents work
57+
2. **Methodology** - Systematic approaches to prompting, grounding, and workflow design
58+
3. **Practical Techniques** - Production workflows for onboarding, planning, testing, reviewing, and debugging
6159

6260
## Getting Started
6361

website/docs/CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,15 @@ Each lesson should reference prerequisites when needed:
207207
```markdown
208208
**Prerequisites:**
209209

210-
- Module 1: Fundamentals (all lessons)
210+
- Completed [Understanding the Tools](../understanding-the-tools/index.md) (all lessons)
211211
- Understanding of REST API design
212212
```
213213

214214
### Progressive Disclosure
215215

216216
- Build on previous concepts
217217
- Reference earlier examples when relevant
218-
- Link to related lessons: `[See Lesson 2](../fundamentals/lesson-2-mental-models.md)`
218+
- Link to related lessons: `[See Lesson 2](../understanding-the-tools/lesson-2-understanding-agents.md)`
219219

220220
## Quality Checklist
221221

website/docs/advanced-topics/index.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

website/docs/architecture-design/index.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

website/docs/fundamentals/index.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)