> ## Content Index
> Fetch the complete content index at: https://adjacent.media/llms.txt
> Use this file to discover other available public pages before exploring further.

# When Do AI Coding Agents Need Human Approval?
- URL: https://adjacent.media/signals/when-do-ai-coding-agents-need-human-approval/
- Published: 2026-06-09T16:15:09.000Z
- Updated: 2026-06-09T16:15:09.000Z
- Description: Autonomous agents that can execute the full development cycle—writing, testing, fixing, and shipping code—have moved from theoretical to operational. Teams now face explicit choices about where human judgment should re-enter the process.
- Author: Jonathan Greene
- Tags: #signal, theme-ai, ai model capability, agent autonomy, ai system design

Source: [Lewis C. Lin’s Newsletter](https://open.substack.com/pub/lewislin/p/o15h-should-your-agent-run-autonomously)

Autonomous agents that can execute the full development cycle—writing, testing, fixing, and shipping code—have moved from theoretical to operational. Teams now face explicit choices about where human judgment should re-enter the process. The question isn't whether agents can run unsupervised, but where the cost of a bad autonomous decision exceeds the friction of human review. That threshold varies by context: a typo fix in internal tooling tolerates full autonomy; a database migration or security change does not. Organizations adopting these tools now face real operational tradeoffs between velocity and controllability that didn't exist when deployment required human sign-off by default.