The last mile of automation is not technology. It is people.
We built a machine that writes, illustrates, and publishes by itself. Then it failed — at the simplest possible step.
Last week, our automated publishing system broke.
上周,我们的自动发布系统出了故障。
The content was generated. The images were placed. The layout was fine. It just would not send. After hours of tracing, we found a missing piece of configuration — the system was silently swallowing everything, with no error, no warning.
内容生成了,图片配好了,排版也没问题,但就是发不出去。排查了半天,发现是一个底层配置缺失——系统默默把所有东西吞掉了,不报错,也不提醒。
This made me think about a deeper problem. We like to believe automation means “people step back, machines take over.” But the opposite turns out to be closer to the truth. Good automation is not about removing people. It is about pulling them back in the moment something breaks.
这让我想到一个更深层的问题:我们总以为自动化就是”人退出,机器接管”。但事实恰恰相反——真正好的自动化,不是把人赶走,而是在出问题时第一时间把人拉回来。
So we changed our approach. We added forced confirmation at critical steps. Not because we don’t trust the machine — but because a silent failure is more dangerous than any bug.
后来我们调整了策略:在关键节点强制增加确认步骤。不是因为不信任机器,而是因为沉默的失败比任何 bug 都危险。
The interesting thing is that, after adding the human checks, the system became more stable. Because every “confirm” is an inspection, and every inspection is a chance to learn.
有意思的是,加了人工确认之后,系统反而跑得更稳了。因为每个”确认”都是一次检查,每次检查都是一次学习。
The stronger the tool, the clearer the boundary has to be.
工具越强大,边界越需要清晰。
Is there a step in your own workflow that “looks like it is running, but actually stopped a long time ago”?
你的工作流里,有没有哪个环节”看起来在跑,其实早就停了”?