- Home
- Courses
- AI-Assisted Coding
- Advanced Workflows
Micro Free Course — 100% Free Learning
All lessons in this module are free to learn. Sign in with Google to save your progress.
Advanced Workflows
Multi-file edits and agentic workflows (when to let AI drive); code review with AI (pre-PR self-review); architecture and design conversations; custom instructions and project memory (CLAUDE.md, .cursorrules, conventions).
Module Content
Multi-File Edits & Agentic Workflows
When AI drives across many files. The agentic patterns that work, and where they fail. FIND_VIDEO: search 'claude code cursor agent mode multi-file edits' — recommended channel: Anthropic / Cursor / Theo. Aim for 11 min or under.
Recap — When Agents Help vs Single-File Edits
The agentic workflow: delegation, supervision, verification. When to let AI drive vs when to stay in single-file mode.
Code Review with AI
AI as a pre-PR reviewer. Catches bugs, style issues, security problems before humans see them. FIND_VIDEO: search 'AI code review pre-PR claude code reviewer' — recommended channel: Anthropic / Cursor / Theo. Aim for 10 min or under.
Recap — Using AI as a Reviewer Pre-PR
The pattern for AI code review: self-review before human review. What AI catches vs misses.
AI for Architecture & Design
AI as a brainstorming partner for architecture. The patterns that work; the patterns that don't. FIND_VIDEO: search 'AI architecture design system claude opus' — recommended channel: Anthropic / Theo / Matt Pocock. Aim for 10 min or under.
Recap — Sketching, Evaluating, Deciding
Using AI for architecture: brainstorming options, evaluating trade-offs, NOT deciding. The dance between AI input and human judgment.
Custom Instructions & Memory
Persistent context: CLAUDE.md, .cursorrules, system prompts. Make AI always follow your project's conventions. FIND_VIDEO: search 'claude code CLAUDE.md cursorrules custom instructions' — recommended channel: Anthropic / Cursor. Aim for 10 min or under.
Recap — CLAUDE.md, .cursorrules, Project Conventions
The files that persist context across sessions. Conventions, frameworks, things to avoid. The compound effect.