August 28, 2026 Research Brief

Agent reliability shifts to runtime.

Today’s strongest papers argue that safer, more reliable agents come from runtime structure and provenance-aware evaluation, while multimodal and multi-turn attacks expose how brittle prompt-only defenses remain.

Takeaways

  1. Agent reliability work is shifting from “better prompts” to **runtime architecture**: explicit state, replayable traces, task-adaptive harnesses, and delegation-level reliability primitives all show measurable gains over append-only chat histories and naive reruns.
  2. Safety evaluation is getting more **causal and provenance-aware**. Several papers show that headline success metrics can be badly misleading unless you verify *how* a result was achieved: flag recovery vs real exploit, PR blocking vs correct diagnosis, RAG accuracy vs grounded abstention, and memory provenance vs stale-world correctness.
  3. For alignment hardening, **simple structural interventions matter**: diversifying refusal prefixes can weaken single-vector ablation attacks; selective forget/retain-aware pruning predicts and improves unlearning robustness; DP noise can regularize Best-of-N without necessarily harming regret.
#1

Start with: SKILL.state: Scalable Long-Horizon Agent Skills

Why it catches my eye: It makes a concrete, reusable claim that explicit mutable state can improve long-horizon agent reliability while sharply reducing token cost.

Read skeptically for: Benefits may depend on having the right state schema and may not transfer to provenance-heavy tasks.

agents runtime long-horizon robustness

Themes

Runtime architecture is becoming the main lever for agent reliability Multiple papers argue that many agent failures are not primarily model-IQ failures but failures of execution substrate: context growth, poor replayability, brittle harnesses, and naive retry semantics. The strongest gains come from changing what the model sees and how runs are controlled.
Evaluation is moving from outcome-only metrics to provenance and attribution Several papers show that binary success metrics systematically overstate capability or safety. The common fix is to verify whether the observed path actually demonstrates the intended capability or diagnosis.
Jailbreak and misuse risk is increasingly multimodal, multi-turn, and self-amplifying Safety failures are no longer well-described by single-turn text jailbreaks. Vulnerability now depends on framing, visual authority cues, trajectory accumulation, and persistent agent memory or skill libraries.
Signal Runtime design beats prompt tweaks. SKILL.state, JIT-Agent, and Agent Mesh all shift gains toward explicit state, adaptive harnesses, and delegation controls rather than better chat prompting.
Tension Success metrics hide shortcut behavior. CTF provenance, diagnosis-aware PR review, RAG canaries, and stale-memory verification all show outcome-only scores can overstate capability or safety.
Bet Context-driven attacks will dominate. MMJailBench, trajectory-conditioned safety, and EVOMAL suggest multimodal framing, multi-turn buildup, and persistent memory are now central attack surfaces.

Papers Worth Your Reading Time

Ranked for research usefulness: novelty, method pattern, evidence quality, and skepticism value.

SKILL.state: Scalable Long-Horizon Agent Skills

#1

Useful if you build agents: it replaces append-only history with explicit state and shows large reliability and efficiency gains.

Why now
Long-horizon agents are hitting context, latency, and cost ceilings that prompting alone is not fixing.
Skepticism
Structured-state gains may rely on task schemas that are hard to design or maintain.

How Do LLM Agents Actually Get the Flag? Trace-Level Provenance for Agentic Offensive Security Evaluation

#2

A strong companion to runtime work because it shows why agent evaluation must verify the path, not just the final success.

Why now
Agentic cyber benchmarks are increasingly treated as capability evidence, but shortcut solves can inflate rankings.
Skepticism
Some provenance judgments remain ambiguous and depend on trace visibility.

MMJailBench: A Factorized Benchmark for Disentangling Multimodal Jailbreak Vulnerabilities

#3

It cleanly separates multimodal jailbreak factors and shows prompt framing and authority-like visuals materially change attack success.

Why now
Multimodal systems are shipping fast, while many safety evaluations still blur the causal sources of failure.
Skepticism
Its main conclusions depend partly on LLM-judge scoring and the chosen factorization.

Chinese version: [中文]

Run stats

  • Candidates: 335
  • Selected: 30
  • Deepread completed: 30
  • Window (UTC): 2026-08-26T00:00:00Z → 2026-08-27T00:00:00Z (explicit, expanded=0)
