<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Documentation on Roland Huß</title><link>https://ro14nd.de/tags/documentation/</link><description>Recent content in Documentation on Roland Huß</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Roland Huß</copyright><lastBuildDate>Wed, 20 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ro14nd.de/tags/documentation/index.xml" rel="self" type="application/rss+xml"/><item><title>AI Wrote It. Nobody Read It.</title><link>https://ro14nd.de/ai-wrote-it-nobody-read-it/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://ro14nd.de/ai-wrote-it-nobody-read-it/</guid><description>&lt;p&gt;You&amp;rsquo;re reading through a lengthy architecture proposal shared on a team channel, and something feels off. Near the end, tucked between the conclusion and the appendix, you find a section titled &amp;ldquo;Corrections Applied After Cross-Referencing: The following adjustments were made based on automated analysis of the upstream repository.&amp;rdquo; Clearly, AI wrote most of this. And the review before sharing was either absent or superficial. You scroll back to the top and start reading the whole thing differently. Not engaging with the proposal anymore, but checking whether you can trust it at all.&lt;/p&gt;

&lt;figure&gt;
 &lt;img class="my-0 rounded-md" src="https://ro14nd.de/images/the-review-you-didnt-do/og.png" alt="Watercolor illustration of a sheep at a lectern proudly presenting a long scroll covered in text. The scroll has a TODO sticky note and crossed-out sections still visible. Other sheep in the audience look skeptical, one wearing glasses and squinting. A rubber stamp reading REVIEWED sits unused in its packaging." /&gt;
 
 
 &lt;/figure&gt;

&lt;h2 class="relative group"&gt;The distinction that matters
 &lt;div id="the-distinction-that-matters" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-distinction-that-matters" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;There&amp;rsquo;s nothing wrong with using AI to draft documentation. I do it regularly, and this blog is transparent about &lt;a href="https://aiattribution.github.io" target="_blank" rel="noreferrer"&gt;how AI contributes to each post&lt;/a&gt; (see the attribution at the bottom). The problem isn&amp;rsquo;t AI-drafted content. It&amp;rsquo;s content that went out as the final product, with nobody reading it through a reader&amp;rsquo;s eyes before hitting send.&lt;/p&gt;
&lt;p&gt;The cost is highest in &lt;em&gt;internal technical documentation&lt;/em&gt;, because the audience is captive. Your colleagues can&amp;rsquo;t just scroll past. They have to read it, or at least try to, because decisions depend on it. An &lt;a href="https://arxiv.org/html/2603.27249v1" target="_blank" rel="noreferrer"&gt;arXiv paper from March 2026&lt;/a&gt; frames this as a tragedy of the commons: the person who generates 30 pages saved an hour, but the 10 people who have to read it lost a day each. For a company of 10,000 employees, that &lt;a href="https://hbr.org/2025/09/ai-generated-workslop-is-destroying-productivity" target="_blank" rel="noreferrer"&gt;hidden cost runs to roughly $9 million per year&lt;/a&gt; in lost productivity. And &lt;a href="https://hbr.org/2025/09/ai-generated-workslop-is-destroying-productivity" target="_blank" rel="noreferrer"&gt;42% of workers&lt;/a&gt; say they trust colleagues &lt;em&gt;less&lt;/em&gt; after receiving low-quality AI-generated content from them. The damage isn&amp;rsquo;t just to the document. It&amp;rsquo;s to the person who sent it. And once a reader spots the first sign, they shift from learning mode to checking mode, which is slower, more exhausting, and means every claim in the document gets a mental asterisk.&lt;/p&gt;

&lt;h2 class="relative group"&gt;The scaffolding nobody removed
 &lt;div id="the-scaffolding-nobody-removed" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-scaffolding-nobody-removed" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;The most obvious signs are process artifacts that were never meant for human readers. Sections like &amp;ldquo;Corrections from Verification,&amp;rdquo; &amp;ldquo;Notes for the author,&amp;rdquo; or &amp;ldquo;Based on analysis of the following sources:&amp;rdquo; are scaffolding from the generation process. They&amp;rsquo;re instructions to or from the AI, not content for the reader. Leaving them in is the document equivalent of shipping debug logging to production.&lt;/p&gt;
&lt;p&gt;LLM meta-comments are a related sign. &amp;ldquo;Here is a summary of the key findings&amp;hellip;&amp;rdquo; or &amp;ldquo;The following section covers&amp;hellip;&amp;rdquo; as actual content rather than transitional prose. The AI is narrating its own output. A human author would just write the summary. And revision notes in the body (&amp;ldquo;Updated: Added section on error handling based on reviewer feedback&amp;rdquo;) belong in version control, not in what the reader sees.&lt;/p&gt;
&lt;p&gt;These are the easy catches. If you find one, you know nobody read the document front to back before sharing it. But the deeper signs are about what&amp;rsquo;s &lt;em&gt;missing&lt;/em&gt; from the document, not what&amp;rsquo;s left in it.&lt;/p&gt;

