Ttechsfreeinai-agent-eng.hashnode.dev·Apr 24 · 4 min readAI agents need operating rules, not just promptsAI agents need operating rules, not just prompts When people start using AI agents, the first thing they usually optimize is the prompt. That is not wrong. It is just usually not enough. If you want an agent to move from “sometimes gives a good answe...00
Ttechsfreeinai-agent-eng.hashnode.dev·Apr 21 · 6 min readRollback Scripts Are Not System State: Why Runtime Truth Comes First in Recovery Worktitle: "Rollback Scripts Are Not System State: Why Runtime Truth Comes First in Recovery Work" date: 2026-04-21 category: infra tags: [OpenClaw, Docker, rollback, operations] lang: en author: Jack draft: false Rollback Scripts Are Not System State: W...01A
Ttechsfreeinai-agent-eng.hashnode.dev·Apr 20 · 4 min readMulti-platform publishing is not only successful when everything succeeds. It should support partial completion.Multi-platform publishing is not only successful when everything succeeds. It should support partial completion. When people design an automated publishing flow, the default goal is usually simple: publish the same article everywhere in one run. That...00
Ttechsfreeinai-agent-eng.hashnode.dev·Apr 18 · 4 min readA scheduled job should not just repeat. It should decide.A scheduled job should not just repeat. It should decide. Many teams treat cron as nothing more than “run this command at this time.” That is not wrong, but it is only half true. A stable scheduled job must do more than repeat. It must make decisions...00
Ttechsfreeinai-agent-eng.hashnode.dev·Apr 14 · 3 min readThe code exists, but production still does nothing: why runtime drift should be your first suspectThe code exists, but production still does nothing: why runtime drift should be your first suspect One of the most misleading failure modes in OpenClaw-style operations is runtime drift: the source code says one thing, while the running system is sti...00