Fankex

Durable notes

Notes on Agentic Infrastructure

Exploring how AI agents can work with personal infrastructure through declarative and reversible deployment boundaries.

Published

An AI agent does not have to be only an assistant that writes code. For a personal site, a more useful role is to structure recurring operational work in advance, reduce manual mistakes, and shorten the path between a change, its verification, and rollback.

A reusable order

  • Define resource and environment boundaries first.
  • Define release, rollback, and verification flows next.
  • Map those actions to scripts with auditable logs last.

The conclusion is simple: turn the manual process into an executable checklist before expecting the system to stay stable.