Why Write Code in 2026: Human Coding Still Matters for AI Agents

✍️ OpenClawRadar📅 Published: July 12, 2026🔗 Source
Ad

Doug Turnbull, in his article "Why Write Code in 2026", challenges the prevailing AI Psychosis mindset where 90%+ of code is AI-generated. He argues that despite Fable-like intelligence, humans still benefit from writing code — not because agents are worse, but because English is underspecified for computation, and proxying through English loses precision.

Key Arguments

  • Experience fragility directly: Writing code lets you feel architectural pain points. If it's hard for you to build on without breaking, it will be harder for an agent.
  • Fight slop accumulation: Passive code review misses micro-adjustments. Slop flies under the radar and accumulates, hurting agent performance long-term.
  • Ownership and attention: When you spike an approach and let the agent stamp out patterns, you participate and own the result. Pure review leads to detachment.
  • Agent != compiler: Agents are like freshly onboarded interns — they read partial, possibly slopified code and execute imprecise prompts. Don't surrender human taste to armies of interns.
  • Agents amplify bad decisions: A one-off human mistake (e.g., using browser local storage instead of DB) gets wrapped in indirection by conservative agents, tripling LoC.
Ad

Why It's Still Useful to Code

Turnbull details concrete benefits:

  • Sketch in executable steps: For algorithmic work, English lacks calibrated precision. Low-level languages offer huge design space; high-level languages constrain computation. Code lets you think directly in the execution environment.
  • Joyful deletion: Deleting code manually leads to better architecture than asking an agent via English. One example: removing unnecessary local storage wrapping and exploring alternatives improved architecture dramatically.
  • Boy scout rule: Agents bias toward safe, minimal changes — they rarely improve code quality. Humans need to proactively clean up and document consistent architectural principles.

Takeaway

The software factory mindset is valuable: infrastructure, CI, evals, and agent guardrails are essential. But the assembly line has weak spots. Writing code — even a fraction of the total — keeps you connected to the system's architecture and prevents the accumulation of slop that ultimately hurts agent effectiveness. As Turnbull puts it: "If I can clean it up, then document a consistent principle about the architecture, the software factory works better."

📖 Read the full source: HN LLM Tools

Ad

👀 See Also

OpenClaw Docker users: 2026.3.13 update missing Docker tags
News

OpenClaw Docker users: 2026.3.13 update missing Docker tags

OpenClaw version 2026.3.13 has been released, but Docker users should avoid updating as the Docker image lacks both 'latest' and '2026.3.13' tags. Users running from npm or git are unaffected.

OpenClawRadar
Claude Code System Prompts v2.1.53-2.1.55: Memory Selection Added, Command Execution Removed
News

Claude Code System Prompts v2.1.53-2.1.55: Memory Selection Added, Command Execution Removed

Claude Code system prompts versions 2.1.53 to 2.1.55 add memory selection instructions (156 tokens), remove command execution specialist (109 tokens), and reorganize prompts into ~70 atomic files. Background agents now auto-notify on completion instead of providing output file paths.

OpenClawRadar
OpenAI Codex OAuth returning 429 errors since March 16 despite full quota
News

OpenAI Codex OAuth returning 429 errors since March 16 despite full quota

OpenAI Codex OAuth has been consistently returning 429 "you exceeded your current quota" errors since March 16, even when dashboards show 100% quota remaining. Users report the issue persists despite re-authentication, token revocation, and complete reconfiguration.

OpenClawRadar
Claude's Five-Seat Minimum Creates Privacy Gap for Solo Practitioners
News

Claude's Five-Seat Minimum Creates Privacy Gap for Solo Practitioners

Anthropic's business-tier privacy protections require a five-seat minimum, forcing solo practitioners to either pay for empty seats or use consumer plans with inadequate privacy terms. This gap contrasts with Google Workspace and OpenAI Business Plans, which offer enterprise-grade privacy at single-seat pricing.

OpenClawRadar