Show selected papers
arXiv IDTitle / LinksCategoriesScoreWhyTags
2608.25711Reassembling Distributed Risk: Trajectory-Conditioned Action Generation for Multi-Turn Agent Safety
PDF
cs.CR95Trajectory-level defense for multi-turn agent attacks; directly targets agent action safety.agent-safety, tool-use, multi-turn, security, defense
2608.26372Knowledge-Verified Emergent Deception in LLM Agents Under Conflicting Incentives
PDF
cs.CL, cs.AI95Knowledge-verified benchmark for deceptive agent behavior under deployer-user incentive conflict.agent-safety, deception, benchmark, evaluation, llm-agents
2608.25553When Stale Constraints Go Unchecked: Budgeted Verification Failures in Inherited Agent Memory
PDF
cs.IR, cs.AI, cs.CL95Direct agent-memory safety study showing stale-constraint failures under verification budgets.agent-safety, memory, verification, provenance, reliability
2608.25460Training Alignment Auditors via Reinforcement Learning
PDF
cs.AI, cs.LG93Trains LLM alignment auditors with RL; highly relevant to scalable oversight and auditing.alignment, auditing, reinforcement-learning, oversight, llm-evals
2608.25776EVOMAL: Self-Poisoning in Self-Evolving Coding Agents
PDF
cs.CR, cs.AI93Identifies self-poisoning loop in self-evolving coding agents via malicious skill imitation.agent-safety, security, coding-agents, poisoning, tool-use
2608.26225Agent Mesh: Reliability Primitives for Non-Idempotent Agent Delegation - Identity Adequacy and Evidence Adequacy
PDF
cs.AI, cs.DC, cs.MA, cs.SE93Production incident study of agent delegation failures; proposes reliability primitives for non-idempotent agents.agents, reliability, orchestration, safety, production
2608.26263SKILL.state: Scalable Long-Horizon Agent Skills
PDF
cs.AI, cs.MA93State-based agent runtime targets long-horizon failures, latency, and context poisoning.agents, long-context, runtime, memory, robustness
2608.26222NeuronFuzz: Safety Neuron Guided Fuzzing for LLM Safety Evaluation
PDF
cs.LG, cs.AI, cs.CR, cs.SE92White-box fuzzing via safety neurons offers efficient jailbreak evaluation feedback.jailbreak, safety-evaluation, interpretability, fuzzing, red-teaming
2608.25490MMJailBench: A Factorized Benchmark for Disentangling Multimodal Jailbreak Vulnerabilities
PDF
cs.CR, cs.AI, cs.MM91Factorized multimodal jailbreak benchmark enables attribution of MLLM vulnerability sources.multimodal, jailbreak, benchmark, evaluation, safety
2608.25697LMSM: LLM Security Framework Inspired by Linux Security Modules
PDF
cs.CR91Security architecture for LLM serving with modular policy enforcement over calibrated signals.llm-security, guardrails, serving, policy, monitoring
2608.26324Privacy Without Regret: Differentially Private Inference-Time Alignment
PDF
cs.LG91DP inference-time alignment for Best-of-N links privacy, regret, and reward-hacking mitigation.alignment, privacy, inference-time, best-of-n, theory
2608.25457MACGen: Toward Functionally Correct and Secure Code Generation via Multi-Agent Collaboration
PDF
cs.CR, cs.AI, cs.MA91Multi-agent secure code generation directly targets functional correctness and security.code-generation, security, agents, secure-coding, multi-agent
2608.26385Why RAGs Hallucinate: Penalty-Aware Evaluation of Retrieval-Augmented Generation Systems with Knowledge-Gap Canaries
PDF
cs.CL, cs.AI90Strong RAG eval with penalties and knowledge-gap canaries exposes unsupported answering and failure sources.RAG, hallucination, evaluation, grounding, abstention
2608.25286BixBench3: Benchmarking AI agents on research-study-scale computational biology tasks
PDF
cs.AI, q-bio.QM90Benchmark for research-scale biology agents is reusable and probes real agent capabilities.benchmark, agents, evaluation, computational-biology, tool-use
2608.26235The Reasoning Tax: Token Economics of LLM Reasoning Across Task Types and Deployment Contexts
PDF
cs.AI, cs.PF90Useful benchmark for reasoning-token cost/benefit; directly relevant to LLM deployment decisions.LLM, reasoning, evaluation, efficiency, deployment
2608.25817SkillShield: Prompt-Space Security Skills for LLM Coding Agents
PDF
cs.CR89System-prompt security skills for coding agents are practical for API-only deployments.coding-agents, prompt-security, tool-use, defense, deployment
2608.25474Separating Disclosure from Authorization: Field-Tier Minimization for Agent Action Mediation
PDF
cs.CR, cs.SE89Practical action-mediation design minimizing sensitive parameter disclosure while preserving auditability.agent-safety, authorization, privacy, auditing, action-mediation
2608.26237How Do LLM Agents Actually Get the Flag? Trace-Level Provenance for Agentic Offensive Security Evaluation
PDF
cs.CR, cs.AI88Trace-level auditing for offensive-security agents improves capability measurement fidelity.agent-evaluation, cybersecurity, auditing, trace-analysis, ctf
2608.25730From Verdict to Diagnosis: Attributable Security Review of Pull Requests
PDF
cs.CR88Security review benchmark separates correct blocking from correct vulnerability diagnosis in PR review.security, benchmark, code-review, evaluation, diagnosis
2608.26442Don't Overthink, Don't Underthink: Toward Adaptive Reasoning in Agentic AI
PDF
cs.AI, cs.CL88Targets adaptive reasoning in full agent workflows, addressing over/underthinking under dynamic tool use.agents, reasoning, inference-time, tool-use, efficiency
2608.26462Diff Mining: Logit Differences Reveal Finetuning Objectives
PDF
cs.LG, cs.AI, cs.CL88Model-diffing via logits could audit finetuning-induced behaviors without internals.interpretability, auditing, finetuning, llms, safety
2608.26005VoiceMem: Streaming Dual-Brain Memory for Real-Time Interaction
PDF
eess.AS, cs.AI, cs.IR, cs.MM, cs.SD88Memory architecture for real-time conversational agents with deployment evidence and long-horizon evaluation.agents, memory, speech, long-context, deployment
2608.25390Refusal geometry reflects refusal training: diverse refusal prefixes can raise stable rank and weaken refusal vector ablation attacks
PDF
cs.LG, cs.AI, cs.CR87Mechanistic study of refusal geometry informs robustness to refusal-vector ablation attacks.mechanistic-interpretability, refusal, jailbreak, alignment, robustness
2608.25429Distance Is Not Enough: Forget-Retain Alignment Gap Predicts LLM Relearning Robustness
PDF
cs.AI, cs.LG87Training-free predictor for whether LLM unlearning will resist rapid relearning attacks.unlearning, reliability, safety, evaluation, robustness
2608.25593JIT-Agent: Scaling Harness Intelligence via Just-in-Time Harness Evolution
PDF
cs.CL, cs.LG86Learns task-adaptive agent harnesses, a potentially high-impact direction for scalable agent capability.agents, harness, automation, planning, scaffolding
2608.26329Neuro-symbolic PRM: Enhancing Scientific Reasoning via Structured Traces and Symbolic Verification
PDF
cs.CL86Neuro-symbolic PRM separates symbolic validity from semantic grounding for reasoning.reasoning, verification, prm, neuro-symbolic, reliability
2608.26374Survival-Guided Length Control for Efficient Diffusion Language Models
PDF
cs.CL86Training-free decoding method gives major DLM speedups while preserving accuracy on reasoning and code.diffusion-language-models, inference, efficiency, reasoning, code
2608.26423The Latent Diagnostic Taxonomy: A Framework for Constructing Classifiers and Diagnosing Their Decisions, Applied to Prompt Injection Detection
PDF
cs.LG, cs.AI, cs.CL, cs.CR85Prompt injection safeguard plus trust diagnostic is reusable for classifier-based defenses.prompt-injection, classifier, diagnostics, security, guardrails
2608.25920Repair or Resample? Rethinking Failure Debugging in LLM Multi-Agent Systems
PDF
cs.AI, cs.SE85Causal framework tests whether multi-agent debugging truly repairs failures or just resamples luck.multi-agent, reliability, evaluation, debugging, agents
2608.26008A Self-Evolving Multi-Agent Framework Defense against LLM Jailbreak Attacks
PDF
cs.CR, cs.CL84Adaptive jailbreak defense with persistent rule memory addresses evolving attack strategies.jailbreak, adaptive-defense, multi-agent, memory, safety

