1. The moment we had to choose
The AI-agent-readiness space is getting crowded. A few weeks ago a serious competitor shipped a public leaderboard called "The Agentic Web Index" and started ranking sites publicly. It is a smart move. Rankings attract press, generate viral loops, and build authority around a category.
We considered mirroring it. Building our own ranked index of "the most agent-ready sites of 2026" would have taken us six to ten hours to stand up. It would have looked serious. It would have signaled parity.
We decided not to.
2. The real question was not "should we build a leaderboard"
The real question, once we sat with it, was: are we a discovery catalog or a delivery product?
A discovery catalog measures. It gives you a score. It publishes an index. Its value grows with authority: the more sites listed, the more the ranking matters.
A delivery product changes the site. It hands you the files, the plugin, the diff, and the deploy path. Its value grows with completion: the more sites actually shipped a fix, the more the tool matters.
Both are valid businesses. But you cannot be both at the same time, not with a small team, not this early. The scoreboard business rewards curation and press cycles. The delivery business rewards throughput and post-install grade lift. Different muscles.
We chose delivery.
3. What "delivery" looks like in our stack right now
Delivery for us is three concrete surfaces. All three are live to some extent:
1. The fix-pack generator. When you scan a site with AgentFix and buy the $29 Basic or $99 Pro pack, our worker regenerates a set of files targeted at your stack: llms.txt, llms-full.txt, agent-card.json, mcp.json, JSON-LD blocks for Organization, WebSite, FAQPage, and BreadcrumbList, a feed link, and per-stack head snippets. The generator reads one canonical business_profile.json built from your live scan, and every output file is rendered from that profile so nothing drifts between them. Stack detection (Next, React, Vue, Nuxt, Astro, SvelteKit, WordPress, Shopify, Webflow, static) chooses the correct injection recipe. This layer is live behind a feature flag and gated by an eight-check QA suite that verifies URL aliveness, page-scope schema coverage, cross-file consistency, and stack correctness before any pack ships.
2. The WordPress plugin. For clients on WordPress, a ZIP of files is a scary artifact. We ship a plugin instead. agentfix-agent-ready v0.3.0 registers rewrite endpoints for /llms.txt, /.well-known/agent-checkout.json, /.well-known/agent-signup.json, /llms-pay.md, injects JSON-LD via wp_head, and adds an admin dashboard row so the site owner can see which discovery files are on, which are still 404, and which need the paid license. A WooCommerce hook injects the correct autocomplete=cc-* attributes on checkout fields, so machine payment agents can parse the form. Install once, activate, done.
3. The Chrome extension. For the individual developer who wants to check any site quickly, the extension runs the same 52-check readiness pass in a side panel. Continuous monitoring (bookmark a site, get pinged when the grade drifts) is shipping next.
None of these are a leaderboard. All three are delivery.
4. Why this is the harder honest bet
A leaderboard is easier to demo. You can show a table. You can generate press. You can put a badge on the winners.
Delivery is harder to demo. You have to show a scan, then a purchase, then a pack, then a deploy, then a re-scan showing the grade lifted. That is a longer story arc. But it is the arc that closes with a paying customer, not with a mention.
Our polar star is the first external paying customer. Not the first press cycle, not the first badge on a homepage, not the first thousand entries in an index. A ranking of sites that have not paid us is not what pays the electric bill on the delivery worker.
5. What we are not saying
We are also not going to make our public content anti-anyone. Our competitor is smart, their leaderboard is well-executed, and the space is early enough that any serious tool is helping the category grow. What we are doing is refusing to imitate. There is a real difference between "we watched a competitor build X and copied it" and "we chose a different lane because our value proposition is different." The first is derivative. The second is a product decision.
6. What this means for the next quarter
For the next six weeks we are hardening the pack generator (Phase 5 five-fixture prod gate is next), pushing WP plugin distribution, and adding continuous monitoring to the extension. When we hit three external paying customers, we will consider a "hall of improvement" (post-install grade delta stories). That ranks the change, not the site.
If you run a site and want to know whether an AI shopping agent can parse your checkout, scan yourself at agentfix.pro. If the honest report says the fix is worth $29 or $99, we will ship you the files, the plugin, and the install steps. If not, that is fine. We are here to close the gap, not grade you.
Related reading: the honest breakdown of how a competitor scanner rated us, the three commerce discovery files agents look for, and the 52-check methodology.
