Dex Horthy says agentic software factories fail when nobody reads the code
AI Engineer · youtube · 2026-07-24
Dex Horthy argues that “harness engineering” is not enough for agentic software factories: if nobody reads the code, outages and review quality eventually collapse the system.
His thesis is that the problem is not prompting or scale, but training. Coding models are rewarded for passing tests, not for preserving architecture or maintainability, so they get better at short-term correctness without learning long-term code quality.
The recommended fix is to “turn the lights back on”: do product review and system design up front, spell out types and call graphs, then build vertical slices. According to Horthy, 30 minutes of alignment can save hours of cleanup, and a good PR should be readable rather than something to untangle later.
More from coding & agent
- GitHub Copilot team routes user bug reports to an AI agent via Slack — marlene_zw · 2026-09-11
- Scanning 23 agent sessions, a dev found 3 silent failure modes in memory systems — No_Advertising2536 · 2026-09-11
- eslint-plugin-react v8.0.2 adds 4 checks for React 19.3, supports ESLint 10 and Biome — viglovikov · 2026-09-11
- Arkon: open-source MCP server turns enterprise SOPs into a traceable LLM knowledge wiki — tom_doerr · 2026-09-11
- Cheaper OpenAI Agents API alternative: sandbox service undercutting E2B by 46% — airesearch12 · 2026-09-11
- His agent kill switch ran for months before he found it was wired to nothing — AnvilandCode · 2026-09-11