Build1 distinct publisher3 min readPublished
One practitioner's account says no provider ships a no-inference test mode, which leaves capacity validation choosing between paying token rates for output you discard and a stub that cannot produce the provider rate limits you were testing for.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
Check the arithmetic in that worked example before you reuse it. One thousand users times three calls is three thousand calls, and the author prices it as 3,000 calls per second at peak [2]. Ten minutes at that rate is 1.8 million calls, so the figures agree with each other [18]. They agree on one condition: every user's pipeline finishes and fires again inside a second, with three sequential calls each returning 200 output tokens [2]. Treat 1.8 million as the ceiling for that test shape, not a forecast.
No rate card is named for that scenario [3]. An earlier one in the same post is priced: 100,000 requests, $3,000 [4], which is 3 cents a request [15]. Splice the two and the ten-minute run lands near $54,000 [16]. I would not take that number to a finance team, because the two scenarios were written for different purposes, but it establishes the shape. At roughly 1.8 billion tokens [14], your negotiated rate decides the invoice, not your harness.
The measured part of the post is the part worth borrowing. Anthropic's web_search tool injects 30,000 to 40,000 tokens of retrieved content into the context window per call [5]. Set that against the 800 input tokens in the worked scenario and the provider is supplying 37 to 50 times the context you authored [17]. The two per-lead figures divide to 1.95, so the 2x label is rounding, not hand-waving [19]. On that pipeline the Researcher node ended up costing more than the Judge node, which the team says surprised them [7]. For the 2x to transfer to your load run, your scenario has to contain tool-augmented calls where the provider injects content you do not control. If it does not, your estimate is wrong for some other reason. And if your mock pins tool output to a recorded fixture [10], you have deleted the exact variance that produced the overrun.
What a stub cannot produce is the provider's rate limiting. The post is direct about the tradeoff: a local proxy built on WireMock or a FastAPI stub gives zero spend, controlled response shapes and reproducible runs, at the price of wrong latency profiles and no provider-side limiting, which is often the behaviour you wanted to stress [9]. Everything else on the validation list (queue depth, retry backoff, circuit breakers, timeout handling) is your own code, and it needs only real HTTP round trips and plausible latency [8]. So the honest budget has two lines, a stub for the deterministic half and a short capped run against the live endpoint for the half the stub invents. Capped accounts get called the most honest and the least reproducible option in the same passage [11]. A run that halts at $500 has measured your billing configuration [11].
Underneath all of it sits one premise: no provider ships the flag [1]. That is asserted by the author on dev.to, with no citation to any provider's API reference [20][21]. It is the premise a mocking budget rests on, and it is the one thing the piece does not evidence. The cost figures are presented as measured on the author's own pipeline [6]; the provider-coverage claim carries no such backing [21]. Read your own provider's docs for a dry-run or validate-only parameter before you fund a fixture corpus, and note that if your correctness depends on response content rather than response shape, the post says mocking will not help you at all [12].
The failure mode in recorded replay is organisational rather than technical. The post describes teams maintaining a parallel corpus of fixtures that nobody owns and everybody depends on, drifting every time a provider schema or a prompt changes [10]. Budget the mock layer as infrastructure and it gets a named owner and a drift check; budget it as a testing chore and your load results quietly stop describing the system you ship.
Ranked by verification strength, evidence, and original report placement.
Anthropic's web_search tool injects 30,000 to 40,000 tokens of web content into the context window per call, according to the post.
The post's worked scenario: 1,000 concurrent users, each triggering a pipeline that makes three LLM calls, each call averaging 800 input tokens and 200 output tokens, described as 3,000 calls per second at peak.
The post says running that scenario for 10 minutes produces 1.8 million API calls, and that at mid-tier pricing the bill would make a finance team ask hard questions; no rate is named.
The post opens with a hypothetical 2026 stress run of 100,000 requests at peak concurrency in which $3,000 of tokens is spent by the time the run fails.
On the author's Autonomous SDR pipeline, the initial cost projection based on prompt tokens alone was $0.064 per lead and the actual measured cost was $0.125 per lead; the gap was consistently 2x, and the team now publishes measured figures rather than projections.
In that pipeline the Researcher node costs more than the Judge node, which the team says surprised them initially.
Distinct publishers with included, body-backed reporting in this cluster.
1 article · September 5, 2026
Follow any of these and your For You feed starts watching them — no settings page required.
build
Compaction that cut tool output 38.4% pushed the bill up 6.8%1 distinct publisher
build
OpenClaw makes the channel the architecture, and the reasoning loop a lodger1 distinct publisher
build
Count invalid JSON as a failed classification, and model choice becomes a reliability problem1 distinct publisher
build
A RAG stack lived seven hours before a hosted embedding endpoint returned 4041 distinct publisher
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
One post, checkable only against itself
The arithmetic inside the piece survives inspection: 3,000 calls a second for ten minutes really is 1.8 million calls, and $3,000 across 100,000 requests really is three cents apiece. The premise the whole argument rests on does not get the same treatment. That no provider anywhere ships a no-inference flag is asserted by the author with no API documentation cited and no vendor given a chance to answer, and the per-lead costs are first-hand but self-reported, with the quoted 2x gap computing to 1.95.
One team's pipeline
The only deployment on the record is the author's own SDR pipeline, with its per-lead costs and its web_search token measurement. The three workaround patterns are described as having emerged in practice, yet not one team beyond his is named for any of them, and the flag he is asking for exists at no provider.
Framing outruns the price tag
A headline about a burning budget arrives without a single rate quoted. The two dollar amounts in the piece sit in different sections, and cross-multiplied they imply roughly $54,000 for the ten-minute scenario, a figure the post neither states nor supports. Strip the framing and a smaller, sturdier observation remains: capacity tests pay inference prices for output nobody reads, and tool-augmented calls make pre-run estimates about half of the real bill.
Feature request from a vendor
The author is selling the measurement he is citing: the cost numbers are pitched as his team's published measured figures rather than projections, and the post runs on the ForgeFlows account. He also assigns providers a motive, that income tracks token consumption so a free test mode cuts revenue on runs generating no business value, which is a reasonable reading of the economics but arrives from a party asking those providers for a feature.
Solid arithmetic, unsourced premise
The checkable parts hold up: the call counts, the structure of each tradeoff, the direction of the tool-call cost surprise. The claim that no provider offers a test mode and any total dollar cost for a run have no source outside this one post, and that caps how much weight the story can carry.