Private preview

This site isn't public yet.

Enter the password to take a look.

That's not it. Try again.

The Floor Is Lava

Resources

The AI-Native PM Competency Framework

What "good" looks like across the competencies that separate an AI-native PM from a PM who happens to work near AI products.


This document explains each competency in the AI-Native PM framework, what it is, why it matters specifically for PMs building AI products, and how it is measured in practice. It is designed to be read alongside the Competency Tracker in your coaching agent’s state file. When a competency is added, renamed, or removed from the tracker, this document must be updated in the same session.

Originally developed while building an AI-native product in healthcare. The framework and measurement criteria apply to any AI-native PM role, adapt the competency pairings and ratings to your own work and agent setup.


How to Use This Guide

If you’re new to the framework: Read the tier overview first, then the competency that most applies to your current work.

If you’re a PM being assessed: Use the “How it’s measured” section for each competency to understand what evidence moves your rating, and what doesn’t.

If you’re updating the framework: See the Maintenance Protocol at the end of this document before making changes.


Rating Scale

All competencies are rated on a five-point scale:

RatingWhat it means
GAP ⊗Not yet demonstrated. The PM either hasn’t encountered the competency surface or has consistently avoided it. A GAP with ⊗ may be an intentional deferral.
NASCENTSome awareness demonstrated; not yet consistent in practice. PM may apply the competency in familiar contexts but not under pressure or on novel problems.
DEVELOPINGConsistent application in familiar contexts. Building speed and judgment. Some gaps remain, particularly under time pressure or in ambiguous situations.
DEVELOPING→Developing with upward trajectory. Clear evidence of recent growth; likely to reach STRENGTH in 1–2 review cycles with continued focus.
STRENGTHConsistently demonstrated across multiple contexts, project types, and stakeholder audiences. PM can teach this competency to others.

Tier Structure

The 12 competencies are organized into 4 tiers. Tier position reflects the order in which competencies typically compound, Foundation first, then AI-Native Differentiator, then Principal Multiplier, then Shared Ownership. A PM with gaps in Tier 1 will find Tier 2 harder to develop.

TierNameWhat it represents
Tier 1FoundationCore PM judgment that applies to any product, sharpened for AI contexts
Tier 2AI-Native DifferentiatorCompetencies that separate AI-native PMs from PMs who work on AI products
Tier 3Principal MultiplierBehaviors that compound beyond the individual PM’s output
Tier 4Shared OwnershipCompetencies the PM co-owns with engineering, design, and clinical leads

Tier 1: Foundation

These three competencies form the base. They are not AI-specific, every strong PM has them. The AI context sharpens the demand: Product Sense must extend to AI outputs, not just features; Research Design must account for AI as a variable, not just as a tool; Cross-Functional Influence is tested when AI decisions are high-stakes and technically complex.


1. Product Sense & Judgment

What it is: The ability to make good product decisions with incomplete information, knowing which requirements to push on, which constraints to accept, which tradeoffs to make, and when a “done” answer is better than a perfect one. In AI contexts, this extends to knowing when a probabilistic output is good enough and when it isn’t, and what the user experience of uncertainty should look like.

Why it matters for AI PMs: AI products introduce a new dimension that traditional product sense doesn’t cover: outputs that are correct most of the time but wrong some of the time, in ways that aren’t always predictable. A PM with strong Product Sense sets the quality bar correctly, not so low that clinical errors ship, not so high that no AI feature ever launches. The judgment call on “what is acceptable AI behavior” is a product decision, not an engineering decision. PMs who defer it to engineering lose the most important lever they have.

Product Sense also governs scope: the PM who can articulate exactly what the AI should and shouldn’t do, and encode it in requirements before build, produces better AI products than the PM who leaves scope to the model’s judgment.

How it’s measured:

Playbook references: Pattern 1.1 (Instrumentation-First PRD), Pattern 4.1 (Quality Thresholds as PRD Requirements)


2. Research Design & User Insight

