For this episode of The New Stack Makers, I sat down with AWS developer advocate Morgan Willis to talk about
The post Cut AI token usage by 96%? Here’s how AWS Strands Agents does it. appeared first on The New Stack.
For this episode of The New Stack Makers, I sat down with AWS developer advocate Morgan Willis to talk about Strands Agents, the company’s open source agentic framework, which has seen over 14 million downloads since it launched just under a year ago. Willis brought a hands-on demo built around a simple accounting API to show what building with Strands looks like in practice.
The demo walks through three iterations of the same task: looking up the latest invoice for a customer. First, Willis mapped each API endpoint directly to an agent tool, the way most developers would by default. The agent needed five chained API calls and burned roughly 52,000 tokens. Then she swapped in intent-based tools that are built around an outcome rather than a data operation. With the same query, getting an answer now took one tool call and only 2,000 tokens.
“It’s calling multiple API’s, but rolling them up into one intent-based tool for the agent that it’s going to have a better time using — and understanding when exactly to use it. […]
“The fewer tools that you expose to your agent, the less likely it is to call the wrong one.”
“Your agent is going to have a better time reasoning around what tool to use and when, because these tools are more aligned to a task and less aligned to data,” Willis tells The New Stack. “The fewer tools that you expose to your agent, the less likely it is to call the wrong one.”
The third iteration moved those tools to a remote MCP server via AWS Agent Core Gateway and enabled semantic search across the tool catalog, so the agent received only the tools relevant to each query, rather than the full set of 16. That cut token usage roughly in half again compared to loading everything.
Willis says the broader principle at work here is that narrowly scoped agents tend to outperform general-purpose ones.
“I think agents that are more narrowly defined tend to perform better than general use case agents. If you’re looking for context efficiency, speed, and accuracy, I would also look at your agent design as well.”
Having many agents, each doing a small number of things, lets you design tools precisely for each use case rather than building a more general agent that tries to do everything. As MCP servers proliferate and tool catalogs grow, the question of which tools an agent actually sees on a given run is going to matter as much as the tools themselves.
Group Created with Sketch.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | As agentic AI explodes, Amazon doubles down on MCP | 0 | 11.43 | 16-04-2026 |
| 2 | Why long-running AI agents break on HTTP and how Ably is fixing it | 0 | 19.23 | 06-05-2026 |
| 3 | Your AI agent’s next tool call may be valid but wrong. AWS’s Dogwood promises to fix that. | 0 | 16.08 | 06-08-2026 |
| 4 | Why AI engineering needs old-school discipline | 0 | 15.06 | 27-04-2026 |
| 5 | Why your company should (try to) build its own AI SRE | 0 | 15.19 | 30-07-2026 |
| 6 | Five AI rivals just backed a shared plugin standard. Here’s why it matters for developers. | 0 | 16.61 | 08-08-2026 |
| 7 | Free agents: How AWS Kiro could untie agents from editors | 0 | 15.28 | 06-08-2026 |
| 8 | How AWS Bedrock is shaping Model Context Protocol | 0 | 12.14 | 22-04-2026 |
| 9 | Why the Linux Foundation adopted MCP, with Jim Zemlin and Mazin Gilbert | 0 | 12.89 | 06-05-2026 |
| 10 | Can you make Kubernetes invisible? Here’s why AWS is on a mission to do it. | 0 | 13.1 | 14-04-2026 |