2026-07-18

AI Agents

A cost-aware benchmark for security agents finds a split: offensive CTF work scales with test-time compute (open-weight models nearly match frontier at competitive cost), while defensive SOC investigation depends on disciplined tool use, not reasoning budget. A companion paper argues coding-agent memory belongs in git rather than bespoke stores. The rest: memory-poisoning attacks, harness maintenance, an SE-agent field study, and two coding-agent critiques from practice.

5 papers 2 news 0 blogs 3 appendix 384 considered

Papers

5

Beyond Success Rate: Cost-Aware Evaluation of Offensive and Defensive Security Agents

arxiv:arxiv-agents — Paul Kassianik, Blaine Nelson, Yaron Singer 8/10 evalssafetycost-latency
This paper re-evaluates security agents under fixed cost budgets instead of peak capability, decomposing performance by inference and tool spend across offensive Cybench and defensive Splunk BOTS challenges. The finding is two distinct scaling regimes: offensive CTF success improves with test-time compute, and scaled open-weight models approach frontier systems cost-competitively — but defensive SOC investigation barely scales with reasoning budget, depending instead on disciplined telemetry navigation and selective enrichment. An interactive results site accompanies it.

Harness Handbook: Making Evolving Agent Harnesses Readable,Navigable, and Editable

arxiv:arxiv-agents — Ruhan Wang, Yucheng Shi, Zongxia Li, Zhongzhi Li, Yue Yu, Junyao Yang, Kishan Panaganti, Haitao Mi, Dongruo Zhou, Leoweiliang 8/10 frameworkscode-agents
Agent harnesses — the code that builds prompts, manages state, and coordinates tool calls — must evolve constantly, and the bottleneck is behavior localization: mapping a change request onto the scattered code that implements the target behavior. The Harness Handbook synthesizes a behavior-to-source map via static analysis plus LLM structuring, and Behavior-Guided Progressive Disclosure walks agents from high-level behaviors to implementation, verifying candidates against current source. Reported gains in localization and edit-plan quality with fewer planner tokens on two open harnesses.

MemPoison: Uncovering Persistent Memory Threats and Structural Blind Spots in LLM Agents

arxiv:arxiv-agents — Jifeng Gao, Kang Xia, Yi Zhang, Xiaobin Hong, Mingkai Lin, Xingshen Wei, Wenzhong Li, Sanglu Lu 8/10 safetymemoryevals
MemPoison is a benchmark of 1,227 hand-validated cases probing persistent-memory attacks across four attack types, three injection channels, and three memory substrates, run over ten model families. The three-tier taxonomy — direct single-record, compositional multi-record, and context-triggered dormant corruption — exposes a real gap: write-time consistency checks suppress L1 attacks but fail on L2 and L3, where benign-looking records turn harmful through joint retrieval or trigger activation. The argument for context-sensitive rather than static memory filtering is well-supported.

Why Git Is the Memory Solution for the Agentic Development Lifecycle

arxiv:arxiv-agents — Frank Guo 8/10 memorycode-agentsobservability
Rather than building tiered stores or memory graphs, this argues coding-agent memory should be git-bound — commits as ground truth, rebuild for freshness, merge for verification, review for containment. The retrieval study is pre-registered with a ship discipline: five ranking mechanisms rejected, two kept, ~0.31 pooled MRR. It concedes ranking alone is insufficient (0.07-0.20 answer-sufficiency single-shot) and adds a router dispatching breadth, pointed lookups, and rationale synthesis, reaching 0.83 sufficiency on a ~50k-LOC codebase. Unusually honest methodology.

How Do Practitioners Build SE Agents? Insights from a Mixed-Methods Study

arxiv:arxiv-agents — Yunbo Lyu, David Williams, Jieke Shi, Zhensu Sun, Chao Peng, Zhou Yang, Federica Sarro, David Lo 8/10 evalsmulti-agentsafety
Interviews with 20 practitioners across 12 organizations plus an 80-person survey, studying how SE agents are actually built rather than mined or deployed. The core finding: cheaper implementation shifts bottlenecks rather than removing them — requirements, coordination, review, and especially evaluating agent output become the new central work. They characterize a seven-stage workflow, a move to evaluation-driven development with versioned specs, and six named challenges including unreliable eval signals, comprehension debt, and behavior drift from provider model updates.

News

2

VulnHunter: Capital One's agentic AI code security tool

hn:hn-agent — medina 6/10 code-agentssafety
Capital One open-sources an agentic tool that hunts vulnerabilities in code. That an enterprise of this size ships an agent into its own security pipeline is worth noting, but the announcement is a vendor blog: no benchmark numbers, no false-positive rates, no comparison against static analyzers or existing SAST tooling, and little on how the agent scopes its analysis or handles large repos. Treat it as a signal of adoption, not a technique to evaluate yet.

Claude Code: Anatomy of a Misfeature

hn:hn-claude — oalders 6/10 code-agents
A practitioner dissects a specific Claude Code feature as a misfeature, walking through where it fails in real use. The value here is the concrete failure discussion rather than a general complaint — the kind of detail that only surfaces after living with a tool day to day. Worth reading if you run Claude Code in a serious workflow and want to know which affordances to disable or work around before they bite you.
3 more items the ranker flagged but didn't feature