TKTobias Koehlerinconnectengine.hashnode.dev·Apr 10 · 4 min readI Rewrote 16 Plans From Scratch. The Code Was Fine. The Plans Were Rotting.My codebase was documented. Tested. Deployed. My plans were fiction. I run ConnectEngine OS as a solo founder. No team. No PM. No sprint board. Just me, Claude Code, and 16 plan documents that were supposed to tell me what to build next. Yesterday I ...00
TKTobias Koehlerinconnectengine.hashnode.dev·Apr 1 · 4 min readClaude Code's Source Leaked. The Undercover Mode Should Worry You.I woke up to the news that the tool I use every day just had its source code leaked. Not intentionally — Claude Code accidentally shipped a 59.8 MB sourcemap in npm package v2.1.88. Within hours, 512,000 lines of TypeScript were mirrored on GitHub fo...00
TKTobias Koehlerinconnectengine.hashnode.dev·Mar 31 · 3 min readLast week I showed you your AI coding agent can read your SSH keys. Turns out that was the easy part. I run 5 MCP servers con...The Setup MCP (Model Context Protocol) lets AI agents call external tools. Instead of just reading files and running bash, the agent gets structured access to APIs, databases, and services. Here's what a typical multi-server config looks like: { "m...00
TKTobias Koehlerinconnectengine.hashnode.dev·Mar 25 · 3 min readYour AI Coding Agent Has Access to Your SSH Keys Right NowI use Claude Code to build ConnectEngine OS every day. It reads files, writes code, deploys to servers, manages n8n workflows. It's the most productive tool I've ever used. Yesterday I read a post by Slava Spitsyn that made me audit my entire setup. ...00