&lt;h2 class="relative group"&gt;No reader in mind
 &lt;div id="no-reader-in-mind" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#no-reader-in-mind" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;A lengthy technical document that doesn&amp;rsquo;t tell you who it&amp;rsquo;s for was written for the prompt, not for a reader. Human authors can anticipate their reader&amp;rsquo;s perspective, gauge what needs explaining and what doesn&amp;rsquo;t, and adjust the depth accordingly. AI writes for the instruction it received.&lt;/p&gt;
&lt;p&gt;There are now &lt;a href="https://dacharycarey.com/2026/02/26/llms-vs-agents-as-docs-consumers/" target="_blank" rel="noreferrer"&gt;two fundamentally different audiences&lt;/a&gt; for documentation, and they need different things.&lt;/p&gt;
&lt;p&gt;A document written for &lt;strong&gt;human readers&lt;/strong&gt; should be concise, opinionated, and structured around tasks. Cut the redundancy, lead with what matters, add &amp;ldquo;you can skip this if you already know X&amp;rdquo; escape hatches. The reader&amp;rsquo;s attention is the scarce resource.&lt;/p&gt;
&lt;p&gt;A document written for &lt;strong&gt;machine consumers&lt;/strong&gt; (coding agents, RAG pipelines, model training data) can be more verbose, include more detail, and tolerate repetition, because machines don&amp;rsquo;t get bored or lose focus. They need explicit metadata, consistent terminology, and structured headings rather than visual layout cues. But the stakes are different too: inconsistencies and wrong information don&amp;rsquo;t just confuse today&amp;rsquo;s agent. In your RAG pipeline, they poison tomorrow&amp;rsquo;s retrieval results. In training data, they get baked into model weights and produce wrong answers for years. Poorly reviewed docs fed into machine consumers make every AI system that reads them worse.&lt;/p&gt;
&lt;p&gt;The problem isn&amp;rsquo;t which audience you chose. The problem is not choosing, which usually means the document was optimized for neither.&lt;/p&gt;
&lt;p&gt;State your audience in the first paragraph. If you&amp;rsquo;re writing reference material for agents, say so. If you&amp;rsquo;re writing for a human architect making a decision this week, say that. A document that&amp;rsquo;s verbose enough for agent consumption but unmarked will frustrate every human who tries to read it, and a document trimmed for human reading might lack the detail an agent needs.&lt;/p&gt;
&lt;p&gt;This starts in the prompt. If you don&amp;rsquo;t tell the AI who the reader is, what they already know, and what decision they need to make, the AI defaults to writing for everyone, which means writing for no one. The same topic produces completely different documents depending on whether you&amp;rsquo;re writing for a platform team choosing between options by Friday, a coding agent that needs exact API signatures as context, or an executive who needs to understand a risk in two pages. Without that framing, you get the 30-page default: everything covered at medium depth, no priorities, no opinion, no awareness of what the reader already knows or needs to decide.&lt;/p&gt;

