Flash sale 30% off with code LAUNCH30 Ends in --:--:--
All Things PM
How to Build an AI-Native Company Today
The AI Daily Brief: Artificial Intelligence News and AnalysisAI Transformation

How to Build an AI-Native Company Today

NLW works through a 30-point checklist for what actually separates AI-native companies from ones that just bolted agents onto old workflows, from treating context as code to letting agents earn autonomy step by step rather than granting it all at once.

September 6, 2026 · 28 min listen · 9 min read
0:00
–:––

Context

NLW works through a viral list from Alex Lieberman, founder of 10X Labs (a company that helps transform existing businesses into AI-native ones) and formerly of Morning Brew: 30 features that define an AI-native company. Rather than treating "AI-native" as a vague buzzword, the episode breaks the term into concrete, checkable practices spanning process design, cost management, organizational structure, and governance, then adds NLW's own qualifications from his enterprise consulting work. For PMs and leaders driving any kind of AI transformation, this is a practical checklist for distinguishing genuine redesign from AI bolted onto old processes.

The Big Idea

Being "AI-native" is not about how many AI tools a company has adopted, but about whether the company has redesigned its processes, cost structures, and management discipline from the ground up around agents, rather than fitting agents into workflows built for humans.

The episode's throughline is that many of the individual practices (process mapping, cost-per-task tracking, tiered agent autonomy) are specific, learnable disciplines, not abstract cultural shifts, and that the companies furthest along are treating agent management as an entirely new management discipline that touches every role, not a specialized function bolted onto IT.

Key Insights

1. Mapping old processes can trap you in old assumptions

Blueprinting how work currently happens is genuinely valuable because so much operational knowledge lives only in people's heads, transmitted through hallway conversations rather than documented anywhere an agent could reference it. But NLW warns this comes with a hidden risk: process mapping often assumes agents should do things the same way humans did, when the better approach is frequently to give an agent a goal and clear guardrails and let it find its own path, rather than constraining it to replicate an old, possibly inefficient workflow.

2. Context management is becoming its own organizational discipline

  • What: several of the list's most load-bearing ideas center on how an organization structures, stores, and delivers context to agents: aggregating structured and unstructured data into a queryable "intelligence layer," treating context and architecture documents as code that must be kept current, and building token-efficient systems that let agents load only the slice of information they actually need (using CLI tools to parse metadata and dependencies rather than ingesting entire documents).
  • Why it matters: NLW argues context management, not model selection, is becoming the core discipline of AI-native operations, and that a single unified "source of truth" may be less realistic for large organizations than a mesh of interoperable sources agents can traverse and reconcile discrepancies across.
  • Example: organizing knowledge files so metadata sits at the top, letting an agent immediately assess relevance without burning context window reading the whole document, mirrors the "progressive disclosure" pattern from information architecture.

3. Cost-efficiency is becoming a first-class engineering metric, not an afterthought

The list repeatedly returns to token efficiency and cost per completed task as core operating metrics: routing tasks to the cheapest model capable of handling them, dividing work into higher-effort planning phases (expensive models) and lower-effort execution phases (cheap, fast models), and tracking "cost per accepted pull request" the way software teams already track velocity. NLW frames this as still an emerging discipline, since the industry hasn't yet standardized on which metrics best combine completeness with cost for comparing different model-and-harness combinations, but the direction is clear: cost per successful outcome, not raw capability, is what AI-native organizations will optimize.

4. Autonomy should be earned incrementally, not granted all at once

One of the list's most important operational ideas is a maturity ladder for agent autonomy: observation, suggestion, acting with human approval, and finally acting alone within a defined boundary, only after a workflow has proven itself at each stage. NLW calls this a topic that could be its own entire episode, and endorses the underlying logic directly: an ounce of prevention is worth a pound of cure, and organizations don't need to fully specify every edge case before starting, they just need a structure that limits damage while confidence is still being built.

5. Governance can be a transformation partner rather than a blocker

Rather than treating legal, HR, and IT governance as friction that slows AI adoption down, NLW argues the organizations furthest along treat governance as an active enabler: legal, HR, and IT work in lockstep with whoever owns the AI agenda to design policies that address real risks while actively unlocking new kinds of work, rather than reactively restricting it after the fact. He pairs this with a technical parallel: building permission inheritance into the data layer itself (an agent automatically inherits the permissions of whoever is asking it to act) so access questions don't have to be relitigated every time a new use case comes up.

6. Clear ownership is the missing 31st feature

Responding to the original list, NLW highlights a comment (from Binti Jamil) arguing the most important missing element is clear ownership and accountability: every AI workflow needs a defined owner, a measurable goal, and someone responsible when it fails. NLW frames this as evidence that AI-native transformation isn't just a technical or process challenge, it's the emergence of an entirely new management discipline, one that applies to every employee, since everyone is increasingly both an implementer of their own work and a manager of the agents doing work alongside them.

