Lars Faye¶
Summary¶
Developer and content creator behind the Confident Coding website and YouTube channel. Focuses on practical AI coding strategies that preserve and strengthen human developer skills rather than substituting them entirely. Known for the "agentic coding is a trap" thesis arguing against Spec Driven Development as a primary workflow.
Key Facts¶
- Runs Confident Coding — a blog and YouTube channel focused on developer confidence and anti-atrophy principles
- Published "Agentic Coding is a Trap" (May 2026) — a detailed critique of Spec Driven Development and full-agent workflows
- Advocates for using LLMs as tools (like the Star Trek Ship's Computer) rather than as primary implementers (like Data)
- Emphasizes human-in-the-loop coding: generate specs with AI, implement yourself; never generate more than you can review
Key Claims¶
- Full agentic coding workflows create cognitive atrophy that undermines the very skills needed to review agent output
- Junior developers learning primarily through code review (rather than code writing) face a steeper climb than ever
- The "skilled orchestrator" problem is not a solvable abstraction layer — it's a skill that requires decades of hands-on friction to build
- Developer transitions (C++ → Java, sysadmin → AWS) are fundamentally different from code-writing → code-review transitions because they don't erode the base skill
Open Questions¶
- Is there empirical longitudinal research tracking coding skill retention curves for developers who shift to agent-mediated workflows?
- What specific thresholds of agent-usage exist where cognitive atrophy becomes measurable?
Related Articles¶
- concepts/agentic-coding-trap — The detailed thesis against full agentic coding workflows
- concepts/agentic-engineering — Simon Willison's contrasting framework for professional agentic development
- concepts/compiler-analysis — Venturini's compiler paradigm as a response to the code volume problem agents create
- entities/simon-willison — Coined "agentic engineering"; provides the alternative perspective to Faye's thesis
Sources¶
- Agentic Coding is a Trap — Lars Faye (May 2026). Detailed critique of Spec Driven Development and full-agent workflows.