paper-with-me

Papers

ClayBuddy: A Framework, Evaluation, & Mitigation of Coding Agent Failures

2026-06-13 · Kenneth Ge, Andre Assis arxiv

Software engineering and deployment are increasingly delegated to AI coding agents. The scale of their adoption is surfacing rare, but highly destructive, failure modes. In this paper, we study these failure modes as stemming from three distinct mechanisms: underspecification, where default model behavior is unsafe; capability errors, where the safe action is available but the model does not adhere to it due to bias or capability limitations; and agent harness errors, where the model fails to execute the safe action through the harness. We assess these across 8 different evaluations, each inspired by real-life deployment failures, totaling 20 coding environments and 59 synthetic transcript templates. These evaluations act as controlled stress tests for isolating our failure mechanisms. Based on this evaluation, we propose ClayBuddy, a harness modification that molds to user preferences and can be modified by the model in-session, to mitigate these errors. By adding tools for the agent to edit its own context, an extended system prompt, a customizable command classifier, and deterministic guardrails, we show that ClayBuddy is safer across a statistically significant number of samples. Thus, we suggest concrete mitigations for current coding agents and a design philosophy for future agent harness features.

📄 PDF Abstract BibTeX arXiv:2606.19380

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

When Developer Aid Becomes Security Debt: A Systematic Analysis of Insecure Behaviors in LLM Coding Agents

2025-07-12 · Matous Kozak, Roshanak Zilouchian Moghaddam, Siva Sivaraman arxiv

LLM-based coding agents are rapidly being deployed in software development, yet their safety implications remain poorly understood. These agents, while capable of accelerating software development, may exhibit unsafe beh…

Where Is the Cost of Third-Party API Routers in Agentic Software Development?

2026-07-26 · Donghao Fu, Jingxin Li, Xue Jiang, Yihong Dong arxiv

Third-party API routers have become a common layer that unifies access across increasingly diverse LLM providers. In coding-agent workflows, high-autonomy operation is widely adopted because it reduces interaction overhe…

3D-VCD: Hallucination Mitigation in 3D-LLM Embodied Agents through Visual Contrastive Decoding

2026-04-09 · Makanjuola Ogunleye, Eman Abdelrahman, Ismini Lourentzou arxiv

Large multimodal models are increasingly used as the reasoning core of embodied agents operating in 3D environments, yet they remain prone to hallucinations that can produce unsafe and ungrounded decisions. Existing infe…

Chasing the Public Score: User Pressure and Evaluation Exploitation in Coding Agent Workflows

2026-04-22 · Hardy Chen, Nancy Lau, Haoqin Tu, Shuo Yan 외 arxiv

Frontier coding agents are increasingly used in workflows where users supervise progress primarily through repeated improvement of a public score, namely the reported score on a public evaluation file with labels in the …

Privacy in Action: Towards Realistic Privacy Mitigation and Evaluation for LLM-Powered Agents

2025-09-22 · Shouju Wang, Fenglin Yu, Xirui Liu, Xiaoting Qin 외 arxiv

The increasing autonomy of LLM agents in handling sensitive communications, accelerated by Model Context Protocol (MCP) and Agent-to-Agent (A2A) frameworks, creates urgent privacy challenges. While recent work reveals si…