AI Workflow Redesign: Why Automating One Step Is Not Enough

On this page
AI workflow redesign means rebuilding a whole process around what AI and people each do best, instead of dropping AI into one step of the old process. It matters because speeding up one step just moves the queue to the next: review, approval or testing. McKinsey found workflow redesign was the attribute most linked to AI profit impact.
This guide explains why automating one step rarely pays, how to find the real bottleneck, and how to redesign approvals, quality checks, deployment and roles around AI — with a worked example from a property brokerage. It's the practical companion to enterprise AI ROI: redesign is where most of the return comes from.
Key takeaways
- Redesign predicts returns better than anything else. Of 25 attributes McKinsey tested, redesigning workflows had the biggest effect on EBIT impact from generative AI — yet only 21% of organisations had done it.
- The bottleneck moves. Google's DORA research found that more AI adoption went with lower software delivery stability; review, testing and approval become the new constraints.
- "Human in the loop" isn't automatically safer. A meta-analysis of 106 experiments found human–AI pairs did worse on average than the better of the two alone on decision tasks.
- Most of the work is people and process. BCG's rule of thumb: 10% algorithms, 20% technology and data, 70% people and processes.
- Incentives block redesign. In Microsoft's 2026 survey, 45% said it felt safer to hit current goals than to redesign work with AI.
What is AI workflow redesign?
AI workflow redesign is the practice of rethinking a business process from its outcome backwards, now that AI can do some of the work: which steps are still needed, which AI should do, which people should keep, how work is checked, and who is accountable. The result is usually a shorter process with different hand-offs — not the old process with a chatbot attached.
Definition
AI workflow redesign is rebuilding an end-to-end process around the combined strengths of people and AI — removing, merging and reassigning steps, and redesigning approvals, quality checks and roles — so the whole workflow improves, not just one task inside it.
| Automating a step | Redesigning the workflow | |
|---|---|---|
| Starting point | A task that looks slow | The outcome the workflow must deliver |
| Change | AI does the task faster | Steps removed, merged, reassigned; checks redesigned |
| Approvals | Unchanged — often now the bottleneck | Tiered by risk; sampling where safe |
| Quality | People re-check the AI's work | Automated tests plus targeted human review |
| Roles | Unchanged | New owners, supervisors and operators |
| Typical result | A faster step, a longer queue | A shorter cycle time and lower cost per outcome |
Why isn't automating one step enough?
Automating one step isn't enough because a workflow runs at the speed of its slowest step. Make drafting ten times faster and the work piles up at review; double the code written and the queue moves to testing and approval. Economists have made the same argument about growth: output is held back by the essential tasks that are hardest to improve, not the ones that improve fastest.
Software teams saw it first. Google's 2024 DORA report found that a 25% increase in AI adoption was associated with an estimated 1.5% drop in delivery throughput and a 7.2% drop in delivery stability — even as documentation, code quality and review speed improved. Vendor data from Faros AI tells the same story from inside teams: developers using AI merged 98% more pull requests, while review time rose 91%. More output upstream, longer queues downstream.
McKinsey's review of a year of agentic AI deployments put it plainly: the value comes from the workflow, not the agent. Teams that built impressive agents without changing the surrounding process got impressive demos and underwhelming results.
How do you find the bottleneck?
Find the bottleneck by mapping the workflow end to end and measuring where work waits, not where it's done. In most knowledge workflows, the time spent actually working is a small fraction of the elapsed time; the rest is queues, hand-offs and approvals. AI that speeds up the working time barely moves the total.
Redesigning a workflow around AI
- 01Map
- Every step
- Every hand-off
- Every approval
Start from the outcome, not the org chart
- 02Measure
- Wait time
- Work time
- Rework
Queues usually dwarf the work itself
- 03Find the constraint
- Longest queue
- Scarcest skill
Improving anything else is wasted
- 04Reassign
- Remove
- Rules
- Generative AI
- Agents
- People
Match each step to the right tool
- 05Design checks
- Tests
- Sampling
- Approvals by risk
Quality built in, not bolted on
- 06Pilot and measure
- Control group
- Cycle time
- Cost per outcome
Scale only what the numbers support
When you reassign steps, match the tool to the work. McKinsey's guidance is a useful default: rules-based automation for structured, predictable steps; generative AI for drafting and summarising unstructured content; agents for multistep work with many exceptions — and people for judgement, relationships and accountability. Some steps should simply disappear: a report nobody reads doesn't need an AI to write it.
How should approvals change?
Approvals should be tiered by risk. The old pattern — a person approves everything — becomes the bottleneck the moment AI multiplies the volume of work. Low-risk, reversible outputs can go out with automated checks and sample-based human review; high-risk or irreversible actions keep explicit approval, with review screens designed to make checking fast.
| Risk tier | Examples | Approval model |
|---|---|---|
| Low and reversible | Internal summaries, draft replies to routine questions, data clean-up | Automated checks plus periodic sampling |
| Medium | Customer-facing messages, quotes from approved price lists | AI drafts; a person approves, with fast review screens |
| High or irreversible | Payments, contracts, pricing exceptions, legal or medical advice | A person decides; AI prepares the evidence |
The examples from large firms follow this pattern. At Morgan Stanley, an AI tool drafts meeting notes and a follow-up email — with the client's consent — and the financial adviser reviews, edits and sends it. At JPMorgan, AI in transaction screening lets the bank review more than twice the volume with half as many manual checks: people still check, but only where it matters.
Common misconception
"Put a human in the loop and it's safe." Not automatically. A 2024 meta-analysis of 106 experiments found that human–AI combinations performed worse on average than whichever of the human or AI was better alone on decision-making tasks. On content creation, combinations did better. Design each checkpoint for the kind of work it guards.
How do you quality-check AI work?
Quality-check AI work the way you'd check any production system: test it before it runs, monitor it while it runs, and log everything so you can find out what went wrong. Human review is one layer, not the whole system.
- Evaluations before launch. Build test sets of real cases with known good answers and run every version of the workflow against them. McKinsey's agentic lessons call this the main defence against "AI slop" — output that looks fine in a demo and frustrates the people doing the work.
- Observability in production. Log every step an agent takes, the data it used and what it produced. McKinsey describes a team that traced poor recommendations to lower-quality data from certain user segments only because every step was tracked.
- Error budgets. Agree the error rate each step can tolerate, and what happens when it's exceeded — slow down, add review, or stop.
- Feedback loops. Route corrections from reviewers back into prompts, rules and test sets, so the same mistake isn't reviewed twice.
- Accountability. Someone owns the outcome. A tribunal held Air Canada liable for wrong advice its website chatbot gave a customer; "the AI said it" is not a defence. The AI governance guide covers the controls in detail.
How do you deploy a redesigned workflow?
Deploy a redesigned workflow as a controlled experiment: run it on part of the work while a comparable part continues the old way, measure cycle time, cost per outcome and quality on both, fix what breaks, then scale in stages. Most of the effort isn't technical. BCG's 10-20-70 rule of thumb puts 70% of it into people and processes.
- Pilot with a comparison. A control group separates the redesign's effect from seasonality and luck.
- Train for the new work, not the tool. People need to know what they now own, what the AI owns and how to escalate.
- Keep a rollback. If quality drops, you should be able to return work to the old path within hours.
- Scale in stages. Add teams, regions or volumes one at a time, re-measuring as you go.
- Measure the whole flow. End-to-end cycle time, cost per outcome, quality and incidents — not how busy the AI is.
The failure rate for skipping this discipline is expected to be high. Gartner predicts more than 40% of agentic AI projects will be cancelled by the end of 2027, and advises rethinking workflows rather than layering agents onto legacy processes.
What changes in the organisation?
When workflows are redesigned around AI, roles change more than headcount does — at least at first. New responsibilities appear: owners for each end-to-end workflow, people who supervise and evaluate AI agents, and teams that run AI systems in production. Coordination work — chasing, copying, formatting, forwarding — shrinks.
- Workflow owners. Someone accountable for the outcome of the whole process, not one department's step in it. IBM's 2026 CEO study found CEOs who redesign how cross-functional teams work were more than twice as likely to deliver the benefits in their business cases.
- Agent supervisors. Microsoft's research describes leaders managing a "human-agent ratio" — how many agents each person can direct and check. It's a design choice, not a fixed number.
- Skills. BCG's 2026 survey of about 12,000 people found 42% said their organisations were using AI to reshape workflows or invent new ones, up from 22% a year earlier — but only 36% felt adequately upskilled.
- Incentives. Microsoft's 2026 survey of 20,000 AI users found 45% felt it was safer to hit current goals than to redesign work with AI, and only 13% said attempts are recognised when results fall short. Redesign needs cover: targets that allow for a learning period, and credit for experiments that fail usefully.
JPMorgan's 2025 shareholder letters frame the aim well: its operations teams target more than 40% gross productivity efficiency by 2030, while the bank says the goal is compounding performance rather than simply cutting headcount.
A worked example: lead-to-viewing in a property brokerage
A hypothetical Dubai brokerage shows how redesign differs from automation. Its old lead-to-viewing workflow had nine steps and took a day or more; automating any one step barely moved that. The redesigned version has five, with AI doing the repetitive work and agents doing the selling.
| Step | Before | After |
|---|---|---|
| Lead arrives | In a shared email inbox | Directly in the CRM, from every portal and ad |
| Data entry | Admin copies it into the CRM, hours later | Removed — the record creates itself |
| First reply | Whoever notices, often the next morning | AI replies within a minute on WhatsApp |
| Qualification | Agent's own questions, when they call | AI asks budget, financing, timeline and purpose in conversation |
| Assignment | Manager assigns in the morning | Routing by area, language and availability, with a 10-minute reassign timer |
| Matching | Agent searches listings manually | AI proposes matches from verified listing data |
| Booking | Messages back and forth | AI offers real slots from the agent's calendar |
| Approval | None — agents quote freely | Prices and payment plans only from approved data; negotiation stays with the agent |
| Quality | None | Weekly sample of conversations reviewed; opt-outs and complaints tracked |
The result isn't a faster version of the old process — it's a different process, where the brokerage owns every conversation and agents start each viewing with a qualified buyer and a summary. The pieces are covered in the guides to AI lead qualification, AI lead routing, WhatsApp for real estate and the AI real estate CRM.
Every industry has a workflow like this: a sequence of hand-offs built for a world where every step needed a person. Redesign starts by asking which of those steps still need one.
AI strategy
Working out where AI fits in your business?
I help teams separate the use cases worth automating from the ones that only demo well — then build the workflow, the integrations and the guardrails.
Sources
Primary sources checked for this article. Figures reflect the dates shown.
- The state of AI: How organizations are rewiring to capture value — McKinsey & Company, March 12, 2025
- The State of AI: Global Survey 2026 — McKinsey & Company, August 25, 2026
- One year of agentic AI: Six lessons from the people doing the work — McKinsey & Company, September 12, 2025
- AI adoption in 2024: 74% of companies struggle to achieve and scale value — Boston Consulting Group, October 24, 2024
- AI at Work 2026: Why strategy matters more than tools — Boston Consulting Group, June 3, 2026
- Agents, human agency and the opportunity for every organization (Work Trend Index 2026) — Microsoft WorkLab, May 5, 2026
- 2025: The year the Frontier Firm is born (Work Trend Index 2025) — Microsoft WorkLab, April 23, 2025
- 2026 CEO Study — IBM Institute for Business Value, May 2026
- Announcing the 2024 DORA report — Google Cloud, October 23, 2024
- The AI Productivity Paradox — Faros AI, July 23, 2025
- Artificial Intelligence and Economic Growth (NBER Working Paper 23928) — National Bureau of Economic Research, October 2017
- When combinations of humans and AI are useful: a systematic review and meta-analysis — Nature Human Behaviour, October 2024
- Line of business CEO letters to shareholders 2025 — JPMorganChase, April 2026
- AI @ Morgan Stanley Debrief launch — Morgan Stanley, June 26, 2024
- Gartner predicts over 40% of agentic AI projects will be canceled by end of 2027 — Gartner, June 25, 2025
- Moffatt v. Air Canada, 2024 BCCRT 149 — Civil Resolution Tribunal of British Columbia, February 14, 2024


