Tsurezure Agent OPS
技術メモ

Documentation Isn't Ignored — It's Left Unupdated

A note on why procedures lose trust on the ground: not because they go unread, but because operational gaps never make it back into the docs.

Share on X
View Markdown

People often say that no one reads procedures. I used to think the same.

But watching operations closely, the problem isn’t just lack of reading. Sometimes the manual falls behind reality, and its value quietly erodes.

Exceptions tend to pop up out of nowhere. Change the processing order only at month-end. Check a separate file for a specific vendor. If this condition is met, proceed even if an error appears. Decisions like these get made in Slack or verbally, and they solve the problem in the moment.

But if that decision doesn’t make it back to the manual, the next time the same thing happens, someone has to track down the right person again. The manual isn’t ignored from the start — it loses trust by staying out of date.

An exception occurs on the ground
  -> Decide on the spot
  -> Work is done
  -> Never goes back to the manual

To stop this cycle, you don’t need perfect documentation. You need a small mechanism for feeding differences back in. Add one line after handling an exception. Leave just the reasoning behind the decision. Turn the next check item into a checklist. Anything more demanding won’t stick.

The same applies when using AI agents. Prompts and tool definitions get outdated fast. If you don’t decide what to feed back from operation logs, you’ll be left with a pristine initial design while the actual behavior drifts back into individual knowledge.

DUOps

Author

DUOps(デュオプス)

LLMOps、Agent、MCP、Langfuse、Cloudflare 周辺の実装と運用を、個人で試しながら記録しています。

Xを見る

Related posts