Experienced dev: autonomous agents are overkill for 90% of coding — one-pass edits win
cgouguen · reddit · 2026-09-12
A senior developer who maintains large codebases and built his own lightweight AI CLI (Frugaast) argues against the default of fully autonomous coding agents:
- Autonomous loops are unpredictable: they hallucinate unnecessary refactors, burn tokens on multi-step runs, and bloat the context window with every iteration.
- By the time you've written the perfect spec and reviewed a 15-step plan, you could have shipped the feature yourself.
His 3-step workflow
- Strict context curation: manually pick exactly the files needed — seconds of work if you know your architecture.
- One-pass execution: simple tasks via free web UIs (Claude/ChatGPT), complex ones via direct-edit CLIs (Aider, Claude Code, Frugaast).
- Diff & ship: with tightly human-scoped prompts, the AI gets it right on the first try 99% of the time.
His warning: leaning on agents erodes your mental map of the codebase. Curate context, keep architectural control, and let AI handle only the typing.
Related event: Veteran Developer Argues 90% of Coding Needs No Autonomous Agents(2 posts)→
More from coding & agent
- Microsoft demos Foundry agent governance: tracking access, impact and cost — FinanceYF5 · 2026-09-14
- MCP ships experimental Skills extension: agents can discover and load skills on demand — blaizedsouza · 2026-09-14
- Spawn lets you invite your own coding agents to build and playtest games — majidmanzarpour · 2026-09-14
- Dev says GLM/DeepSeek one-shots tasks he was paying 'astronomical' prices for — haydendevs · 2026-09-14
- Codex Now Proactively Coordinates Across Parallel Agent Sessions, User Reports — RileyRalmuto · 2026-09-14
- Alchemy Console ships a visual UI for browsing and deleting Alchemy cloud resources — samgoodwin89 · 2026-09-14