What it is: The ability to design research that produces actionable, unconfounded signal, and to synthesize that signal into product decisions. In AI contexts, this includes knowing how to isolate AI quality as a variable, how to run prototype sessions that test UX without contaminating AI signal, and how to distinguish a signal about the model from a signal about the experience.

Why it matters for AI PMs: AI products generate multiple categories of signal simultaneously: does the UX work? Does the AI output quality meet the bar? Does the user trust the AI enough to act on it? If these are tested together, failure in any one dimension obscures the others. A PM who can design controlled tests, isolating one variable per session, staging AI exposure deliberately, maintaining clean signal across tracks, produces research that actually informs decisions. A PM who conflates the variables produces ambiguous data that leaves the team arguing about root cause.

The deeper reason: user research on AI products surfaces failure modes that evals don’t catch. A clinician who edits every AI suggestion without saying why is showing you something. A session where the provider stops using the product without giving negative feedback is showing you something else. Research design determines whether you see these signals or miss them.

How it’s measured:

Playbook references: Pattern 2.1 (Controlled Variable Design), Pattern 2.2 (Test the Hardest Case First)


3. Cross-Functional Influence & Alignment

What it is: The ability to build genuine alignment with engineering, design, GTM, and clinical stakeholders, not by presenting well, but by understanding what each person is optimizing for and making decisions that account for their actual constraints. In AI contexts, this includes translating technical AI decisions (substrate choice, eval thresholds, vendor selection) into language that non-technical stakeholders can evaluate and commit to.

Why it matters for AI PMs: AI product decisions have disproportionate downstream impact on non-PM functions. An eval threshold the PM sets affects when engineering ships. A substrate choice the PM makes affects the GTM cost model. A clinical red line the PM defines affects how clinicians trust the product. Getting these decisions right requires genuine input from people with different optimization functions, and getting that input requires the PM to enter those conversations in learning mode, not presentation mode.

The Jessica Fain framework applies directly: a PM who enters a GTM alignment conversation to present three pricing tiers is performing. A PM who enters to understand what the GTM lead is optimizing for (acquisition? activation? retention?) has a much higher probability of building real alignment, and of making a better pricing decision.

How it’s measured:

Playbook references: Pattern 6.1 (Enter Stakeholder Conversations to Learn, Not to Convince), Pattern 5.1 (Translate Technical Decisions into GTM Arguments)


Tier 2: AI-Native Differentiator

These three competencies are what separate PMs who build AI products from PMs who work on AI products. They are not accessible without Tier 1 as a foundation. A PM with weak Product Sense cannot write good evals, they don’t know what they’re evaluating for. A PM without Research Design can’t run meaningful AI experiments.


4. Prompt Engineering & Evals

What it is: The ability to write, review, and iterate on prompts that produce reliable AI behavior, and to design the evaluations that verify that behavior before and after launch. This is not a technical skill; it is a specification skill. The PM’s job is to define what “working” looks like, write the requirements that encode it, and own the eval that verifies it.

Why it matters for AI PMs: In AI-native products, the prompt is part of the product. A prompt that doesn’t specify how to handle safety-relevant content will produce unsafe outputs, not because the model is broken, but because the PM didn’t specify the behavior. A PM who cannot read a prompt and evaluate whether it will produce the specified output is not in control of the product they’re shipping.

Evals close the loop: they are the mechanism by which the PM’s pre-build quality definition is verified against actual model behavior. No LLM or RAG command should ship without a paired eval that tests the red lines, the output format, and the failure modes the PM identified in the spec. When this gate exists, gaps are caught before users see them. When it doesn’t exist, gaps are found by users.

How it’s measured:

Playbook references: Pattern 4.1 (Quality Thresholds as PRD Requirements), Pattern 4.2 (Red Lines from Prompt Language), Pattern 4.3 (PRD↔Prompt Mismatches), Pattern 2.2 (Test the Hardest Case First)


5. Cost Structure & Unit Economics

What it is: The ability to model the per-unit economics of AI-native products, including inference cost per action, vendor pricing across the AI stack, gross margin by pricing tier, and how substrate choices map to cost structure. In practice: the PM who can build and maintain a live AI cost model owns a strategic lever that most PMs don’t touch.

Why it matters for AI PMs: AI-native products have a fundamentally different cost structure than SaaS. In SaaS, hosting costs are largely fixed and scale economics improve dramatically with growth. In AI-native products, every inference call is a COGS event, cost scales with usage, not just with users. A PM who doesn’t model this will set pricing tiers that don’t cover COGS at scale, make build-vs-buy decisions on stale pricing, or fail to defend gross margins to executives accustomed to SaaS benchmarks (75–90% GM vs. AI-native’s 55–70%).

The second reason: AI vendor pricing moves on 3–6 month cycles. A cost model built against last quarter’s pricing is wrong, and may be wrong in ways that change strategic decisions (a new vendor becoming viable, a BAA gap that disqualifies a preferred vendor, a model generation shift that changes the price/quality frontier).

How it’s measured:

Playbook references: Pattern 5.1 (Translate Technical Decisions into GTM Arguments), Pattern 5.2 (Reprice the AI Stack Every Quarter), Pattern 5.3 (Substrate-Embedded Switching Cost)


6. Probabilistic Thinking & Uncertainty Design

What it is: The ability to reason about AI behavior as a distribution, not a binary, and to design the user experience for outputs that are usually right but sometimes wrong. This includes: specifying failure UX (what the user sees when the AI is uncertain or fails), designing feedback loops that improve the model over time, and making risk-calibrated decisions about which AI failures are acceptable and which are not.

Why it matters for AI PMs: Traditional product decisions are mostly deterministic: a button either works or it doesn’t, a form either submits or it doesn’t. AI outputs are probabilistic: the note generation is accurate 92% of the time. The PM who thinks about AI features as deterministic will not design the 8% case, and the 8% case, at scale, is where trust is lost.

Probabilistic thinking also governs red line calibration: which failures are tolerable (and at what rate) and which failures are never acceptable regardless of frequency. This is a PM decision, not a model decision. A PM who hasn’t thought probabilistically about their AI product will either over-react to individual failures (treating every error as a critical bug) or under-react to systematic ones (treating a 0.5% red line rate as acceptable because the aggregate accuracy is high).

How it’s measured:

Playbook references: Pattern 4.1 (Quality Thresholds), Pattern 6.2 (Specify the Failure UX), Pattern 6.3 (Red Line Calibration), Pattern 3.4 (Co-Locate Constraints in the Command)


Tier 3: Principal Multiplier

These competencies distinguish PMs who perform well individually from PMs who raise the floor for everyone around them. Tier 3 behaviors compound: a PM who builds great infrastructure produces better results next sprint, next quarter, and on the next project. A PM who doesn’t will keep reinventing the same wheels.


7. PM Practice Infrastructure

What it is: The ability to systematize PM methodology, codifying recurring workflows as reusable skills, building structured artifacts that persist across sessions, and creating processes that maintain quality without requiring individual discipline to remember and apply. In AI contexts: building the agent vault, skill library, and documentation system that make AI-native PM work reproducible.

Why it matters for AI PMs: AI-native PM work generates more methodology surface area than traditional PM work: eval protocols, command spec templates, substrate classification schema, agent state management, prompt review processes, cost model update cadences. A PM who keeps all of this in their head produces good individual output but creates institutional dependency and quality variance. A PM who codifies it produces team-level capability that survives personnel changes and improves over time.

The compounding effect: a skill that takes 3 hours to build saves 30 minutes every time it’s used. Three uses pays it back. Ten uses produces net surplus. Multiply by a team of 4 PMs and the return accelerates. Infrastructure-building is not overhead, it is one of the highest-leverage investments a Principal PM makes.

How it’s measured:

Playbook references: Pattern 1.2 (Codify PM Methodology as Skills), Pattern 1.3 (Build a Persistent AI Agent Team), Pattern 1.4 (Measure Throughput in Artifacts)


8. Product Citizenship & Org-Level Contribution

