Remix.run Logo
jerezzprime 5 hours ago

I'd be interested in seeing actual agent benchmarks (eg CC or Copilot CLI with grep removed and this tool instead).

For example, I have explored RTK and various LSP implementations and find that the models are so heavily RL'd with grep that they do not trust results in other forms and will continually retry or reread, and all token savings are lost because the model does not trust the results of the other tools.

AussieWog93 3 hours ago | parent | next [-]

I just put something in my global CLAUDE.md (under ~/.Claude) asking it to use the LSP instead of grep and have never had this issue since.

yakbarber 2 hours ago | parent | next [-]

can you share that prompt?

gigatexal 3 hours ago | parent | prev [-]

My q would have been this. Lsp solved this no?

nextaccountic 3 hours ago | parent | prev | next [-]

Codex CLI is quite happy running RTK. Well with GPT 5.5 xhigh anyway

One thing that irks me is that when it doesn't support eg. a cli flag of find, it gives an error message rather than sending the full output of the command instead. Then the agent wastes tokens retrying, or worse, doesn't even try because the prompting may make them afraid to not run commands without rtk

aleksiy123 3 hours ago | parent [-]

how effective is RTK for you? worth using?

an hour ago | parent | next [-]
[deleted]
maille 2 hours ago | parent | prev [-]

Wondering too

stephantul 5 hours ago | parent | prev | next [-]

Yeah we're also interested in doing this, it's on the roadmap together with optimization of the prompt and descriptions so that models have an easier time using it.

Perhaps anecdotally: we do use this tool ourselves of course, and it's been working pretty well so far. Anthropic models call it and seem to trust the results.

4 hours ago | parent | prev | next [-]
[deleted]
giancarlostoro 4 hours ago | parent | prev [-]

I forced Claude to have a global memory for RTK and my own AI memory system (GuardRails) which it happily uses both, the only times it doesnt use GuardRails is if I dont mention it at all, otherwise it always uses RTK unless RTK falls apart running a tool it does not support.