▲ | CuriouslyC 7 days ago | |||||||||||||||||||||||||||||||||||||||||||
Existing off the shelf IR tools are mid, more recent research is often not productionized, and there are a lot of assumptions that hold for agentic context (at least in the coding realm, which is the one that matters) that you can take advantage of to push performance. That plus babysitting Claude Code's context is annoying as hell. | ||||||||||||||||||||||||||||||||||||||||||||
▲ | rl3 7 days ago | parent [-] | |||||||||||||||||||||||||||||||||||||||||||
Thanks. >That plus babysitting Claude Code's context is annoying as hell. It's crazy to me that—last I checked—its context strategy was basically tool use of ls and cat. Despite the breathtaking amount of engineering resources major AI companies have, they're eschewing dense RAG setups for dirt simple tool calls. To their credit it was good enough to fuel Claude Code's spectacular success, and is fine for most use cases, but it really sucks not having proper RAG when you need it. On the bright side, now that MCP has taken off I imagine one can just provide their preferred RAG setup as a tool call. | ||||||||||||||||||||||||||||||||||||||||||||
|