LGJan 7

Agentic Rubrics as Contextual Verifiers for SWE Agents

arXiv:2601.04171v18 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses the challenge of verification scalability for software engineering agents, offering an incremental improvement over existing methods.

The paper tackles the problem of scalable verification for software engineering agents by introducing Agentic Rubrics, which use an expert agent to create context-grounded rubric checklists for scoring patches without test execution, achieving scores of 54.2% and 40.6% on benchmarks with at least a 3.5 percentage-point gain over baselines.

Verification is critical for improving agents: it provides the reward signal for Reinforcement Learning and enables inference-time gains through Test-Time Scaling (TTS). Despite its importance, verification in software engineering (SWE) agent settings often relies on code execution, which can be difficult to scale due to environment setup overhead. Scalable alternatives such as patch classifiers and heuristic methods exist, but they are less grounded in codebase context and harder to interpret. To this end, we explore Agentic Rubrics: an expert agent interacts with the repository to create a context-grounded rubric checklist, and candidate patches are then scored against it without requiring test execution. On SWE-Bench Verified under parallel TTS evaluation, Agentic Rubrics achieve a score of 54.2% on Qwen3-Coder-30B-A3B and 40.6% on Qwen3-32B, with at least a +3.5 percentage-point gain over the strongest baseline in our comparison set. We further analyze rubric behavior, showing that rubric scores are consistent with ground-truth tests while also flagging issues that tests do not capture. Our ablations show that agentic context gathering is essential for producing codebase-specific, unambiguous criteria. Together, these results suggest that Agentic Rubrics provide an efficient, scalable, and granular verification signal for SWE agents.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes