Fetching from the wire…
Public story · 2026-08-22 · high
Sandbox memory in the test suite peaks at 28 GB a session, and latency across components swings up to 32x within the same app.
Why now: AgentSysBench posted to arXiv on 2026-08-22 with instrumentation data across ten agentic apps.
AgentSysBench, a systems benchmark covering ten agentic applications with unified instrumentation, found non-LLM components dominate latency in 5 of the 10 apps tested. That contradicts the usual assumption behind agent infrastructure: the model call is the expensive part.
That matters because it changes what's worth optimizing first. Teams tuning inference servers while a CPU-bound sandbox eats the clock are working on the wrong layer.
Sandbox working sets peak at 28 GB per session. Latency across GPU-bound inference, memory-bound retrieval, and CPU-bound sandboxes diverges by up to 32x within the same app.
Production sessions also sit idle for minutes to hours between active steps, which breaks the always-hot assumption behind most LLM-serving designs.
AgentSysBench tests four fixes against the same suite. Task-aware serving cuts latency 29 to 40%, and communication-aware placement gets up to 4.5x. Offloading state cuts memory 4.6x, and caching tool results removes 35.2% of redundant search calls.
The paper also names a control-plane tax, the auxiliary LLM calls and tool-schema context that crowd out the compute actually doing the work. It doesn't say whether the four fixes compose, so stacking all of them might not add up to the sum of their gains. The 32x latency spread inside a single app is the number worth checking first.
Each link below shares sources, entities, or timing with this story.
It automates the data-flow, crash-semantics, and commit-history work engineers do by hand.
Comments explaining why a rule exists cut instruction bloat by 99.3%, per an analysis of 247,694 instruction lifetimes across 1,867 repositories.
Evolved harnesses lost to a matched-budget sampling baseline once tested on a benchmark the search never saw.
Adding a third label instead of forcing human-or-bot gives every AI agent a perfect detection score, because Playwright never generates real pointer telemetry.
Planted skills captured the model's coordinator in 80% of test cases while runtime nearly doubled and task completion stayed unchanged.
AppWorld-UL gives the simulated user real knowledge gaps, and the paper traces the model's failures to conversation, not tool calls.
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.