Leverage AI
LeverageAI · Governance & Project Assurance

The Governance Barbell

Run Projects Like Pull Requests

Heavy design. Light middle. Heavy verify. AI coding already proved the barbell — freeze intent, shift the layer, replay history, and keep multi-lens disagreement instead of one green light.

A field manual for capital-project governance in regulated organisations.

You will leave able to:

By Scott Farrell · LeverageAI

01
Part I — Where Senior Attention Belongs

The Middle Is Where Control Goes to Die

Senior attention spent inspecting project exhaust line-by-line is the most expensive way to achieve the least control.

Picture the milestone pack that lands on a programme sponsor’s desk the week before a gate. Every mandatory KPI is present. Every control attestation is signed. The traffic light is green. The commentary is calm. The pack is also two hundred pages of artefacts the team already produced — correspondence extracts, risk registers, meeting minutes, contractor summaries — and the implicit ask is that a senior human read them into safety.

Months later, the thing that mattered was never in a column the pack knew how to hold: the intervention sat at the wrong layer of the system; the community concern kept reappearing under different complaint codes; green was being held by two specialists and a lot of overtime. Nobody lied. The organisation simply spent its scarcest resource — senior attention — in the middle of the work, where reading more exhaust rarely changes the design or the verification model.

That is governance as reading. It feels like control. It is usually the opposite.

The incumbent belief

The default mental model of project control is simple:

  1. Produce more artefacts.
  2. Inspect more of them.
  3. Compress everything into one status colour.
  4. Escalate only when a predefined threshold trips.

Each step is rational in isolation. Together they create a trap. Artefacts expand to fill the reporting ritual. Inspection competes with the decisions only seniors can make. The single traffic light discards the dimensions that did not fit the chosen KPIs. Thresholds train the organisation to keep the light green by absorbing problems locally until something larger breaks.

If you ask leaders where they want more assurance, they say “earlier challenge” and “honest risk.” If you watch where their calendar goes, it is middle-of-pipeline pack review and status theatre. The strategy–execution gap is the content gold: they say design and verification; they do more middle.

Control that lives only as reading the middle will always lose to the volume of the middle.

Seniors never read every line

Software already knew this, long before AI coding made it unavoidable. When a junior developer shipped a change, the senior did not usually sit and read every line as a moral duty. They asked: does this match the design I asked for? Where is test coverage thin? Did the implementation wander from the story? Are there sharp edges the unit tests will not catch?

AI coding has only made the old truth obvious. Nobody is hand-reviewing every line of machine-written code either — and that sounds like risk until you notice it is the same attention economy that always existed. Treat the AI as a junior. Review for design fit and verification strength, not for theatrical completeness.

Capital projects still pretend otherwise. Sponsors and assurance committees are invited to re-perform reading that will never scale to the soft-data estate — every email, every site conversation, every contractor side-channel, every quiet qualification of a number that will appear confident in the final pack. That estate is the organisational equivalent of a full repository. Humans will never line-audit it. Acting as if they will is how control dies in the middle.

Key Insight

Scarce senior attention changes outcomes at the ends — before commitment hardens, and when the organisation claims a state — not by re-reading every artefact of delivery.

Where attention actually changes outcomes

Before commitment hardens

  • • Purpose separated from the first proposed mechanism
  • • Alternative layers and routes still smoke-testable
  • • Rejected options recorded with reopen conditions

When a state is claimed

  • • Milestone, award, or regulator-facing account
  • • Independent checks on minimum compliance
  • • Disagreement across lenses preserved, not averaged

Between those ends sits delivery: people and contractors doing the work, systems updating, exhaust accumulating. The middle needs capture, evidence, and operational management. It does not need senior humans pretending to re-read every artefact as their primary control strategy.

What this book is for

This book imports an operating model from the domain where AI has forced the reallocation already: software delivery under AI coding. The model is a barbell — heavy design intensity on the left, light senior line-by-line scrutiny in the middle, heavy verification intensity on the right. Applied to projects, it becomes a Project Review Build: freeze intent, challenge and replay alternatives before commitment, run the project under existing governance, then verify with deterministic checks and independent judgement lenses that refuse to collapse into one traffic light.

You will leave able to redirect senior attention from pack-reading to design challenge and multi-lens verification; run one project as a Project PR without handing authority to the model; and keep “Formally Green / Community Yellow / Workforce Amber” as a first-class status artefact.

The continuous organisation-wide assurance plane that can hold those findings over time is companion work. This book owns the project barbell: the ends, the permission doctrine, the layer-shift and replay moves, and the verification pattern that makes one green light stop lying by omission.

Close

If control meant reading everything, large organisations would already have failed. They survive by compressing. The question is whether compression happens before anyone has examined the high-resolution estate — or after independent design challenge and verification have done their work. Software, under AI, chose the second order of operations. Project governance can too.

Next: what the software lab actually proved, and the mapping that turns a pull request into a project milestone.

02
Part I — Where Senior Attention Belongs

The Barbell and the Project PR