&lt;h2 class="relative group"&gt;The signs that need a closer look
 &lt;div id="the-signs-that-need-a-closer-look" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-signs-that-need-a-closer-look" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Beyond scaffolding and missing audience, there are subtler signs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Everything gets equal depth.&lt;/strong&gt; Real authors go deep on what matters and skim what doesn&amp;rsquo;t, because they know which parts readers care about. AI gives every section the same level of detail. A three-paragraph introduction to HTTP status codes in a document about a specific API&amp;rsquo;s error handling is a sign that nobody prioritized.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;No opinions, or opinions without reasoning.&lt;/strong&gt; Sometimes there&amp;rsquo;s no recommendation at all: &amp;ldquo;Option A has these trade-offs. Option B has these trade-offs.&amp;rdquo; If your architecture document doesn&amp;rsquo;t recommend an architecture, someone is going to have to schedule a meeting to figure out what the document was trying to say. But the subtler version is a document that &lt;em&gt;does&lt;/em&gt; recommend option A, lists two alternatives that were &amp;ldquo;considered,&amp;rdquo; and never explains why they were rejected. A real author who evaluated three approaches can tell you what was wrong with the other two, not just what was right with the chosen one. AI picks the option that fits the prompt best and moves on, leaving the reader to guess whether the alternatives were seriously considered or just listed for the appearance of rigor.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;No warnings or gotchas.&lt;/strong&gt; Real documentation says &amp;ldquo;watch out for X&amp;rdquo; and &amp;ldquo;don&amp;rsquo;t try Y, even though it seems like it would work.&amp;rdquo; AI describes the happy path because it hasn&amp;rsquo;t been burned by the unhappy one. The absence of &amp;ldquo;this will bite you&amp;rdquo; sections is a strong signal that nobody with operational experience reviewed the content.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Assumed expertise not everyone has.&lt;/strong&gt; The document casually drops terms like &amp;ldquo;ADF round-tripping&amp;rdquo; or &amp;ldquo;SPIFFE identity delegation&amp;rdquo; without definition, as if every reader is already knee-deep in the implementation. AI inherits the vocabulary of its prompt and its source material without considering whether the reader shares that context. A human author who knows their audience calibrates which terms need explanation and which don&amp;rsquo;t. An AI author treats everything it read during generation as common knowledge.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;ldquo;We accept this trade-off&amp;rdquo; without a &amp;ldquo;we.&amp;rdquo;&lt;/strong&gt; AI uses collective pronouns to justify design decisions it made alone. &amp;ldquo;We considered three alternatives and chose option A&amp;rdquo; reads like a team deliberation. If the document was written by one person and an AI, that &amp;ldquo;we&amp;rdquo; is performing a consensus that never happened. Real design decisions name who decided and why, or at least acknowledge the decision was a judgment call rather than a group conclusion.&lt;/p&gt;

&lt;h2 class="relative group"&gt;What to do about it
 &lt;div id="what-to-do-about-it" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#what-to-do-about-it" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;AI made writing cheap. It didn&amp;rsquo;t make reading cheap. We accelerated the part that was already fast and shifted more load onto the part that was already the hardest.&lt;/p&gt;
&lt;p&gt;A few practical steps:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;State your audience in the first paragraph.&lt;/strong&gt; &amp;ldquo;This document is for the platform team evaluating our authentication options.&amp;rdquo; or &amp;ldquo;This is a reference document intended as context for coding agents working on the ingestion pipeline.&amp;rdquo; One sentence changes how the reader (human or AI) approaches everything that follows.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Cut before you send.&lt;/strong&gt; The question isn&amp;rsquo;t &amp;ldquo;is this information correct?&amp;rdquo; The question is &amp;ldquo;does this reader need this information?&amp;rdquo; A 30-page document that could be eight pages with better prioritization respects the reader&amp;rsquo;s time more than a longer one that covers everything and serves no one. It also respects yours: fewer pages mean fewer comments to respond to, fewer misunderstandings to clarify, and fewer rounds of review before the document can move forward.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Add opinions.&lt;/strong&gt; If you&amp;rsquo;ve worked with the system, say what you&amp;rsquo;d recommend and why. If you haven&amp;rsquo;t (and the AI drafted it from specs), say that too. &amp;ldquo;I haven&amp;rsquo;t tested this configuration in production&amp;rdquo; is more useful than a confident-sounding recommendation nobody verified.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Include warnings.&lt;/strong&gt; After the AI drafts a section, ask yourself: &amp;ldquo;what would go wrong if someone followed this exactly?&amp;rdquo; Add the answer. The gotchas are the highest-value content in any technical document, and they&amp;rsquo;re the part AI can&amp;rsquo;t write because it hasn&amp;rsquo;t been burned.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Be honest about the review level.&lt;/strong&gt; If you used AI to generate the document and only had time for a light pass, say so. &amp;ldquo;This document was AI-drafted and lightly reviewed. Please flag errors.&amp;rdquo; That one sentence is more respectful than pretending you wrote and verified every word. Attribution tells the reader &amp;ldquo;AI helped write this.&amp;rdquo; What readers also need to know is how carefully a human reviewed it. As I wrote in the &lt;a href="https://ro14nd.de/know-your-limits/" &gt;Know Your Limits&lt;/a&gt; post, honest self-assessment leads to better decisions than performed confidence.&lt;/p&gt;
&lt;p&gt;AI can write the draft in five minutes. The review is what turns it into something worth reading. Skip that step, and your readers will notice before you do.&lt;/p&gt;
&lt;div class="ai-attribution"&gt;
&lt;p&gt;Author: Roland Huß &lt;a href="https://aiattribution.github.io/statements/AIA-HAb-CeNc-Hin-R-?model=Claude%20Opus%204.6-v1.0" target="_blank" rel="noreferrer"&gt;AIA HAb CeNc Hin R Claude Opus 4.6 v1.0&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description></item></channel></rss>