A better tool did not help when the agent would not use it

A user said they installed a code search tool for a coding agent. The tool could jump to code symbols and find where functions were used. The agent kept using grep instead, so the user removed the tool.

Key points

  • The user installed and indexed a tool for reading code more like an IDE.
  • The agent kept using grep for search tasks.
  • Even after being pointed to the new tool, the agent returned to its old habit.
  • The user decided the simpler built-in tools worked better because the agent actually used them.
  • Tool adoption is a separate problem from tool availability.

Quick term guide

coding agent
An AI tool that writes or edits code from a person’s instructions.
functions
Small blocks of code that each perform a specific job inside a program.
function
A small part of a program that does a specific job.
AI agents
AI agents are AI tools that can carry out steps toward a goal, not just answer once.
AI agent
An AI program that can inspect information and suggest what to do next.
release
A published version of software that people can download or use.
benchmark
A test used to compare speed, quality, or cost.
indexed
Prepared so the AI can search and use the information later.
Read original