Product Principles6 min read

AI-First, Human-Centred

What AI-first means in production, when AI-enhanced products are enough, and how to calibrate architecture, trust, economics, and autonomy.

A person directs an inspectable AI work process using visible controls and a manual override.
On this page
  1. 1.Redesign the outcome, not the interface
  2. 2.Make four decisions explicitly
  3. 3.Human-centred means calibrated control
  4. 4.Leaders need contact with the material
  5. 5.Learn before scaling
  6. 6.What AI-first PMs look like
  7. 7.Anti-patterns

TL;DR

  • AI-first means the core value mechanism depends on AI. An AI enhancement can still be valuable when it improves an existing workflow enough to justify its cost and operating burden.
  • Start from the customer outcome and redesign the workflow around what AI makes possible. A chatbot attached to the old process is not an operating-model change.
  • Human-centred AI gives people the right control, evidence, recovery, and accountability for the consequence of the work.

AI-first is not a label for every product containing a model.

An AI-first product was designed on the assumption that AI performs a core part of the value mechanism. Remove the AI and the product cannot deliver the same outcome. An AI-enhanced product keeps its existing mechanism and uses AI to improve part of the experience.

Both can be good products. Confusing them creates weak strategy, surprise costs, and claims the operating system cannot support.

Redesign the outcome, not the interface

An AI enhancement may categorise an expense, summarise a project, or suggest the next CRM action. The user still completes the surrounding workflow.

An AI-first expense product could monitor transactions, apply policy, assemble evidence, route exceptions, and prepare approval. The value comes from removing and reshaping work rather than adding assistance to each screen.

That distinction changes the product:

  • The interface may become a review surface instead of a production surface
  • Data and permissions become part of the primary experience
  • Exceptions and recovery become core flows
  • Human work shifts towards judgement, escalation, and system improvement
  • Variable inference and review cost enter the unit economics

Do not remove a workflow merely because a model can imitate it. Preserve steps that create necessary understanding, consent, control, or accountability.

Make four decisions explicitly

AI-first strategy becomes concrete through four connected decisions.

1. Is AI the right mechanism?

Compare the complete AI workflow with deterministic software and the current human process. AI is useful when the task contains ambiguity, unstructured information, generation, perception, or judgement that a simpler system cannot handle economically.

Use deterministic rules where the policy is known and exactness matters. Combining rules with models is often stronger than asking a model to reproduce the rules probabilistically.

2. What authority should the system receive?

Choose autonomy by task, consequence, evidence, and reversibility. A drafting assistant, supervised operations agent, and autonomous background process need different control models.

Start with bounded authority where behaviour is uncertain or consequences are material. Expand only when production evidence shows that quality, recovery, and operating capacity support it. Some work should remain assisted even when the model improves.

The agentic AI patterns chapter owns the autonomy spectrum and compound reliability model. Execution and Delivery covers progressive release.

3. Can the complete system fail safely?

Design for missing evidence, tool failure, stale context, manipulation, provider outages, and human error. The model should abstain or escalate when required information is absent rather than filling the gap with plausible language.

Give consequential actions deterministic permission checks, transaction limits, logging, and rollback outside the model. A longer safety prompt is not a control boundary.

The model harness chapter covers context, tools, state, and substitutability. Agentic Security Boundaries covers authority and containment.

4. Do the economics improve with use?

Price the complete trace: retrieval, cached and uncached input, output, tool calls, safety checks, retries, review, escalation, support, and failure recovery.

An AI feature can save user time while damaging product margin. An autonomous workflow can remove seats while increasing operating cost. Model the customer value and business economics together before committing to a pricing unit.

Business Viability provides the cost-per-outcome and pricing framework.

Human-centred means calibrated control

Human-centred AI does not require a person to approve every output. Blanket approval creates queues and encourages rubber-stamping.

Give people the control appropriate to their role and the consequence:

NeedProduct response
UnderstandShow relevant sources, assumptions, boundaries, and material uncertainty.
DirectLet the user set goals, constraints, and approval conditions.
InterveneMake pause, edit, reject, and escalation available at the right point.
RecoverPreserve history, support reversal, and explain what happened after failure.
Hold accountableName the owner of the outcome, system, review policy, and incident response.

Trust comes from evidence and predictable recovery. A confidence badge or human-sounding response cannot compensate for an invisible boundary.

The AI UX chapter covers work surfaces, uncertainty, provenance, and recovery in detail.

Leaders need contact with the material

AI failure modes are difficult to understand from a strategy deck. A polished answer can be wrong. Context can decay without an outage. Review cost can overwhelm the apparent efficiency.

Product leaders need direct contact with real systems, users, costs, and failures. They may build personally, pair with a team, inspect traces, review eval disagreements, or operate a bounded pilot. The standard is first-hand evidence, not a coding quota.

Hands-on work should improve the team's system rather than create a larger personal queue. The Product Builder chapter defines that learning loop.

Learn before scaling

Cheap implementation makes a working artefact easy to produce and easy to overread. Choose the test from the uncertainty: customer evidence for value, a prototype for interaction, an eval set for model capability, or a production-shaped pilot for operations.

Define quality before optimising the system. Release within a boundary that makes new behaviour observable. Feed corrections, incidents, task expansion, and context failures into continuous calibration.

Discovery Is an Evidence System owns artefact selection. Evaluation Frameworks covers representative cases, graders, production calibration, and regression decisions.

What AI-first PMs look like

BehaviourIn practice
Redesigns the jobRemoves or reshapes workflow instead of adding AI to every existing screen.
Chooses authority deliberatelySets autonomy from consequence, reversibility, and evidence.
Designs the complete systemTreats context, tools, permissions, recovery, and review as product behaviour.
Models value and cost togetherMeasures the customer outcome and complete operating cost rather than inference alone.
Learns through operationUses real behaviour and failures to update the boundary, evals, and product direction.

Anti-patterns

The chatbot sticker. The interface changes while the work, data, decisions, and cost remain untouched.

The everything agent. One agent receives broad context and authority because decomposition feels slower. The demo works. Production exposes compound failure and an unbounded blast radius.

The decorative human. A busy person approves every output without enough evidence, attention, or authority to catch failure.

The cost surprise. Pricing assumes one visible generation while production pays for the complete trace and a growing review queue.

AI-first product work earns the label by changing the value mechanism. Human-centred product work makes that mechanism understandable, controllable, and worth operating.

v3.1 · Updated July 2026