Skip to content

AEO Is DevRel Infrastructure (And Nobody Owns It)

I audited Stripe, Clerk, and Neon's docs for whether AI assistants can find and cite them, and found the best sites in developer tools are only two layers into a six-layer AEO stack. Nobody owns that work yet, which makes it DevRel's to claim.

July 29, 2026 / 6 min read
AEO Is DevRel Infrastructure (And Nobody Owns It)

Answer engine optimization (FAQ schema, llms.txt, structured content, agent-facing signals) is DevRel infrastructure, not a content chore, and at most developer-tool companies nobody owns it yet. DevRel is the function best positioned to claim it.

In May I audited three developer-tool documentation sites (Stripe, Clerk, and Neon), looking for the structural signals that determine whether AI assistants can find, extract, and cite their content. I picked those three because they're the sites everyone in DevRel points at when they mean documentation done right.

All three have an llms.txt. None of them have an explicit AI crawler policy in robots.txt. The differences between the three turned out to be more instructive than the similarities.

Stripe's llms.txt reads like a product catalog. It's comprehensive and organized by product line, with use cases relegated to a secondary Solutions section, so a developer asking an AI "how do I handle subscriptions?" mostly needs the model to infer the mapping from catalog to use case. Clerk's is indexed by use case and framed educationally, with framework-specific content that lets an AI answer "how do I add auth to my Next.js app?" with Clerk specifically. Neon's is the most sophisticated of the three. It explicitly names AI builders as an audience and covers MCP integrations, pgvector, and agent tooling. It's written for the machine that reads it.

Here's the context that reframes the whole audit. Across nearly 300,000 domains SE Ranking analyzed, only about one in ten has any llms.txt. Set a stricter bar and the number drops further: among the top 10,000 sites, barely 6% have a valid, well-formed one as of mid-2026 (a different study, counting a different thing). Almost nobody has started. But the companies you actually benchmark against have: all three sites I audited shipped one. If you've been waiting to see whether this matters, they've already answered.


If you've read my local business AEO work, I won't repeat it

I've written elsewhere about answer engine optimization (AEO) for local businesses: the five structural signals (FAQ schema, Quick Answer blocks, llms.txt, open crawler access, extractable content) that determine whether an AI recommends you. Those signals apply to developer tools unchanged, so I won't re-teach them here.

What changes for developer tools is everything else. The query is "what should I use for serverless Postgres?" instead of "best plumber near me." The stakes are a competitor getting embedded in agent defaults. The part with no local-business equivalent at all is the second surface, where the consumer of your content isn't a human asking an AI but a coding agent working autonomously. That second surface is where the infrastructure framing earns its name.


The stack, and how much of it is missing

The most complete framework I've found so far for the agent-facing layer is Addy Osmani's six-layer stack for what he calls Agentic Engine Optimization (the agent-facing sibling of the answer-facing AEO above, confusingly abbreviated the same way):

  1. robots.txt access control
  2. llms.txt discovery
  3. skill.md capability signaling (a machine-readable manifest telling an agent what your tool can do and how to call it)
  4. Content formatting: markdown, heading hierarchies, parameter tables
  5. Token surfacing: publishing page token counts as metadata
  6. "Copy for AI" buttons: clean markdown for context inclusion

Here's what my audit found: layers 3 through 6 were absent from all three sites. Stripe, Clerk, and Neon, the top of the market, are two layers into a six-layer stack. The field is that early. Your gap to the leaders is measured in months, not years.


Why this lands on DevRel

I went looking for DevRel teams writing about this work and found something strange: nobody is. Stripe, Clerk, and Neon built their llms.txt files silently, with no posts about who owns the work or why. Trade press has started discussing "AI DevRel manager" roles, but I couldn't find a single published example of a DevRel team claiming AEO as theirs.

The organizational reality explains the silence. Look at who owns each signal in a typical dev-tool company:

| Signal | Typical owner | What actually happens | |--------|---------------|----------------------| | FAQ schema / JSON-LD | SEO team, if one exists | Not in DevRel purview; doesn't get done | | llms.txt | Nobody | New artifact, no owner | | robots.txt AI crawler access | IT / Infra | Treated as a security setting, not distribution | | Agent skills library | Nobody | No standard owner; someone has to invent the mandate | | Citation monitoring | Nobody | No tooling in the standard DevRel stack | | Structured API reference | Docs team | LLM-readability isn't on their criteria list |

The work falls between teams, so it mostly doesn't happen. DevRel is better positioned to own it than any other function, because every input to the work is something DevRel already knows. What developers actually ask becomes the FAQ schema. What context an agent needs to use the tool correctly becomes the skills library. How products actually spread through developer communities becomes the trust signals AI assistants weight.

The barrier isn't capability. It's framing. Most DevRel teams still think of themselves as producing content, meaning posts, talks, and sample projects. AEO is infrastructure work that happens to produce content artifacts. Until a DevRel team makes that mental shift, the work has no home.


The baseline test

I ran a citation baseline on my own site earlier this year and got 0% on service queries and 100% on branded queries. Every AI assistant knew who I was when asked by name. None of them recommended me when asked what I do. That gap exists because the site was written for humans reading top to bottom.

The same test applies to your product, and it costs nothing. Ask ChatGPT, Perplexity, Claude, and Gemini: "what should I use for [your product's core use case]?" Not your product name, the use case. Count how many answers include you. That number is your baseline, and my bet is that nobody at your company has ever measured it.

Run the test. If you're in the answers, find out which content is earning the citations and protect it. If you're not, you have a rare thing in DevRel: a gap that's measurable, fixable with known techniques, and invisible so far to your competitors, nine in ten of whom haven't started.


Part 2 of 9 in the Developer Relations in the Age of AI series.

← Previous: The Split Audience · Next: The 25% That AI Can't Do → · ← All articles

stay in touch

Networking, openly.

I write and connect with operators building developer-first products and payment systems. Follow along on LinkedIn. That's where conversations happen.

Follow on LinkedIn /in/shanelogsdon

the newsletter

New posts by email

Occasional writing on developer platforms, payments, and AI-assisted engineering. No spam, and you can unsubscribe anytime.