Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Claude Agents: Filesystem Editing
Learn to build Claude agents with filesystem power, using Edit and MultiEdit tools for safe, targeted file manipulation and documentation updates.
In this talk, I’ll show how the Claude Code SDK gives agents real file‑system power, not only reading and writing files, but intelligently editing specific paragraphs or lines. Rather than generating entire files from scratch, Claude can apply targeted, multi-line edits (using its “Edit” and “MultiEdit” tools) to refine or improve existing content in a safe, sandboxed environment.
I’ll walk through a production‑grade architecture where an agent crawls a website, captures content, and updates documentation files (Markdown, images, config) by refining sections, inserting new details, or restructuring existing docs. Along the way, I’ll explain how to configure tool‑level permissions (so Claude only edits allowed paths), how to use the SDK’s text-editor capabilities, and how to monitor and audit its file changes.
By the end, users will understand how file‑system manipulation gives Claude a richer, more reliable “working memory”, letting it reason about and improve real documents over time, rather than just retrieving or generating content from a vector database.