Mental Models & Frameworks

The "human sandwich" for agentic workflows

  • First mile: human judgment defines intent, sets goals, and establishes acceptance criteria before an agent begins.
  • Middle: work increasingly happens agentically, though NLW is candid that the industry doesn't yet have confident, well-established patterns for exactly where human checkpoints belong inside a long agentic process.
  • Final mile: human review and approval close the loop before output is accepted or shipped.

Use this model to resist the false binary of "fully automated" versus "fully human": even AI-native organizations keep people at the boundaries of a process, while the interior of the work shifts increasingly to agents, and where exactly to place additional human checkpoints inside that interior is still an open design question worth testing deliberately rather than assuming.

Loop engineering versus prompting

Rather than prompting an agent once per task, an AI-native organization designs a loop: give the agent a goal, define the boundaries of what it can and can't do, and let it iterate against an objective, verifiable success metric until it hits that target. The critical requirement is that the success metric must be genuinely objective ("achieve X percent on this test") rather than subjective ("make the interface look good"), because a loop can't self-correct against a goal it can't measure. NLW frames the discipline of defining clear, measurable success criteria for previously fuzzy knowledge-work tasks as one of the defining new skills AI-native organizations need to build.

Trade-offs & Nuance

Fine-tuning open models is a real option, but not a default for every company

The list suggests using a reinforcement learning "gym" combined with first-party data to fine-tune open-weight models for high-volume, cost-sensitive processes that need near-frontier performance. NLW agrees this is a legitimate and increasingly accessible option given how close open models have gotten to the frontier, but pushes back on treating it as universal advice: this kind of model customization requires real technical capability that not every organization has or needs, and for most companies the better path will be relying on labs and hyperscalers to solve cost-efficiency at the platform level rather than rolling their own fine-tuned models.

Marketing may split into two extremes rather than converge on one AI-native middle

Discussing the idea of deploying agent swarms to generate hundreds or thousands of paid marketing creative variations for automated testing, NLW floats a "marketing barbell" theory: one end of the spectrum becomes fully agentic, high-volume creative testing at massive scale, while the other end becomes deliberately human, taste-driven brand campaigns resistant to that kind of quantification. He frames this as speculative but genuinely useful for thinking about which parts of a function are suited to agentic scale versus which depend on judgment that resists being reduced to a testable metric.

Practical Application

Audit whether your agent workflows are constrained to mimic old human processes

Before finalizing a process map for an agentic workflow, check whether you are asking the agent to replicate the exact steps a human used to follow, versus giving it a clear goal and guardrails and letting it find its own path. If you find heavy step-by-step constraints inherited from the old human workflow, treat that as a flag worth revisiting, since the best agentic version of a process often looks structurally different from the human version it replaces.

Assign an explicit owner and success metric to every AI workflow before launching it

For every agentic workflow in production or planning, write down who owns the outcome, what the measurable goal is, and who is accountable if it fails. This directly operationalizes the "missing 31st feature" the episode highlights: without an explicit owner and metric, a workflow can quietly fail or drift without anyone being positioned to catch or fix it.

Build a staged autonomy ladder before granting full agent independence

For any new agentic workflow, define the stages an agent must pass through before earning full autonomy: observing and logging what it would do, suggesting actions for human review, acting only with explicit approval, and finally acting independently within defined boundaries. Require the workflow to demonstrably succeed at each stage before advancing it to the next, rather than granting broad autonomy on day one based on a promising early demo.

Questions to Consider

  • Are we mapping our current processes just to preserve institutional knowledge for agents to reference, or are we unintentionally constraining agents to replicate an inefficient workflow they could do differently and better?
  • For each of our current AI or agentic workflows, do we have an explicit owner, a measurable success goal, and a named person accountable if it fails, or are we relying on a vague sense that "someone" is watching it?
  • Which of our knowledge-work tasks currently lack an objective, measurable definition of success, and what would it take to define one clearly enough that an agent could iterate against it in a loop?
  • Is our organization's governance function (legal, HR, IT) actively helping design policies that unlock new agentic work, or is it still primarily positioned as a blocker that AI initiatives have to work around?

Bottom Line

Becoming AI-native is a set of specific, learnable operational disciplines, context management, cost-per-task tracking, staged agent autonomy, ownership and accountability, not a vague cultural aspiration. The organizations furthest along are the ones treating these as a genuinely new management discipline that touches every role, rather than layering agents onto processes designed for a pre-AI world.

AI PM course

Everyone hears the same episodes.
Few can do what they describe.

Start for free