Most businesses that have experimented with AI automation have hit the same wall: the pilot looked affordable, but the production bill did not. Token costs, the fees charged each time an AI model processes text, multiply quickly when a workflow involves many steps. Each step the AI takes means sending more text to the model, and the model charges for all of it. The core problem is structural. In a traditional AI agent workflow, every time the AI needs to check a database, call an API, or retrieve a record, it does so one step at a time. It gets a result, processes it, decides what to do next, and calls the next step. Each of those decisions costs money because the AI has to re-read everything it has learned so far before it can decide on the next action. A task that queries 20 employee expense records, for example, involves 20 separate round trips through the AI, with the full data set growing larger on each pass. The method AWS describes flips that. The AI writes a short program that handles all the queries at once, runs the filtering and calculations, and returns only the final answer. The AI itself is only involved twice: once to write the program, and once to read the result. All the data retrieval and number-crunching happens inside an isolated container, outside the AI's view. Raw expense records, customer data, or internal documents never pass through the AI's processing at all. This matters for two reasons beyond cost. First, speed: queries that would run sequentially can now run simultaneously, so a task that used to take 20 round trips completes in roughly the time of one. Second, privacy: if sensitive records never enter the AI's processing, they are less exposed. For industries with strict data handling rules, that is not a minor point. Testing across eight AI models, including models from Anthropic, Qwen, DeepSeek, and others, showed consistent results. Token consumption dropped between 88 and 93 percent in every case, regardless of which model was used. Accuracy improved too: all eight models produced correct answers when using this method, while several produced incorrect answers without it. AWS offers this through its managed platform, Amazon Bedrock AgentCore. The service launched in October 2025 and has since added enterprise features including private network connectivity, audit logging, and session isolation. Pricing is consumption-based with no upfront fees, billed per second of active use. For business operators already running or planning AI workflows, the practical implication is straightforward. If your team is using AI to process data, query systems, or automate multi-step back-office tasks, the architecture of how that agent works has a direct and significant impact on your monthly bill. The gap between a well-structured workflow and a naive one is not 10 or 20 percent. The data here suggests it is closer to ten times the cost. The broader pattern worth watching: AI processing costs in enterprise deployments have become a serious budget problem. Some organizations have reported monthly AI compute bills in the tens of millions of dollars, with costs scaling faster than the productivity gains. Approaches that keep raw data out of the AI's processing loop, and reduce the number of times the AI needs to "think" through a task, will become a basic requirement for any workflow running at scale.
Product Launch2 min read
AWS Tool Cuts AI Agent Running Costs by 90%
June 5, 2026Synthesized from 1 source: AWS
Amazon has released a technical approach, now available through its managed AWS platform, that changes how AI agents handle complex multi-step tasks, reducing the processing fees that currently cause enterprise AI bills to spiral far beyond initial projections.
Related Coverage
Stay informed
Get AI intelligence like this delivered to your inbox.