Anthropic: Infrastructure resource configuration shifts agentic coding benchmark scores by up to 6 percentage points
Infrastructure configuration alone can produce benchmark score differences exceeding the margins between frontier models on agentic coding evals; Anthropic's Kubernetes setup enforced resource specs as both floor and ceiling, causing OOM kills from transient spikes and infra error rates as high as 6% of tasks.
Setting the guaranteed resource allocation equal to the hard kill threshold left zero headroom for transient memory spikes, causing spurious OOM kills for containers that would otherwise have succeeded.
Across six resource configurations, infra error rates fell from 5.8% to 0.5% and success scores rose by 6 percentage points from strict to uncapped allocation; Anthropic recommends evals specify separate guaranteed allocation and hard kill threshold parameters per task.
Show all 8 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Across six resource configurations, infra error rates fell from 5.8% to 0.5% and success scores rose by 6 percentage points from strict to uncapped allocation; Anthropic recommends evals specify separate guaranteed al…
What tools did this team use?
Terminal-Bench 2.0, Google Kubernetes Engine, SWE-bench, Claude.
What results were reported?
Tasks failing due to infra pod errors: 6%; Terminal-Bench score gap (most vs least resourced): 6 percentage points; Infra error rate at strict enforcement (1x): 5.8%; Infra error rate uncapped: 0.5% (source-reported, not independently verified).
What failed first in this deployment?
Setting the guaranteed resource allocation equal to the hard kill threshold left zero headroom for transient memory spikes, causing spurious OOM kills for containers that would otherwise have succeeded.
How is this quality assurance AI workflow structured?
Agent receives coding task → Agent attempts solution → Container resource enforcement → Multi-configuration experiment → SWE-bench cross-validation.