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.
Papers
5When Claws Remember but Do Not Tell: Stealthy Memory Injection in Persistent Personal Agents
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
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
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
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
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
- PDEFlow: Autonomous Agentic PDE Pipelines for Neural Operator Learning and Solver-Free Inferencearxiv:arxiv-agents
- GaP: A Graph-as-Policy Multi-Agent Self-Learning Harness For Variational Automation Tasksarxiv:arxiv-agents
- Do GUI Agents Believe Their Eyes? Diagnosing State-Belief Reliance on Pixels versus Structurearxiv:arxiv-agents
- Toward Trustworthy Large Language Model Agents in Healthcarearxiv:arxiv-agents
- AgenticPD: A Stage-Aware Agentic Framework for Physical Design QoR Optimizationarxiv:arxiv-agents
- Regime-Conditional Stabilisation of LLM-Augmented Cooperative Multi-Agent Reinforcement Learningarxiv:arxiv-agents
- EvoAgentBench: Benchmarking Agent Self-Evolution via Ability Transferarxiv:arxiv-agents
- TACTIC-KG: Toward Small Agent Teams for Cyber Threat Intelligence Knowledge Graph Constructionarxiv:arxiv-agents
- Cortex: A Bidirectionally Aligned Embodied Agent Framework for Long-horizon Manipulationarxiv:arxiv-agents
- Progressive Disclosure for LLM-Maintained Wiki Knowledge Bases: a Preregistered Ablationarxiv:arxiv-llm-systems
- Compressing the Validation Bottleneck: An Agentic Self-Driving Lab for Scientific Discoveryarxiv:arxiv-agents
- LLM-Based Test Oracles: Source-of-Authority Taxonomy -- A Systematic Literature Reviewarxiv:arxiv-software-eng
- SovereignPA-Bench: Evaluating User-Owned Personal Agents under Evolving Intent, Platform Mediation, and Consent Constraintsarxiv:arxiv-agents
- On the risk of coding before testing: An empirical study on LLM-based test generation workflowarxiv:arxiv-software-eng
- Measuring Harness-Induced Belief Divergence in Multi-Step LLM Agentsarxiv:arxiv-agents
- Agent Step Value: State-Transition Measurement with State-Grounded LLM Evaluatorsarxiv:arxiv-agents
- Multi-Turn On-Policy Distillation with Prefix Replayarxiv:arxiv-agents
- Formal Disco: Scalable Open-Ended Generation of Formally Verified Programsarxiv:arxiv-agents
- Strategic Buying Agentsarxiv:arxiv-agents
- Look-Ahead-Freedom as Temporal Non-Interference: A Verifiable Correctness Property for Backtesting and Agentic Trading Pipelinesarxiv:arxiv-software-eng
- LLM-Driven CI-CD Workflow Intelligence for Cyber Systems Engineeringarxiv:arxiv-software-eng
- Using Process Mining to Generate AI Agents from Software Engineering Process Recordsarxiv:arxiv-software-eng
- OptiAgent: End-to-End Optimization Modeling via Multi-Agent Iterative Refinementarxiv:arxiv-agents
- A Comprehensive Study of Implementation Bugs in Multi-modal Agentsarxiv:arxiv-software-eng
- UI-MOPD: Multi-Platform On-Policy Distillation for Continual GUI Agent Learningarxiv:arxiv-agents
- Search Beyond What Can Be Taught: Evolving the Knowledge Boundary in Agentic Visual Generationarxiv:arxiv-agents
Blogs
- tencent/Hy3rss:simonw