Trend

Coding agents are being judged as controlled production software

Week · 2026-W26 · Software Intelligence

This week’s research treats large language model (LLM) agents as production software. The strongest work ties task success to context recovery, artifact delivery, cost accounting, permission boundaries, and credential safety. DeepDiscovery, EnterpriseClawBench, and Rel(AI)Build give the clearest evidence.

Repository context and workplace delivery

Agent evaluation is moving toward the conditions that decide whether work ships: the right files, usable artifacts, preserved state, and measurable cost. DeepDiscovery shows that repository tasks need connected context across code, configuration, tests, and organizational structure. Its reported SWE-bench Verified solve rate reaches 78.6%, 8.2 points above its baseline.

EnterpriseClawBench adds the workplace side. It turns real enterprise sessions into 852 reproducible tasks with fixtures, deliverables, hard rules, traces, runtime, token use, and cost. The best audited Lite result is 0.663, which leaves plenty of room on artifact quality and delivery. The open-source census adds scale: agent traces across more than 180 million repositories require multiple detection signals, since pull requests, commits, author patterns, and config files capture different populations.

Cost-aware orchestration and recovery tests

The week’s benchmark work asks whether agents can manage uncertainty during execution. Bayesian control treats coding-agent orchestration as a decision problem over candidate correctness. It keeps a posterior belief and chooses among critics, regeneration, verification, and stopping. The clearest gain is in low-prior, high-verifier-cost settings where cheap critics carry useful signals.

ToolBench-X and CodeChat-Eval expose two common failure modes. ToolBench-X injects recoverable tool hazards across 1,106 executable tasks and 4,956 tools; no evaluated model reaches 0.60 overall accuracy. CodeChat-Eval tests ten-turn code refinement and finds functional correctness drops from 19.2% to 69.2% after follow-up edits, depending on the model. These results make regression preservation and recovery choice central evaluation targets.

Security, permissions, and credential boundaries

Security evidence is no longer limited to generated snippets. The VibeApps study collects 10,517 mostly AI-built applications and validates 1,471 exploitable vulnerabilities in a random sample of 200 deployed web apps. The recurring issues include broken access control, cryptographic failures, injection, secret exposure, placeholder logic, and unfiltered input.

Rel(AI)Build treats agent prompts, permissions, and workflow state as managed artifacts. In 10,008 public repositories, it finds 6,145 agent config files; 10.1% of tracked config paths are exact duplicates after fork adjustment, and fewer than 1% declare permission boundaries. DevFortress adds incident-level evidence around credentials: the cited numbers include 28.6 million new secrets exposed on public GitHub in 2025 and 24,008 unique secrets found in MCP configuration files. The product claims are less tested than the incident evidence, but the risk pattern is concrete.

NewerRobot VLA reliability is being measured in rollouts, calibration, and safety costOlderAgent products are centering on bounded access and visible supervision