I run the discipline AI programs actually need.

This is my operating model for AI programs — how I'd run one end to end: the ways teams use AI, the lifecycle, how to prove a model is good, the risks that are unique to AI, and the gates that get pilots to production. It's a how-I-work playbook, not a claim that I've shipped a giant model — the point is the judgment, and where it comes from work I've already done.

The thesiswhy a delivery leader is what AI programs are missing

AI programs don't fail on the model. They fail on the program. The research is blunt: ~95% of GenAI pilots never scale, and the causes are program problems — no business outcome, cost overruns, weak data, underestimated integration, governance bolted on too late.

Those are the exact things I already manage. So my pitch isn't "I learned AI." It's: the discipline AI programs need is the discipline I already run — evaluation, staged rollout, drift monitoring, risk gating, human sign-off — proven on data- and ML-adjacent delivery, and I build with AI hands-on.

The bridge

You already do this — AI just renames it

A translation chart: what I already run on the left, what the AI world calls the same thing on the right. The point — I'm not starting from zero.

Artifact · Discipline → AI equivalentsame job, different name
What I already runThe AI equivalentIn plain words
Structured A/B testingModel / LLM evaluationMeasuring "is A better than B, with data" — the same job as scoring an AI's answers.
UAT → cutover → hypercareMLOps releaseTest it, roll it out slowly, watch it closely after — the same launch discipline.
RAID risk logAI-specific RAIDSame risk habit, new risks: hallucination, bias, leakage, prompt injection.
Capacity + Ready/DoneSequencing experimentsPlan in "try it and see" instead of fixed tasks — the planning habit still holds.
Stage-gatesPoC → pilot → prod → scaleGo/no-go checkpoints — the same gating, AI's four stages.
Steering committeeResponsible-AI reviewSame approval forum, one new question: is it safe/fair, and does a human check it?
Migration reconciliation gateEval gate before shipNothing goes live until it passes — parity check, or a quality score.
Fuzzy entity resolution (shipped)ML entity resolutionMy fuzzy matching is real machine learning — I've already shipped a piece of AI.
Governed metric layer (shipped)Grounding for RAGThe trusted source an AI pulls from to avoid making things up — I've built exactly that.

The takeaway: "I already run the discipline AI programs need — I just learned its vocabulary."

How AI actually gets used

Three modes — chat, code, co-work

Every model shows up in three ways of working. Knowing which to reach for is basic fluency — and a real decision, because each has a different cost, speed, and risk. The simplest lens: how much the AI is allowed to touch.

Artifact · The three modeswhat it touches · what it's for
ModeWhat it isWhat it touchesWhat it's for
ChatThe conversation box (ChatGPT, Claude, Gemini)Nothing — it just talksThinking, learning, drafting, deciding
CodeAI working inside your codebase (Claude Code, Cursor, Copilot)Your files & systems — reads, writes, runsBuilding software, automating technical work
Co-workAn AI teammate inside your work toolsYour whole workspace — multi-step tasksGetting real work done with you
The senior point

Chat advises; code and co-work actually do the work. So picking the mode is a risk decision — the more the AI does on its own, the more I add the same human-in-the-loop sign-off I'd put on any risky launch. That's the whole job in one line: match the mode to the task, and gate the ones that act.

The AI lifecycle — and where I put the gates

Every stage, who owns it, where it breaks, and where my governance sits.

Artifact · ML / LLM lifecycledata → build → eval gate → launch → watch
1 · Get data owns: Data risk: bad data 2 · Prep owns: Data risk: weak prep 3 · Build owns: ML / Eng risk: wrong choice ★ THE GATE 4 · Test (eval) owns: PM + review risk: eval gaps 5 · Launch owns: MLOps risk: cost / latency 6 · Watch owns: MLOps risk: drift 7 · Improve owns: ML / Eng risk: no retrain MY GOVERNANCE OVERLAY  ·  gate at Test  ·  human sign-off before Launch  ·  drift alerts in Watch  ·  RAID across all

The one big build decision

Prompt vs. RAG vs. fine-tune

The most common enterprise question, as a simple ladder — start simple, add only what you need.

