TL;DR: I ran an automated buyer against 20 Shopify stores that explicitly advertise themselves as ready for AI agents (verified UCP merchants). Only 65% let the buyer reach checkout. 25% silently broke at add-to-cart — the button was clicked, the cart stayed empty. A store can declare itself "agent-ready" and still be broken for the agents that actually matter.
| Outcome | Stores | % |
|---|---|---|
| Reached checkout | 13 | 65% |
| Silent add-to-cart failure | 5 | 25% |
| Add-to-cart blocked (disabled button) | 1 | 5% |
| No add-to-cart at all | 1 | 5% |
Every one of these 20 stores has a UCP manifest — they went to the trouble of publishing the file that tells AI shopping agents (ChatGPT, Perplexity, Google's agentic checkout) "you can buy from me."
The existing tooling (UCP Checker, Cloudflare's Agent Readiness score, Shopify's own scanner) checks whether that manifest exists and is well-formed. It does not check whether the store actually works for a non-human buyer.
I checked the thing nobody else checks: does the purchase actually complete?
dixxon.com, aeternum-jewelry.com) accepted the "Add to cart" click, then served "your cart is empty." The add silently failed.extoolsjapan.com) showed a permanently-disabled add button with no selectable variant exposed to automation.fillhappy-va.com) had no add-to-cart at all — its "product" was actually an event page.That's a real, measurable gap: declared agent-readiness and actual agent-workability diverge, and the divergence is silent — the store thinks it's fine, the agent just doesn't buy.
ucpregistry.com), all verified, all Shopify./cart, checked for a line item) → attempted checkout.results.json and checkout_test.py.If you're a merchant: agentic checkout is coming (Google's UCP, Perplexity's Buy with Pro, Visa's agent payments are all live). A manifest doesn't make you ready — an agent actually completing a purchase does. The stores losing out are the ones whose carts silently break.
If you build in this space: stop scoring manifests, start scoring purchases. The manifest tells you what a store says; the cart tells you what it does.
If you want to know whether your store actually works for automated/AI buyers — not just whether its manifest is valid — email mythrilsredraw@gmail.com. I'll run the same test against your storefront and tell you exactly where it breaks.
Python
100.0%
TL;DR: I ran an automated buyer against 20 Shopify stores that explicitly advertise themselves as ready for AI agents (verified UCP merchants). Only 65% let the buyer reach checkout. 25% silently broke at add-to-cart — the button was clicked, the cart stayed empty. A store can declare itself "agent-ready" and still be broken for the agents that actually matter.
| Outcome | Stores | % |
|---|---|---|
| Reached checkout | 13 | 65% |
| Silent add-to-cart failure | 5 | 25% |
| Add-to-cart blocked (disabled button) | 1 | 5% |
| No add-to-cart at all | 1 | 5% |
Every one of these 20 stores has a UCP manifest — they went to the trouble of publishing the file that tells AI shopping agents (ChatGPT, Perplexity, Google's agentic checkout) "you can buy from me."
The existing tooling (UCP Checker, Cloudflare's Agent Readiness score, Shopify's own scanner) checks whether that manifest exists and is well-formed. It does not check whether the store actually works for a non-human buyer.
I checked the thing nobody else checks: does the purchase actually complete?
dixxon.com, aeternum-jewelry.com) accepted the "Add to cart" click, then served "your cart is empty." The add silently failed.extoolsjapan.com) showed a permanently-disabled add button with no selectable variant exposed to automation.fillhappy-va.com) had no add-to-cart at all — its "product" was actually an event page.That's a real, measurable gap: declared agent-readiness and actual agent-workability diverge, and the divergence is silent — the store thinks it's fine, the agent just doesn't buy.
ucpregistry.com), all verified, all Shopify./cart, checked for a line item) → attempted checkout.results.json and checkout_test.py.If you're a merchant: agentic checkout is coming (Google's UCP, Perplexity's Buy with Pro, Visa's agent payments are all live). A manifest doesn't make you ready — an agent actually completing a purchase does. The stores losing out are the ones whose carts silently break.
If you build in this space: stop scoring manifests, start scoring purchases. The manifest tells you what a store says; the cart tells you what it does.
If you want to know whether your store actually works for automated/AI buyers — not just whether its manifest is valid — email mythrilsredraw@gmail.com. I'll run the same test against your storefront and tell you exactly where it breaks.
Python
100.0%