

Advanced Claude Code (ft Ray Fernando and Eric Buess)
33 snips Aug 12, 2025
Ray Fernando, a former Apple engineer and AI streamer, joins Eric Buess, an AI coding expert and Anthropoc super fan, to demystify Claude Code. They unveil how to maximize Claude's potential, sharing insights on optimal setups and advanced context management. Topics include clever uses of hooks and slash commands, the significance of thinking modes, and strategies to avoid common mistakes like context rot. Get ready to enhance your coding workflows with their expert advice!
AI Snips
Chapters
Transcript
Episode notes
Install Local Cloud Code Docs
- Install Cloud Code Docs locally so Claude can read up-to-date documentation without slow web fetches.
- Use the docs slash command to point Claude at your local copy for faster, deeper answers.
Use YOLO Mode Safely
- Use the dangerously-skip-permissions flag (YOLO mode) only in sandboxed VMs or isolated environments.
- Prefer snapshots and isolation to avoid accidental file or tool changes on your main machine.
Sandboxed VM For YOLO Mode
- Eric runs Cloud Code in a separate VM with snapshots so he can safely enable dangerous permissions.
- He rarely had issues but still uses sandboxing to avoid accidental edits on his main machine.