Heavy plan, cheap middle, heavy verify — the AI-coding operating model maps cleanly onto capital-project governance.

The pattern emerging from AI coding is not: the model writes, then a senior carefully reads every line. It is closer to a barbell:

Heavy thought before implementation. Cheap implementation in the middle. Heavy verification after implementation.

That pattern transfers almost perfectly to project governance — not as “sprinkle code-review bots on PDFs,” but as a redesign of where human and machine effort sit.

What the software lab proved

1. Planning became a first-class mode

The improvement in AI coding is not merely faster generation. More effort is moving into understanding the requested outcome before implementation begins. Tools now expose explicit read-only plan modes: inspect the environment, develop the plan, compare patterns, define constraints and tests before touching implementation. Anthropic’s Claude Code CLI treats plan mode as a permission mode, not merely a prompting suggestion.1

Applied early, that changes the conversation from “how do we implement the one idea we comprehended?” to “which of several viable implementations should we choose while change is still cheap?” Bake-offs, smoke tests, and A/B style comparisons happen inside the design loop because they are affordable.

2. Verification thickened and diversified

Unit tests, coverage, and linting still matter. What has grown is intent-aware and environment-aware verification: browser and user-path testing, broader harnesses that understand the original story, and adversarial tools that look for vulnerabilities, structural issues, and taste issues the authoring path did not optimise for.

CodeRabbit’s documented stack combines multiple models with static-analysis tools, security scanners, repository-wide context, dependency analysis, and CI/CD results.2 Greptile builds a graph of the entire repository so consequences not visible in the changed files alone become reviewable.3 Incremental review focuses on new commits rather than re-litigating the whole history every time.4

3. Human authority stayed the merge

GitHub’s Copilot code review gathers broad project context and comments on risks and proposed changes — and its review does not count as formal approval and does not itself block a merge.5 That is nearly the exact architecture capital-project governance needs:

Architecture rule

The AI reviews the project. It does not become project governance.

Authoring systems optimise for successful completion and green. That is not necessarily dishonesty; it is the objective function of getting the job done. A separate review system must ask a different question: where was minimum compliant completion not sufficient?

The barbell named

Left — design intensity

  • • Intent, promises, non-goals
  • • Alternatives and layers
  • • Assumptions and failure cases
  • • Acceptance tests
  • • Recorded rejections

Middle — execution

  • • People and contractors deliver
  • • Exhaust accumulates
  • • AI can read the estate
  • • Seniors handle exceptions
  • • Not theatrical completeness

Right — verification

  • • Independent lenses
  • • Deterministic checks
  • • Adversarial review
  • • Evidence coverage
  • • Intent regression

When producing becomes cheap, verification becomes the job. For projects, that means the formal report can stay relatively small while the review layer does the expensive reading and adversarial work behind it. Humans receive the comparatively small disagreement set.

The software-to-project mapping

AI software delivery Project governance equivalent
User story and intentProject purpose, approval basis, intended public value
Architecture / design planDelivery strategy, commercial model, technical design, stakeholder approach
Alternative implementationsRoutes, technologies, packages, sequencing, risk treatments
Source-code implementationActual project activity
Pull requestFormal project report or milestone submission
Repository contextProject soft-data estate
Unit / integration testsControl checks; cross-workstream assurance
Static analysis and lintingDeterministic governance and completeness checks
AI code-review agentsIndependent AI project-review lenses
CI resultsHard-data KPIs and control results
Maintainer approval / mergeAccountable authority: continue, fund, remediate, escalate

Once the mapping is visible, the metaphor hardens into work design. KPIs remain the test suite. Soft-data AI becomes repository-wide review. Deterministic governance checks become CI. Independent AI lenses become review bots. The human authority still decides whether to merge, remediate, or escalate.

Name the artefact: Project Review Build

A useful name is Project Review Build — or, internally, the Project PR.

The project team continues doing the work and producing its formal report through existing governance. The AI builds a parallel review package around that report, just as automated code-review systems analyse a pull request without becoming the authorised approver. Existing governance remains the maintainer. The review package informs; it does not silently rewrite status.

Those packages can emit into a second, continuous assurance plane that files dated, derived findings beside formal reports — the subject of Elastic Assurance. This book does not re-derive that plane. It owns the barbell that feeds it: design-time challenge on the left, multi-lens verification on the right.

Scaling review by criticality

  • Routine milestone — lightweight deterministic pass + one or two lenses
  • Material scope or cost change — deeper multi-lens review
  • Irreversible commitment — full adversarial build
  • Regulatory submission — maximum evidence and counter-case review

You do not need the same cognition budget for every gate. You need the right barbell mass for the commitment you are about to make.

Close

The deeper operating-model shift is not a tooling purchase. It is:

Move human effort away from inspecting every unit of implementation and toward specifying intent, designing the test harness, selecting independent reviewers, and judging unresolved disagreements.

Before the left plate works, though, you must change the contract with the model. Without permission to challenge the proposed mechanism, even a capable AI becomes an articulate order-taker. That permission doctrine is Tight Intent, Loose Method — next.

