2026-07-07

AI Agents

For agentic code-gen, a new study finds that more reasoning effort buys more reliability than adding tools, and at a lower cost. Two papers on security detail novel attacks that bypass current defenses, using stealthy memory injection and context data poisoning. We also cover a verification framework that uses an LLM's token logits for more calibrated scoring.

5 papers 0 news 0 blogs 27 appendix 480 considered

Papers

5

When Claws Remember but Do Not Tell: Stealthy Memory Injection in Persistent Personal Agents

arxiv:arxiv-agents — Yechao Zhang, Shiqian Zhao, Jiawen Zhang, Jie Zhang, Gelei Deng, Xiaogeng Liu, Chaowei Xiao, Tianwei Zhang 8/10 safetymemory
Persistent agents that read external data are vulnerable to a new threat: stealth memory injection. An attacker sends a single piece of content, like an email, designed to be silently written into the agent's long-term memory. The poisoned memory is later used as trusted state, affecting future actions. The authors introduce WhisperBench, a benchmark for this attack, and MemGhost, a framework for generating payloads. It achieves high success rates against agents using GPT-5.4 and Sonnet 4.6, showing the attack is practical.

Agent Data Injection Attacks are Realistic Threats to AI Agents

arxiv:arxiv-agents — Woohyuk Choi, Juhee Kim, Taehyun Kang, Jihyeon Jeong, Luyi Xing, Byoungyoung Lee 8/10 safetytool-use
This paper introduces Agent Data Injection (ADI), a new class of indirect prompt injection that bypasses defenses focused on instruction-following. Instead of injecting instructions, ADI poisons security-critical metadata like resource identifiers or tool call formats. The agent then misuses this trusted-looking data to take unintended actions. The authors demonstrate ADI's practicality with exploits against real-world agents from Google and Anthropic, achieving remote code execution, supply-chain attacks, and arbitrary clicks on web agents.

LLM-as-a-Verifier: A General-Purpose Verification Framework

arxiv:arxiv-agents — Jacky Kwok, Shulu Li, Pranav Atreya, Yuejiang Liu, Yixing Jiang, Chelsea Finn, Marco Pavone, Ion Stoica, Azalia Mirhoseini 8/10 evalsresearchtool-use
Instead of prompting an LLM judge for a discrete score, LLM-as-a-Verifier computes a continuous score from the expectation over the scoring token logits. This probabilistic approach offers a new scaling axis for verification. The authors show that increasing scoring granularity, repeating evaluation, and decomposing criteria all consistently improve accuracy. The framework achieves state-of-the-art performance on benchmarks like Terminal-Bench V2 and SWE-Bench without any additional training, providing more calibrated feedback for agentic tasks.

EEG-SpikeAgent: Agentic Closed-Loop Program Synthesis for Automated EEG Spike Detection

arxiv:arxiv-agents — Sonali Santhosh, Kelly Shuhong Yu, Eugene Chang, Jonathan Kim, Kie Shidara, Danilo Bernardo 7/10 cost-latencyinfraobservability
This paper presents EEG-SpikeAgent, a closed-loop system that uses an LLM agent to perform automated feature engineering for a medical task. The agent iteratively proposes signal-processing features as code modules, executes them on EEG data, and uses the performance of a downstream classifier to refine its next proposal. The goal is to generate an interpretable program for detecting epileptiform discharges. On a public dataset, the agent-generated features achieved a high AUC of 0.935, demonstrating a viable agentic approach to program synthesis for scientific discovery.

Reasoning effort, not tool access, buys first-try reliability in agentic code generation: an observational study

arxiv:arxiv-agents — Achint Mehta 7/10 code-agentscost-latencyevals
In an observational study of 90 agent runs building a web app, adding a testing tool did not improve functional scores but increased costs by 42-68%. In contrast, increasing the agent's "reasoning effort"—using a more capable model—lifted the rate of perfect first-try runs from 28% to 89%, for only a 9-29% cost increase. The finding suggests that for code generation tasks, investing in a better core model is more effective and efficient than augmenting a weaker model with tools.
27 more items the ranker flagged but didn't feature

Papers

Blogs