I don't think AI will make your processes go faster

Hacker News Top News

Summary

The author argues that AI will not necessarily accelerate processes because bottlenecks often originate from unclear requirements upstream, not from development speed alone.

No content available
Original Article
View Cached Full Text

Cached at: 05/17/26, 12:47 PM

# I don't think AI will make your processes go faster Source: [https://frederickvanbrabant.com/blog/2026-05-15-i-dont-think-ai-will-make-your-processes-go-faster/](https://frederickvanbrabant.com/blog/2026-05-15-i-dont-think-ai-will-make-your-processes-go-faster/) I have the feeling that every organization out there is, at least partially, focusing on process optimization, something that often happens when the market is down\. These days there is also the AI angle to the entire thing, and the unrealistic expectations that follow it\. To come fully prepared for this, I’ve decided to re\-read two absolute classics in this space:[The Toyota way](https://en.wikipedia.org/wiki/The_Toyota_Way)&[The Goal](https://en.wikipedia.org/wiki/The_Goal_%28novel%29)[1](https://frederickvanbrabant.com/blog/2026-05-15-i-dont-think-ai-will-make-your-processes-go-faster/#fn:1)\. I’ve read both of these books in college, but re\-reading them made me realize that a lot of these process optimization exercises are too simplistic in nature, and often misunderstand what to focus on\. ## The visual bottleneck Let me show what I mean\. ``` gantt title Project Timeline dateFormat YYYY-MM-DD section Scoping Feature exploration :s1, 2024-01-01, 10d Budget scoping :s2, after s1, 3d Legal :s3, after s1, 10d Documenting :s4, after s3, 5d section Development Exploration :d1, after s4, 25d Software Development :d2, after d1, 70d Documentation :d3, after d2, 5d section Deployment Deployment :dp1, after d2, 5d Hyper-care :dp2, after dp1, 10d ``` *This is a Gantt chart for demonstration purposes, normally you would look at BPMN\. Showing a Gantt makes the point easier\.* If you take a look at this Gantt chart you will immediately see what takes the most amount of time: software development\. If your task was to improve project throughput, that would be your first stop\. And that would be correct\. The problem, however, is how I typically see people go about it: throw people at the problem[2](https://frederickvanbrabant.com/blog/2026-05-15-i-dont-think-ai-will-make-your-processes-go-faster/#fn:2)or just assume AI is going to make it so much faster\. What people typically don’t do is look at**why**this is taking so long, and even more importantly: long duration does not automatically mean the problem originates there\. ## Solving the issue upstream We are now talking about software development, but this is applicable to all processes that take longer than you would like\. Every software developer knows that you can’t make projects go faster just by typing faster\. If that were the case we would all be taking typing lessons\. Software development is about translating a problem into a solution that a computer can understand and automatically resolve\. Preferably in a secure and scalable way\. To do something like that, you need a full overview of the problem\. Either in feature or scope documents \(if you’re going more waterfall\), or with constant iteration with the domain experts \(more agile\)\. This is often the part that slows down software development\. Trying to figure out what a vague, title only, feature request actually means\. What does “send mail to user once sale is completed” mean? Ok, we can send a mail, but what should be in the mail? What if there was an issue in the sales process, do we still send an error mail? When is a sale completed? ## Just throw AI at it An argument that I keep hearing about the automation of software development \(AI generated code\) is that you can just bypass the development part and the software developer becomes the project manager\. AI discussions around software development actually illustrate this problem perfectly\. A lot of people expect the outcome of AI development to look like this: ``` gantt title Project Timeline dateFormat YYYY-MM-DD section Scoping Feature exploration :s1, 2024-01-01, 10d Budget scoping :s2, after s1, 3d Legal :s3, after s1, 10d Documenting :s4, after s3, 5d section Development AI development :d1, after s4, 3d section Deployment Deployment :dp1, after d1, 5d Hyper-care :dp2, after dp1, 10d ``` But that’s not how this works\. Here we face the exact same upstream issue as before\. Yes, AI can generate code quickly \(whether that’s a good thing is open for debate\), but that doesn’t mean it’s generating the correct code\. In comparisons between human vs AI development they always ignore the handholding that is needed for AI to do its thing\. It looks a lot more like this: ``` gantt title Project Timeline dateFormat YYYY-MM-DD section Scoping Feature exploration :s1, 2024-01-01, 10d Budget scoping :s2, after s1, 3d Legal :s3, after s1, 10d Documenting :s4, after s3, 40d section Development AI development :d1, after s3, 40d section Deployment Deployment :dp1, after d1, 5d Hyper-care :dp2, after dp1, 10d ``` Maybe this setup is faster compared to the old way of working\. But I also think it’s an unfair comparison\. Working like this requires a much deeper involvement of domain and product experts\. This involvement would mean writing out every feature and bug fix down to the tiniest detail\. This exact thing is what software developers have been begging for since the beginning of the profession: Receiving a detailed outline of the problem and what the end result should look like\. If you were to give human developers the same amount of feature/scope documentation you would also see your productivity skyrocket\. ## Actually speeding up processes If you want to speed up processes, you need to make sure that the people that need to do the work have all the means to actually do the work\. This means that if your legal approval process is going slow, you take a look at what is needed to start a legal approval process\. If they need to chase five different people for incomplete documents, you’re not going to speed up said process by adding more lawyers to the department\. One of the big lessons of The Goal is: ”bottlenecks should receive predictable, high\-quality inputs”\. I think that should be the first stop in process automation\.

Similar Articles

The Final Bottleneck

Armin Ronacher

A reflective blog post on how AI acceleration in code generation overwhelms review processes, creating a new bottleneck in software engineering. Draws parallels to historical industrial bottlenecks and suggests throttling input as a necessary response.

Most AI agent evals completely ignore execution efficiency

Reddit r/AI_Agents

The author argues that current AI agent evaluations often overlook execution efficiency, focusing only on final outputs while ignoring redundant actions and costly orchestration issues that arise in production.

Stop building AI agents.

Reddit r/AI_Agents

The author argues that most founders requesting AI agents actually need straightforward automations with minimal LLM integration, citing production failures, compliance hurdles, and higher ROI from simpler workflows. The piece provides a practical decision framework to help builders and founders prioritize reliable automations over complex, unpredictable agents.

I think most companies are building AI backwards

Reddit r/artificial

The article argues that companies are overinvested in AI intelligence (model capability) while neglecting crucial runtime layers for authority, accountability, and reality representation, leading to potential failures when AI acts within institutions.

You Need AI That Reduces Maintenance Costs

Lobsters Hottest

James Shore argues that AI coding agents must significantly reduce long-term software maintenance costs to deliver real productivity gains, rather than just speeding up initial code writing. The article highlights the 'Wisdom of the Crowd' estimates on maintenance burdens and warns that without lowering these costs, teams face diminishing returns and technical debt.