How to Safely Use AI Coding Agents in a Real Codebase
AI coding agents are fast, but an unsupervised one can delete files, leak secrets, or push junk to main. Here are the practical guardrails I use to let agents run hard without wrecking the repo.
AI coding agents are fast, but an unsupervised one can delete files, leak secrets, or push junk to main. Here are the practical guardrails I use to let agents run hard without wrecking the repo.
Votelli is a free, open-source push-to-talk dictation app for Mac. Hold a key, talk, release, and the text lands at your cursor. Transcription runs locally on your Mac, fully offline.
Stop keeping CLAUDE.md and AGENTS.md in sync by hand. One line inside CLAUDE.md imports AGENTS.md so both agents read the same instructions.

If your AI coding agent keeps spinning up git worktrees and leaving your work somewhere that isn't main, here's what a worktree actually is, why agents love them, and how to stop fighting it.

Your OpenClaw bot keeps forgetting things between sessions. Here's how to fix it with QMD, a free, fully local memory search engine that adds semantic search without API keys or cloud services.
I switched from Google Analytics to Plausible to Rybbit, an open-source, privacy-friendly, cookieless analytics tool that finally gets it right. Here’s why Rybbit is the best Google Analytics alternative for developers.