|
|
|
|
|
by boyter
32 days ago
|
|
Grep prints out every matching line. For some searches a LLM might do it will get a lot of noise, and it might have to make that search because it cannot be specific. Targeted search can reduce the number of tokens. I suspect this comparison is against reading the whole codebase though compared to just getting the bits you need. |
|