OOPUO
Review →
O.01
← Back to hardening
O.01 · Operations

Then someone
has to run it.

A review ends. A sprint ends. What they leave behind does not — it keeps running, keeps being deployed to, and keeps needing someone who notices when it stops.

Hardening decays. Permissions widen again as features ship, a dependency goes stale, a certificate expires, a backup job fails quietly for six weeks. This is the standing arrangement for teams who do not have someone whose job that is.

Scope

What continues.

Uptime and incident response

Monitoring on the handful of signals that actually indicate trouble, alerting that reaches a human, and a named path for what happens when something breaks outside working hours. Alerts are tuned so they stay worth reading — an alarm everyone ignores is worse than none.

You getA response path, and a written record of every incident and its cause.

Backups proven by restore

Backups are tested by restoring them, on a schedule, into a scratch environment — and the restore is timed, so the honest answer to "how long would we be down?" is a measured number rather than a hope.

You getA dated restore log with real recovery times.

Releases and dependencies

Deploys stay reproducible and reversible as the team grows. Dependencies and runtimes are updated on a cadence rather than in a panic after an advisory, and security patches are triaged by whether they are actually reachable in your system.

You getA rollback that still works, and no surprise end-of-life.

Documentation that stays true

The architecture, the access map, and the runbooks are updated as things change, not written once and left to rot. The test is simple: someone new should be able to deploy, restore, and revoke access using only what is written down.

You getOperational knowledge that is not stuck in one person's head.

How it works

One account, every month.

  1. 01

    A monthly report you can actually read

    What changed, what broke, what was patched, what the restore test measured, and what is worth doing next month. One page, in plain language, not a dashboard screenshot.

  2. 02

    Fixed scope, cancellable

    A defined set of responsibilities, an agreed response expectation, and no lock-in. If you hire someone internally, the handover is the documentation that already exists.

  3. 03

    It follows a sprint, it does not replace one

    Operating a system that has never been hardened means paying to watch known problems. Where that is the situation, the honest answer is to fix the seams first and start this after.

Next

Start with the review.

Operations is scoped from what the review finds. The three one-off layers are application, infrastructure, and private AI.