code agents
TrialTechniques
AI systems that generate code and submit changes from short specifications.
Why it's here
Placed in Trial: 5 article(s) of evidence from 4 source(s), led by research-stage coverage, with 4 in the last 30 days. Confidence 68%.
Evidence (5)
- 5The New Stack·8/9/2026researchCoding agents can be evaluated by their work
The article argues that coding agents are difficult, but not impossible, to evaluate, and that they should be assessed as whole systems rather than as standalone models. It proposes judging them by executable outcomes, change quality, trajectory, human intervention, cost, and production impact instead of relying only on pass/fail test scores.
- 5Hacker News·7/23/2026researchWhy Software Factories Fail
This Hacker News item highlights an essay arguing that software factories do not succeed by relying on engineering harnesses alone. The piece appears to focus on advanced context engineering for coding agents and the limits of trying to industrialize software creation without addressing broader workflow and system constraints.
- 4Simon Willison·7/20/2026researchCoding agents make reverse engineering cheaper
The article argues that coding agents have lowered the cost of reverse-engineering and automating home devices. Because it is now easier and cheaper to write, test, and discard code, the ROI calculus for building and maintaining these fragile automations has changed.
- 4The New Stack·7/16/2026researchThe Real Bottleneck in Independent Deployments Is Validation
The article argues that many platform teams already have strong deployment tooling, but still ship changes in batches because they cannot validate each change independently with enough confidence. It says shared environments and release trains were practical responses to scarce validation capacity, and that coding agents may worsen the problem by increasing change volume and batch size.
- 6Hugging Face Blog·4/16/2026open_sourceHugging Face adds agent-assisted PR tooling for MLX model ports
Hugging Face describes a Skill and test harness that help port language models from transformers to mlx-lm, with the goal of making new models available in MLX soon after they land in transformers. The post frames the tools as aids for contributors and reviewers rather than full automation, and argues that open source needs new workflows as code agents increase PR volume.