Dev Tools
Tools built to solve real workflow problems. Markdown editors, monitoring scripts, automation utilities, and the dogfooding loops that produce them.
4 posts
- 9 min read
Local RAG for Claude Code: Semantic Search Over Your Own Project
Claude Code has session memory and governance documents, but on a project with five hundred markdown files, the gap between what the agent can read at startup and what the project actually knows gets wider every week. pmem is a local RAG memory system that gives Claude Code persistent, semantic search across your project's full history. No external APIs. Setup in two minutes.
- 5 min read
I Built a Markdown Editor Because Every Other One Annoyed Me
SideMark is a free, open-source markdown editor for macOS built for AI-assisted development. Local files only, no cloud, no subscription. Git-aware diff merging, live preview, and autosave.
- 6 min read
Auto-Compaction Is Costing You Sessions
Claude Code auto-compacts at ~83% context usage. You lose the chance to control what's preserved. I built a script that warns you before it happens.
- 5 min read
Your AI Builds the Code. Who Reviews It?
If the same AI agent that writes your code also reviews it, you have someone grading their own homework. I built an adversarial code review agent to fix that.