What it is: The deliberate act of contributing PM methodology, learnings, and tooling back to the organization and PM community, not just performing well on your own project. This includes proactively sharing playbooks with incoming PMs, publishing patterns to community forums, advocating for process changes at the team or organization level, and building infrastructure that other PMs can use.

Why it matters for AI PMs: AI-native PM practice is emerging faster than most organizations can institutionalize it. PMs who have figured out how to run evals, structure agent vaults, build cost models, and calibrate red lines are ahead of a curve that the rest of the profession is still climbing. That knowledge depreciates if it stays personal. It compounds, for the organization and for the PM’s own career trajectory, if it’s distributed.

Widely used PM competency matrices identify “building team-level capability rather than just personal capability” as a Director-level behavior. Product Citizenship is also the mechanism by which a PM earns organizational influence that isn’t positional, when other PMs use your methodology and it works, your judgment earns trust that no title can buy.

How it’s measured:

Playbook references: Pattern 7.2 (Build Team Practice, Not Just Personal Practice)


9. Competitive Positioning & GTM

What it is: The ability to translate AI product decisions into competitive positioning and go-to-market strategy, including how AI capabilities become product differentiation, how the AI cost structure shapes pricing architecture, and how switching cost embedded in substrate choices creates durable moat. In practice: owning the narrative that connects what the product does technically to why a customer would pay for it and stay.

Why it matters for AI PMs: AI capabilities that aren’t connected to a GTM story don’t produce revenue. A PM who builds a technically excellent clinical summary feature but can’t explain why it’s defensible against well-funded incumbents or a future general-purpose competitor isn’t operating at Principal level. The connection between AI architecture and competitive position is a PM responsibility, and it requires understanding both the architecture and the market well enough to build the bridge between them.

The urgency is specific to AI products: AI capabilities commoditize faster than SaaS features. A summarization feature that is differentiated today may be table stakes in 12 months. The PM who is continuously analyzing the competitive landscape can anticipate when a capability stops being a moat and needs to be replaced by one that is structurally more defensible (e.g., switching cost embedded in learned context, not just in feature coverage).

How it’s measured:

Playbook references: Pattern 5.3 (AI Learns Your Patients, Switching Cost as Moat), Pattern 5.1 (Technical Decisions as GTM Arguments)


Tier 4: Shared Ownership

These competencies sit at the intersection of PM and other functions, engineering, design, and clinical governance. The PM does not own them alone, but the PM must be fluent enough in each to direct, evaluate, and course-correct the work being done. A PM who defers these entirely to their functional partners loses the ability to catch misalignments before they become production problems.


10. Architecture Supervision & Technical Translation

What it is: The ability to understand AI system architecture well enough to specify it correctly, catch design errors before build, and translate architectural decisions for non-technical stakeholders. This does not mean writing code or making implementation decisions, it means owning the command architecture (trigger types, substrate boundaries, command sequencing, dependency graphs) as a PM artifact and using it to keep the product specification coherent.

Why it matters for AI PMs: The command architecture is where product requirements and engineering implementation meet. A PM who can read a command spec and identify a circular dependency, a missing trigger type, or an implicit sequencing assumption that the system doesn’t enforce is catching problems that would otherwise become production bugs or expensive refactors. A PM who can’t read it is dependent on engineering to self-govern, which they sometimes do and sometimes don’t, depending on sprint pressure.

The translation direction matters as much as the supervision direction: when a technical constraint changes (a new BAA gap, a model behavior, a vendor limitation), the PM who can translate that constraint into a product decision keeps the team unblocked. A PM who receives technical information and passes it on unprocessed is adding noise, not value.

How it’s measured:

Playbook references: Pattern 3.1 (Command + Trigger Registry), Pattern 3.2 (Capability Inventory), Pattern 3.3 (System-Fired State Transitions), Pattern 3.4 (Co-Locate Constraints), Pattern 3.5 (Scope-Cut the Architecture)


11. AI Experiment Direction & Synthesis