03
Part II — Design Before Commitment

Tight Intent, Loose Method

Without explicit permission to challenge the means, AI plans the mechanism you named — and the left plate of the barbell never loads.

I almost glossed over the clause that made the whole design-end work.

In the planning step, I gave the AI permission to bring its own ideas — alternate designs, different intervention points, thoughts that were not decompositions of my first sketch. Without that permission, the planning step collapses into: plan the thing I just said.

That sounds small. It is the difference between a compiler and a critic.

Closed planning vs open planning

Closed planning Open planning
How should we build my idea?What is the best way to achieve my intent?
Proposed design is fixedProposed design is one candidate
Alternatives are implementation detailsAlternatives may change mechanism, timing, or layer
Success means a plausible planSuccess means a tested choice
AI acts as compilerAI acts as critic and discovery partner

Without the open contract, a capable model still optimises. It optimises for decomposing your proposed mechanism into a credible plan. It will sound thorough. It will produce Gantt-shaped confidence. It will not ask whether you put the right idea at the wrong layer.

Tight Intent, Loose Method

Tight Intent — hold purpose constant. What outcome was promised? To whom? What must not be damaged while pursuing it? Which constraints are truly fixed, and which were only the first framing?

Loose Method — treat mechanism, timing, sequence, commercial model, and implementation layer as variables the review is authorised to challenge. Explicitly invite alternatives that include simpler options, deferred options, and no-build options. The current proposal is allowed to win. Review is not an obligation to invent novelty; it is an obligation not to treat the first comprehensible implementation as sacred.

Standard planning clause

Do not merely plan my proposed implementation. Preserve the underlying intent, independently challenge the mechanism and intervention point, generate materially different alternatives, and use existing evidence to smoke-test them before proposing implementation.

Put that in the brief. If you do not, even a strong model will default to articulate obedience.

What the AI should explore first

Applied to projects, the left plate does not begin with: can this plan achieve the approved milestone? It begins with:

  • What was the original intent?
  • What outcomes were promised to consumers, regulators, communities, and operations?
  • Which constraints were treated as fixed?
  • Which alternatives were considered and rejected — and why?
  • Could the same outcome be delivered at another layer or through another mechanism?
  • Which external forces have changed since the plan was approved?
  • What would each stakeholder consider success?
  • What tests would prove the project is still delivering its original intent?

This is not merely plan validation. It is cheap design bake-off territory.

Design bake-offs before commitments harden

Traditional projects often choose one comprehensible implementation and then optimise it. AI makes it cheap to explore several viable implementations while change is still inexpensive.

Before a capital package hardens — say a system-strength or network-upgrade package for a transmission operator — different explorations can run in parallel: technology path A, technology path B, staged hybrid, greater use of existing capability, changed sequencing under uncertainty about retirements or demand. Each option can be tested through technical, procurement, regulatory, workforce, and community lenses before large commitments lock.

The point is not to generate a theatre of options. The point is to force the preferred design to survive contact with alternatives while the organisation can still change its mind.

Visible rejection is part of the product

Discovery that only produces a winner is half-discovery. The rejected alternatives and the reasons they lost are first-class outputs. They are how later reviewers — and future projects — know whether a path was considered or merely never imagined.

That is kinship with the Discovery Accelerator pattern: intelligence is proven not only by the answer you give but by the alternatives you reject and why. You need the project habit: record rejections and the conditions that would reopen them. When a later assumption breaks, the reopen conditions are the difference between institutional memory and archaeology.

AI as design critic, not project designer

The authority boundary must be explicit, or the whole proposition dies in governance committees for good reason.

Staff and governance own

  • • Project intent and strategic priorities
  • • Technical and commercial design choices
  • • Stakeholder commitments and risk appetite
  • • Choice among alternatives
  • • Formal submission, approval, accountability

AI is authorised to

  • • Inspect design and identify assumptions
  • • Produce counter-proposals and layer shifts
  • • Compare mechanisms against historical evidence
  • • Surface failure shapes and stakeholder effects
  • • Provide evidence and falsifiers

AI is not authorised to select the binding design, change formal status, approve a milestone, commit expenditure, communicate commitments to communities, alter live operational systems, make real-time operational decisions, or bypass accountable engineering judgement.

The project team designs. AI makes the design withstand more challenge before it reaches approval.

That resembles independent engineering review, scenario analysis, or design assurance — not delegated authority. There is no AI node on the binding authority path. AI is beside the path, producing review artefacts. Batch the review; ship the artefacts; humans retain judgement and relationships.

Close

Permission is the unlock for the left plate. Without Tight Intent, Loose Method, you get faster documentation of the first idea. With it, you get the move the next chapter exists to prove: the same intent and the same conceptual idea, relocated to a different layer of the system, measured against real historical behaviour — before any build commitment — with coverage that moved from marginal to decisive.

04
Part II — Design Before Commitment

Preserve the Intent, Move the Layer

