AI the Docs 2025 conference

Event overview

I recently attended the AI the Docs event which focused on the intersection of artificial intelligence and technical documentation, exploring how AI is transforming documentation creation, consumption, and management. The event took place over two days with multiple speakers and presentations.

This blog post summarizes the key themes, notable presentations, and practical recommendations from the event. I’ve used the LLM Claude Sonnet 3.7 to parse my raw notes and help me write this summary.

Key themes

1. AI as documentation consumer

2. Documentation architecture for AI

3. RAG (Retrieval Augmented Generation)

4. Evolving role of technical writers

With AI consuming and acting on documentation, the role of the writer becomes more strategic. It’s not just about about using clear phrasing or formatting. The role becomes more focused on information architecture, intentionality, and responsibility.

Technical writers are key contributors to the design of AI-powered user experiences.

Presentations I enjoyed

Roy Derks (IBM): Effectively use AI Agents to Maintain Your Docs

Elmer Thomas, Maria Bermudez (Twilio): The Robots are coming for your job, and that’s okay

The talk introduced “Docs Buddy” which described how to use agents for specific tasks. Instead of one mega-bot, they built six single-purpose agents:

Selvaraaju Murugesan (kovai.co): Producing AI-friendly content: Emerging best practices

Head of Data Science at Kovai.co presented emerging best practices for AI-friendly content:

Practical recommendations from Selvaraaju Murugesan’s talk

  1. Audit docs for LLM readiness: Clean markup, proper chunking, semantic structure
  2. Build prompt libraries: Capture effective prompts for internal tools and doc generation
  3. Experiment with embedded search: Combine technologies like LangChain with API docs
  4. Start small with chatbots: Implement RAG for a single doc set and refine
  5. Measure what matters: Track successful queries, not just page views
  6. Structure content for AI consumption:
    • Use detailed content with a few well-placed FAQs (as “cheat sheets” for AI)
    • Implement proper information architecture with clear, specific headings
    • Avoid generic titles like “Fee” or “Pricing”
    • Use semantic HTML tags like <code> for code snippets and <abbr> for acronyms
    • Include descriptive metadata (creation date, last updated date, article title)
    • Format tables properly with no null values and use binary formats when applicable
    • Ensure articles remain within reasonable token limits (ideally one chunk per concept)

Some tools and technologies mentioned

Resources shared

Multiple resources were shared during the event, including:

Conclusions

The event highlighted the transformative impact of AI on documentation practices, emphasizing that documentation is increasingly being consumed by machines rather than humans directly, requiring new approaches to content creation and management. The focus is shifting towards making documentation machine-friendly, with an emphasis on structured, semantic content that can be effectively processed by AI systems.

You can view all the presentations from the event at https://pronovix.com/event/ai-the-docs-2025.

../