AI Paper Insight Brief

2026-08-28

Backfill note — generated 2026-09-09: This issue follows the original 00:10 Asia/Shanghai schedule and selects papers first submitted from 2026-08-26 00:00 UTC through 2026-08-27 00:00 UTC. Analyses use the versions returned by arXiv at backfill time, which may include later revisions.

0) Executive takeaways (read this first)

  • Agent reliability work is shifting from “better prompts” to runtime architecture: explicit state, replayable traces, task-adaptive harnesses, and delegation-level reliability primitives all show measurable gains over append-only chat histories and naive reruns.
  • Safety evaluation is getting more causal and provenance-aware. Several papers show that headline success metrics can be badly misleading unless you verify how a result was achieved: flag recovery vs real exploit, PR blocking vs correct diagnosis, RAG accuracy vs grounded abstention, and memory provenance vs stale-world correctness.
  • For alignment hardening, simple structural interventions matter: diversifying refusal prefixes can weaken single-vector ablation attacks; selective forget/retain-aware pruning predicts and improves unlearning robustness; DP noise can regularize Best-of-N without necessarily harming regret.
  • Multimodal and agentic jailbreak risk looks increasingly context-driven rather than prompt-only. Prompt framing, authority-like visual cues, distributed multi-turn intent, and self-evolving memory/rule systems all materially change attack success.
  • Compute efficiency is now a first-class safety/reliability issue. Long-horizon biology agents average 6.8 hours / 102M tokens / $43 per task, reasoning tokens often dominate spend (median 94.7% of inference cost share), and several papers show large wins from bounded state, adaptive harnesses, or better decoding horizons.
  • The practical frontier is deployable black/gray-box defenses: prompt-space skills, persistent rule memories, output-release mediation, and attributable review pipelines all target settings where model weights are unavailable.

