Claude Code Weekly Round Up
threadreaderapp.com·1d
Flag this post

More from @trq212

Sep 22

Your Agent should use a File System

This is a hill I will die on. Every agent can use a file system.

The file system is an elegant way of representing state that your agent could read into context & allowing it to verify its work.

🧵on why and examples

Claude Code was what proved this to me.

Before CC, people though context windows would get long enough that you could just fit a codebase into context.

But that is not how programming works. You don’t need to remember everything, you just need to know how to find it.

Here’s an example from my open source email agent (github.com/anthropic-expe…)

Instead of dumping a ton of emails into context, I write them to a file and let the agen…

Similar Posts

Loading similar posts...