AI-era DevRel signals

These thirteen practices are visible in current DevRel programmes at named companies. The examples establish adoption. They do not establish causation.

1. Cookbook repositories as a primary DevRel deliverable

Pattern. A public GitHub repository organised as a collection of small, complete, runnable recipes covering different use cases of your product. Each recipe is self-contained, has a README.md, and demonstrates one thing clearly.

Why it works.

  • Search and retrieval systems can surface a focused recipe for a specific task.
  • Human developers clone individual recipes as starting points for their own integrations.
  • One repository gives the team a canonical implementation to test and update.
  • Each recipe is a small, reusable unit that can be tested and updated independently.

Notable exemplars.

  • OpenAI Cookbook (github.com/openai/openai-cookbook). The defining example. Hundreds of recipes. Substantial external-contributor community.
  • Anthropic Cookbook. Direct competitor and arguably the more curated version. Recipes are tightly scoped, well-tested, and include explicit version metadata.
  • Stripe Samples (github.com/stripe-samples). Per-language repositories with complete deployable examples.
  • Vercel Templates (vercel.com/templates). Templates that can be deployed with a click.
  • LangChain templates and LlamaIndex examples. Recipe-style code reflecting common integration patterns.

The pattern is so dominant that “ship a cookbook” is now a default early-stage DevRel deliverable at AI-adjacent companies.

2. Founder-led written content

Pattern. Founders and senior technical leaders write under their own names, on topics adjacent to but not always about their product. The content is substantive, opinionated, sometimes long, and intellectually serious.

Why it works.

  • Readers can connect an argument to a named person’s record. Patrick Collison, Mitchell Hashimoto, Guillermo Rauch, and Clem Delangue each bring decisions and experience that a company account cannot claim for itself.
  • A decade of signed essays gives readers a record of the author’s decisions and revisions.
  • AI citation effect. AI assistants weight authority sources heavily; founder-authored content tends to be authoritatively cited.

Notable exemplars.

  • Stripe Press. Stripe’s broader intellectual project: books, essays, sustained long-form publishing.
  • Mitchell Hashimoto’s personal blog (mitchellh.com). Post-HashiCorp writing on systems software and Ghostty terminal-emulator work.
  • DHH’s writing across two decades. Hey, Basecamp, REWORK, his personal site.
  • Sam Altman’s blog and OpenAI announcements. Even at scale, the voice is identifiable.
  • swyx’s writing across his personal site and Latent Space. Sustained essay-driven authority.

The pattern requires someone willing to write under their own name. A senior technical leader can do this when the founder is not the right author, provided the piece draws on decisions the author actually made.

3. Build-in-public Launch Weeks

Pattern. A company publishes several releases over a defined week, with a post, demo, and question period for each one.

Why it works.

  • A scheduled sequence gives the audience several occasions to follow the release and ask questions.
  • Each day’s content is shareable and amplifiable.
  • The public schedule gives engineering, documentation, and product teams shared release deadlines.

Notable exemplars.

  • Supabase Launch Weeks (running since 2021). Multiple features per week, daily posts, livestreams, and community participation.
  • Cloudflare Developer Week. Annual, content-saturated week of new product announcements.
  • Vercel Ship. Annual customer-event-as-launch-week.
  • Linear’s smaller launch series.

Pattern adoption across the developer-product industry is rapid through 2024 to 2026.

4. MCP server as a first-class product surface

Pattern. Publishing an MCP server alongside your SDK and CLI, treating it as a maintained product. Tool naming is deliberate; documentation is complete; updates ship with the product.

Why it works.

  • Agents can invoke your product across all AI clients (Claude Code, Cursor, Windsurf, ChatGPT, Gemini).
  • The MCP server is increasingly the entry point for agentic developer work; without one you’re invisible to that audience.
  • The discipline of writing clean tool descriptions improves the rest of your API documentation as a side effect.

Notable exemplars.

  • GitHub MCP, Sentry MCP, Cloudflare MCP, Linear MCP, Notion MCP, Stripe MCP, Supabase MCP, Snowflake MCP. Partial list of major developer-product MCP servers in 2026.
  • Vercel AI SDK with MCP support.
  • Microsoft Playwright MCP for browser automation.

