Agents Prefer CLIs To Improve Tooling Accuracy
Jeremy Daer of 37signals says agents should use command-line interface (CLI) tools instead of REST APIs to reduce context-window demands and improve accuracy when chaining multiple tool calls. He argues CLIs let cheaper, faster models (gpt-5-nano, haiku-4.5) reliably succeed, while raw API use requires costly strong models (gpt-5.2, opus-4.5) and increases token costs for autonomous agents.
Key Points
- 1Use CLIs to reduce context window and improve accuracy when chaining multiple tool calls.
- 2Allow cheaper models like gpt-5-nano and haiku-4.5 to reliably perform complex tasks.
- 3Reduce token costs and iterations for autonomous agents performing repetitive API-driven work.
Scoring Rationale
Actionable agent design insight with clear cost and accuracy benefits; limited by single-source anecdote and brief technical detail.
Sources
Public references used for this report.
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems