the art of simplicity

Writing about software, food, life.

Give Your Coding Agent a Memory: A Graphify → OKF Pipeline in an Afternoon

AI coding agents have a groundhog-day problem: every session they re-read the same files to rebuild the same mental model, then forget it all when the session ends. Graphify extracts your codebase into a graph; Google's Open Knowledge Format stores it as portable, git-versioned agent memory. Two commands, one afternoon.

The Coding-Agent Adoption Ladder (and How to Climb It)

Most of us aren't at a clean 'level' with AI coding agents; we're wedged between two. A field guide to the rungs and what actually changes as you climb: from pasting snippets into a chat box to running isolated, reviewed, token-lean agents you delegate from Slack.

Two Ways to Stop Your Coding Agent Burning Tokens: RTK and CodeGraph

Two open-source tools both hit ~60k GitHub stars in five months by attacking the same problem from opposite ends: AI coding agents spend most of their tokens on plumbing, not thinking. RTK compresses the output; CodeGraph eliminates the discovery.