Why AI Won't Speed Up Your Development Processes – Focusing on Bottlenecks

Frederick Vanbrabant takes a critical look at the hype around AI for process optimization, drawing on classics like The Toyota Way and The Goal. His core point: throwing AI at the development phase misses the real bottleneck—often upstream ambiguity in requirements.
The Visual Bottleneck
Most project timelines show a long software development block. The instinct is to optimize there, but Vanbrabant argues that long duration doesn't mean the problem originates there. Using a Gantt chart, he illustrates a typical project: scoping (10d), budget scoping (3d), legal (10d), documenting (5d), then development (70d). The obvious target is development, but the real issue is upstream.
Upstream Issues
Software development isn't about typing faster; it's about understanding the problem. Vague requests like "send mail to user once sale is completed" require clarification: What is a sale? What if there's an error? Which mail content? This ambiguity is what slows developers down.
AI Won't Fix It
Vanbrabant presents the common naive projection: AI reduces development from 70d to 3d. But the reality is that AI still needs detailed specifications. The real timeline looks like: scoping (10d) + legal (10d) + documenting (40d) + AI development (40d). The documenting phase expands because domain experts must write every detail to get correct code from AI. He notes: "If you were to give human developers the same amount of feature/scope documentation you would also see your productivity skyrocket."
Takeaway
The article challenges the simplistic view that AI automatically accelerates processes. Instead, focus on the entire value stream and address upstream bottlenecks—better requirements, closer collaboration with domain experts—before expecting AI to deliver gains. For developers working with AI coding agents, this is a practical reminder to invest in specification quality.
📖 Read the full source: HN AI Agents
👀 See Also

Developer Uses Claude AI to Build PosturePal Posture Scanner App
A developer built PosturePal: Posture Scanner using Claude AI for multiple aspects including code, product decisions, user feedback communication, and copywriting. The app analyzes side profile photos to provide posture scores, identify specific issues, and generate tailored exercises.

Graduate Student Uses Claude to Build AI Image Detection Experiment
A graduate student at The New School collaborated with Claude to build a website called InPixelsWeTrust.org that tests whether users can distinguish real photos from AI-generated images in 6 rounds with 10-second decisions.

Developer Builds Custom Business System on Claude with Persistent Memory and Skill Compositions
A developer built a custom system on Claude Pro that goes beyond basic tasks, featuring 13 custom skills with defined inputs/outputs, persistent memory across sessions, automated daily briefings, and skill compositions that chain or parallelize operations. The system runs on Supabase, Cloudflare Pages, and vanilla HTML/CSS/JS.

100 Parallel Claude Agents Reverse-Engineer Open Source Marketing: A Playbook from r/ClaudeAI
Developer spawns 100 parallel Claude+Codex sessions to analyze why their open-source project got zero upvotes — agents returned a 7-point marketing playbook and uncovered Anthropic's plugin registry as a low-competition channel.