What Follows From It

Documentation stays current.

Not because anyone writes it faster. Because the thing being described and the thing being read are the same object.

Why It Always Goes Stale

The problem is not discipline.

Documentation decays because writing it is a separate act from doing the work. A page is accurate on the day it is written and wrong from then on, at whatever speed the environment changes.

  1. 01Written onceBy whoever built the thing, in the week they built it.
  2. 02Changed elsewhereThe environment moves; the page does not know.
  3. 03Trusted anywayUntil the day it is wrong about something that matters.
  4. 04Rebuilt by handSomeone works out the truth again, and writes it down again.

Every attempt to fix this asks people to try harder. Documentation sprints, definition-of-done checklists, a rule that no change ships without a wiki update. They work for a quarter. None of them change the fact that the record is maintained separately from the environment it describes.

What Changes

Documentation is the model, read.

An Infrastructure Operating Model already holds what exists, how it connects, who owns it, and what is allowed. That is the same material a document was trying to carry — held once, in a form that operating keeps true.

Nobody writes it

It is produced by operating

The model is built from the systems that already hold the answers. Connected change updates it as the change completes, through the path the model approved.

Nobody updates it

Drift surfaces as a difference

When something is altered outside the approved path, the model does not quietly disagree with reality. The difference is raised, and the team decides whether to adopt the new state or restore the intended one.

Nobody trusts it blindly

It carries its own provenance

Each fact came from a system, at a time, through a path. What you are reading can be traced to where it was learned rather than to who last remembered to type it.

This is not a documentation product. AuthorIOM authors nothing. The document you would have written is a view of a model that has to be current for the environment to keep running.

What Your Wiki Keeps

Not everything belongs in a model.

Stays where it is

  • Why a decision was made, and what was rejected
  • Narrative that a person needs to explain to another person
  • Onboarding, conventions, and team practice
  • Anything whose value is the reasoning, not the state

Moves to the model

  • Configurations, at the level the device actually runs
  • Dependencies and service paths
  • Ownership and accountability
  • What is currently allowed, and by which rule

The split is simple: reasoning stays written; state stops being written. The expensive half of documentation is the half that changes without anyone touching the page.

You Will Recognize This

Where the cost shows up.

“Check with Raj, the doc is old.”

The page exists and nobody trusts it, so the real record is a person. That is key-person risk wearing a documentation costume.

“We will document it after the migration.”

Which means the next project starts by rediscovering an environment that was fully understood six months ago.

“Audit is in three weeks.”

A scramble to reconstruct evidence that the environment could have been producing all along.

“The new hire has a lot to learn.”

Onboarding takes as long as it takes to transfer what the model should have been holding.

What Follows From It

None of these are features you buy. Each one changes because the model exists and stays true.

Model first. Everything else follows.

See how a connected change updates the model as it completes, and what that leaves behind to read.