The prompt playbook

Building real PM artifacts with AI

I don't just talk about AI — I use it to produce program work. These run in chat mode (draft) or co-work mode (pulling from real Jira/docs). The rule from the thesis: AI drafts, I govern — every prompt ends with a human check.

The prompt formula

Role (who the AI acts as) + Context (my situation) + Task (what to make) + Format (table? word count?) + Constraints (what to avoid).

① Program roadmap

Act as a technical program manager. Program context: [paste one paragraph — goal, systems, teams, timeline]. Build a phased roadmap from intake → launch → post-launch. For each phase give: goal, key workstreams, entry/exit gate criteria, duration estimate, top risk. Output as a table, 5–7 phases, plain language.

Human check: are the gate criteria real for your program? Fix durations to your reality.

② RAID register

You are a TPM. Program context: [paste]. Draft a RAID register table — columns: Type (Risk/Assumption/Issue/Dependency), Description, Impact (H/M/L), Likelihood (H/M/L), Owner, Mitigation/next step. Give 8–12 entries specific to THIS program — no generic filler. Flag the top 3 by exposure.

Human check: delete anything generic, assign real owners, add what the AI missed.

③ Decision log

From these notes: [paste]. Extract every actual decision made (not discussion). For each: Decision, Date, Owner, Options considered, Rationale, Reversible? (Y/N). Output as a table.

Human check: confirm each is a real decision and the rationale is right.

④ Weekly executive update (BLUF)

Act as a TPM writing a weekly executive update. Current state: [paste RAID + progress]. Write it BLUF: (1) Bottom line — on track / at risk + why, 2 sentences; (2) Progress this week — 3 bullets; (3) Top 3 risks + mitigation; (4) Decisions/asks needed. Plain, under 200 words.

Human check: does the bottom line match reality? Sharpen the asks.

⑤ Meeting notes → actions

From this transcript: [paste]. Extract four tables: (1) decisions, (2) action items with owner + due date, (3) open questions, (4) risks raised. Don't invent owners — mark 'unassigned' if unclear.

Human check: assign the unassigned, verify due dates.

Evaluation

How to tell if the AI is any good

You can't ship what you can't measure. This is my A/B-testing muscle applied to AI answers — four ways to check, simplest to most rigorous.

Artifact · Evaluation methodsoffline → human → online → live
MethodWhat it isLike…
Gold set (offline)Fixed questions with known-right answers; score % correctA practice exam with an answer key
Human evalPeople rate outputs on a rubric (accurate? helpful? safe?)Grading essays with a rubric
Online A/B testRelease to a slice of real users, compare vs. the old wayExactly my A/B program
Live trackingMonitor accuracy / hallucinations / complaints after launchPost-launch hypercare

One concrete line

"A trusted-metrics assistant had to answer 50 known KPI questions; we shipped only when it hit ≥95% correct with zero wrong numbers — the same go/no-go discipline as a migration reconciliation gate."

Risk

An AI risk log that isn't generic

The RAID that proves I can run risk on an AI program specifically — a ready-to-use template.

Artifact · AI RAIDrisk · how to catch it · how to mitigate
AI riskWhat it looks likeHow I catch itHow I mitigate
HallucinationConfident, wrong answerGold-set eval + require citationsRAG grounding; human review on high-stakes
BiasUnfair results for a groupTest eval set across segmentsDiverse eval data; fairness threshold
Data leakagePrivate data comes out via the AIRed-team prompts; output scanningNo sensitive data in prompts; access controls
Prompt injectionBad input tricks it into breaking rulesInjection test casesInput validation; limit what the AI can do
Cost blowupToken / API spend runs awayUsage dashboard + budget alertsRate limits; caching; cheaper model tiers
DriftAccuracy quietly drops over timeMonitor vs. a baselineScheduled re-eval; retrain trigger
Responsible-AI baseline (2026)

Three frameworks are now table stakes, not extras: the EU AI Act (full enforcement in 2026), NIST AI RMF (Govern / Map / Measure / Manage), and ISO 42001 (a certifiable AI management system). I treat these the way I treat any compliance gate — mapped to controls, signed off before launch.

