2026-07-15
AI Agents
A large-scale study asks how often agents recommend software "skills" that don't exist and finds they hallucinate plausible names 36-43% of the time—repeatably enough that an attacker could pre-register the fakes as malware. A related benchmark shows skill-guided agents violate their own logical constraints up to 70% of the time. Alongside: a controlled null on RL for small web agents, a critique of automatic harness tuning, and fresh agent-memory and sub-agent security wrinkles.
Papers
5Skills That Don't Exist: A Large-Scale Study of Hallucinated Skill Recommendation in LLM Agents
The first large-scale measurement of "skill name hallucination": across 15,000 prompts and 12 configurations, agents recommend skills that exist in no registry 36-43% of the time, generating 5,669 distinct fake names. The supply-chain angle is what makes this exploitable—the fake names repeat across prompts and models, so an attacker can harvest them and pre-register malicious packages. Retrieval grounding cut hallucination from 40.8% to 3.2% but hurt usability. A rigorous, directly actionable threat model.
Rethinking the Evaluation of Harness Evolution for Agents
A sharp methodological critique of automatic harness evolution for agents. The authors point out that evolving a harness is itself a search procedure, so it should be compared against plain test-time scaling under matched feedback and inference budgets—and that searching and evaluating on the same benchmark invites overfitting. On Terminal-Bench 2.1 with GPT-5.4 and Claude Opus 4.6, harness evolution doesn't consistently beat simple test-time scaling and generalizes poorly to held-out tasks. A useful reset for how these gains get reported.
A Learning-Rate-Gated Failure of GRPO in a Small Language and Vision-Language Model Web Agent: A Controlled Null and Its Mechanism
A carefully controlled null result: across 18 runs varying learning rate, KL weight, seeds, and initialization, GRPO does not improve a strong supervised 4-8B web agent on tasks it has already largely mastered, and moderate-to-high learning rates make the text track credibly worse. Crucially, the same harness shows a 22-point gain on tasks with reachable reward—so GRPO helps only where the sampled policy already beats greedy. The mechanistic double-dissociation analysis distinguishes a genuine null from a broken pipeline.
Writing Bug Reports for Software Repair Agents: What Information Matters Most?
An empirical study of what makes a bug report "agent-ready." Using 441 bug reports from SWE-bench Verified, annotated sentence-by-sentence by information type and run through mini-swe-agent on GPT-5-mini, MiniMax M2.5, and Gemini 3 Flash, a binomial regression estimates each information type's contribution to repair success. The finding: localization cues that narrow the search space help most, while reproduction steps matter less than intuition suggests. Directly useful if you're feeding issue trackers into repair agents.
SLBench: Evaluating How LLM Agents Follow Logical Relations in Skills
A benchmark for whether agents honor the logical structure inside skill files—preconditions that gate actions, constraints on how they run, fallbacks for recovery. Scanning 5,000+ public skills, 70% contain at least one such relation; the 86-case SLBench shows Codex and Claude Code violating them at rates up to 70%, causing privacy leaks and unsafe config changes. A lightweight inference-time scaffold, SLGuard, cuts violations by 63%. It names logical-relation following as a distinct reliability problem from raw capability.
News
3Show HN: I RL-trained an agent that trains models with RL (for ~$1.3k)
An RL-trained agent that itself runs RL training loops on models, built for roughly $1.3k with published code. The framing is recursive self-improvement, but the concrete artifact is more interesting than the slogan: an agent orchestrating the search over training configurations rather than a human. HN interest is moderate (104 points). Treat the cost figure as a headline, not a benchmark—the value is a reproducible experiment you can inspect, not a validated claim about compounding gains.
I tricked Claude into leaking your deepest, darkest secrets
A writeup of an attack that coaxes Claude's memory feature into surfacing personal details it stored across sessions—a concrete demonstration that persistent memory is an exfiltration surface, not just a convenience. Strong HN attention (349 points), though this is a practitioner blog, so read the exact mechanism from the source rather than the framing. The general lesson stands: anything an agent remembers about a user is something an adversary can try to elicit through the model itself.
Codex starts encrypting sub-agent prompts
Codex has started encrypting the prompts it sends to sub-agents, which drew 419 points and a long argument on HN. The security rationale is plausible—sub-agent prompts can carry sensitive context—but the transparency cost is real: you can no longer inspect what your own tool is instructing its delegated agents to do. The raw report is thin, so specifics live in the linked issue thread. Worth watching for anyone who audits agent behavior by reading intermediate prompts.
Blogs
1Quoting Armin Ronacher
Armin Ronacher argues the real casualty of coding agents isn't code quality but the shared understanding a team builds through friction—reading each other's code, asking questions, coordinating across services. That slowness was partly waste, but it was also how one engineer's mental model of the system became another's. Agents remove the friction and the synchronization along with it. It's an essayistic take, not a measured study, but the mechanism it names is real and underdiscussed.
36 more items the ranker flagged but didn't feature
Papers
- Form, Not Content? A Preregistered, Placebo-Controlled Evaluation of Learned Error-Conditioned Self-Repair Through Prompts and Weights in Frozen Small Code Modelsarxiv:arxiv-software-eng
- OOD-RL-Bench: A Benchmark Framework for Out-of-Distribution Detection in Reinforcement Learningarxiv:arxiv-agents
- PalmClaw: A Native On-Device Agent Framework for Mobile Phonesarxiv:arxiv-agents
- PM-Bench: Evaluating Prospective Memory in LLM Agentsarxiv:arxiv-agents
- Taming the Drift: Context-aware Repair of Dockerfile Drift during Software Evolutionarxiv:arxiv-software-eng
- Agentic systems for breast cancer treatment recommendationsarxiv:arxiv-llm-systems
- AutoTrace: From Patches to Triggers via Agentic Interprocedural Explorationarxiv:arxiv-agents
- Beyond Test Presence: Assessing the Quality and Robustness of Agent-Generated Tests in Open-Source Projectsarxiv:arxiv-software-eng
- Cross-Cutting Security Analysis of LLM-Generated Code via Metamorphic Testing and Association Rule Miningarxiv:arxiv-software-eng
- Win by Silence: Deletion Non-Monotonicity, Autonomous Exploitation, and Typed-State Gating in LLM Plan Evaluationarxiv:arxiv-software-eng
- Isolation as a First-Class Principle for LLM-Agent System Safety: Concepts, Taxonomy, Challenges and Future Directionsarxiv:arxiv-agents
- TerraZero: Procedural Driving Simulation for Zero-Demonstration Self-Play at Scalearxiv:arxiv-agents
- LLMs Can See the Smoke but not the Fire: Evaluating Abductive Reasoning with Elenchosarxiv:arxiv-agents
- Graph Feedback Controls Consensus and Clique Formation in Open-Weight Language-Model Populationsarxiv:arxiv-agents
- Designing Agent-Ready Websites for AI Web Agents: A Framework for Machine Readability, Actionability, and Decision Reliabilityarxiv:arxiv-agents
- Software Supply Chains are Dead: Use-Case-Oriented Regenerationarxiv:arxiv-software-eng
- Agent-Safety Evaluations as Load-Bearing Evidence: A Vendor-Neutral, Cross-Harness Reconstructability Metricarxiv:arxiv-agents
- Evidence-Grounded Verified Agentic Reasoning: A Path Toward Eliminating LLM Hallucination in Empirical Inference via Tool-Attested Kernel Proofsarxiv:arxiv-agents
- Predicting Acceptance and Review Effort in Human and Agent Pull Requestsarxiv:arxiv-software-eng
- LakeQuest: A Three-Domain Benchmark for Grounded Question Answering across Data Lakesarxiv:arxiv-agents
- Operationalising Multi-Dimensional Evaluation for Conversational Agents: A Scalable, Governed Pipeline with Selective Re-evaluation and Model Benchmarkingarxiv:arxiv-agents
- XScientist: A Git-Like Research Protocol for Long-Running Autonomous Scientific Discoveryarxiv:arxiv-software-eng
- On-Device Deep Research at 4B: Exposure Bounds Faithfulness, Retrieval Bounds Coveragearxiv:arxiv-agents
- MetaInfer: A Knowledge Only LLM Inference Engine Generator SKILL Toolboxarxiv:arxiv-software-eng
- Toward Trustworthy Autonomous Science: A Two-Year Community Roadmaparxiv:arxiv-agents
- Bulkhead: Automated Semantic Detection and Remediation of Container Escape Vulnerabilitiesarxiv:arxiv-agents
- RCWT: Measuring Task-Budget Displacement from Coordination Content in LLM Callsarxiv:arxiv-agents
News
- Show HN: FixBugs – Reproduce production bugs and verify fixeshn:hn-agent
- Launch HN: Agnost AI (YC S26) – Extract user feedback from agent conversationshn:hn-agent
- The Agentic Loop: Three loops in a trench coathn:hn-agent
- How to stop Claude from saying load-bearinghn:hn-claude
- Guardian Angels: LLM Personalization for Productivity and Securityhn:hn-llm
- Show HN: Sx 2.0 – Share AI skills with your team through a Dropbox folderhn:hn-llm
Blogs
- lobste.rs is now running on SQLiterss:simonw
- Quoting GitHub Changelogrss:simonw
- simonw/pedalicanrss:simonw