How to Migrate OpenClaw and Hermes Between Machines Using SSH Self-Migration

A Reddit user reports successfully transferring both Hermes and OpenClaw from a WSL2 Ubuntu laptop to an EVO-X2 running WSL2 Ubuntu 2604. The key insight: they instructed both tools to SSH into the new machine, plan their own migration, execute it, and verify.
How the Migration Worked
- Self-driven migration: The user asked both Hermes and OpenClaw to SSH into the new EVO-X2 instance, figure out how to migrate themselves, plan, migrate, and verify.
- Minimal intervention: As long as the tools stuck to the plan, they completed the transfer with almost no engineer guidance.
Key Observations
- Platform: Source machine: WSL2 Ubuntu laptop. Destination: EVO-X2 WSL2 Ubuntu 2604 instance.
- Autonomy: The AI coding agents were capable of performing the entire migration autonomously after receiving high-level instructions.
📖 Read the full source: r/openclaw
👀 See Also

12GB VRAM Benchmarks: Running Qwen 3.6 and Gemma 4 Models on a RTX 4070 Super
A Reddit user shares detailed speed benchmarks for Qwen3.6-35B-A3B, Qwen3.6-27B, Gemma 4 26B, and Gemma 4 31B on a 12GB RTX 4070 Super using llama.cpp with optimized settings.

Canary Instance Setup for Safe OpenClaw Upgrades
A Reddit user shares a detailed canary methodology for testing OpenClaw upgrades before production: isolated config root, separate port, smoke test matrix, and a structured upgrade report format.

The Hitchhiker's Guide to Agentic AI — Full Overview
A comprehensive Reddit post covering how LLMs work, RL for LLMs, reasoning, evaluation, agentic memory (RAG), and multi-agent systems, with a link to the full paper.

Claude Code folder structure cheat sheet from Reddit user
A Reddit user created a cheat sheet for Claude Code's folder structure after encountering common pitfalls, covering .claude/ directory layout, hook events, settings.json, MCP config, skill structure, and context management thresholds.