What it is: The ability to design, direct, and synthesize AI experiments, including prompt variant comparisons, model benchmarks, eval runs, and A/B tests, well enough to make product decisions from the results. This is not about running the experiments (ML engineers and prompt engineers do that); it is about knowing what to test, interpreting the results correctly, and translating them into product decisions.

Why it matters for AI PMs: AI product development is inherently experimental: you don’t know which prompt variant produces better clinical accuracy until you test it, you don’t know which model is worth the cost premium until you read the outputs, and you don’t know whether an eval threshold is the right bar until you see what passes and what fails. A PM who waits for others to design and run these experiments is waiting for information that may never arrive in the form they need. A PM who can direct experiments, specify the corpus, define the evaluation criteria, interpret the distribution of results, is in control of the product’s quality trajectory.

The synthesis dimension is often undervalued: the PM who can read 30 model outputs personally and form a grounded opinion about what’s working and what isn’t is a more valuable asset than the PM who waits for a benchmark score. Benchmark scores measure what someone else decided to measure. Personal output reading measures what you actually care about for your specific product.

How it’s measured:

Playbook references: Pattern 2.3 (PM-Led Bench Testing), Pattern 4.3 (PRD↔Prompt Mismatches), Pattern 4.2 (Red Lines from Prompt Language)


12. AI Safety & Clinical Governance

What it is: The ability to identify, specify, and maintain appropriate safety guardrails for AI features in regulated domains, including defining which AI outputs are clinically unacceptable (red lines), ensuring consent infrastructure is in place before AI-recorded interactions, maintaining BAA coverage across the AI vendor stack, and knowing when to involve clinical experts in product decisions.

Why it matters for AI PMs: In a clinical AI product, a model failure is not just a UX problem, it can propagate incorrect medication information into a patient record, soften a safety disclosure in a clinician’s notes, or record a session without the patient’s informed consent. These are not edge cases for a safety framework; they are the primary use cases that the safety framework exists to prevent. A PM who treats clinical governance as a legal/compliance task rather than a product specification task will systematically under-specify the most important requirements in the product.

The practical implication: red line events in clinical AI are not tolerable at any rate. An aggregate accuracy rate of 95% sounds strong; a 0.5% red line event rate on a 1,000-session product is 5 events per month where the AI produced a clinically dangerous output. At 10,000 sessions it is 50 events per month. The PM who hasn’t designed the red line monitoring and escalation path has not shipped a safe product.

How it’s measured:

Playbook references: Section 8 (Regulated AI Considerations), Pattern 6.3 (Red Line Calibration with Clinical Experts), Pattern 8.2 (Verbal Consent Is Not Legal Consent)

Rating practice note: Competencies in regulated domains like AI Safety are often legitimately deferred early in a build, marked GAP ⊗ (intentional deferral) with a revisit date, not as a permanent gap. The distinction matters: an explicit deferral is a decision; a silent gap is a risk. When using this framework, be deliberate about which competencies you’re deferring and why.


Maintenance Protocol

This document and the Competency Tracker (your coaching agent’s state file) are paired artifacts. Changes to one must be reflected in the other in the same session.

When a competency is renamed:

  1. Update the competency name in the tracker table in your coaching agent’s state file
  2. Update the section header in this document
  3. Update any playbook cross-references (patterns that cite the old competency name)
  4. Update the frontmatter last_updated field in both documents

When a competency is added:

  1. Add it to the tracker table with an initial rating and date
  2. Add a full section to this document following the same structure: What it is / Why it matters for AI PMs / How it’s measured / Playbook references
  3. Assign it to a tier, if uncertain, discuss with Cait before assigning; tier placement affects how PMs prioritize development
  4. Add it to the Tier Structure table in this document

When a competency is removed:

  1. Remove it from the tracker table
  2. Remove its section from this document
  3. Review whether any playbook patterns cite it as the primary competency, update those patterns to cite the replacement or a related competency
  4. Note the removal and rationale in a comment in the tracker’s Competency Framework Changes section

When a rating changes:


Maintained with Meridian, my AI coaching agent. Pair it with your own coaching agent’s state file. This document defines the framework, not a specific PM’s ratings.