The same idea, applied at the wrong point in a system, can look like a near-miss — until you shift the layer and measure before you build.

I asked for a change I thought was interesting.

The intent was straightforward: improve search coverage so more real user journeys found what they needed. My proposed mechanism put the intervention at the very start of the search process — assist the algorithm early, shape the path from the first step.

I also asked the AI to do something most planning sessions skip: review the idea, propose alternatives, and smoke-test the design against existing logs — the golden walk paths of real users — to see how much the idea would actually cover and help.

What it found first was humbling. Applied at the start of search, the idea only marginally helped. Not useless. Not stupid. Marginal.

Then it did the move that earns this chapter its place in the book.

It kept my intent. It kept the same conceptual idea. It moved the intervention halfway through the search process, where more partial-search context already exists. Instead of assisting the initial search algorithm, it augmented the search results. It A/B-style tested that placement against the same golden walk paths.

Measured coverage moved from 13% to 83%.

13%
Golden-path coverage at original layer
83%
Coverage after mid-process augmentation (pre-build)

Same intent · same conceptual idea · different layer · measured against real walk paths · no production code changed

No production assets built. No code changed. No capital committed. The design loop had already told us which placement of the idea had leverage.

Preserve the intent. Vary the implementation layer. Replay before commitment.

What actually changed

Element Original Alternative
IntentImprove search coverageImprove search coverage
Conceptual ideaSameSame
Intervention pointStart of searchMidway through search
RoleAssist search algorithmAugment search results
Available contextLimitedRicher partial-search context
Measured resultMarginal improvement13% → 83% coverage

The AI did not discard the human insight. It repositioned it. That is a particularly valuable form of challenge. It refuses to treat the first implementation as sacred without requiring the human to abandon the insight that made them care.

Name the move: Intent-Preserving Layer Shift

Intent-Preserving Layer Shift holds the human’s underlying intent constant while treating the proposed mechanism, location, and timing as variables.

It asks:

  • Is this the right idea at the wrong layer?
  • Should it operate before, during, or after the existing process?
  • Should it improve the input, guide the process, or augment the output?
  • Should it act globally, or only once enough context has accumulated?
  • Does the idea need more information than is available at its proposed intervention point?
  • Can the same intent be achieved through a less intrusive mechanism?
  • Is a downstream augmentation stronger than an upstream replacement?

In the search case, the early intervention starved the idea of context. Mid-process augmentation fed it the partial state it needed. Same idea; different layer; different measured outcome.

Capital projects make the same class of mistake at larger scale: the right public-value intent attached to the wrong commercial package, the wrong sequencing, the wrong site, the wrong assurance layer, or the wrong moment in a stakeholder process. By the time the misplacement is obvious, commitments have hardened.

Why measurement before build matters

The 13% → 83% result was not a model talking itself into eloquence. The alternative was selected for further human consideration because it was replayed against historical golden paths and measured.

Non-negotiable sequence

Generate → replay → measure → compare → human judge

Not: generate → admire → approve.

Internally coherent fantasy is the failure mode of design-time AI. Real traces are the tether. If you cannot name the corpus you will replay against — user journeys, project histories, complaint sequences, variation patterns, approval pathways — you do not yet have a test harness. You have a brainstorming session with better prose.

What the human still did

After the mid-layer placement won on the numbers, I still made tweaks. The idea was now being applied where different information was available; the design details changed with the layer. The AI had not become the product owner. It had made my first placement survive a harder conversation than “does this sound good in a workshop?”

That boundary is the whole political economy of the barbell’s left plate. Governance can accept a design critic that produces receipts. It cannot accept a silent transfer of design authority to a model.

Generalising beyond software search

The worked example is software because that is where the logs and golden paths were dense enough to measure cleanly. The move is not software-only.

Anywhere you have a stated intent, a first proposed mechanism, historical traces that approximate future behaviour, and an evaluation function (even a rough one), you can ask whether the idea is sitting at the wrong layer.

For a transmission network service provider or any capital-intensive operator, the “layer” might be portfolio vs project vs work-package; design vs commercial vs sequencing; community engagement timing relative to engineering freeze; operational readiness relative to energisation; assurance intensity relative to irreversibility of commitment. The question stays the same: right idea, wrong layer?

What this chapter does not claim

It does not claim every design improves by an order of magnitude. Thirteen to eighty-three is the measured shape of this case — own work, real traces — not a universal ROI promise. Where a source lacks numbers, we state shape. Where we have numbers, we keep them exact and local.

It also does not claim the AI “found the answer.” It found a better placement candidate under a measurement harness. A human still owned disposition.

Close

Intent-Preserving Layer Shift is the flagship move of the design end of the governance barbell. It only fires if Tight Intent, Loose Method has already authorised challenge to the means. And it only stays honest if Counterfactual Design Replay — the subject of the next chapter — forces every candidate, including the original, through historical traces before capital pretends the future has been seen.

05
Part II — Design Before Commitment

Counterfactual Design Replay

