Veteran dev: one-pass targeted AI edits cover 90% of my needs at near-zero cost
cgouguen · reddit · 2026-09-11
An experienced developer argues that full agentic coding workflows (research→spec→plan→execute→test→review) are overkill for most tasks. His frugal one-pass workflow:
- Attach only the exact files needed for the feature (he knows his large codebase well);
- Send to web chatbots (mostly free) and discuss, or use tools like aider or frugaast that edit code directly;
- Review via diff — 99% of the time no manual fixes needed.
He notes that setting up agent harnesses (skills, various md files) is itself time-consuming, so his approach costs little extra effort while keeping full control of the code.
More from coding & agent
- Usage metering cheatsheet: one meter for product, finance, and ops in production AI apps — blaizedsouza · 2026-09-11
- User left Astra working overnight and it ran autonomously for 17+ hours on an app — LinusEkenstam · 2026-09-11
- GPT-6 Astra docs draw attention: async tool calling and mid-turn steering point to multi-agent use — MikkoH · 2026-09-11
- SlopCodeBench: Measuring how sloppy LLM-generated code really is — mitsuhiko · 2026-09-11
- Inbox dedup: how to stop webhook retries from triggering duplicate agent runs — blaizedsouza · 2026-09-11
- Microsoft paper: read-only verification tools lift agent memory pass rate from 39% to 73% — dair_ai · 2026-09-11