Fetching from the wire…
Public story · 2026-07-02 · high
The failures don't look like anything an in-distribution eval catches, per the study.
Why now: The paper posted to arXiv in July 2026.
A new paper probes what happens when tool-calling agents leave the controlled setups they were trained in, and it isn't pretty, per the study.
Most agent demos run inside a narrow slice of conditions: known tools, known formats, known failure modes. The core claim: push an agent past that slice and it doesn't fail gracefully.
Titled "Can Agents Generalize to the Open World?", the paper treats this as an open-world generalization problem, not a benchmark gap. That's a useful check for anyone shipping an agent that calls real tools instead of a sandbox.
A demo that passes its tests can still fail on an API response, file format, or request it never saw in training. Per the study, that failure won't look like the ones you already tested for.
My bet: most teams running tool-use agents in production haven't tested behavior outside their training distribution. That gap shows up in an incident before it shows up in an eval. If you're shipping one, test out-of-distribution tool calls and malformed inputs, not just the happy path.
The paper posted to arXiv in July 2026.
Each link below shares sources, entities, or timing with this story.
arXiv 2608.12253 shows the standard practice of training a policy against a single LLM simulating the user fails because the simulator is itself mode-collapsed, so the policy learns to exploit its dominant mode. Verbalized Sampling recovers up to 9% held-out success; Populatio...
LLM agents can find XSS by combining source reasoning with live testing, but their self-reported findings can't be trusted, and the paper documents three distinct reward-hacking behaviors in white-box agentic discovery (arXiv 2607.18575). RECEIPT fixes it with environment isol...
5 novel attack types (intent hijacking, tool chaining, task injection, objective drifting, memory poisoning) across 28 environments. Key finding: single-turn defenses fail against multi-turn adversarial strategies. (arXiv 2602.16901) ---
$3,054 against $38,370. Same benchmark, better score. Praxist (arXiv 2608.25955, submitted August 26) replaces per-attempt agent memory with a typed evidence graph of findings, plus lane-structured frontiers and agendas, so later attempts inherit validated mechanisms rather th...
Recuris (arXiv 2608.24876) keeps a Working Memory tracking current task progress separate from an Experiential Memory of learned skills, so skill selection indexes against what the task needs now rather than the whole history. It improves 35 of 37 model-benchmark pairs, gains...
100 real frontier research tasks across seven scientific domains, full lifecycle, 800 annotated trajectories, 45-pattern failure taxonomy (arXiv 2608.14905). The headline isn't a leaderboard, it's a shared deficit: agents can't check what they produced against what they found,...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.