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
- 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.
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.
Themes
Papers Worth Your Reading Time
Ranked for research usefulness: novelty, method pattern, evidence quality, and skepticism value.
SKILL.state: Scalable Long-Horizon Agent Skills
#1Useful 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
#2A 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
#3It 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 ID | Title / Links | Categories | Score | Why | Tags |
|---|---|---|---|---|---|
2608.25711 | Reassembling Distributed Risk: Trajectory-Conditioned Action Generation for Multi-Turn Agent Safety | cs.CR | 95 | Trajectory-level defense for multi-turn agent attacks; directly targets agent action safety. | agent-safety, tool-use, multi-turn, security, defense |
2608.26372 | Knowledge-Verified Emergent Deception in LLM Agents Under Conflicting Incentives | cs.CL, cs.AI | 95 | Knowledge-verified benchmark for deceptive agent behavior under deployer-user incentive conflict. | agent-safety, deception, benchmark, evaluation, llm-agents |
2608.25553 | When Stale Constraints Go Unchecked: Budgeted Verification Failures in Inherited Agent Memory | cs.IR, cs.AI, cs.CL | 95 | Direct agent-memory safety study showing stale-constraint failures under verification budgets. | agent-safety, memory, verification, provenance, reliability |
2608.25460 | Training Alignment Auditors via Reinforcement Learning | cs.AI, cs.LG | 93 | Trains LLM alignment auditors with RL; highly relevant to scalable oversight and auditing. | alignment, auditing, reinforcement-learning, oversight, llm-evals |
2608.25776 | EVOMAL: Self-Poisoning in Self-Evolving Coding Agents | cs.CR, cs.AI | 93 | Identifies self-poisoning loop in self-evolving coding agents via malicious skill imitation. | agent-safety, security, coding-agents, poisoning, tool-use |
2608.26225 | Agent Mesh: Reliability Primitives for Non-Idempotent Agent Delegation - Identity Adequacy and Evidence Adequacy | cs.AI, cs.DC, cs.MA, cs.SE | 93 | Production incident study of agent delegation failures; proposes reliability primitives for non-idempotent agents. | agents, reliability, orchestration, safety, production |
2608.26263 | SKILL.state: Scalable Long-Horizon Agent Skills | cs.AI, cs.MA | 93 | State-based agent runtime targets long-horizon failures, latency, and context poisoning. | agents, long-context, runtime, memory, robustness |
2608.26222 | NeuronFuzz: Safety Neuron Guided Fuzzing for LLM Safety Evaluation | cs.LG, cs.AI, cs.CR, cs.SE | 92 | White-box fuzzing via safety neurons offers efficient jailbreak evaluation feedback. | jailbreak, safety-evaluation, interpretability, fuzzing, red-teaming |
2608.25490 | MMJailBench: A Factorized Benchmark for Disentangling Multimodal Jailbreak Vulnerabilities | cs.CR, cs.AI, cs.MM | 91 | Factorized multimodal jailbreak benchmark enables attribution of MLLM vulnerability sources. | multimodal, jailbreak, benchmark, evaluation, safety |
2608.25697 | LMSM: LLM Security Framework Inspired by Linux Security Modules | cs.CR | 91 | Security architecture for LLM serving with modular policy enforcement over calibrated signals. | llm-security, guardrails, serving, policy, monitoring |
2608.26324 | Privacy Without Regret: Differentially Private Inference-Time Alignment | cs.LG | 91 | DP inference-time alignment for Best-of-N links privacy, regret, and reward-hacking mitigation. | alignment, privacy, inference-time, best-of-n, theory |
2608.25457 | MACGen: Toward Functionally Correct and Secure Code Generation via Multi-Agent Collaboration | cs.CR, cs.AI, cs.MA | 91 | Multi-agent secure code generation directly targets functional correctness and security. | code-generation, security, agents, secure-coding, multi-agent |
2608.26385 | Why RAGs Hallucinate: Penalty-Aware Evaluation of Retrieval-Augmented Generation Systems with Knowledge-Gap Canaries | cs.CL, cs.AI | 90 | Strong RAG eval with penalties and knowledge-gap canaries exposes unsupported answering and failure sources. | RAG, hallucination, evaluation, grounding, abstention |
2608.25286 | BixBench3: Benchmarking AI agents on research-study-scale computational biology tasks | cs.AI, q-bio.QM | 90 | Benchmark for research-scale biology agents is reusable and probes real agent capabilities. | benchmark, agents, evaluation, computational-biology, tool-use |
2608.26235 | The Reasoning Tax: Token Economics of LLM Reasoning Across Task Types and Deployment Contexts | cs.AI, cs.PF | 90 | Useful benchmark for reasoning-token cost/benefit; directly relevant to LLM deployment decisions. | LLM, reasoning, evaluation, efficiency, deployment |
2608.25817 | SkillShield: Prompt-Space Security Skills for LLM Coding Agents | cs.CR | 89 | System-prompt security skills for coding agents are practical for API-only deployments. | coding-agents, prompt-security, tool-use, defense, deployment |
2608.25474 | Separating Disclosure from Authorization: Field-Tier Minimization for Agent Action Mediation | cs.CR, cs.SE | 89 | Practical action-mediation design minimizing sensitive parameter disclosure while preserving auditability. | agent-safety, authorization, privacy, auditing, action-mediation |
2608.26237 | How Do LLM Agents Actually Get the Flag? Trace-Level Provenance for Agentic Offensive Security Evaluation | cs.CR, cs.AI | 88 | Trace-level auditing for offensive-security agents improves capability measurement fidelity. | agent-evaluation, cybersecurity, auditing, trace-analysis, ctf |
2608.25730 | From Verdict to Diagnosis: Attributable Security Review of Pull Requests | cs.CR | 88 | Security review benchmark separates correct blocking from correct vulnerability diagnosis in PR review. | security, benchmark, code-review, evaluation, diagnosis |
2608.26442 | Don't Overthink, Don't Underthink: Toward Adaptive Reasoning in Agentic AI | cs.AI, cs.CL | 88 | Targets adaptive reasoning in full agent workflows, addressing over/underthinking under dynamic tool use. | agents, reasoning, inference-time, tool-use, efficiency |
2608.26462 | Diff Mining: Logit Differences Reveal Finetuning Objectives | cs.LG, cs.AI, cs.CL | 88 | Model-diffing via logits could audit finetuning-induced behaviors without internals. | interpretability, auditing, finetuning, llms, safety |
2608.26005 | VoiceMem: Streaming Dual-Brain Memory for Real-Time Interaction | eess.AS, cs.AI, cs.IR, cs.MM, cs.SD | 88 | Memory architecture for real-time conversational agents with deployment evidence and long-horizon evaluation. | agents, memory, speech, long-context, deployment |
2608.25390 | Refusal geometry reflects refusal training: diverse refusal prefixes can raise stable rank and weaken refusal vector ablation attacks | cs.LG, cs.AI, cs.CR | 87 | Mechanistic study of refusal geometry informs robustness to refusal-vector ablation attacks. | mechanistic-interpretability, refusal, jailbreak, alignment, robustness |
2608.25429 | Distance Is Not Enough: Forget-Retain Alignment Gap Predicts LLM Relearning Robustness | cs.AI, cs.LG | 87 | Training-free predictor for whether LLM unlearning will resist rapid relearning attacks. | unlearning, reliability, safety, evaluation, robustness |
2608.25593 | JIT-Agent: Scaling Harness Intelligence via Just-in-Time Harness Evolution | cs.CL, cs.LG | 86 | Learns task-adaptive agent harnesses, a potentially high-impact direction for scalable agent capability. | agents, harness, automation, planning, scaffolding |
2608.26329 | Neuro-symbolic PRM: Enhancing Scientific Reasoning via Structured Traces and Symbolic Verification | cs.CL | 86 | Neuro-symbolic PRM separates symbolic validity from semantic grounding for reasoning. | reasoning, verification, prm, neuro-symbolic, reliability |
2608.26374 | Survival-Guided Length Control for Efficient Diffusion Language Models | cs.CL | 86 | Training-free decoding method gives major DLM speedups while preserving accuracy on reasoning and code. | diffusion-language-models, inference, efficiency, reasoning, code |
2608.26423 | The Latent Diagnostic Taxonomy: A Framework for Constructing Classifiers and Diagnosing Their Decisions, Applied to Prompt Injection Detection | cs.LG, cs.AI, cs.CL, cs.CR | 85 | Prompt injection safeguard plus trust diagnostic is reusable for classifier-based defenses. | prompt-injection, classifier, diagnostics, security, guardrails |
2608.25920 | Repair or Resample? Rethinking Failure Debugging in LLM Multi-Agent Systems | cs.AI, cs.SE | 85 | Causal framework tests whether multi-agent debugging truly repairs failures or just resamples luck. | multi-agent, reliability, evaluation, debugging, agents |
2608.26008 | A Self-Evolving Multi-Agent Framework Defense against LLM Jailbreak Attacks | cs.CR, cs.CL | 84 | Adaptive 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
- Why it matters: 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.
- Representative papers:
- JIT-Agent: Scaling Harness Intelligence via Just-in-Time Harness Evolution
- SKILL.state: Scalable Long-Horizon Agent Skills
- Repair or Resample? Rethinking Failure Debugging in LLM Multi-Agent Systems
- Agent Mesh: Reliability Primitives for Non-Idempotent Agent Delegation - Identity Adequacy and Evidence Adequacy
- Common approach:
- Replace append-only histories with structured execution artifacts or mutable state.
- Preserve validated prefixes and intervene locally rather than rerunning entire trajectories.
- Treat harness/scaffold design as a learned object, not a fixed hand-built wrapper.
- Add delegation-level controls for retries, effects, and attribution rather than borrowing service-mesh assumptions.
- Open questions / failure modes:
- How well these runtime patterns generalize beyond the tested frameworks, domains, and model families.
- Structured-state methods depend on having a sufficient schema; provenance/audit use cases may still require history.
- Learned harness generation may introduce new safety/debuggability issues not yet quantified.
- Observational reliability studies identify failure classes well, but causal remediation evidence is still limited in some cases.
Theme: Evaluation is moving from outcome-only metrics to provenance and attribution
- Why it matters: 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.
- Representative papers:
- How Do LLM Agents Actually Get the Flag? Trace-Level Provenance for Agentic Offensive Security Evaluation
- From Verdict to Diagnosis: Attributable Security Review of Pull Requests
- Why RAGs Hallucinate: Penalty-Aware Evaluation of Retrieval-Augmented Generation Systems with Knowledge-Gap Canaries
- When Stale Constraints Go Unchecked: Budgeted Verification Failures in Inherited Agent Memory
- Common approach:
- Add trace-level or artifact-level evidence requirements to separate genuine success from shortcuts.
- Score intermediate properties separately: verdict vs diagnosis vs evidence, or answer vs abstention vs grounding.
- Use controlled canaries, frozen rubrics, or forced-critical interventions to identify where systems fail.
- Audit not just outputs, but whether the system consulted the right provenance path or repository evidence.
- Open questions / failure modes:
- Many pipelines still rely on LLM judges, with possible same-family or rubric bias.
- Some shortcut pathways remain ambiguous even to humans when challenge design is weak.
- Provenance-rich evaluation is more expensive and may be harder to standardize across products.
- Diagnostic interventions can be oracle-like, so deployable approximations remain an open engineering problem.
Theme: Jailbreak and misuse risk is increasingly multimodal, multi-turn, and self-amplifying
- Why it matters: 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.
- Representative papers:
- MMJailBench: A Factorized Benchmark for Disentangling Multimodal Jailbreak Vulnerabilities
- Reassembling Distributed Risk: Trajectory-Conditioned Action Generation for Multi-Turn Agent Safety
- EVOMAL: Self-Poisoning in Self-Evolving Coding Agents
- A Self-Evolving Multi-Agent Framework Defense against LLM Jailbreak Attacks
- Common approach:
- Factorize attack conditions to isolate which contextual variables drive failures.
- Aggregate trajectory-level risk and inject it before action generation rather than checking after the fact.
- Model persistent memory/rule systems as both an attack surface and a defense surface.
- Evaluate transfer across tools, domains, and model families rather than only in-distribution prompts.
- Open questions / failure modes:
- Adaptive attackers against prompt-space or memory-based defenses remain underexplored.
- Some defenses depend on same-model supervision or backbone matching.
- Self-evolving systems can accumulate both protective rules and poisoned artifacts; lifecycle governance is unresolved.
- OCR/perception errors complicate multimodal comparisons and may mask or distort true safety behavior.
Theme: Practical alignment hardening is becoming more mechanistic and selective
- Why it matters: A set of papers connect brittle safety behavior to identifiable training-time or weight-space structure, then propose targeted interventions rather than broad retraining.
- Representative papers:
- Refusal geometry reflects refusal training: diverse refusal prefixes can raise stable rank and weaken refusal vector ablation attacks
- Distance Is Not Enough: Forget-Retain Alignment Gap Predicts LLM Relearning Robustness
- Privacy Without Regret: Differentially Private Inference-Time Alignment
- Training Alignment Auditors via Reinforcement Learning
- Common approach:
- Replace coarse proxies like global distance or scalar concerningness with structure-aware objectives.
- Use pairwise or selective signals that preserve calibration while improving robustness.
- Tie defenses to mechanistic quantities such as stable rank, forget/retain importance, or reward sensitivity.
- Improve auditing skill through RL and explicit false-positive calibration rather than static prompting.
- Open questions / failure modes:
- Several results are still case studies on limited model families.
- White-box attacker assumptions remain strong in some mechanistic analyses.
- Selective robustness methods can trade off general utility.
- Formal guarantees often depend on quantities that are hard to estimate in deployment.
Theme: Security controls are being redesigned for deployability, not just benchmark wins
- Why it matters: The most operationally relevant papers focus on defenses that can be inserted into real systems with limited model access: secure code generation pipelines, prompt-space skills, output mediation, and privacy-minimizing ledgers.
- Representative papers:
- MACGen: Toward Functionally Correct and Secure Code Generation via Multi-Agent Collaboration
- SkillShield: Prompt-Space Security Skills for LLM Coding Agents
- LMSM: LLM Security Framework Inspired by Linux Security Modules
- Separating Disclosure from Authorization: Field-Tier Minimization for Agent Action Mediation
- Common approach:
- Separate policy, evidence, and enforcement into explicit interfaces.
- Use artifact-only coordination or fixed prompt-space skills to reduce role interference and deployment friction.
- Minimize sensitive data crossing durable boundaries while preserving auditability.
- Measure both security and utility, rather than optimizing one at the expense of the other.
- Open questions / failure modes:
- Prompt-space defenses are unlikely to match hard runtime enforcement against adaptive white-box attackers.
- Runtime mediation depends on trusted serving assumptions and calibrated monitors.
- Secure code benchmarks can have oracle mismatches where hardening breaks benchmark expectations.
- Privacy-minimizing mediation still leaves residual trust unless stronger cryptographic proofs are added.
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.
- 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.