Before the project consumes reality, run candidate designs against the history that already paid the tuition.

Layer shift without measurement is still storytelling. The second half of the design-end doctrine is what made 13% → 83% a result rather than a pitch.

Counterfactual Design Replay

Before building the project, run proposed designs against historical traces that approximate how the future system would behave.

Software traces

  • • Golden user journeys
  • • Production logs and failed sessions
  • • Support incidents and edge cases
  • • Behavioural telemetry

Capital-project traces

  • • Decisions, variations, delay sequences
  • • Contractor correspondence patterns
  • • Community complaints and commitments
  • • Approval pathways; prior regulatory submissions
  • • Analogous packages at other sites
  • • Workforce and operational patterns

The purpose is not to predict the future perfectly. It is to ask:

Had this proposed mechanism existed during these historical situations, what would it have seen, changed, missed, or made worse?

That is as close as project design gets to unit-testing an idea before the project exists.

The design loop changes

Traditional: Need identified → preferred design developed → business case → approval → implementation → discover consequences.

AI-supported: Human intent → proposed design → alternative placements and mechanisms → counterfactual replay → smoke tests → human redesign → existing approval process → implementation.

The extra work occurs before material commitment, where change is still cheap. That is the economic heart of the left plate: AI made design-time cognition affordable enough that “we only had time for one option” is no longer a neutral excuse.

Design-Time Project Assurance

A parallel review service applied while the project is still being shaped asks five classes of questions.

  1. Intent review — Actual intended outcome? Goals vs first proposed mechanism? What must not be damaged? Who defines success differently?
  2. Layer-shift review — Earlier or later? Augment output vs alter core process? Site, portfolio, or governance layer? More context or less operational risk?
  3. Alternative bake-off — Original; minimally modified; same idea at another layer; simpler; non-novel; stand-pat or defer. Current proposal allowed to win.
  4. Counterfactual replay — Historical cases, golden paths, failure paths, normal and exceptional operation, stakeholder-specific traces.
  5. Failure-shape review — What fails first? Warning signs? Assumptions that must remain true? What would falsify the design?

The project test harness

AI cannot meaningfully smoke-test everything merely because it is intelligent. It needs a project test harness.

The 13% → 83% result was possible because there already existed actual user walk paths, a definition of coverage, an existing baseline, a way to replay alternatives, and an evaluation function.

For capital programmes, a mature harness might contain labelled historical project episodes, known successful and failed approval paths, project-change timelines, contractor and site comparisons, community-engagement outcomes, regulatory challenges, cost and schedule movements as recorded (no invented precision), workforce-capacity signals, formal status versus later outcome, and validated shapes of failure.

Each completed project makes the harness stronger. A completed contested megaproject becomes a large historical test suite. Future designs will not repeat it exactly — they rarely do — but the review system can ask: “Does this design produce any of the same early shapes, dependency concentrations, approval patterns, or evidence gaps?”

That is institutional second-hand time travel: the old project has already paid the tuition; the new project should receive the crash report before kickoff.

Real data is the tether

Essential sequence

Generate → replay → measure → compare → human judge

Generated scenarios are useful only when grounded in real artefacts and verified externally. Ungrounded, self-scored generation becomes a sealed mirror. The Chooser architecture makes the same point in decision systems: the machine is an inspectable search-and-selection apparatus showing branches tested and conditions — not an oracle handing down a design.

A Project Design Review Package

The output attaches to the normal project design or business case. It does not replace it.

Section Content
Human intentDesired outcome, constraints, non-goals
Proposed designExisting team’s design — unchanged and authoritative
Alternative placementsSame idea at different layers or process points
Alternatives testedOther mechanisms, including stand-pat
Historical replay corpusGolden paths, project histories, cases used
ResultsCoverage, failure cases, stakeholder effects, uncertainty
Lens findingsTechnical, delivery, workforce, community, regulatory, consumer
Rejected alternativesWhy they lost and when they should be reconsidered
Failure shapePredicted sequence and observable indicators
AI limitationsMissing data, inaccessible sources, weak assumptions
Human dispositionAccepted, rejected, modified, or held for further work

The package does not say: “AI recommends Design B; approve it.” It says: “The existing design was tested against these traces. It produced this result. Three alternatives were examined. One preserved the original intent but moved the intervention and materially improved historical coverage. Here are the receipts, assumptions, and limitations for the project team to consider.”

First-hand time travel (named, not re-derived)

The project has not happened, but portions of its future are temporarily constructed from the proposed design, prior organisational experience, real historical traces, analogous cases, known constraints, and alternative implementation positions. You run cheap candidate futures, observe their behaviour, then return to the present before committing capital.

That is kinship with Cognitive Time Travel’s four mechanics — compress, parallelise, prefetch, simulate — without re-deriving that framework here. The critical distinction remains: it is not forecasting the one future that will occur. It is cheaply visiting several plausible futures so humans can make a better present decision.

The deeper change to design-time governance

Traditional project assurance tests whether a design satisfies known requirements. Design-Time Project Assurance can also test whether the requirement was framed correctly, the idea is located at the right layer, historical behaviour supports the assumed benefit, and the project is about to build an expensive answer to the wrong version of the question.

Current governance asks whether the proposed project is compliant and deliverable. Design-Time Project Assurance asks whether the proposal is a strong placement of the underlying intent — and cheaply tests that proposition before the project consumes reality.

Close

The left plate is now fully loaded: permission (Tight Intent, Loose Method), repositioning (Intent-Preserving Layer Shift), and measurement (Counterfactual Design Replay) assembled into a Design Review Package humans can dispose. Delivery still runs under existing governance. The right plate — verification intensity after the organisation claims a state — is where the barbell’s second mass lives.

06
Part III — Verify Without Collapsing

Two Kinds of Teeth

Deterministic checks that cannot quietly disappear, plus AI judgement that sees shape and silence — each alone fails; together they are the right plate of the barbell.

The project team and any AI that helps author the report share an implicit objective: complete the requested job and reach green. That does not imply dishonesty. It means the authoring system is optimising for successful completion.

A separate review system must ask a different question:

Where was minimum compliant completion not sufficient?

Code review tools look for concerns the author did not optimise for — security, maintainability, unexpected dependencies, architectural fit, performance, style, unintended consequences. Project review needs equivalent independence: different questions, different contexts, different mechanical checks — not copies of the same model voting on the same prompt.

Part AI, part deterministic

The software precedent is multi-layered for a reason. CodeRabbit does not rely on one clever model; it combines models with static analysis, scanners, repository context, and CI results.2 Greptile’s repository graph surfaces consequences outside the diff.3 The project equivalent needs two fundamentally different classes of review.

Two-column checks

Deterministic project checks AI judgement checks
Required control checks performed?Has uncertainty been compressed out of the formal report?
Mandatory approvals present?Are objections resolved or merely absent from the final artefact?
Community commitments assigned to owners?Does community conversation indicate issues formal categories miss?
Overdue actions unresolved?Is a routine control consuming abnormal attention?
Threshold or risk status changed without new evidence?Is green being maintained through heroics?
Cost/schedule numbers consistent with source systems?Does the project still serve its original intent?
Incompatible dates or amounts across reports?What important question has nobody formally asked?
Did every required lens produce a review?What consequence sits outside the current reporting frame?

Deterministic alone fails by…

Being gamed, narrowly defined, or silent about everything not in the schema. It can certify completeness of a hollow process.

Judgement alone fails by…

Being soft, correlated, unfalsifiable, or captured by eloquent narrative — commentary without teeth.

Together

AI sees the messy reality. Deterministic machinery ensures the required checks cannot quietly disappear.

That split is the same architecture we argue for proof-carrying decisions: models as factories of candidate facts and interpretations; deterministic evaluation for authority, completeness, and non-negotiable gates.

Independent lenses, not one general AI

  • Delivery — Is the milestone achievable and properly evidenced?
  • Technical — Does the solution remain coherent and supportable?
  • Regulatory — Is the prudency and efficiency argument defensible?
  • Workforce — Is delivery subsidised by overtime, concentration, or declining review depth?
  • Community — Are complaints, commitments, and legitimacy concerns compressed out of formal status?
  • Consumer — Are costs and risks being shifted to future consumers?
  • Operational — Will the delivered asset remain operable under real conditions?
  • Adversarial — How would a regulator, inquiry, litigant, or future incident review attack this account?

These should not be copies of the same model on the same prompt. Agreement among correlated judges is an echo rather than verification. Stronger review uses fresh contexts, different model families where available, and mechanically different checks.

Workforce amber often appears while formal status is still green: milestones met, but after-hours activity rising, review comments getting shorter, dependence concentrating on two specialists. That is the “green by heroics” shape — safety margin the dashboard cannot see — and it belongs in a judgement lens, not only in a retrospective HR story.

Scale effort by criticality

  • Routine milestone — lightweight deterministic pass + subset of lenses
  • Material scope or cost change — deeper multi-lens review
  • Irreversible commitment — full adversarial build
  • Regulatory submission — maximum evidence and counter-case review

Intent regression testing

Unit tests remain useful, just as KPIs remain useful. Verification should also test the complete story.

Do not only test whether consultation was conducted — also whether the affected community appeared to understand the proposal and see commitments reflected in later delivery. Do not only test whether the engineering review was completed — also whether it exposed meaningful alternatives and failure modes or merely certified the selected implementation. Do not only test whether the milestone was achieved — also whether it preserved safety margin, institutional capability, and the original public-value proposition.

This is intent regression testing. The project may pass every local test while regressing against its original purpose. The original purpose is the test harness; completed projects become labelled suites for future ones — the same harness that powered design-time replay now powers verify-time memory.

Verification should consume more cognition than reporting

The project team should not spend weeks producing a larger report for this. The formal report remains relatively small. The AI review layer does the expensive reading and adversarial work behind it. Humans receive the comparatively small disagreement set.

That also keeps AI off the operational hot path. Batch the review. Ship the package. Let existing governance decide — the Lane Doctrine applied to project milestones.

How organisational soft data announces failure before numbers move, and how an institution can be linted like a legacy codebase, are companion disciplines. This chapter owns the verification architecture those sensors report into for a single Project PR — not the full sensor taxonomy.

Close

Two kinds of teeth. Independent lenses. Intent as the real harness. The last failure mode is managerial, not technical: taking all of that work and averaging it back into one traffic light. The next chapter refuses that collapse, walks one project through the full Project Review Build loop, and leaves you with a multi-lens status line you can actually run.

07
Part III — Verify Without Collapsing

Keep the Disagreement — Then Merge

The most valuable output may be Formally Green, Community Yellow, Workforce Amber — and a human still decides whether to merge.

A conventional dashboard would take every lens result and calculate another overall traffic light. That would recreate the information loss the barbell was built to prevent.

Preserve the disagreement.

Multi-lens status as a first-class artefact

Review plane Status Meaning
Formal project statusGreenApproved KPI and control requirements met
Delivery lensGreenMilestone remains achievable
Technical lensGreenCurrent design remains supportable
Community lensYellowRecurring concerns not fully represented by complaint-closure metrics
Workforce lensAmberGreen delivery depends on concentrated overtime and two key specialists
Regulatory lensYellowCost may be supportable; contemporaneous causal record incomplete
Assurance coverageYellowFindings rely on project-produced evidence with limited independent corroboration

The project is still formally green. It is no longer falsely represented as green in every meaningful dimension. This resembles an AI code reviewer leaving unresolved comments while the automated build remains green. The tests passed; the reviewer is saying the tests may not represent everything that matters.

Green — Under-Represented

Formal state

Green — Under-Represented

  • • The formal control passed
  • • No evidence currently justifies changing its status under the existing model
  • • Soft-data review found a material concern outside the control’s present representation
  • • Management should investigate, expand the model, or explicitly accept the uncovered risk

Formal status: Green · Community lens: Yellow. Complaint closure is within target, but recurring correspondence shows the same unresolved access issue appearing under different complaint categories.

Formal status: Green · Workforce lens: Amber. Milestones were met, but the review found increasing after-hours activity, shorter technical review comments, and heavy dependence on two specialists.

Formal status: Green · Governance coverage: Yellow. Required approvals exist, but all three assurance layers rely on evidence originating from the same delivery contractor.

None of those automatically changes green. They prevent green from silencing information.

Walk one project through the Project Review Build

Take a generalised capital milestone: a network package approaching an irreversible commitment gate inside a transmission operator’s portfolio. Existing governance remains authoritative throughout. AI never selects the design and never merges.

  1. Freeze the intent — One page: purpose, constraints, promises, acceptance criteria, non-goals. Separate what must be true from the first proposed mechanism.
  2. Explore alternatives under Tight Intent, Loose Method — Authorise challenge to mechanism and layer. Bake-offs including layer-shift and stand-pat.
  3. Record rejections — Why each alternative lost; what assumption would reopen it.
  4. Counterfactual replay — Run survivors against the project test harness. Measure where you can; state shape where you cannot invent precision.
  5. Human redesign and existing approval — Team updates design; Design Review Package attaches as parallel challenge.
  6. Run the project — Delivery proceeds. Seniors do not line-read every artefact. Capture stays complete enough for later review.
  7. Create the formal report — Team’s declared state; still authoritative for formal status.
  8. Build the soft review — AI reads the period’s accessible project exhaust.
  9. Run deterministic checks — Approvals, thresholds, ownership, reconcilable numbers, required lenses produced.
  10. Run independent lenses — Delivery, technical, regulatory, workforce, community, consumer, operational, adversarial as criticality demands.
  11. Preserve lens disagreement — Multi-lens table; Green — Under-Represented where warranted.
  12. Ship the package; human disposition — Findings and exhibits emit into the parallel assurance plane. Human authority: accept, reject, investigate, resource, redesign, monitor, or escalate. Merge remains human.
  13. File back and re-run incrementally — Focus the next build on what changed.4

What the human is for

When producing is cheap, verification and disposition are the job. Humans specify intent, authorise loose method, choose among measured alternatives, select how much adversarial mass a gate deserves, and judge unresolved disagreements. They are not there to re-perform reading the entire soft-data estate.

A pilot you can run in one cycle

  1. Pick one live milestone with a real gate date.
  2. Freeze intent on one page.
  3. Paste the Tight Intent, Loose Method clause into the design-review brief.
  4. Produce two alternative placements (including at least one layer shift or stand-pat).
  5. Name the historical corpus you will replay against (even if partial).
  6. At report time, run a deterministic checklist and three uncorrelated lenses.
  7. Publish a multi-lens status line without averaging.
  8. Hold a short disposition meeting: accepted, investigated, or explicitly risk-accepted.
  9. File the package beside the formal report.

You have not bought a chatbot project manager. You have run one Project PR.

Where this sits in the series

  • Elastic Assurance — the continuous plane review packages emit into.
  • Institutional Linter — static analysis for organisational defects.
  • Institutional Failure Radar — failure changes shape before it changes the numbers.
  • Green by Heroics — the workforce margin under green status.

Two forthcoming pieces in this run — an Intent Compiler treatment of multi-angle investigation, and a Cognition Scarcity Audit of where senior attention should be rationed — are named only here. They are not yet live. This book’s job is the governance barbell itself.

The deeper shift

The lesson from AI coding is not “use code-review bots on project documents.” It is:

Move human effort away from inspecting every unit of implementation and toward specifying intent, designing the test harness, selecting independent reviewers, and judging unresolved disagreements.

For projects: teams remain the authors; existing governance remains the maintainer; KPIs remain the test suite; soft-data AI becomes repository-wide review; deterministic checks become CI; independent AI lenses become review bots; the human authority decides whether to merge, remediate, or escalate.

Formally Green. Community Yellow. Workforce Amber. Technical Green. Assurance Coverage Yellow.

Not because AI overturned the project status — because it finally prevented one green light from pretending to represent the entire organisation.

Close

Heavy design. Light middle. Heavy verify. Permission to challenge the means. Layer shift measured before build. Disagreement preserved at the gate. Human merge.

That is the Governance Barbell. Run the next project like a pull request.

REF
Sources & Evidence

References & Sources

The evidence base behind every claim — primary research, industry analysis, and technical specifications

Research Methodology

This ebook draws on primary research from standards bodies, independent research firms, enterprise technology vendors, and consulting firms. Statistics cited throughout have been cross-referenced against primary sources.

Frameworks and interpretive analysis developed by Scott Farrell / LeverageAI are listed separately below — these represent the practitioner lens through which external research is interpreted, and are not cited inline to avoid self-promotional appearance.

Industry Analysis & Vendor Research

Anthropic — Claude Code CLI usage / plan mode [1]

Plan mode as permission mode for read-only exploration before implementation

https://docs.anthropic.com/en/docs/claude-code/cli-usage

CodeRabbit — Code review overview [2]

Multi-model review stack with static analysis, security scanners, repository context and CI results

https://docs.coderabbit.ai/guides/code-review-overview

Greptile — Introduction [3]

Repository-wide graph for consequences outside changed files

https://www.greptile.com/docs/introduction

CodeRabbit — GitHub checks / incremental review [4]

Incremental reviews when new commits arrive; CI integration

https://docs.coderabbit.ai/tools/github-checks

GitHub Docs — About Copilot code review [5]

AI comments on risk; review does not count as formal approval or block merge

https://docs.github.com/en/copilot/concepts/agents/code-review

LeverageAI / Scott Farrell — Practitioner Frameworks

The interpretive frameworks, architectural patterns, and practitioner analysis in this ebook were developed through enterprise AI transformation consulting. The articles below are the underlying thinking behind those frameworks. They are listed here for transparency and further exploration — not cited inline, as this is the author's own analytical voice.

Scott Farrell, LeverageAI — Elastic Assurance: Compute Broadly, Disclose Narrowly

Continuous assurance plane: compute broadly, disclose narrowly

https://leverageai.com.au/wp-content/media/articles/136-elastic-assurance.html

Scott Farrell, LeverageAI — Second-Hand Time Travel

Old projects as labelled failure-shape corpora for new designs before kickoff

https://leverageai.com.au/wp-content/media/articles/131-frameworks-second-hand-time-travel.html

Scott Farrell, LeverageAI — Cognition Dimension Ladder

Chooser as inspectable search-and-selection apparatus, not oracle

https://leverageai.com.au/wp-content/media/articles/62-cognition-dimension-ladder.html

Scott Farrell, LeverageAI — Stop Asking AI Why It Decided

Models propose; deterministic evaluators verify authority and completeness

https://leverageai.com.au/wp-content/media/articles/56-stop-asking-ai-why.html

Scott Farrell, LeverageAI — Green by Heroics

Workforce margin collapsing under formally green status

https://leverageai.com.au/wp-content/media/articles/139-green-by-heroics.html

Scott Farrell, LeverageAI — The Lane Doctrine

Batch the review, ship artefacts, govern like software; AI off the hot path

https://leverageai.com.au/wp-content/media/articles/47-the-lane-doctrine.html

Scott Farrell, LeverageAI — Institutional Failure Radar

Failure changes shape before it changes the numbers

https://leverageai.com.au/wp-content/media/articles/138-institutional-failure-radar.html

Scott Farrell, LeverageAI — The Institutional Linter

Static analysis for organisational governance defects

https://leverageai.com.au/wp-content/media/articles/137-institutional-linter.html

About This Reference List

Compiled July 2026. All URLs verified at time of compilation. Regulatory documents and standards specifications are subject to revision — check primary sources for the most current versions.

Some links to academic papers and vendor research may require free registration. Government and standards body publications are freely accessible.