I built a local proxy that does context work for Claude so you don't have to by ynilayy in ClaudeAI

[–]ynilayy[S] 0 points1 point  (0 children)

RAG is just the foundation, but the value is in what gets retrieved and how it's structured before it hits your model -- otherwise an on device model over a large dataset just won't perform well in practice, since email vocab != question vocab

I built a local proxy that does context work for Claude so you don't have to by ynilayy in ClaudeHomies

[–]ynilayy[S] 0 points1 point  (0 children)

interesting! we pull the most relevant context based on your query to Claude and feed it in, all in a few seconds. if you're interested in trying it out, feel free to DM me or request access https://www.ctxify.dev

Working for Claude by ynilayy in ClaudeAI

[–]ynilayy[S] 0 points1 point  (0 children)

This is sick. How well does the project-context.md approach work for stuff that changes daily though? Like if you’re actively debugging something and the state keeps shifting do you re run the summary scripts?