AI cost governance

Cost is now a core program control, not an afterthought — enterprise AI builds run $60K to $300K+, and integration + governance can eat up to 60% of the budget. Production spend routinely lands 3–5× the first estimate. What I put in place:

Governing AI agents

The 2026 frontier: agents that act autonomously — multiple steps, without a human in the loop for every one. Three risks to gate:

The business case

Why AI pilots die — and how I stop it

The failure rate is the whole reason a delivery leader matters here: ~88% of AI PoCs never reach wide deployment, ~95% of GenAI pilots fail to scale, and only ~12% reach production. Every cause is a program problem — which is to say, one I already prevent.

Artifact · Failure → the discipline that prevents it2026 research · mapped to my strengths
Why pilots dieThe discipline that prevents it — mine
No business outcome defined (95% fail)Tie every program to a business metric at the gate
Cost runs 3–5× the estimateAI cost governance — budget gates + monitoring
Data qualityA data-readiness gate (my reconciliation habit)
Integration underestimated by an order of magnitudeMy literal migration / integration experience
Governance built too lateI build governance in from day one
Org misalignmentStakeholder alignment — my core strength

The gates — PoC → pilot → production → scale

Stage gatesprove this · the trap it kills
GateProve thisThe trap it kills
PoCIt can work, on a small sampleFalling in love with a demo
PilotIt works for real users and moves a business metric"Pilot purgatory" — no outcome defined
ProductionIt holds at scale — cost, latency, integration, drift monitoring, rollbackCost shock + integration underestimated
ScaleIt's repeatable and adoptedScaling before it's repeatable

The line that matters: define the business outcome at the pilot gate, not after — a model with 95% accuracy that doesn't move a number is a curiosity, not an asset.

In practice — the real story

AI-Driven Discovery: 30+ interviews to a roadmap in days

The playbook isn't theory. On a recent enterprise program I turned weeks of manual synthesis into days — with a human governing every step that carried risk. Open each View how to see exactly what I did.

Worked case · AI-driven discovery30 interviews → validated themes → PRDs → roadmap

The problem: 30+ recorded stakeholder interviews — marketing ops, campaign & partner managers, sales ops, report consumers, finance, regional leads — to turn into requirements and a roadmap. By hand that's ~3 weeks of reading and tagging.

1Ingest

Loaded all 30+ transcripts into an AI workflow — code mode to clean them, chat mode to read them.

View how
  • Exported the Teams / Zoom recordings to text — roughly 30 hours of transcript.
  • In code mode, a short script stripped timestamps and filler and split each file into per-speaker turns.
  • In chat mode, fed them in batches with one instruction: "For each stakeholder, pull their goal, top pain points, the reports/data they asked for, and the system involved — tag each by role."
2Cluster · AI drafts

The AI collapsed ~200 raw pain-point quotes into ~9 themes — each with a count of how many of the 30 raised it.

View how — the actual themes it found
Theme the AI groupedRaised byExample quote
"Pipeline means different things" (definition drift)22 / 30"Sales' number never matches marketing's."
"Can't tie partner / MDF spend to revenue"18 / 30"We fund events but can't prove what they sourced."
"I rebuild the same report every week"15 / 30"Monday mornings are copy-paste into Excel."
"The three systems disagree"12 / 30"Which account ID is the real one?"
"Numbers are two weeks stale"4 / 30"By the time I see it, it's old."

How often a theme came up became an early priority signal.

3Validate · human governs

I checked every theme against the transcripts — fixing what the AI got wrong and cutting what it made up.

