Plain-Language Guide · From AI Assistance to Agentic Operations
Where this prototype sits on the path to AI-native Product Operations
AI can help draft a document without changing how an organization works. An agentic operating model goes further: systems retrieve context, perform multi-step work, invoke tools, pause for review, record decisions, and respond to new information. This portfolio contains a working prototype of the middle ground and a target architecture for the longer-term system.
Published June 2026Reading level No prior business or AI jargon assumed
AI can help draft a document without changing how an organization works. An agentic operating model goes further: systems retrieve context, perform multi-step work, invoke tools, pause for review, record decisions, and respond to new information. This portfolio contains a working prototype of the middle ground, and a target architecture for the longer-term system.
Quick definitions, refer back any time
Product Manager (PM)
The person who decides what a software team should build next, and why. Not the person writing the code, the person deciding what's worth coding.
AI agent
AI that can take multiple steps on its own: read some data, make a decision, take an action, instead of just answering one question and stopping.
LLM (large language model)
The underlying AI model, like Claude or GPT, that powers a chatbot or an AI agent. The "engine" inside the tool.
MCP (Model Context Protocol)
An open standard that lets AI tools connect to a company's software and data the same way every time, instead of needing custom one-off code for every connection.
HITL (human-in-the-loop)
A specific point in a process where a person reviews the AI's work before it's allowed to move forward.
Getting oriented
The problem is not document creation alone
Product organizations already produce large numbers of documents: research summaries, initiative proposals, business cases, prioritization records, roadmaps, requirements, features, stories, delivery plans, and status updates.
The harder problem is maintaining continuity between them.
Evidence is summarized into an initiative. The initiative becomes a business case. The business case becomes a score. The score influences a roadmap. The roadmap becomes requirements. Requirements become a backlog. The backlog becomes a delivery plan. At every translation, context can be lost, assumptions can become facts, and a decision made for one reason can later appear to have been made for another.
The prototype on this site explores whether structured AI-assisted handoffs can reduce that loss while preserving human review. It is not a claim that the loss has been eliminated.
Scope: AI-assisted Product Management, not full Product Operations. Product Operations spans six practice areas. This toolchain works with three: Data Collection, Feedback Management, and Roadmap Alignment. It does not cover Release Operations (feature flags, beta testing, deployment communications), Enablement and Training (preparing sales, marketing, and support for a launch), or Performance Analytics (measuring post-launch impact against KPIs). Those three remain target architecture, not built.
Where the line actually falls
Product Management vs. Product Operations
The two roles share the same raw material — user data, customer feedback, release plans, and planning frameworks — which is exactly why the boundary gets blurry. In each of the four areas below, Product Operations builds and runs the underlying system; Product Management uses what that system produces to decide what to build and communicate why.
01
Data and Insights Infrastructure
Overlap
Both roles depend on user data to make decisions.
Division
Product Operations selects, sets up, and cleans the data tools (e.g., Mixpanel, Pendo). Product Managers use those tools to analyze feature performance and decide what to build next.
02
Customer Feedback Aggregation
Overlap
Both need to understand user pain points from support tickets, sales calls, and surveys.
Division
Product Operations builds the pipeline to collect, categorize, and centralize feedback from across departments. Product Managers review the centralized data to identify specific user problems and prioritize the roadmap.
03
Release Management and Launch Readiness
Overlap
Both ensure new features roll out smoothly to users and internal teams.
Division
Product Managers define the feature value and launch timeline. Product Operations coordinates beta testing programs, manages feature flags, and updates internal documentation for sales, marketing, and support teams.
04
Process Standardization
Overlap
Both want consistent frameworks for planning and roadmapping.
Division
Product Operations designs the templates, runs the tools (e.g., Jira, Productboard), and establishes the operating cadence. Product Managers apply these templates to write PRDs and present their roadmaps.
Where this toolchain sits: on the Product Manager side of every row above. It assumes the data tools, feedback pipeline, and templates already exist, and it does not select, build, or administer any of them. It analyzes what those systems produce (area 1), works from already-centralized feedback (area 2), stops at defining feature value and timeline rather than coordinating the release itself (area 3), and applies standard frameworks rather than designing or operating the tooling behind them (area 4).
15×
more AI agents were running inside Microsoft's workplace software in 2026 than a year earlier. But most companies still haven't gotten an AI project past the testing phase: a widely-cited 2026 study found that 88% of AI agent pilot projects never reach everyday, real-world use. Microsoft Work Trend Index, 2026; Forrester / Anaconda, 2026.
The progression
Three operating modes
It helps to think of this as three modes, not a single before-and-after switch. The working prototype on this site is primarily in the middle mode.
1. Manual workflow
A person carries the context
A practitioner gathers information, creates each artifact, and manually carries the relevant context into the next document or system.
This provides direct human control but creates repeated drafting, reformatting, and translation work. Continuity depends heavily on individual discipline.
2. AI-assisted workflow
A person still operates the workflow
A practitioner supplies context to an AI tool and receives a draft, still choosing the task, initiating each step, reviewing the result, and moving the output forward.
This can reduce drafting time, but it can also accelerate weak reasoning: if generated claims are not visibly distinguished from supplied evidence, polished output can be mistaken for validated output. The prototype here adds structured handoffs, selected multi-step chains, and deterministic checks, but a person still operates the workflow.
3. Agentic operating system
Target architecture, not built
Would retrieve live context, select and invoke approved tools, perform multi-step work toward a defined objective, test portions of its own output, pause at enforceable human gates, record its decisions, recover from failures, and respond to scheduled or event-driven triggers.
That target state also requires identity, access control, observability, cost management, data governance, schema versioning, and clear limits on what agents are allowed to change. Most of that surrounding integration and governance layer is not implemented.
The connection layer
How AI tools plug into a company's data
Here's a problem that doesn't get talked about enough: an AI agent is only as useful as the data it can see. If an AI tool can't read a company's support tickets, it can't summarize them, no matter how smart the underlying model is.
For years, connecting an AI tool to each different piece of software required custom, one-off code: a different "plug" for every system. Model Context Protocol (MCP) fixed that. It's an open standard, first released by Anthropic in late 2024, that lets any AI tool connect to any data source the same standardized way, read a support ticket, edit a file, look something up in a database, through one shared connection method instead of custom code for every single pairing. People sometimes call it the USB-C of AI: one universal plug shape instead of a different cable for every device.
970×
growth in MCP's monthly downloads in about 18 months, from roughly 100,000 downloads a month at its November 2024 launch to more than 97 million a month by early 2026. By the end of 2025 it had been handed over to a neutral nonprofit, the Linux Foundation, so no single company controls the standard going forward. Anthropic / Linux Foundation, 2025–2026.
In practice, this might mean an AI agent automatically reads new customer support tickets overnight, groups them by topic, and flags the handful that look like a brand-new problem, instead of a person scrolling through hundreds of tickets every Monday morning.
Want to see the target architecture? The network diagram on this site maps every data source, connection, and AI agent that a mature version of this system would need, with each node labeled by whether it's a working prototype, fixture-backed, in development, or designed and not built. Unless a node is explicitly marked working prototype, it isn't implemented.
The network diagram shows the target wiring. If you want to see what's actually implemented today, the document flow page is the tool-by-tool version: nine real steps, each one showing what it consumes and produces, and which conditions are checked in code. Every step links to that tool's own real sample run, not a mockup.
What "agentic" means here
An AI agent does more than produce one response. It performs multiple related steps, maintains state, uses tools or data sources, and decides or acts within defined boundaries. The Initiative Intake, Business Documents, Backlog Builder, and Sprint Planner tools contain multi-step AI chains, so calling those subchains agentic is reasonable when the term is tied to their actual behavior. Calling the complete portfolio an autonomous or end-to-end agentic Product Development Lifecycle would be inaccurate: the current workflow does not independently choose its objectives, select among the tools, retrieve live enterprise data, write into operating systems, or monitor outcomes after release.
What is working today
The working prototype includes:
Nine connected browser tools
Structured artifact handoffs stored in the browser
Multi-step AI calls in selected tools
Worked examples that can be inspected without an API key
Fixture-backed evidence records for the fictional PetHealth scenario
Deterministic recalculation of WSJF and RICE scores
A code-enforced funding gate before BRD generation
Computed requirement-to-feature coverage
Computed sprint load and declared dependency-order checks
Downloadable run files and Jira bulk-import CSV export
The practitioner still initiates and reviews every stage.
What is not working today
The following appear only in the target architecture:
Live retrieval from research repositories, support platforms, analytics, CRM, financial systems, internal communications, or ITSM systems
Production MCP servers
Scheduled signal-synthesis, competitive-monitoring, release-note, or ROI-validation agents
Authenticated approvals and a persistent audit and observability service
Team workspaces and enterprise access controls
Jira write-back and post-release telemetry validation
Fixture data is used to explore how evidence might be shaped and cited. It does not prove that a live connector exists or that the underlying evidence is accurate.
Human oversight
Why human review is still required
Human review is not a decorative approval at the end of the chain. The reviewer must be able to identify what came from evidence, what was inferred, what was generated, and what remains unresolved. At each stage, the reviewer should ask five questions.
01
Do I understand the reasoning?
Can I explain why this recommendation or requirement exists?
02
Can I trace the claim?
Is the claim supported by supplied evidence, or did the model introduce it?
03
Could I detect a failure?
Do I have enough subject-matter knowledge to recognize invented precision or missing constraints?
04
Does this solve the actual problem?
Is the output merely well structured, or does it reflect the real operating context?
05
What authority am I exercising?
Am I reviewing a draft, approving an investment, authorizing system access, or accepting operational risk?
The more consequential the decision, the more the review must be grounded in real evidence and accountable authority.
A January 2026 study from Anthropic found that engineers who relied heavily on AI assistance saw a 17% drop in certain hands-on skills over time, even as their output got faster. The risk isn't that the AI did a bad job. It's that if a person stops doing the work themselves, they can eventually lose the ability to tell when the AI got it wrong.
This idea, that real authority requires real understanding, isn't new. It comes from David Marquet, a U.S. Navy submarine commander who argued that no one should approve a decision they don't understand, no matter how senior they are or how much they trust the person (or system) that made it. Read the full story →
Why deterministic checks matter
Language models are useful for synthesis and drafting. They are not reliable authorities for arithmetic, schema compliance, dependency order, or whether every requirement has been represented downstream. The prototype therefore recalculates a small number of structural conditions in code:
WSJF and RICE calculations
Funding-line eligibility for BRD generation
Requirement identifiers represented by downstream features
Sprint capacity based on declared points
Story order based on declared dependency relationships
These checks are useful but narrow. They do not validate:
Whether a requirement is correct
Whether a feature adequately satisfies a requirement
Whether a cost or benefit is real
Whether an NFR threshold is justified
Whether an estimate is credible
Whether a stakeholder has actually approved anything
Whether the product should be built
“Computed” should never be treated as synonymous with “true.” A related, more general framework for this idea is written up in The Four Guardrails.
Putting it together
Where this shows up, step by step
Inside an actual product team, this plays out across four stages, and at every stage, AI tools handle more of the drafting and synthesis while a person still signs off on the result.
Stage 01 · Steps 01–02Figure out what people need
The persona generator and journey map turn research and support signal into a grounded user context, instead of someone manually reading through all of it every few months.
A person still decides which patterns matter enough to act on.
A person adjusts the ranking weights against context the AI doesn't have, like a leadership commitment. Watching that single adjustment flip an architecture epic to #1 is the clearest proof the review isn't cosmetic.
Stage 03 · Steps 06–08Write the plan and build it
The BRD generator and backlog builder draft the detailed spec (requirements, assumptions, acceptance criteria) starting from a funded epic on the roadmap.
A person reviews it before any code gets written, catching the parts the AI got wrong or missed.
Stage 04 · Step 09Ship it and see what happens
The sprint planner drafts MVP scope and a RAID log, and flags any story scheduled before its own dependency instead of shipping the conflict silently.
A person still makes the final call on rolling it out to everyone.
Wrapping up
The big idea
01
AI does the busywork, not the thinking
The tools handle synthesis and the first draft. People still own the judgment calls: what matters, what's risky, what's worth doing.
02
The connections matter more than the AI model itself
MCP sounds like boring plumbing, but it's the actual reason any of this works at scale: without it, AI can't see the data it needs to be useful.
03
Checking the work is not optional
The more autonomous AI gets, the more a human who understands the work matters, not less.
None of this requires you to be a product manager, an engineer, or even particularly technical. It just requires understanding that AI tools are now a real part of how software gets built, and knowing enough to ask good questions about it.
The role of MCP in the target architecture
Model Context Protocol can provide a standard way for AI applications to access approved tools and data sources. In a future Product Operations system, MCP services could expose research, support, analytics, strategy, delivery, or financial context without requiring every workflow component to implement a separate integration pattern.
MCP alone does not make a workflow agentic, accurate, or safe. The quality of the system would still depend on which sources are authorized, what the agent is allowed to read or change, how evidence provenance is preserved, how stale or conflicting data is handled, where human approval is enforceable, what is logged, and how failures are detected and recovered. The MCP nodes in the network diagram are architectural proposals, not working connections.
The practical proposition
The proposition being tested is narrower than “AI can run Product Management.” It is:
A structured AI-assisted workflow may reduce first-draft effort and context loss across product artifacts, provided that evidence, assumptions, generated content, deterministic checks, and human decisions remain distinguishable. That proposition still requires external evaluation.
Explore the evidence
See the current implementation
The Document Flow page shows what each working tool consumes and produces.
Follow one worked example
The PetHealth case study traces a fictional initiative through the chain and identifies both useful continuity and quality risks.
Review the target architecture
The Network Diagram shows what would be required to evolve the prototype into an agentic Product Operations system.
Inspect the implementation decisions
The Technical Notes describe the stack, data contracts, checks, limitations, security boundary, deployment model, and test gaps.
Evaluate it yourself
The Limited Evaluation Beta is for practitioners willing to test a fictional, public, or sanitized initiative and identify where the workflow helps or fails.
Sources
Microsoft, "2026 Work Trend Index: Agents, Human Agency, and Opportunity," May 2026. 15x year-over-year growth in active Microsoft 365 Copilot agents.
Forrester / Anaconda, 2026 agentic AI pilot data. 88% of AI agent pilot projects never reach production use.
Anthropic, "MCP and the Agentic AI Foundation," December 2025, and Model Context Protocol ecosystem update, early 2026. MCP downloads growing from ~100,000/month at November 2024 launch to 97 million+/month by early 2026; donation to the Linux Foundation's Agentic AI Foundation (AAIF).
Anthropic, Randomized Controlled Trial on AI-assisted software development, January 2026. 17% decline in a measured developer skill among heavy AI tool users.
Dull, R., "Is it Safe to Use AI? A Submarine Commander vs. YOLO Mode and Loss of Skill," robdull.com/perspectives, May 2026. David Marquet's Leader-Leader model applied to AI-native workflows.
Gartner, 2026 Hype Cycle for Agentic AI. 40% of enterprise applications projected to embed task-specific AI agents by end of 2026, up from under 5% in 2025.
The tools, direct links
Nine connected tools, not a loose collection of demos
Each one hands its output to the next via a same-origin localStorage write, the same handoffs mapped in the Document Flow page below. Start at Step 01 and follow the chain, or jump straight to whichever stage you care about.
Want the more technical version of this same idea?
The network diagram shows the target architecture: every data source, agent, and connection a mature system would need. Document Flow shows the nine steps that are actually implemented today and what moves between them, built for anyone who wants to go deeper than the plain-language version above.