2) Key themes (clusters)

Theme: Runtime architecture is becoming the main lever for agent reliability

Theme: Evaluation is moving from outcome-only metrics to provenance and attribution

Theme: Jailbreak and misuse risk is increasingly multimodal, multi-turn, and self-amplifying

Theme: Practical alignment hardening is becoming more mechanistic and selective

Theme: Security controls are being redesigned for deployability, not just benchmark wins

3) Technical synthesis

  • A recurring pattern is moving control earlier in the pipeline: prefill-only neuron signals for fuzzing, latent safety injection before action generation, digest commitment before minimization, and output-release gates before token release.
  • Many papers replace monolithic scores with factorized diagnostics: MMJailBench splits intent/framing/visual/carrier; MALPR-BENCH splits verdict/identification/evidence; KnownLieBench separates knowledge from deception; FRAG separates forget- from retain-alignment.
  • Replayability and prefix preservation are emerging as core methodology for agent science: SymTrace, stale-memory verification, and CTF provenance all rely on reconstructing what actually happened rather than trusting end metrics.
  • Several strong results come from structured bottlenecks: explicit state schemas, JSON state patches, artifact-only interfaces, typed retrieval, and deterministic verifiers reduce search space and improve attribution.
  • There is a broad shift from “more reasoning” to better compute allocation: TES, adaptive reasoning analysis, SKILL.state, JIT-Agent, and survival-guided DLM length control all show that excess tokens often add cost faster than capability.
  • Safety work is increasingly gray-box rather than purely black-box or white-box: Diff Mining uses logits only, LMSM accepts interchangeable internal-evidence backends, and NeuronFuzz uses internal activations during prefill but transfers attacks to black-box targets.
  • Multiple papers show that evaluation artifacts can dominate conclusions: canary inclusion changes RAG rankings, execution-backed filtering changes CTF rankings, and diagnosis-aware scoring changes PR reviewer comparisons.
  • Selective interventions outperform blunt ones across domains: selective pruning beats global distance as an unlearning proxy, localized node repair beats full reruns, and targeted rule triggering beats static defense prompts.
  • Several defenses rely on persistent memory with bounded scope: rule memories for jailbreak defense, dual-brain memory for voice agents, and delegation-level ledgers or state stores. The open problem is how to keep these memories useful without becoming stale or poisoned.
  • The strongest practical systems combine cheap deterministic filters with expensive learned judgment: verifier-first beam search, typed retrieval plus bounded validation, symbolic validity plus PRM, and calibration rollouts plus pairwise RL.

4) Top 5 papers (with “why now”)

