Posts
All the articles I've posted.
-
How Coding Agents Handle Context Compaction
A survey of context compaction strategies across seven coding agents—Aider, Claude Code, Codex CLI, Cline, OpenCode, OpenClaw, and Pi—showing how each compresses the same simulated session.
-
How to Manage Multiple AI Agents
Surveyed 30+ tools for managing multiple AI coding agents, filtered to those with 1k+ stars that directly handle agent management. Organized into four categories: Terminal Integration, Session Manager, Agentic IDE, and Orchestrator.
-
Dissecting Hermes' Memory System
Walking through a complete Hermes session to dissect its three-layer memory architecture, the frozen snapshot mechanism, the design trade-offs of full-context injection, and how it differs from OpenClaw.