Fetching from the wire…
Public story · 2026-09-12 · high
The speedup only shows up under contention; under light load, the method matches standard eager-release scheduling.
Why now: The method's numbers came out of a paper posted to arXiv covered as of September 12, 2026.
A new scheduling method holds back agent turns that are ready to run instead of releasing them right away, cutting P95 latency by up to 3.50x under contention, per a paper posted to arXiv. Most agent runtimes release a turn the moment it's ready.
Under load, that released but unfinished work piles up somewhere a workflow can no longer reorder it. That backlog is the tail latency anyone running several agents at once eventually hits.
The method jointly decides which ready turn to release and how much unfinished released work to allow at once.
It scores that decision with a mean-CVaR objective over tail risk, using online estimates of remaining turn work.
A budget on queue pressure caps how much unfinished work can sit released at any moment. Tested on real agent traces from software tasks across multiple models, the method matches eager release when load is light. The gap opens only once turns start competing for compute, where it delivers the 3.50x P95 improvement.
Model speed isn't the constraint here. The default of releasing every ready turn immediately is, and it backs up as soon as several agents compete for the same compute. What the paper doesn't say is whether the mean-CVaR scoring adds enough overhead to matter at small scale, or whether it holds up past the software-task traces it was tested on.
Each link below shares sources, entities, or timing with this story.
Tencent's AI-Infra-Guard team published "The Missing Boundary," the most useful agent-safety result I've read in a while, because it comes with a one-line fix. They ran 1,800 trajectories across five models in 16 domains and varied three things. The first was goal pressure. Th...
ExecCritic separates test construction from repair so the same trajectory never writes both the patch and the test judging it, with a fail-closed harness qualifying and freezing tests before the Repair agent sees them. Holding the Repair agent fixed on SWE-bench Verified, test...
Most long-horizon agent work invests in plan refinement and pre-flight safety checks, which leaves nothing once an early error has already corrupted both the agent context and the environment state (arXiv 2608.14380). AgentRewind records aligned checkpoints of context and a co...
Holding retrieval, target state, model, decoding and tool budget fixed, researchers compared how a retrieved memory gets used. A target-bound note recording a reusable procedure, bindings to recover, applicability conditions and verification requirements hit 62.3% average succ...
arXiv 2608.04755 injected Android permission popups into real GUI tasks across four frontier multimodal LLMs with synchronized screenshots and UI trees. Holding the task fixed and changing only the requesting app flipped grants from 26/32 to 0/32, an App-Trust Bias. Holding th...
Most systems treat topology as a fixed design choice or an offline optimization target. MANTA initializes task-conditioned from prior structural experience, then monitors traces during deployment and applies bounded structural updates to agent roles, communication links, execu...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.