#claude
3 posts.
-
Co-writing with AI, without the slop
How I draft blog posts with Claude as a co-writer. Markers, /tagore, and a human pass at the end. The "ghostwriter" framing doesn't quite fit. "Co-writer" does.
-
My take on using AI for coding
Where I land on AI-assisted coding in 2026. Claude Code and the rest are powerful, but prompt steering, guardrails, spec-driven dev and the RALPH loop are what separate "this works" from "I have no idea what I shipped".
-
Why your MCP server cannot see env vars from .bashrc
Claude Code spawns MCP servers as plain child processes. They never source .bashrc. Set MCP env vars in environment.d or the MCP env config, not your shell rc files.