View how — what I corrected & the hallucinations I caught
  • Made-up requirement: the AI invented a "real-time streaming dashboard" nobody asked for — it over-read one person's "I wish it were faster." Deleted it.
  • Two problems merged into one: it lumped data quality (numbers wrong) with data access (can't reach the data). Different owners, different fixes — I split them.
  • Wrong owner: it tagged a Finance ask ("cost-per-opportunity") as Marketing. I re-checked the transcript and re-tagged it — it changes who signs off.
  • Loud ≠ important: it ranked a theme "high" off one very vocal person; only 1 of 30 raised it, so I down-ranked it. Frequency beats volume.
  • Vague wording: it wrote "better reporting." I rewrote it to something testable: "one governed 'sourced pipeline' definition, refreshed daily, identical on Sales and Marketing dashboards."

The AI grouped; I decided what was true, in scope, and correctly owned.

4Synthesize

Turned the validated themes into PRDs, wireframes, and acceptance criteria for 15+ contributors.

View how — from one theme to a PRD

A "validated theme" is a corrected theme carrying: the pain → who's affected → the requirement → how we'll know it's done. The definition-drift theme became this PRD entry:

Requirement
One governed "sourced pipeline" metric, defined once.
Acceptance criteria
① Sales and Marketing dashboards show the same number for any period · ② the definition lives in the KPI catalog and is cited in a dashboard tooltip · ③ it refreshes daily.
Wireframe
A dashboard mock with a single "Sourced Pipeline" KPI tile + an "ⓘ definition" tooltip — so there is visibly one number.

Repeated across ~9 themes → the PRD set that 15+ contributors built from.

5Prioritize

Sequenced the roadmap by evidence — how many stakeholders raised each theme × business impact — not by who shouted loudest.

View how — the data-informed roadmap
ThemeRaised byPhase
Definition drift22 / 30Phase 1
Attribution blind spot18 / 30Phase 1
Weekly report rebuild15 / 30Phase 2
System reconciliation12 / 30Phase 2
Latency4 / 30Later

Evidence, not opinion, set the order. (A RICE score would formalize this exact call — a planned add.)

Outcome

Research-to-roadmap went from weeks to days, ~60% less manual analysis, every stakeholder aligned on the same decisions.

View how the ~60% actually happened
  • By hand: read 30 transcripts, tag ~200 quotes, cluster on a whiteboard, write up — ~3 weeks.
  • AI-assisted: AI clustered in ~an hour; I spent ~3–4 days validating, correcting, and writing PRDs — ~1 week.
  • The saving is in the mechanical synthesis (reading, tagging, first-pass clustering). The judgment — what's real, what's priority, what ships — I still did.

Honest split: AI compressed the first 80%; the 20% that carried risk stayed human.

Why this matters

Most PMs talk about AI. This is the discipline run on a live program — and it maps straight onto the playbook: the modes (chat / code), the thesis (AI drafts, human governs), and human-in-the-loop sign-off.

Putting it together

The whole playbook on one small program

A two-minute walk-through — a trusted-metrics assistant, built on the governed-data work I've actually done.

Worked example · trusted-metrics assistantproblem → build → gates → outcome
Problem
People ask "what's our official pipeline number?" and get three different answers.
Build
RAG, grounded in the governed KPI definitions I already built — so it quotes the one official answer, with a citation.
Eval
50 known KPI questions; ship only at ≥95% correct, zero wrong numbers.
Risk log
Hallucination → require citations; leakage → no private data in prompts; cost → cache repeat questions.
Gates
PoC (answers 10 Qs) → pilot (one team, fewer "what's-the-number?" tickets) → production (all teams) → scale.
Outcome
One trusted, cited answer. Honest — no invented ROI, just a definition problem solved.

Why this is credible

The honest proof behind the playbook

Real ML-adjacent delivery

I've shipped entity resolution, attribution, and a governed semantic layer — the genuine data/ML lifecycle, not a course project.

I build with AI, hands-on

This portfolio, a 200-question training tool, and an interactive simulator — all built by directing AI in code mode. Most PMs can't say that.

A real operating model

This playbook itself — modes, lifecycle, eval, risk, cost, gates — the discipline that gets AI pilots to production.

The one line

"I run the program discipline AI actually needs — evaluation, staged rollout, drift monitoring, risk gating, human-in-the-loop sign-off — proven on real data delivery, and I build with AI hands-on."

Competencies

AI/ML lifecycleRAG vs. fine-tune vs. promptEvaluation & go/no-go gatesMLOps & drift monitoringAI RAID & responsible AIAI cost governanceAgent governancePoC → pilot → production → scaleHuman-in-the-loop sign-off