paper-with-me

홈 › Papers

From Helpful to Trustworthy: LLM Agents for Pair Programming

2026-04-11 · Ragib Shahariar Ayon arxiv

LLM-based coding agents are increasingly used to generate code, tests, and documentation. Still, their outputs can be plausible yet misaligned with developer intent and provide limited evidence for review in evolving projects. This limits our understanding of how to structure LLM pair-programming workflows so that artifacts remain reliable, auditable, and maintainable over time. To address this gap, this doctoral research proposes a systematic study of multi-agent LLM pair programming that externalizes intent and uses development tools for iterative validation. The plan includes three studies: translating informal problem statements into standards aligned requirements and formal specifications; refining tests and implementations using automated feedback, such as solver-backed counterexamples; and supporting maintenance tasks, including refactoring, API migrations, and documentation updates, while preserving validated behavior. The expected outcome is a clearer understanding of when multi-agent workflows increase trust, along with practical guidance for building reliable programming assistants for real-world development.

📄 PDF Abstract BibTeX arXiv:2604.10300

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SPA: Achieving Consensus in LLM Alignment via Self-Priority Optimization

2025-11-09 · Yue Huang, Xiangqi Wang, Xiangliang Zhang arxiv

In high-stakes scenarios-such as self-harm, legal, or medical queries-LLMs must be both trustworthy and helpful. However, these goals often conflict. We propose priority alignment, a new alignment paradigm that enforces …

Reflection-Driven Control for Trustworthy Code Agents

2025-12-22 · Bin Wang, Jiazheng Quan, Xingrui Yu, Hansen Hu 외 arxiv

Contemporary large language model (LLM) agents are remarkably capable, but they still lack reliable safety controls and can produce unconstrained, unpredictable, and even actively harmful outputs. To address this, we int…

Code Generation

Trustworthy Preference Completion in Social Choice

2020-12-14 · Lei LI, Minghe Xue, Huanhuan Chen, Xindong Wu

As from time to time it is impractical to ask agents to provide linear orders over all alternatives, for these partial rankings it is necessary to conduct preference completion. Specifically, the personalized preference …

Integrating Reasoning Systems for Trustworthy AI, Proceedings of the 4th Workshop on Logic and Practice of Programming (LPOP)

2024-10-01 · Anil Nerode, Yanhong A. Liu

This proceedings contains abstracts and position papers for the work to be presented at the fourth Logic and Practice of Programming (LPOP) Workshop. The workshop is to be held in Dallas, Texas, USA, and as a hybrid even…

Position

C2: Scalable Rubric-Augmented Reward Modeling from Binary Preferences

2026-04-15 · Akira Kawabata, Saku Sugawara arxiv

Rubric-augmented verification guides reward models with explicit evaluation criteria, yielding more reliable judgments than single-model verification. However, most existing methods require costly rubric annotations, lim…