What is the best way to get you guys feedback? There's a few things I tell Claude Code to do every project that I feel like Claude should just do by default, the biggest one is instead of using Grep so much, I have ripgrep installed, it makes searching for text inside the current folder so much easier and it is insanely faster. Claude seems to work way faster when it uses ripgrep, I don't know if its because MCP has some slowness or ripgrep is just that much faster, but I don't remember grep ever being so slow to this level either.
Claude’s search tool _does_ use use ripgrep—ripgrep literally ships with Cluade Code. I guess the agent can also decide to invoke `grep` directly instead of using its search tool. I usually only see it do this for small searches…