SKILL.state: Scalable Long-Horizon Agent Skills

  • Replaces append-only conversational history with explicit mutable execution state, giving a clean O(T) vs O(T^2) token story.
  • Delivers large practical gains: on InterCode CTF, Pass@1 rises to 54.2% vs 43.2% for ReAct while tokens drop from 977k to 387k.
  • Strong evidence that runtime design, not just model quality, is a major bottleneck for long-horizon agents.
  • Why now: long-context agent systems are hitting cost and reliability ceilings; this is a concrete alternative architecture.
  • Skepticism: depends on having a sufficient structured schema and does not directly solve provenance/audit-heavy tasks.

MMJailBench: A Factorized Benchmark for Disentangling Multimodal Jailbreak Vulnerabilities

  • Provides a clean factorized benchmark over harmful intent, framing, visual semantics, and instruction carrier.
  • Finds prompt framing is the dominant driver, while authority-like visuals such as authorization documents add large ASR increases (+12.96%).
  • Scale is strong: 16 models, 16,320 instances per model, 261,120 responses.
  • Why now: multimodal deployment is accelerating, but most safety evals still entangle causal factors.
  • Skepticism: primary scoring relies on an LLM judge, and conclusions are bounded by the chosen factor set.

Training Alignment Auditors via Reinforcement Learning

  • Shows that reference-pairwise RL plus false-positive calibration can train a smaller auditor to match or exceed stronger baselines on audit quality and realism.
  • Best checkpoint reaches composite 48.7 vs Opus 4.6 at 48.4, while keeping false-positive calibration near 100%.
  • Transfer to hardened AuditBench targets is notable: STC detection rises to 28.1% from a Haiku baseline of 11.5%.
  • Why now: automated assurance is becoming a deployment requirement, and static auditors are too easy to evade.
  • Skepticism: evaluation is judge-based and training uses a single base auditor family with system-prompt implanted behaviors.

How Do LLM Agents Actually Get the Flag? Trace-Level Provenance for Agentic Offensive Security Evaluation

  • Reframes CTF evaluation around evidence-backed solve provenance rather than raw flag counts.
  • Finds only 72.9% of recovered flags are execution-backed; 16.2% are unsupported, and enforcing provenance reduces scores by 17.4–22.6%.
  • Also changes model rankings, showing current offensive-security leaderboards may be materially inflated.
  • Why now: agentic cyber benchmarks are increasingly used as capability signals, and shortcut pathways are likely growing with contamination.
  • Skepticism: some provenance cases remain ambiguous and depend on trace observability.

NeuronFuzz: Safety Neuron Guided Fuzzing for LLM Safety Evaluation

  • Replaces expensive response-level feedback with prefill-time safety-neuron signals, enabling denser and cheaper jailbreak search.
  • Achieves 76–100% jailbreak discovery on five white-box source models and transfers optimized templates broadly, including to proprietary APIs.
  • Strong methodological contribution: continuous internal signal plus gradient-guided template mutation.
  • Why now: safety testing is bottlenecked by generation cost, especially on stronger aligned models where response labels are sparse.
  • Skepticism: requires white-box access to build the oracle, and transfer to proprietary targets is uneven.

5) Practical next steps

  • Re-architect long-horizon agents around explicit state or structured artifacts instead of append-only transcripts; measure token growth, recovery lag, and noise robustness.
  • Add provenance-aware evaluation to internal benchmarks: require evidence-backed exploit traces, diagnosis-grounded PR reviews, and canary-based abstention tests for RAG.
  • For safety training, test whether diversifying refusal prefixes increases activation stable rank and reduces vulnerability to simple refusal-vector ablations.
  • In unlearning pipelines, stop using global weight distance as the main proxy; add FRAG-like forget/retain alignment diagnostics and evaluate against relearning attacks.
  • For coding agents, layer defenses: combine prompt-space skills for cheap first-line protection with runtime mediation or attributable review for high-assurance actions.
  • Instrument agent runtimes for selective replay and node-level repair so you can distinguish causal fixes from stochastic reruns.
  • Audit any persistent memory or skill library for staleness and self-poisoning; add provenance checks, freshness heuristics, and quarantine/promotion workflows for agent-authored artifacts.
  • Track reasoning cost share and benchmark-specific token economy before enabling high-effort reasoning by default; several papers suggest selective activation beats always-on “thinking.”

Generated from per-paper analyses; no external browsing.