AI Productivity: The Architecture Gap

Why task-level gains don't translate to organisational improvement

Executive Summary

  • AI productivity gains are real at task level but don't automatically translate to organisational improvement
  • The bottleneck shifts, it doesn't disappear
  • Same pattern at the individual level — delegation erodes capability; scaffolding preserves it
  • Success requires architectural transformation and org redesign
  • This is an enterprise architecture problem, not a tooling problem

Agenda

1. The speed of change
why your mental model from 2023 is already wrong
6. Enterprise architecture as the constraint
is your organisation legible?
2. The productivity paradox
task gains real, org gains aren't
7. AI as middle manager
what the research says about substitution
3. The bottleneck cascade
what happens when you speed up coding alone
8. A worked example
copilot to dark factory
4. Why copilots hit a ceiling
and why the gap is widening
9. Adoption barriers are psychological
lessons from Trail of Bits
5. DORA: AI amplifies what you are
team health sets the floor
10. Practical recommendations
what to do this quarter

Exercise 1 — AI in your last month

EXERCISE 1 · GROUPS · ~6 MIN

In your group, go round each person:

  • Have you used AI in the last month?
  • If yes — which tool, what for, and how?
  • If no — why not?
  • Across the group, where's the spread?

The Speed of Change

Timeline

  • 2019: First demo code completion
  • 2022 Nov: ChatGPT public release
  • 2025 Feb: Claude Code research preview
  • 2025 Nov: Opus 4.5 — step change with Claude Code
  • 2026: Agentic systems mainstream

"Anyone who thinks AI is slowing down is fatally miscalibrated"

— Jack Clark, co-founder of Anthropic (X, March 2026)

METR: Task Duration Doubling

METR time horizon of software engineering tasks

Task duration AI can complete (80% reliability) doubles every 4-7 months

From Task Success to Agentic Workflows

single-task success rate 10%
At 10% per step, a 20-step workflow succeeds 0.00% of the time
Independent steps: P(workflow) = pn

Rapidly Expanding Capability

Mythos Preview: Firefox JS shell exploitation

One domain, one generation: near-100x jump

Capabilities don't arrive gradually — they step-change

Firefox bugs fixed per month

Firefox bugs fixed per month

The Jagged Frontier

Jagged frontier: where AI is superhuman, where it's not
  • AI is superhuman at some things humans find easy, and terrible at others that look similar
  • You cannot generalise from one use case to another
  • Each domain needs its own capability assessment

The Productivity Paradox

DORA Metrics — The Gold Standard

DORA (DevOps Research and Assessment) measures software delivery:

  • Deployment frequency — how often you ship to production
  • Lead time for changes — commit to production
  • Change failure rate — % of deployments causing incidents
  • Time to restore service — recovery time after failure

These are the metrics that matter — not lines of code or PRs merged

Three Levels, Three Stories

LevelSourceFinding
TaskAnthropic80% time savings
DeveloperMETR RCT-4% to +9% (flat)
OrganisationFaros+21% tasks, unchanged DORA

Amdahl's Law Explains the Gap

Amdahl's Law: The maximum speedup of a system is limited by the fraction that can be improved

  • Coding = 25-35% of the software development lifecycle
  • Even infinite speedup in coding → at most ~54% system improvement
  • The other 65-75%: requirements, design, testing, review, deployment, operations

Try It Yourself

is 30% of total delivery time
everything else coding
before
100 units
after
73 units
make it 10× faster
Making coding 10× faster...
1.37×
overall speedup
even at ∞× faster, max possible: 1.43×

Brooks Told Us 50 Years Ago

No Silver Bullet (1986): "The hard part of building software is the specification, design, and testing of this conceptual construct, not the labor of representing it"

  • Coding is accidental complexity — AI reduces this
  • Specification, design, testing are essential complexity — AI doesn't eliminate these

Faros 2025 Data — 10K Developers, 1,255 Teams

  • +21% tasks completed
  • +98% PR volume
  • +91% review time
  • +154% PR size
  • +9% bugs
  • Flat DORA metrics

The Cascade Effect

AI accelerates code

→ PR volume doubles

→ review time increases

→ quality gates overwhelmed

→ deployment unchanged

Exercise 2 — Map your bottleneck

EXERCISE 2 · GROUPS · ~8 MIN

Pick a process — e.g. feature delivery, an incident response, an onboarding, a report.

  • List the steps end-to-end
  • Estimate % of total time per step
  • Circle where AI is actually accelerating you today
  • Is that the biggest step? If not — what is, and why isn't AI touching it?

Why Copilots Hit a Ceiling

Copilots Are Task Tools

Copilots accelerate individual tasks — exactly the level where gains are real

But we've just seen: task-level gains don't translate to org-level improvement

  • Copilots optimise the 25-35% that Amdahl's Law says can't move the needle
  • They augment existing workflows — they don't transform them
  • The bottleneck cascade happens because we speed up tasks without changing the system

