Agentic coding
AssessTechniques
A coding workflow where an AI agent plans, executes, and iterates on programming tasks.
Why it's here
Placed in Assess: 8 article(s) of evidence from 5 source(s), led by research-stage coverage, with 1 in the last 30 days. Confidence 81%.
Evidence (8)
- 7The New Stack·7/29/2026researchShipping Code Without Human Verification
The article argues that agentic coding is making traditional human code review a bottleneck, especially for verification tasks. It proposes shifting teams toward automated verification systems and a “human on the loop” model, where people maintain the review infrastructure instead of checking every change themselves.
- 4Martin Fowler·7/8/2026researchExperiences running local coding models
Birgitta Böckeler reports on testing small language models locally on developer machines for agentic coding, focusing on speed, tool use, context handling, and code quality. She compares manual and automated evaluations, then uses the most promising model in day-to-day work to judge practical viability.
- 4Martin Fowler·7/7/2026researchAssessing local coding models on modern Macs
This article discusses the practical viability of running local models for coding, including agentic coding, based on the author's recent hands-on experience. It focuses on factors such as model runtime, quantization, architecture, hardware, context size, and tooling that affect quality, speed, and tool-calling reliability.
- 4Hacker News·7/7/2026product_launchDeveloper checks Garry Tan’s claim of 37K lines of AI code a day
A Hacker News-linked Fast Company article reports on Y Combinator CEO Garry Tan’s claim that he ships about 37,000 lines of AI-generated code per day. A developer examined the underlying code and discussed how much of it is actually useful, highlighting questions about code quality, review, and the role of agentic coding tools. The discussion centers on whether large volumes of generated code translate into real productivity gains.
- 6Simon Willison·6/29/2026model_releaseOrnith-1.0: Self-improving open-source models for coding agents
Ornith-1.0 is presented as an open-source model project focused on self-improvement for agentic coding tasks. The GitHub release is drawing Hacker News attention for its emphasis on models that can iteratively improve their coding performance in agent workflows.
- 3Simon Willison·6/28/2026researchJon Udell on Reframing Human-in-the-Loop Work
Jon Udell argues against the phrase “human in the loop,” saying it implies machines are in control. He proposes framing agent-assisted development as a human-led workflow where agents are invited into the team and processes remain reviewable rather than black-boxed.
- 5Martin Fowler·4/2/2026researchHarness engineering for coding agent users
The article proposes a harness engineering mental model for coding agents to improve trust in AI-generated code. It argues for combining feedforward guides and feedback sensors, using both deterministic tooling and semantic evaluation to reduce errors before human review.
- 7OpenAI Blog·3/19/2026researchOpenAI monitors internal coding agents for misalignment
OpenAI describes how it uses chain-of-thought monitoring to study misalignment in internal coding agents. The approach analyzes real-world agent behavior to identify risks and improve AI safety safeguards.