arXiv:2609.27276v1 Announce Type: new Abstract: Long-horizon language-model agents accumulate reasoning traces, tool exchanges, and observations whose relevance changes with the current decision. Existing compression strategies often score historical units independently, but the safety of deleting several units is generally not determined by their singleton scores: redundant evidence, accumulated small effects, and the information that remains after deletion all matter. We introduce Direct Relational Set-Risk Pruning (DRSR), which formulates agent-history compression as risk-constrained selection over deletion sets. Offline, DRSR constructs exact counterfactual supervision by jointly deleting protocol-valid history Blocks and measuring the change in teacher-forced likelihood of the same recorded next output. A lightweight scorer then predicts set-level harm from online-visible relations between candidate history and the current pre-action state, together with deleted-retained and pairwise set structure. At deployment, DRSR evaluates a small set of structurally valid deletion candidates with the lightweight scorer and removes the largest feasible set under recency, protocol, budget, and learned-risk constraints, abstaining when no set is sufficiently safe. On WorkBuddyBench Full260, DRSR increases mean reward from 0.699 to 0.802 while reducing total model tokens by 20.820%. On the fixed Eval40 comparison, it obtains 0.794 reward at 1.211M tokens per task, using 35.850% fewer tokens than the uncompressed agent. Mechanistic analyses and ablations further show that decision-conditioned relations, retained-context information, pair interactions, and abstention each contribute to reliable pruning.
DRSR: Learning Set-Level Deletion Risk for Efficient Long-Horizon Agents
Researchers introduced Direct Relational Set-Risk Pruning (DRSR), a method that compresses long-horizon language-model agent histories by scoring the risk of deleting sets of history blocks rather than individual units. On WorkBuddyBench Full260, DRSR raised mean reward from 0.699 to 0.802 while cutting total model tokens by 20.820%, and on the fixed Eval40 comparison it reached 0.794 reward at 1.211M tokens per task, 35.850% fewer tokens than the uncompressed agent. The work, posted as arXiv:2609.27276v1, builds offline counterfactual supervision by jointly deleting protocol-valid history blocks and measuring the change in teacher-forced likelihood of the same recorded next output, then uses a lightweight scorer to select the largest feasible deletion set under recency, protocol, budget, and learned-risk constraints, abstaining when no set is safe enough.
Run your AI side-project on zahid.host
EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.