Delivery

AI in Project Management: Faster Tasks, Slower Projects?

A plan that gets written faster is not a project that finishes sooner. Project delivery runs on dependencies, handoffs, and decisions — and AI has, so far, only sped up one of those.

ByJustin Hamade·

AI makes individual project artifacts faster to produce, but most projects finish on critical-path dependencies, approvals, and decisions that AI does not touch — so faster documents and code routinely produce more work in progress rather than earlier delivery. A status update, a spec, or a first-pass implementation can now appear in minutes instead of days. That does not shorten the project unless the thing that used to gate the schedule was the writing itself, and on most projects it was not.

This is not a roundup of AI project-management tools, and it isn't trying to be. Software that auto-generates Gantt charts or summarizes standups is a separate topic. What matters here is more basic: what happens to a project's actual delivery mechanics — dependencies, batch size, handoffs, escalation — when the individual tasks inside it get faster. The general version of this problem is covered in the AI productivity paradox; this piece stays with delivery.

A project that gets faster at producing artifacts

Composite example — not a real client story

A mid-sized software team adopts AI coding assistants and an AI drafting tool for specifications. Engineers report finishing tickets in half the time. Product managers turn around requirements docs same-day instead of over a week. The project plan is updated to reflect the new velocity, and the delivery date moves up by three weeks.

Six weeks later, the date has slipped back to roughly where it started. Pull requests are waiting an average of four days for the two senior engineers authorized to approve changes to the shared services layer. The security team's review queue, sized for the old rate of change, is now backed up by two weeks. A cross-team dependency — a data contract owned by another group — was never accelerated at all, and it was already the limiting factor. The team produced more, faster, and delivered on the same day they would have anyway.

Review and decision queues absorb the gain

Every project has a small number of people or gates that everything eventually passes through: the architect who signs off on structural changes, the legal reviewer who clears external commitments, the steering committee that approves scope changes, the one person who actually owns the go/no-go call. AI does not add capacity at any of these points. It adds volume in front of them. A gate that reviewed five items a week now faces ten, at the same rate of review, and the queue in front of it lengthens accordingly — this is ordinary queueing behavior, not a failure of the reviewers.

Project plans rarely model this. They track task duration, not queue time, so a schedule built from "how long each task takes" understates the project by exactly the part that AI did not shrink: the wait for someone else's attention.

Increased work in progress, not increased delivery

When upstream tasks accelerate and downstream capacity does not, the natural result is more open items sitting between stages — more branches awaiting merge, more documents awaiting sign-off, more tickets in "ready for review." This looks like progress on a burndown chart because items are being closed out of the "in progress" column. It is not progress on the project, because the critical path is defined by the slowest sequence of dependent steps, and unfinished, unintegrated work sitting in queue does not shorten that sequence. It often lengthens it, because context gets stale, merge conflicts multiply, and rework increases the longer something sits half-done.

Larger batches of unreviewed work also raise the cost of finding a problem late. A dependency mistake caught in a five-page spec is a quick correction. The same mistake caught after twenty AI-assisted specs have been built on top of it is a multi-week unwind.

Full utilization versus flow

Project managers are frequently rewarded for keeping every team member fully allocated, and AI makes it easy to keep everyone producing something. But a project plan with no slack in it is a project plan with no ability to absorb variability — and every real project has variability, from a vendor delay to a requirement that turns out to be wrong. A team running at full utilization on newly accelerated tasks has simply moved that lack of slack earlier in the schedule; the risk still surfaces, usually at integration or at the milestone review, where it is more expensive to fix. Protecting deliberate slack at the constraint — the approver, the integration environment, the dependency owner — is uncomfortable to schedule and is usually the difference between a project that recovers from a surprise and one that does not.

Authority and unresolved decisions

Faster drafting surfaces more decisions, faster, than most organizations are built to make. More design options, more architecture alternatives, more vendor comparisons arrive at the desk of whoever has authority to choose — and that person's decision-making capacity did not expand alongside the drafting tool. Milestones get scheduled around dates rather than around readiness, producing what's sometimes called milestone theatre: a status report that shows green because a document was produced on time, even though the decision the document was supposed to trigger is still open. The project looks on track until the unresolved decision becomes an emergency near the deadline. Naming who owns a decision, and by when, is more valuable to a schedule than any drafting speed.

Questions project leaders should ask before starting more work

  • Which task on the critical path did this AI tool actually accelerate, and is that task the real constraint — or just the most visible one?
  • How many items are currently waiting for review or approval compared with three months ago, and has review capacity changed at all?
  • Are we measuring task completion time, or end-to-end elapsed time including queueing? These tell very different stories.
  • Which decisions are currently unresolved, who owns each one, and by what date does it need to be made to avoid becoming a milestone-week emergency?
  • Where is our slack — do our most important reviewers and approvers have any spare capacity, or are they already saturated?
  • Is a dependency outside this team's control — a vendor, another team, a data contract — the actual pace-setter, regardless of how fast our own work is now produced?

None of this argues against using AI on projects. It argues against assuming that faster production automatically becomes faster delivery. Measuring the right things and redesigning how decisions and reviews are structured matter more than which tool wrote the spec.

This is one of the delivery mechanics Beyond Doing works through in more detail — how leaders redesign the system around AI rather than just adding AI to the existing one. Read more about the book.

About the author

Justin Hamade is an engineering manager and principal consultant at OpsGuru with 26 years building software. He writes about leadership, work design, and accountability in AI-enabled organizations. More about Justin Hamade.

These essays explore ideas developed in Beyond Doing: The Mindset Shift for a New Age of Work. Buy the book on Amazon.com.

Related reading

All ideas →