6 ms·
interesting. Do you have an example of what exactly it outputs and how you store that? how do you use the outputs? As a pointer to a new agent with fresh contex
by c-fe 7mo ago
interesting. Do you have an example of what exactly it outputs and how you store that? how do you use the outputs? As a pointer to a new agent with fresh context to get them up to speed?
- ChicagoDave 7mo agoThis is the current context docs in my text adventure authoring platform Sharpee: https://github.com/ChicagoDave/sharpee/tree/main/docs/context https://github.com/ChicagoDave/sharpee/tree/main/docs/contex... Note I archive these to a different non-repo folder regularly. It's fun to tell Claude to go through them like a RAG implementation and note the progress of my development over time, which I update semi-regularly at: https://david.cornelson.net/sharpee-status-20260109.html https://david.cornelson.net/sharpee-status-20260109.html Now updated to https://david.cornelson.net/sharpee-status-20260211.html https://david.cornelson.net/sharpee-status-20260211.html
- port11 7mo ago60 million dollar idea and you’re giving it away for free!
- ChicagoDave 7mo agoYes. None of this early stuff should be monetized and that Entire business model is all about monetizing something that doesn't need it. I have hooks in Claude to auto-generate the work summary and read the last work summary on start. Now if I could only get Claude to quit/restart on its own or have it thoroughly flush its resources (even Anthropic says restarting is better), we'd be getting somewhere. I do wish there were automatic hooks that fire all the time (like a heart monitor) where I could query "if context is below 15%" do this: stop all work, write work summary, commit and push all changes, release all resources, read last work summary, continue the work. That would be awesome.
- ChicagoDave 7mo agoIf someone from Entire wants to pay me for my GenAI experience, give me a ring!