VIBEPASS: Can Vibe Coders Really Pass the Vibe Check?

📅 2026-03-16
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
针对大模型在自主调试中难以生成有效故障触发测试的问题,提出VIBEPASS框架,通过联合评估故障触发测试生成与针对性修复,揭示故障定向推理是当前主要瓶颈。

Technology Category

Application Category

📝 Abstract
As Large Language Models shift the programming toward human-guided ''vibe coding'', agentic coding tools increasingly rely on models to self-diagnose and repair their own subtle faults -- a capability central to autonomous software engineering yet never systematically evaluated. We present \name{}, the first empirical decomposition that jointly evaluates two coupled tasks: \emph{Fault-Triggering Test Generation (FT-Test)} constructing a discriminative witness that exposes a latent bug, and \emph{Fault-targeted Program Repair (FPR)}, repairing it under varying diagnostic conditions. \name{} pairs competitive programming problems with LLM-generated solutions that pass partial test suites but fail on semantic edge cases, enabling controlled identification of where the diagnostic chain breaks down. Evaluating 12 frontier LLMs, we find that fault-targeted reasoning does not scale with general coding ability. Models produce syntactically valid test inputs at near-ceiling rates yet collapse on discriminative generation, with fault hypothesis generation -- not output validation -- as the dominant bottleneck. Test-guided repair reveals a complementary insight: when self-generated tests successfully witness a fault, the resulting repair matches or outperforms repair guided by externally provided tests, but tests that fail to witness the fault actively degrade repair below unguided baselines. Together, these results reframe the challenge of autonomous debugging: the binding bottleneck is not code synthesis or test validity but fault-target reasoning, a capability that remains deficient across all frontier models. As Large Language Models shift the programming toward human-guided ''vibe coding'', agentic coding tools increasingly rely on models to self-diagnose and repair their own subtle faults -- a capability central to autonomous software engineering yet never systematically evaluated.
Problem

Research questions and friction points this paper is trying to address.

vibe coding
fault diagnosis
program repair
large language models
autonomous software engineering
Innovation

Methods, ideas, or system contributions that make the work stand out.

Fault-Triggering Test Generation
Fault-targeted Program Repair
Autonomous Debugging
Vibe Coding
LLM Self-Diagnosis
🔎 Similar Papers
No similar papers found.