Skip to main content
How AI agents generate and maintain documentation. The writing layer has three distinct session types, each with different trigger patterns, human involvement, and output quality. 73,058 requests across 3,710 sessions on a single Tuesday in April 2026.

Scale

The 19.7 requests per session reflects the agentic nature of writing: read existing docs, check the codebase, draft, verify, revise.

By product

Writing requests break down across four products with different levels of human involvement.

Agentic reading versus writing

Three session types

Directed

Human initiates on a Linear ticket or Slack command. Continuous human involvement. Includes edits, content creation, questions, PR work.

Automated

System-triggered by a webhook (push) or cron job. No human in the loop after setup. The majority of session volume.

Complex

Multi-agent pipelines with large system prompts. High coordination overhead. Atlas (repo-to-docs) is the primary example.

Directed sessions

Humans trigger these via Linear ticket or Slack command and stay involved throughout.

What people ask for

PR merge rate over time

AI-generated PRs from directed sessions have improved substantially:

Prompt length

Directed session prompts average 1,133 characters. Detailed enough to give an agent direction, short enough that humans write them.

Automated sessions

System-triggered, no human required. The bulk of automated sessions run on a schedule or fire on a code push.

Trigger type breakdown

Push-triggered sessions produce 2.1 times more merged PRs on average. Likely because they’re responding to code changes and a documentation need is immediate and specific.

Prompt length

Automated session prompts average 1,146 characters. Very similar to directed sessions.

Complex sessions

Atlas (Mintlify’s repo-to-docs generator) is a complex writing pipeline. A single Atlas run involves four distinct prompts. The coordinator prompt alone (19,000 characters) is longer than most documentation pages. You can’t just say “write good” to an agent.

Benchmark

Agentic PR merge rate: 55%+ More than 55% of AI-generated PRs are merged.

How to measure

The most universal proxy is PR merge rate. The share of AI-generated pull requests that a human accepts and merges. Other signals worth tracking:
  • Time from generation to merge
  • Review comments per PR
  • Revert rate
Don’t replace your deterministic tools. AI writing works alongside linters, validators, and style checkers.