When to use tools vs prompts — CCA-F Exam Prep

They spent two weeks building a classification tool. Five lines in the system prompt replaced it.
A support team wanted Claude to classify incoming tickets into five categories: billing, technical, account, shipping, other. A junior engineer built a custom tool -- it called an external ML API, parsed the response, mapped categories, handled errors.
Two weeks of work. 400ms latency per ticket. $0.12 per classification. Broke during API downtime.