Hacker News new | ask | show | jobs
by lobochrome 380 days ago
I see this behavior all the time. When it can’t read a file using its read tool - it escalates up to try with bash. Often it tries to search the entire file system “find / …”
1 comments

I always tell agents to use ripgrep instead of find.