2026-05-04
Hermes
This morning, I suddenly wanted to try Hermes. The "one-command" installation failed, so I decided to clone the repository locally and do a developer installation.
I configured Kimi Coding Plan for it. When setting up the channel, I was pleasantly surprised to find that integrating the Feishu bot had been simplified to just scanning a QR code—after scanning, the bot was automatically created. (User experience wise, Bytedance really delivers.)
So far, the most intuitive impression is that it responds faster than OpenClaw, though I'm not sure if that's just because it doesn't have much memory yet.
Pick a competition to join
Earlier, I had an Agent collect information on each competition topic. The Agent recommended one and gave detailed reasons. But is it really reliable? I installed Qiushi Skill on Hermes, and it gave me the opposite opinion, saying that what the Agent said was too idealistic and didn't consider many practical factors.
Indeed, current AI tends to fawn over users too much. We need to think independently and judge for ourselves.
Accidentally deleted ~/.ssh, Kimi to the rescue
I wanted to delete some expired key pairs, so I used:
rm xxx*Unfortunately, there was an extra space between the asterisk and the prefix, which wiped out everything in the .ssh directory.
I remember a few years ago, when I was using Git, I had an issue where all my changes were lost due to unfamiliarity with Git operations, but I recovered them using a method suggested by AI. So I immediately discussed the recovery plan with Kimi.
对话记录
Halfway through the conversation, I was still nervous, but when I saw that the host used the btrfs filesystem with snapshot capability and that a snapshot had been taken just an hour earlier, I immediately felt optimistic.
To speed up the process, I decided to have Kimi summarize the current situation and paste the context into the kimi-cli running on the host, so Kimi could act faster.
In the end, recovery was successful! 👍