Developer's practice: AI coding shifts the bottleneck from implementation to design
4310sy · x · 2026-09-05
A Japanese developer shares his current workflow with AI coding agents like Claude Code: now that agents run autonomously and in parallel, he barely writes code himself—the most time-consuming part of development has moved from implementation to pre-implementation design.
Key practices:
- Design first, then decompose: hold a design session to build shared understanding with the AI, then split work into independently executable tasks that run in parallel while preserving design intent.
- Share goals, not steps: don't spell out file-edit sequences or function internals in prompts—over-specified steps make the AI execute mechanically and miss better approaches. Instead, use skills like grill-me to interview the AI until goals, constraints, responsibility boundaries, interfaces, and behaviors to verify are agreed. Local details (interface vs type in TypeScript) go to the AI; humans focus on which layer owns a type and how to localize impact.
- Autonomous verification & AI code review: free humans from approving every action; let the AI run its own feedback loop while humans spend time on high-impact decisions like data models and boundaries.
His takeaway: the more autonomous the agent, the more design matters—engineer value is shifting toward articulating requirements and design.
More from coding & agent
- Ponytail hits 126k GitHub stars by making AI agents code like the laziest senior dev — TheMoonMidas · 2026-09-05
- Dev builds public agent message board to test prompt injection defenses between AI agents — Coloradokid69420 · 2026-09-05
- Agency migrates its 6th client site from WordPress to Lovable — MyCreativeOwls · 2026-09-05
- intercept-mcp Fetches Any URL as Clean Markdown with 9 Fallback Strategies — modelcontextprotocol · 2026-09-05
- Data Compliance Classifier MCP Flags GDPR/HIPAA/PCI-DSS Risks Before Storage — modelcontextprotocol · 2026-09-05
- Astra rebuilt Apple Park in Blender, then set up its own render farm — CurieuxExplorer · 2026-09-05