AI Agent Operations
A curated hub for building AI agent workflows that leave proof, avoid zombie tasks, survive provider changes, and fit real software operations.
AI agents are useful when they become part of operations, not when they only produce impressive transcripts.
This hub collects the posts on agent boundaries, cron verification, repository maps, model portability, and artifact proof. Read these as a working system: each article answers one failure mode in the same operating loop.
Start with the operating contract
- The Agent Edit Contract I Use Before a Coding Agent Touches a Repo
- Your Coding Agent Needs a Map, Not a Bigger Context Window
- Long-Running AI Agents: From Demos to Production
The goal is simple: the agent should know the repo boundary before it starts, and the human should know what evidence to inspect when it finishes.
Then add proof to scheduled work
- Why AI Cron Jobs Lie to You: The Exit 0 With Empty Output Pattern
- Your Cron Job Is Not Healthy Until the Artifact Proves It
- Zero-Cost Observability for Agent Crons
- Your AI Agent Pipeline Has No Zombie Detection
If a scheduled agent cannot prove what changed, it is not automation yet. It is a diary entry with a timestamp.
Keep tools portable
- AI Agent Frameworks in 2026: What the Comparison Charts Don’t Tell You
- The AI Coding Agent Arms Race: Why Model Portability Matters More Than Benchmarks
- I Swapped My LLM Backend: The API Call Worked on the First Try
- Open Weights Just Ate the API Margin
The stable asset is not a provider. It is the contract around prompts, tools, tests, fallbacks, and cost.
What to do Monday morning
- Pick one agent workflow that matters.
- Add a repo map, an artifact check, and a rollback command.
- Do not scale the workflow until the next run can prove what changed.