Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

tilth isn’t trying to replace grep for raw text search — for that, it wraps ripgrep internally so perf is comparable. It’s about reducing round-trips and giving the agent a verified edit workflow, not faster search.

Instead of cat + grep + manual line counting, one tool call returns a structural outline of a large file, lets you drill into sections, and since this last update also returns hashline-anchored output that an edit tool can target.



well yah, that's what I mean how better is it versus cat + grep + manual line counting. Agents tend to perform worse with niche tools


It was really helpful to make and run a benchmark - it led to some important changes and improvements, so thanks again for your question kp!

The result is ~17% reduction in raw cost. If calculated per correct answer, its ~25% reduction per correct answer.

Just posted the update -> https://news.ycombinator.com/item?id=47016959


Thank you for this question - I'm building out a benchmark now. Initial results are very promising, will update you once it's done!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: