This area is owner-only.

Sign in with the badge in the corner to continue, or head back to the site.

By Sajiv Francis 6 min read

The Next Leaders Won't Ask for Status

AI can watch a program the way instruments watch an aircraft. When status becomes telemetry instead of testimony, decision-making stops being reactive.

Status reporting is a human-powered telemetry system with lossy sensors and political filters. AI-generated live program status changes the physics: leaders see variance as it forms and decide while options are still cheap.

Strategy

Sajiv Francis editorial card
Sajiv Francis editorial card

Ask a senior leader how their biggest program is going and they will tell you what the deck said. The deck came from a rollup, the rollup came from team summaries, and the summaries came from people describing their own work in the best available light, so by the time truth reaches the top it is three translations old and freshly painted. Delivery people even have a name for the result: watermelon reporting, green on the outside and red on the inside.

Nobody designed this to deceive. Status reporting is simply a telemetry system built out of people, and it behaves exactly the way you would expect such a system to behave.

Why status works this way

A large program generates far more signal than any leader can consume: code, configurations, test results, defects, interface changes, vendor deliverables, a hundred meetings a week. No executive can read it all. Someone has to compress it, and for decades that compression could only be done by humans whose summaries carry two costs that no amount of process discipline removes.

The first is delay because status moves on a reporting cadence: weekly at best and monthly for the committees that matter. This means a problem born on a Tuesday can take three weeks to reach the person with the authority to fix it. The second is bias because every hop in the chain is a person with a stake in how the story lands and nobody reports their own work-stream red while there is still a chance of fixing it quietly. This is not actually wrong because it’s rational behavior inside a system where the messenger owns the message.

Add the two together and you get the defining property of large-program leadership today: reactive by construction. Leaders learn about problems only after those problems have grown large enough to survive three rounds of summarization and the steering committee becomes the place where surprises get announced rather than prevented.

What AI changes

Execution now leaves a continuous digital exhaust of repositories, pipelines, ticket systems, test runs, integration environments, design documents, and meeting transcripts, which means the evidence of how a program is actually going exists in full at all times. It has simply never been readable by one mind.

AI can read all of it continuously and synthesize what no human rollup can, which is live status linked to evidence. Not “the team reports on track” but “this interface spec changed nine days ago and the consuming team’s code hasn’t moved, these tests have been red since Tuesday and this work-stream’s throughput dropped by a third the week its lead went on leave.” Status stops being testimony and becomes telemetry.

That distinction sounds small yet it changes the physics of decision-making. With testimony, variance surfaces late and is pre-interpreted, so leaders react; with telemetry, variance surfaces as it forms while the options for dealing with it are still cheap. The intervention that costs a conversation in week two costs a replan in week ten and a write-off in week thirty, so decision latency stops being governed by the reporting calendar and starts being governed by how fast the signal moves. The status meeting either dies or turns into what it always pretended to be, a decision meeting.

flowchart TD
    A["Work systems<br/>(repos, pipelines,<br/>tickets, transcripts)"] --> B["AI: continuous<br/>synthesis"]
    B --> C["Live status +<br/>evidence"]
    C --> D["Leader sees<br/>variance forming"]
    D --> E["Decision: week 2<br/>(low cost)"]
    C -.->|"Old path"| F["Human rollup<br/>chain"]
    F --> G["Leader sees<br/>surprise"]
    G --> H["Decision: week 10+<br/>(high cost)"]

What happens to the humans in the chain

This isn’t an argument for replacing program managers, it’s an argument for relocating them. Today the best PMs spend most of their week assembling truth, chasing updates, reconciling versions of events, and formatting the rollup, and that work evaporates when observation is continuous, leaving behind the part that was always the actual job: acting on what the signal says, negotiating the fix, re-sequencing the plan.

It also frees the messengers, because when the system reports the red, no individual has to choose between candor and self-preservation. The healthiest thing live telemetry does is depoliticize bad news, since bad news stops arriving with a name attached.

The part that’s hard

Saying “AI reads the program and tells leadership the truth” is easy but building it responsibly runs through four requirements:

RequirementWhat it meansWhy it matters
AccessThe system sees the real systems of work, not exports and screenshots of them.An engine reading curated inputs just automates the deck.
GroundingEvery status claim links to its evidence, and the system says “no signal” when there is none.A status engine that hallucinates green is strictly worse than the deck it replaced.
BoundariesA thing that reads everything is governed in what it may see and who it may tell.Confidentiality does not disappear just because the reader is a model.
Calibrated trustA human confirms before anything consequential moves.Autonomy is earned per decision type, not granted wholesale.

These happen to be the same disciplines as grounded retrieval, which is why I trust the pattern and why I run it at small scale on my own systems, where every answer my site’s assistant gives is logged with what it retrieved and what it cost, and where it is built to admit when it found nothing. Even at that scale, live evidence changes behavior, and I find myself intervening when the signal moves rather than when something finally breaks loudly enough to hear. Scale that up to a transformation program and the operating model of leadership changes with it, a shift that is already underway as AI-based tools that observe programs this way are built inside enterprises and begin to appear in the market. The capability has stopped being speculative.

Instruments

There is precedent for all of this. Pilots once flew by feel and by what the crew shouted forward, however, weather regularly killed them until instrument flight changed aviation. This did not happen by replacing pilots but by giving them instruments that were trustworthy to act on. Manufacturing made the same move decades ago and no one now runs a modern plant off a monthly anecdote because the line streams telemetry and managers act on variance the day it appears.

Enterprise programs are among the last large-money activities still managed by testimony not because leaders prefer it but because until now there was no instrument panel to offer them. There is now or there is about to be. The first pilots who trusted instruments over feel didn’t just fly more safely, they flew on days when everyone else stayed grounded and a similar sorting is coming for technology leadership. The next leaders won’t ask for status because they’ll already know and they’ll spend the meeting deciding.

Comments