See ./mcp-as-devrel-surface.md.

5. Disciplined llms.txt plus llms-full.txt plus OpenAPI plus schema

Pattern. A clean, well-maintained set of machine-readable surfaces:

  • Auto-generated llms.txt and llms-full.txt (often via Mintlify or similar).
  • Publicly accessible OpenAPI spec at a stable URL.
  • Schema.org markup on key product pages.
  • Consistent canonical URLs across the docs site.
  • Robots.txt explicitly allowing the major AI crawlers.

Why it works.

  • Cumulatively improves AI assistants’ ability to extract correct information about your product.
  • The discipline of maintaining these files keeps documentation hygiene high.
  • Even if llms.txt’s direct AI-citation effect is uncertain, the surrounding practices produce measurable improvements.

Notable exemplars.

  • Anthropic docs at docs.anthropic.com: clean llms.txt and llms-full.txt, well-structured pages, consistent vocabulary.
  • Mintlify-hosted documentation generally. Anthropic, Cursor, Resend, Perplexity, dozens of others.
  • Stripe docs. Long-standing best-in-class documentation with strong AI-readable structure.
  • Vercel docs and Next.js docs. Clean, well-versioned, machine-friendly.

6. Sponsored YouTube placements on trusted channels

Pattern. Paying for sponsored segments on YouTube channels whose audience overlaps your ICP. The channel’s creator presents the segment and may demonstrate the product in use.

Why it works.

  • The creator can demonstrate a specific workflow inside material their audience already watches.
  • The video remains available after the campaign ends.
  • Public view counts and tracked links give the sponsor observable reach and referral data.

Notable exemplars.

  • Fireship. Sponsored segments in The Code Report and product features.
  • ThePrimeagen. Sponsored segments for software-development products.
  • Theo Browne (t3.gg). Sponsorships aimed at frontend developers.
  • Web Dev Simplified, Net Ninja, NetworkChuck, ByteByteGo. Other channels used by developer-product sponsors.

Approximate rates are documented in ../09-platforms/youtube-tech.md. Sponsors still need campaign-specific referral and activation data before comparing the channel with other paid media.

7. Podcast guesting by senior team members

Pattern. Senior engineers, founders, and DevRel leaders appearing as guests on respected developer podcasts. Often discussing topics adjacent to but not strictly about their product. The product comes up naturally in conversation.

Why it works.

  • A long conversation gives the guest time to explain decisions, constraints, and technical trade-offs.
  • The conversation reaches the podcast’s existing audience.
  • The recording and show notes remain available after release.

Notable exemplars.

  • Latent Space appearances. For AI-adjacent products, an appearance with swyx and Alessio Fanelli is the canonical conversion event.
  • The Changelog appearances. Broad industry reach; Adam Stacoviak and Jerod Santo run high-quality interviews.
  • Syntax.fm appearances. Front-end audience.
  • Acquired episodes. For broader company-strategy reach (less developer-focused but high-prestige).
  • Community Pulse appearances. For DevRel-practitioner audience (i.e., influencing other DevRel teams).

8. AI Engineer Summit / specialised conference presence

Pattern. Companies whose products serve AI Engineers invest deliberately in specialised AI-engineering conferences and channels rather than generic developer events.

Why it works.

  • Audience concentration. The AI Engineer Summit, MLOps World, NeurIPS, Ray Summit, GTC, Snowflake Summit AI tracks, and Databricks Data + AI Summit bring together practitioners who evaluate AI-infrastructure products.
  • Authority transfer. Speaking at AI Engineer Summit signals you are taken seriously by the practitioner community.
  • Connections compound. Senior AI Engineers meet your team in person; the relationships drive enterprise adoption.

Notable exemplars.

  • Pinecone, Weaviate, Chroma, Qdrant all show up consistently at AI-engineering conferences.
  • OpenAI, Anthropic maintain visible AI Engineer Summit presence.
  • Modal, Together AI, Replicate have appeared at AI-engineering conferences.

