Is grep all you need? How agent harnesses reshape agentic search
1–10 of 73 posts
Re: Is grep all you need? How agent harnesses reshape agentic search
#2Re: Is grep all you need? How agent harnesses reshape agentic search
#3Re: Is grep all you need? How agent harnesses reshape agentic search
#4I wrote about it[1] and came away with a different view on both Palantir and the future of agentic workflows personally.
[1] sorry, LinkedIn: https://www.linkedin.com/pulse/fund-managements-killer-app-d...
Re: Is grep all you need? How agent harnesses reshape agentic search
#5Re: Is grep all you need? How agent harnesses reshape agentic search
#6Tangential, I have a hook that rewriters grep to rg but lately I wonder if this is actually wasteful as the model is so biased to grep, is there a way to shim/alias perhaps?
It depends on if it is using Grep the harness tool or Grep from the bash tool
Re: Is grep all you need? How agent harnesses reshape agentic search
#7Feels important, but I wish they also had compared against something like MeiliSearch or Algolia.
I'm currently working on a markdown kb / search tool for my agents, in part built on TS
Re: Is grep all you need? How agent harnesses reshape agentic search
#8Re: Is grep all you need? How agent harnesses reshape agentic search
#9Tangential, I have a hook that rewriters grep to rg but lately I wonder if this is actually wasteful as the model is so biased to grep, is there a way to shim/alias perhaps?
Many harnesses are doing this already, "Grep" is the tool name, ripgrep is the implementation It depends on if it is using Grep the harness tool or Grep from the bash tool