top | item 45613358

(no title)

kwillets | 4 months ago

Are you actually using grep here? How much data are you searching?

discuss

order

swyx|4 months ago

no - grep is just the closest analogy/use case that we have for it. if we end up releasing the CLI it should be as handy and nobrainer as using ripgrep

idk what you expect from a question about "how much data". its tool based search. its a lot.

kwillets|4 months ago

I'm just learning about agentic search so I'm a bit adrift.

One of my side projects is a full text index for pattern search, and I'm trying to understand how it might fit with that. You mention tool call overhead, but is that a significant part of the latency in the multi-turn scenario, or is it the coding agent being forced into a serial processing pattern?