28 April 2026
Dancing Lessons for the Machines
A product manager's guide to the agentic commerce
The digital economy is undergoing a structural transformation, and we are moving the money from human hands to autonomous software systems. We call this “Agentic Commerce,” or “a-commerce,” which is a fancy way of saying the robots are now doing the shopping. In this new world, the customer isn’t a person clicking a button. The customer is an AI agent with delegated authority and a reasoning engine.
For product managers, this means the old rules are dead. We are moving from pretty buttons (UI) to machine-readable interfaces (API/DX) with the goal of building a world where a non-human actor can verify its legal and financial “intent” without calling its human for help every five minutes.
The Strategic Shift to the Machine Economy
Agentic commerce is a model where AI systems act as decision-makers. They recognize intent, plan multi-step actions, and execute transactions, and by 2030, these agents might mediate between $3 trillion and $5 trillion in global spending.
This shift is built on three things: autonomy, reasoning, and interoperability. Autonomy lets the agent follow rules without a human looking over its shoulder. Reasoning lets it adapt when the price of eggs goes up. Interoperability lets it talk to any shop with an open API. The traditional marketing funnel (designed to trick human eyes with shiny colors) is becoming irrelevant, and for a robots, “conversion” is simply just a successful API call.
Redesigning for the Agent Experience (AX)
If you want a robot to buy your products, you have to stop designing for humans. Success is no longer measured by “time on page.” It is measured by task success rates and how rarely a human has to step in.
The Principles of Agent Experience (AX)
We used to optimize for Developer Experience (DX). Now we prioritize Agent Experience (AX). This means making APIs machine-interpretable and self-correcting.
An agent needs high-quality OpenAPI descriptions, and it performs semantic searches against your docs to figure out which endpoint to call. If your error message just says “Invalid Request,” the agent gets stuck. If you give it structured recovery metadata—like is_retriable flags or retry_after_seconds headers—it can fix its own problems. How nice.
Authentication and Least Privilege
Robots cannot solve CAPTCHAs because they do not have fingers and they hate being gaslit by developers (maybe, I don’t think they have feelings, though). For agentic commerce, we use API keys, bearer tokens, or OAuth client credentials. Product managers must implement “least privilege” tokens. If an agent is authorized to check your flight status, it shouldn’t be able to change your home address. These tokens should be short-lived and have clear refresh mechanics.
Verifying Intent
The big question is intent. How does a merchant know that a bot actually has the legal and financial authority to spend money? In the automated world, intent is invisible at the moment of the transaction, which makes fraud detection difficult. We need intent-based detection to tell a good AI agent from a malicious bot.
The Verifiable Intent Framework
Mastercard and Google built a “Verifiable Intent” framework. It’s a standards-based trust layer that links three things into one tamper-resistant record:
- Identity: Who is the cardholder authorizing the agent?
- Intent: What were the specific instructions (e.g., “Buy shoes under $100”)?
- Action: What did the agent actually do?
This creates a cryptographic proof of authorization. If something goes wrong, you have a clear audit trail to resolve the dispute.
The Mandate System
The Agent Payments Protocol (AP2) uses “Mandates.” These are cryptographically signed digital contracts.
Product Management for the Autonomous Ladder
Designing for agents is about goals and workflows, not prompts. PMs have to decide when a task is “agentic”. They use a “ladder of autonomy” to manage the risk:
- Rung 1 (Assistance): The agent suggests. The human clicks.
- Rung 2 (Partial Autonomy): The agent takes steps but asks for permission at the fork in the road.
- Rung 3 (Full Autonomy): The agent acts. The human watches (or sleeps).
PMs must be “painfully specific” with guardrails. A robot tasked with “optimizing your schedule” might cancel all your social events because they aren’t “productive.” It achieves the goal perfectly, but it makes you miserable. That is the danger of machine logic.
The Multimodal Agent Score (MAS)
Evaluating these non-human customers requires new math. The Multimodal Agent Score (MAS) aggregates quality dimensions: Understanding (AUQ), Reasoning (ARQ), and Response (AReQ).
For commerce, reasoning quality (ARQ) is usually weighted more heavily. If the agent understands you perfectly but buys the wrong car, the score should be low.
The Financial Plumbing: Stablecoins and x402
The old financial system is too slow for robots. Robots work in milliseconds; banks work in business days.
To fix this, we have the x402 protocol. It uses the old HTTP 402 “Payment Required” code for instant machine payments. It settles in under two seconds using USDC on the Base network.
For complex jobs, we use smart contracts like ERC-8183 for programmable escrow. The money is locked until a “neutral assessor” or code confirms the work is done. The contract is the judge, the jury, and the executioner.
The Legal Reality or “Who to Sue?”
There is a “liability gap.” If an AI agent buys an expensive subscription upgrade that you didn’t really want, who is responsible?
Regulators like the UK’s CMA are clear: the business that deployed the agent is responsible for following consumer law. You cannot blame the AI. You are responsible for:
- Defining the agent’s authority.
- Keeping audit trails (logs) of why the agent did what it did.
- Providing human oversight.
In the EU, the new Product Liability Directive treats AI like a product with strict liability. If the machine breaks the law, the person who turned it on pays the bill.
A Machine-to-Machine World
We are moving to an “agentic-first” design. This means building products where agents are the primary users and humans are just the administrative layer. By 2027, most application providers will have to change their pricing models to handle all the API traffic from robots.
The “checkout experience” isn’t a page anymore. It is a programmatic handshake. It is fast, efficient, and slightly cold. But that is the architecture of the new economy. Welcome to it.
Works cited
- What is agentic commerce? A guide to getting started | Stripe, accessed April 28, 2026, https://stripe.com/guides/agentic-commerce
- What Is Agentic Commerce? | IBM, accessed April 28, 2026, https://www.ibm.com/think/topics/agentic-commerce
- Agentic commerce - Wikipedia, accessed April 28, 2026, https://en.wikipedia.org/wiki/Agentic_commerce
- What is Agentic Commerce? How It Works & Why It Matters - Criteo, accessed April 28, 2026, https://www.criteo.com/digital-advertising-glossary/agentic-commerce/
- API Design Principles for the Agentic Era - Apideck, accessed April 28, 2026, https://www.apideck.com/blog/api-design-principles-agentic-era
- Agentic Era: The UI Transition has Started - AiThority, accessed April 28, 2026, https://aithority.com/guest-authors/agentic-era-the-ui-transition-has-started/
- The Missing Layer in AI-Driven Commerce, accessed April 28, 2026, https://www.adr.org/news-and-insights/trust-framework-for-agentic-commerce-disputes/
- The automation curve in agentic commerce - McKinsey, accessed April 28, 2026, https://www.mckinsey.com/capabilities/quantumblack/our-insights/the-automation-curve-in-agentic-commerce
- Product management for Agentic AI: When to build agents and how ..., accessed April 28, 2026, https://www.mindtheproduct.com/product-management-for-agentic-ai-when-to-build-agents-and-wow-to-do-it-well/
- Key concepts – Agentic Commerce | OpenAI Developers, accessed April 28, 2026, https://developers.openai.com/commerce/guides/key-concepts
- How Payments Infrastructure Must Evolve for Agentic Commerce - FinTech Weekly, accessed April 28, 2026, https://www.fintechweekly.com/magazine/articles/payments-infrastructure-agentic-commerce-ai-agents-security-2026
- How Verifiable Intent builds trust in agentic AI ... - Mastercard US, accessed April 28, 2026, https://www.mastercard.com/us/en/news-and-trends/stories/2026/verifiable-intent.html
- Bot Management for the Agentic Era - Akamai, accessed April 28, 2026, https://www.akamai.com/blog/security/bot-management-agentic-era
- Agentic Commerce Security: An Essential Guide - Vouched ID, accessed April 28, 2026, https://www.vouched.id/learn/blog/agentic-commerce-security-guide
- Agentic Commerce Protocol: Secure AI Agent Identity Verification for Trust & Safety Leaders, accessed April 28, 2026, https://microblink.com/resources/blog/agentic-commerce-protocol/
- AP2 Protocol: Agent Payments for AI Commerce. - Blog 0xProcessing, accessed April 28, 2026, https://0xprocessing.com/blog/ap2-protocol/
- The Rise of Agentic Commerce - How AI Agents Are Transforming Digital Payments, accessed April 28, 2026, https://www.researchgate.net/publication/399961044_The_Rise_of_Agentic_Commerce_-_How_AI_Agents_Are_Transforming_Digital_Payments
- AP2 Protocol: Complete Guide to Agent Payments for Web3 Developers 2026 - Cobo, accessed April 28, 2026, https://www.cobo.com/post/ap2-protocol-complete-guide-to-agent-payments-for-web3-developers-2026
- AP2 and x402 - AP2 Protocol, accessed April 28, 2026, https://ap2-protocol.net/en/topics/ap2-and-x402
- Evaluating AI Agents in Contact Centers: Introducing the Multi-modal Agents Score, accessed April 28, 2026, https://www.microsoft.com/en-us/dynamics-365/blog/it-professional/2026/02/04/multimodal-agent-score/
- What is x402? - Crossmint Blog, accessed April 28, 2026, https://blog.crossmint.com/what-is-x402/
- The Agent Economy: A Blockchain-Based Foundation for Autonomous AI Agents - arXiv, accessed April 28, 2026, https://arxiv.org/html/2602.14219v1
- AI Agent Payments: The Future of Autonomous Commerce | Chainlink, accessed April 28, 2026, https://chain.link/article/ai-agent-payments
- AI Agents Can Now Escrow Payments Trustlessly — Meet ERC-8183, the Ethereum Standard That Changes Everything - CCN.com, accessed April 28, 2026, https://www.ccn.com/education/crypto/erc-8183-programmable-escrow-ai-agents-ethereum-how-it-works/
- ERC-8183: Agentic Commerce - Ethereum Improvement Proposals, accessed April 28, 2026, https://eips.ethereum.org/EIPS/eip-8183
- When Artificial Intelligence Buys the Wrong Thing: Autonomy, Consent, and Liability Gaps in Payment Law, accessed April 28, 2026, https://blogs.law.ox.ac.uk/oblb/blog-post/2026/02/when-artificial-intelligence-buys-wrong-thing-autonomy-consent-and-liability
- What Is AI Liability in the Agentic Economy? Why Someone Must Be on the Hook | MindStudio, accessed April 28, 2026, https://www.mindstudio.ai/blog/ai-liability-agentic-economy
- AI Agents and Consumer Law: What Businesses Need to Know - Cooley, accessed April 28, 2026, https://www.cooley.com/news/insight/2026/2026-03-26-ai-agents-and-consumer-law-what-businesses-need-to-know
- AI Agents for Business Intelligence: Guide + Use Cases - Domo, accessed April 28, 2026, https://www.domo.com/learn/article/ai-agents-in-business-intelligence
- AI Agent Liability: When Your Agent Causes Damage, Who Pays? | MintMCP Blog, accessed April 28, 2026, https://www.mintmcp.com/blog/ai-agent-liability
- Agentic First: designing products where agents are the primary users : r/mcp - Reddit, accessed April 28, 2026, https://www.reddit.com/r/mcp/comments/1s20y2f/agentic_first_designing_products_where_agents_are/
- The Agentic Token: How the Financial Plumbing of Autonomous AI is Actually Being Built, accessed April 28, 2026, https://medium.com/@w.lacerda/the-agentic-token-how-the-financial-plumbing-of-autonomous-ai-is-actually-being-built-5b808216d4c8
- Agentic Commerce Protocol, accessed April 28, 2026, https://www.agenticcommerce.dev/
- Google Universal Commerce Protocol (UCP) Guide, accessed April 28, 2026, https://developers.google.com/merchant/ucp
Identity$400(09/09)