9. Discord office hours and structured community presence

Pattern. Predictable, regular times when company engineers are visibly available in the community Discord (or equivalent). Office hours; AMAs; bug-triage hours; “ask me anything about X” themed sessions.

Why it works.

  • A fixed schedule tells members when an engineer will be available.
  • Repeated questions expose documentation gaps and can be turned into durable answers.
  • Named engineers can take responsibility for ambiguous bugs and product decisions.

Notable exemplars.

  • Vercel’s Next.js Discord with regular team presence.
  • Supabase Discord with founder participation.
  • Cloudflare Discord for Workers / Pages community.
  • Anthropic Discord for developer community.
  • The Rust language community’s Zulip (technically not Discord, same pattern).

10. Open-source maintainer sponsorship and ecosystem investment

Pattern. Companies investing financially or via paid roles into open-source projects their product depends on or competes with. GitHub Sponsors, Tidelift, direct grants, hiring maintainers.

Why it works.

  • Authority signal. Companies that fund open source visibly earn community trust.
  • Supply chain. Maintained dependencies are more reliable; sponsored maintainers can fix things you depend on.
  • Recruitment pipeline. Senior open-source maintainers are often the best hires.

Notable exemplars.

  • Cloudflare’s open-source funding across multiple projects.
  • Sentry’s open-source dependency fund.
  • Vercel’s funding of Next.js and many adjacent JS ecosystem projects.
  • The various MOSS (Mozilla Open Source Support) grants historically, plus successor programs.

11. Treating documentation as a versioned product with a roadmap

Pattern. Documentation has an owner, a quarterly roadmap, version controls, named writers, and measurable goals (TTFHW, completion rate, search-query coverage).

Why it works.

  • A regular review creates a schedule for fixing stale pages, broken examples, and incomplete metadata.
  • Complete examples and stable structure help both developers and retrieval systems.

Notable exemplars.

  • Stripe’s documentation. Long-standing best-in-class.
  • Mintlify-hosted documentation at most AI-era developer products.
  • Twilio’s documentation. Substantial team and roadmap.
  • AWS, Google Cloud, Azure all maintain documentation teams that operate like product teams.

12. Founder or CEO running the launch personally

Pattern. The CEO or founder presents the keynote, writes or signs the launch post, demonstrates the product, and answers questions. Marketing handles production and distribution around that named presenter.

Why it works.

  • The founder can connect the product announcement to decisions they made and answer questions about the company’s direction.
  • A named presenter gives press, podcast hosts, and community members a specific person to question after the announcement.

Notable exemplars.

  • OpenAI DevDay (Sam Altman, Greg Brockman, etc.). Founder-led format is the default.
  • Anthropic launches. Dario Amodei, Mike Krieger, Alex Albert all visible at major launches.
  • Vercel launches. Guillermo Rauch leads.
  • Linear releases. Founders consistently in the foreground.

13. Combining a fast-iterating cookbook with quarterly long-form essays

Pattern. Day-to-day content production focuses on cookbook recipes (small, complete, runnable). Long-form quarterly essays focus on strategic positioning, architectural arguments, opinionated takes on the field.

Why it works.

  • Cookbook recipes answer narrow implementation questions with runnable code.
  • Essays explain architectural choices, trade-offs, and product direction.

Notable exemplars.

  • Anthropic’s blog combined with cookbook. Strategic essays plus tactical recipes.
  • OpenAI’s blog plus Cookbook.
  • Vercel’s product launches and technical writing.
  • LangChain blog plus templates repository.

Patterns with weaker evidence

Several patterns that are common in 2024 to 2026 marketing advice but for which the evidence of effectiveness is genuinely weaker:

  • Aggressive llms.txt optimisation (covered with appropriate scepticism in ./llms-txt-standard.md).
  • “AI-generated content at scale” approaches (mostly failure mode).
  • Generic “AI thought leadership” content from companies without genuine AI products.
  • Heavy reliance on a single AI-search visibility tool.

See also