Your Data Maturity Is the Ceiling

Before AI, you could run on tribal knowledge, stale spreadsheets, and "ask Dave". Slow, but workable.

  • AI can only reason over data that's structured, accessible, and reliable
  • Gaps that used to be inconvenient become binding constraints
  • "Ask Dave" doesn't work when Dave isn't in the loop

AI Adoption Requires Systemic Change

Task tools → task gains (real but bounded)

Systemic improvement requires systemic change:

  • How code is specified (intent, not implementation)
  • How quality is verified (machine-checkable, not human review)
  • Who drives the work (domain experts, not just developers)

The Competitive Dynamic

Copilots-only users vs. agent-native organisations — the gap is widening:

  • Microsoft rolls out Claude Code internally while selling Copilot externally
  • Two kinds of AI users: CLI agents vs chat-only
  • Productivity gap compounds over time
  • 84% haven't redesigned roles for agents (Deloitte)

Inaction is a position, but maybe not a good one

DORA 2025: AI Amplifies What You Are

Everyone Uses AI Now

DORA 2025: 90% of respondents use AI at work

90% of developers now use AI at work — adoption is no longer the question

But Impact Varies Dramatically by Team Type

Performance levels of seven team archetypes

AI Magnifies Strengths AND Weaknesses

  • High-performing teams get more productive
  • Struggling teams may get worse
  • Aggregating across archetypes masks the signal
  • Invest in team health before investing in AI tools

Organisational Readiness Sets the Floor

DORA: "AI's primary role is that of an amplifier. It magnifies the strengths of high-performing organisations and the dysfunctions of struggling ones"

  • Ad-hoc business processes → AI can't systematise what isn't systematic
  • Poorly controlled data → agents inherit your data quality problems
  • Unclear ownership → more code, same confusion, faster

Fix the foundations first — AI won't do it for you

Enterprise Architecture as the Constraint

The Core Insight

Task-level gains != Org-level gains

The gap is architecture — and architecture here means the whole organisation, not just the code.

  • Your data, processes, and decision rights — how legible they are to an agent
  • Not your model choice, your licence count, or your tooling stack

Is Your Organisation Legible?

Can an agent read your organisation well enough to work in it?

  • Data — structured and queryable, or tribal knowledge and stale spreadsheets?
  • Process — documented and consistent, or "ask Dave, he knows how it works"?
  • Project state — in Jira and systems of record, or in slide decks and email threads?
  • Decisions — recorded with their rationale, or in someone's head?

Legibility isn't a coding problem. It's an information architecture problem. Every gap is a ceiling.

Benefit Requires Systems Thinking

Getting benefit from AI requires value stream mapping

  • Map how an idea gets to production end-to-end
  • e.g. in development, the area from commit to production is often the best place to start

Value stream map: backlog to production

Exercise 3 — Legibility audit

EXERCISE 3 · GROUPS · ~8 MIN

Score your organisation 1–5 on each row — could an agent actually read this?

  • Requirements — written, current, in one place?
  • Data — discoverable, consistent, machine-readable?
  • Process — documented, or "ask Dave"?
  • Decision rights — clear who owns what?

Your lowest score is your ceiling. What would it take to move it by one point?

Augmentation vs Delegation

The organisation can be legible and still erode the people inside it

Delegation vs Scaffolding

Two ways to use AI. Same tool. Opposite cognitive consequences.

  • Delegation — just get the answer: 61% do this and show impaired persistence on later tasks
  • Scaffolding — get hints, clarification, critique: 27% do this with no significant impairment vs control

It isn't about how much AI you use. It's about whether you use it to avoid the cognitive work, or to structure it.

The Skill Cliff

Skill loss from AI delegation isn't a slope. It's a cliff.

  • Up to a point, you can use AI heavily and stay sharp
  • Past that point, capability collapses — it doesn't gradually decline
  • Today's frontier AI is past that point for most knowledge work

The fix isn't less AI. It's scaffolding over delegation — which has to be architected, not willed.

The Augmentation Trap

Caosun & Aral (2026): the economics actively select against prevention.

  • Fully informed, rational decision-makers adopt AI even when it lowers long-run output
  • Why: front-loaded productivity gains outweigh back-loaded skill costs at any ordinary discount rate
  • The faster you discount the future, the more attractive adoption becomes — even knowing the cost

Individual rationality produces collective irrationality. The market won't fix this because the market is the cause.

Organisational Delegation Drift

Scaffolding at the individual level requires de-scaffolding at the organisational level.

  • Fewer approval layers, smaller review batches, different accountability structures
  • You cannot preserve human judgement at the keyboard while keeping a process architecture that assumes humans produce code at human speed

Most organisations will drift into de facto delegation without process changes — the worst of both worlds.

AI as Middle Manager

Jack Dorsey: Cut Out the Managers