Cloud Assumes You Know What a Request Will Cost
Cloud infrastructure was built around a request whose cost you can estimate before it runs. You size timeouts to it, forecast capacity from its average, rate-limit against it, and bill by it. Agent workloads break that assumption at the source: an agent decides what work to do while it executes, so the count of tool calls, model invocations, and retries is only settled once the run is finished.
This session traces what fails when unpredictable work lands on infrastructure designed for predictable requests. Timeouts fire in the middle of legitimate long runs and surface as silent failures. Capacity plans built on averages miss a heavy tail that a few runs can dominate. Per-request billing and rate limits drift away from the resources actually being consumed.
The larger argument is that the request is the wrong thing to price and bound. The talk proposes a different unit of accounting, closer to the run and its budget, and covers what teams can do about timeouts, forecasting, and cost controls today while the platforms catch up.
Key Takeaways:
The request assumes a knowable cost; agent runs discover their work mid-execution, so that assumption quietly breaks everything built on it.
Timeouts, capacity forecasts, and per-request billing all fail on agent workloads because they're tuned to an average that a heavy tail ignores.
Stop pricing and bounding the request; move to the run and its budget, and here's what you can do about it today.
About the speaker
Ojus Save:
Ojus Save is a Developer Relations Engineer at Render, where he helps developers take applications from code to production. He has spent nearly a decade in developer-facing roles at Render, Zoom, Google, and Neura, working across engineering, product, technical education, and community. Much of his career has focused on taking complex platform capabilities and making them useful through practical examples and direct developer feedback. His current work focuses on cloud platforms and AI infrastructure.
About
TestMu Conf
Testμ (TestMu) is the world’s largest virtual conference on agentic engineering and quality, built by the community, for the community. As AI reshapes how we build, test, and ship software, Testμ Conf is where you connect, grow, and lead: agentic workflows, autonomous quality, battle-tested AI playbooks, hands-on workshops, and the engineering culture driving it all.