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

Qwen 3.5 122B MoE at 35 t/s on a Single 3090 with ik_llama.cpp MTP
A local stack running Qwen 3.5 122B MoE on a single 3090 at 35 t/s using ik_llama.cpp's fused MoE ops for MTP. Stock llama.cpp showed only +4% improvement; ik's fork yields +20%.

OpenClaw Memory Plugin Testing Results and Recommended Stack
A Reddit user tested every OpenClaw memory plugin and found the default markdown setup causes token bloat and instruction compression. The recommended setup combines Obsidian for human-readable notes, QMD for token-free searching, and SQLite for structured data.

Practical Lessons from Building On-Device AI in React Native
A developer shares specific technical details from building a React Native app with on-device LLMs, image generation, voice transcription, and vision AI, including memory management strategies, library choices, and performance benchmarks.

Building a Custom Hindi Glossary System with Claude: From 76% to 92% Accuracy in 10 Months
A solo dev in Bangalore built a custom glossary system for Claude to improve Hindi domain vocabulary accuracy from 76% to 92%. Example-based terms with context sentences worked best.