Discussion about this post

User's avatar
SourceResult Stocks's avatar

Hey Andrew, my agency builds bespoke portfolio/research systems for PMs and retail. If you're interested in a pilot we'd love to help build and manage your custom tool so you can focus on investing - lmk! Big fan of the pod!

Travis's avatar

Cowork writes/edits a markdown file (Claude.md) with your rules and instructions you give each project. It also references files and chat history (context) each time you chat with it. Which is awesome, but...

One limitation you may run into over time is that the Claude.md file and memory context will grow (and Claude will "compact" it automatically). This means there will likely be some memory and task degradation after using the same project for a long while. Agent systems like Openclaw can suffer from the same issue.

One potential solution is to have Claude log its work to a data store like a database or repo of markdown files, which can then be accessed with vector search or just compacted into what you really need Claude to remember long term. Or you can start a new project every few months haha.

3 more comments...

No posts

Ready for more?